Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | move dreamhost hack to plugin | zotlabs | 2017-02-01 | 1 | -15/+10 |
| | |||||
* | router error reporting | zotlabs | 2016-12-09 | 1 | -6/+12 |
| | |||||
* | [TASK] Update Doxyfile and fix Doxygen errors. | Klaus Weidenbach | 2016-10-13 | 1 | -46/+52 |
| | | | | | | Updated Doxyfile to include new folders. Add a list for @hooks tags. Fixed some parsing problems for Doxygen. | ||||
* | set App::$error on 404 so we don't get two 'Page not found.' page bodies. | redmatrix | 2016-07-26 | 1 | -0/+1 |
| | |||||
* | support work for a long-term fix for issue #390, essentially one can specify ↵ | redmatrix | 2016-05-17 | 1 | -3/+5 |
| | | | | a theme:schema string anywhere a theme is input. It will be honoured unless an existing schema setting over-rides this behaviour. This should also be backward compatible but the theme selection code has been cleaned up slightly and there may be subtle differences in behaviour after this commit. On my site this required a page refresh as the first page load after this change was a bit confused. | ||||
* | provide a way for the router to support custom controller objects and allow ↵ | redmatrix | 2016-04-21 | 1 | -11/+28 |
| | | | | plugins to register class objects as modules instead of the traditional procedural interface. | ||||
* | change the 404 warning from the router to reflect the new architecture | redmatrix | 2016-04-20 | 1 | -4/+5 |
| | |||||
* | pull in the new object router and a few selected samples for the new ↵ | redmatrix | 2016-04-17 | 1 | -5/+14 |
| | | | | controller layout | ||||
* | cleanup and test of new router | redmatrix | 2016-04-15 | 1 | -39/+39 |
| | |||||
* | get init() working with class modules | redmatrix | 2016-04-15 | 1 | -9/+15 |
| | |||||
* | testing the new router/module code | redmatrix | 2016-04-15 | 1 | -1/+21 |
| | |||||
* | typo in router | redmatrix | 2016-04-02 | 1 | -1/+1 |
| | |||||
* | static App | redmatrix | 2016-03-31 | 1 | -43/+47 |
| | |||||
* | deprecate $a->get_baseurl() | redmatrix | 2016-03-30 | 1 | -1/+1 |
| | |||||
* | missing function | redmatrix | 2016-02-24 | 1 | -1/+0 |
| | |||||
* | add router class | redmatrix | 2016-02-19 | 1 | -0/+200 |