aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2016-06-23Pagelets executed immediately; Dependency feature; Several improvementsThomas Lange7-143/+180
+ All pagelets are now executed immediately on arrive. + A "Display Dependency" feature was added. If you give a pagelet an dependency, it will first be executed if all pagelets, who registered as dependency, are displayed. + If BigPipe.reset() is called, the function loops through each Resource and executes Resource.abortLoading(). This removes the <link> or <script> element from DOM and removes the onload callbacks. This is to prevent that an onload callback from a previous page are executed while the user has already changes the page asynchronously and a resource from the previous page wasn't already loaded.
2016-06-20Markdown prettifyThomas Lange1-17/+5
2016-05-13Multiple updatesThomas Lange1-3/+3
2016-05-13Multiple updatesThomas Lange1-3/+3
2016-05-13Multiple updatesThomas Lange6-37/+57
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-22Add .idea/ to .gitignoreThomas Lange1-0/+1
2016-04-22Multiple updates with async demo.Thomas Lange11-488/+634
2016-03-26Custom pagelet ID'sThomas Lange3-5/+5
2016-02-10Initial commitThomas Lange1-0/+8
2015-12-26Multiple updates; new feature PhaseDoneJSThomas Lange12-169/+230
2015-07-25Namespaces addedThomas Lange3-6/+10
2015-04-15Some changesThomas Lange1-1/+1
2015-04-15Create licence.mdThomas Lange1-0/+21
2015-04-15Initial commitThomas Lange10-0/+622