aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Web/Router.php
Commit message (Collapse)AuthorAgeFilesLines
* support work for a long-term fix for issue #390, essentially one can specify ↵redmatrix2016-05-171-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 ↵redmatrix2016-04-211-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 architectureredmatrix2016-04-201-4/+5
|
* pull in the new object router and a few selected samples for the new ↵redmatrix2016-04-171-5/+14
| | | | controller layout
* cleanup and test of new routerredmatrix2016-04-151-39/+39
|
* get init() working with class modulesredmatrix2016-04-151-9/+15
|
* testing the new router/module coderedmatrix2016-04-151-1/+21
|
* typo in routerredmatrix2016-04-021-1/+1
|
* static Appredmatrix2016-03-311-43/+47
|
* deprecate $a->get_baseurl()redmatrix2016-03-301-1/+1
|
* missing functionredmatrix2016-02-241-1/+0
|
* add router classredmatrix2016-02-191-0/+200