aboutsummaryrefslogtreecommitdiffstats
path: root/include/classes/BigPipe/Pagelet.php
AgeCommit message (Expand)AuthorFilesLines
2021-10-24Fix a bug in the Item constructor parameter listHEADmasterThomas Lange1-1/+1
2021-10-24Rename several properties and method parametersThomas Lange1-2/+2
2021-10-24Add parameter and return types for all PHP methodsThomas Lange1-9/+9
2021-10-24Declare some BigPipe PHP library methods as voidThomas Lange1-12/+12
2021-10-24Split up BigPipe "enabled" method into two methodsThomas Lange1-2/+2
2021-10-24Rename "tagname" property and "setTagname" methodThomas Lange1-6/+6
2021-10-24Remove closing tags and ensure LF at end of filesThomas Lange1-1/+0
2018-01-28Replace function call "removeLineBreaksAndTabs" with "str_replace"Thomas Lange1-1/+1
2018-01-28Remove superflous function calls from two methodsThomas Lange1-1/+1
2018-01-26Remove static $count property and use spl_object_hash() insteadThomas Lange1-2/+1
2018-01-21Move BigPipe::singleResponse() to Pagelet::flush()Thomas Lange1-0/+18
2017-11-23The file permissions have been normalized.Thomas Lange1-0/+0
2017-10-21Code optimization: The method "getStructure" has been added to the abstract I...Thomas Lange1-0/+24
2017-10-07The shorthand methods "addCSS" and "addJS" have been removed. If you need sho...Thomas Lange1-14/+0
2017-10-05The method "addDependency" no longer accepts a pagelet ID as a string. You mu...Thomas Lange1-6/+2
2017-10-04The method "addPagelet" from the BigPipe main class was replaced by the new i...Thomas Lange1-1/+1
2017-10-04A new method called "getPriority" has been implemented, which returns the pri...Thomas Lange1-0/+9
2017-08-16A new method called "setPlaceholderHTML" was implemented and can be used to d...Thomas Lange1-1/+9
2017-08-06The "CSS" and "JS" resource representation classes has been renamed to "Style...Thomas Lange1-4/+4
2016-10-22The Pagelet representation class in PHP now has a separate method to add depe...Thomas Lange1-3/+13
2016-07-10Comment updates: Separate email address for code stuff.Thomas Lange1-1/+1
2016-07-10Each resource has now an ID; Code improvements and comment blocks added.Thomas Lange1-65/+33
2016-06-25Update with new features and code improvements.Thomas Lange1-28/+46
2016-06-23Pagelets executed immediately; Dependency feature; Several improvementsThomas Lange1-1/+10
2016-05-13Multiple updatesThomas Lange1-9/+21
2016-05-10Comment updateThomas Lange1-1/+1
2016-05-10Comment updateThomas Lange1-1/+1
2016-05-10Double quotes converted to single quotesThomas Lange1-2/+2
2016-04-22Multiple updates with async demo.Thomas Lange1-28/+28
2016-03-26Custom pagelet ID'sThomas Lange1-2/+2
2015-12-26Multiple updates; new feature PhaseDoneJSThomas Lange1-17/+52
2015-07-25Namespaces addedThomas Lange1-0/+86