Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-06-23 | Pagelets executed immediately; Dependency feature; Several improvements | Thomas Lange | 4 | -4/+63 | |
+ 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-05-13 | Multiple updates | Thomas Lange | 3 | -26/+36 | |
2016-05-10 | Include JS resources before main JS code | Thomas Lange | 1 | -4/+4 | |
2016-05-10 | Comment update | Thomas Lange | 1 | -1/+1 | |
2016-05-10 | Comment update | Thomas Lange | 1 | -1/+1 | |
2016-05-10 | Double quotes converted to single quotes | Thomas Lange | 1 | -2/+2 | |
2016-04-22 | Multiple updates with async demo. | Thomas Lange | 3 | -52/+52 | |
2016-03-26 | Custom pagelet ID's | Thomas Lange | 2 | -4/+4 | |
2015-12-26 | Multiple updates; new feature PhaseDoneJS | Thomas Lange | 4 | -32/+98 | |
2015-07-25 | Namespaces added | Thomas Lange | 2 | -0/+4 | |
2015-04-15 | Initial commit | Thomas Lange | 3 | -0/+175 | |