Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-01-23 | Clarified readme | Christoph Burschka | |
2014-01-18 | Explain the cross-domain thing. | Christoph Burschka | |
2014-01-17 | Okay, the last patch was actually rubbish. | Christoph Burschka | |
It turns out that you can't hope to bootstrap more than one PHP-based software without messing stuff up, particularly because they rely on global variables without exception. If it is risky and unpredictable for different systems, it is completely impossible with multiple instances of the same. Therefore, the ability to use multiple plugins (and the accompanying config.php structure) has been removed. The only plugin that can be used in conjunction with another is session. | |||
2014-01-17 | Apparently that didn't need to be encoded. | Christoph Burschka | |
Stripping < and > | |||
2014-01-17 | Completed documentation | Christoph Burschka | |
2014-01-16 | Formatting of README headings. | Christoph Burschka | |
2014-01-16 | Adding a README.md to session/ | Christoph Burschka | |