aboutsummaryrefslogtreecommitdiffstats
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 Lange4-12/+15
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 Lange20-20/+8
2021-03-13Chance URL to the new locationThomas Lange1-1/+1
2018-02-03Rename payload object "dataJSON" to just "data"Thomas Lange1-11/+11
2018-02-03Remove obsolete commentThomas Lange1-3/+0
2018-02-03Make use of the new Application class to create class instancesThomas Lange1-22/+15
2018-02-03Add class "Application"Thomas Lange1-0/+38
2018-02-03Move autoloader for classes into pagelets.phpThomas Lange3-22/+8
2018-02-03Move check if BigPipe should be disabled into the pagelets.phpThomas Lange3-17/+13
2018-02-03Remove the function "removeLineBreaksAndTabs" completelyThomas Lange3-13/+1
2018-02-03Remove sending the "Cache-Control" header on the demo page(s)Thomas Lange2-10/+0
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-28Remove superfluous item from pattern arrayThomas Lange1-1/+1
2018-01-26Remove static $count property and use spl_object_hash() insteadThomas Lange2-4/+2
2018-01-26Use custom IDs for stylesheet and javascript resourcesThomas Lange1-6/+6
2018-01-21Move BigPipe::singleResponse() to Pagelet::flush()Thomas Lange2-17/+19
2018-01-21Rename BigPipe::render() to BigPipe::completeResponse()Thomas Lange3-3/+3
2018-01-21Restructure the BigPipe::render() methodThomas Lange1-10/+14
2018-01-21Change the mechanism how BigPipe detects the last pageletThomas Lange2-15/+24
2018-01-20Fix inconsistent line separators across filesThomas Lange9-638/+638
2018-01-16Use seperate classes for debuggingThomas Lange2-64/+21
2018-01-16Add debugging classes for Pagelet, Stylesheet and JavascriptThomas Lange3-0/+42
2017-11-23The file permissions have been normalized.Thomas Lange12-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 Lange2-22/+6
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-27The javascript library is now running in strict mode.Thomas Lange1-0/+1
2017-08-27Optimization: The javascript library has been restructured and is now using t...Thomas Lange1-198/+202
2017-08-26Optimization: Some anonymous callback functions has been simplified with arro...Thomas Lange1-9/+9
2017-08-25Optimization: Some comments has been optimized and all occurrences of "var" h...Thomas Lange1-17/+17
2017-08-25A missing semicolon has been added and an unused property from the Resource p...Thomas Lange1-5/+4
2017-08-25Optimization: The outsourced function "globalExecution" is no longer necessar...Thomas Lange3-12/+2
2017-08-25Bugfix: Javascript code for stopping the current request moved into a try/cat...Thomas Lange1-1/+5
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-05-26It was forgotten to rename the method call "::enablePipeline()" to "::enabled...Thomas Lange1-1/+1
2017-03-08CSS class "hidden" was replaced by the semantic HTML5 attribute "hidden".Thomas Lange2-2/+1
2017-02-25Markdown formatting removed.Thomas Lange1-3/+3