aboutsummaryrefslogtreecommitdiffstats
path: root/include/classes
AgeCommit message (Expand)AuthorFilesLines
2021-10-24Fix a bug in the Item constructor parameter listHEADmasterThomas Lange7-7/+7
2021-10-24Rename several properties and method parametersThomas Lange8-17/+17
2021-10-24Add parameter and return types for all PHP methodsThomas Lange10-29/+29
2021-10-24Declare some BigPipe PHP library methods as voidThomas Lange2-14/+14
2021-10-24Split up BigPipe "enabled" method into two methodsThomas Lange2-10/+13
2021-10-24Reformat PHP code in "getStructure" methodThomas Lange1-1/+5
2021-10-24Rename "tagname" property and "setTagname" methodThomas Lange1-6/+6
2021-10-24Rename misleading parameter "callback" to "code"Thomas Lange1-2/+2
2021-10-24Fix constructor parameters for Resource classesThomas Lange5-5/+5
2021-10-24Remove closing tags and ensure LF at end of filesThomas Lange10-10/+0
2018-02-03Add class "Application"Thomas Lange1-0/+38
2018-01-28Replace function call "removeLineBreaksAndTabs" with "str_replace"Thomas Lange1-1/+1
2018-01-28Remove superflous function calls from two methodsThomas Lange2-2/+2
2018-01-26Remove static $count property and use spl_object_hash() insteadThomas Lange2-4/+2
2018-01-21Move BigPipe::singleResponse() to Pagelet::flush()Thomas Lange2-17/+19
2018-01-21Rename BigPipe::render() to BigPipe::completeResponse()Thomas Lange1-1/+1
2018-01-21Restructure the BigPipe::render() methodThomas Lange1-10/+14
2018-01-21Change the mechanism how BigPipe detects the last pageletThomas Lange1-6/+6
2018-01-16Use seperate classes for debuggingThomas Lange1-53/+3
2018-01-16Add debugging classes for Pagelet, Stylesheet and JavascriptThomas Lange3-0/+42
2017-11-23The file permissions have been normalized.Thomas Lange3-0/+0
2017-10-21Code optimization: The method "getStructure" has been added to the abstract I...Thomas Lange4-21/+37
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 Lange2-12/+25
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
2017-08-06The "CSS" and "JS" resource representation classes has been renamed to "Style...Thomas Lange2-4/+4
2017-03-08CSS class "hidden" was replaced by the semantic HTML5 attribute "hidden".Thomas Lange1-1/+1
2016-10-22The Pagelet representation class in PHP now has a separate method to add depe...Thomas Lange2-4/+14
2016-07-10Comment updates: Separate email address for code stuff.Thomas Lange6-6/+6
2016-07-10Each resource has now an ID; Code improvements and comment blocks added.Thomas Lange6-107/+121
2016-06-25Update with new features and code improvements.Thomas Lange6-67/+243
2016-06-23Pagelets executed immediately; Dependency feature; Several improvementsThomas Lange3-4/+13
2016-05-13Multiple updatesThomas Lange2-19/+33
2016-05-10Include JS resources before main JS codeThomas Lange1-4/+4
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 Lange2-41/+41
2016-03-26Custom pagelet ID'sThomas Lange2-4/+4
2015-12-26Multiple updates; new feature PhaseDoneJSThomas Lange3-31/+97
2015-07-25Namespaces addedThomas Lange2-0/+4
2015-04-15Initial commitThomas Lange2-0/+163