Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-10-24 | Add parameter and return types for all PHP methods | Thomas Lange | 1 | -3/+3 | |
2021-10-24 | Remove closing tags and ensure LF at end of files | Thomas Lange | 1 | -1/+0 | |
Remove the unnecessary PHP closing tags and ensure that *all* non-binary files ending with an LF character. | |||||
2018-02-03 | Add class "Application" | Thomas Lange | 1 | -0/+38 | |
This commit adds a new class called "Application". This class will be responsible for creating Pagelet, Stylesheet and Javascript instances, either from the additional Debugging or original BigPipe namespace, based on whether the debugging flag of the application is set to true or false. |