aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Web/Router.php
Commit message (Collapse)AuthorAgeFilesLines
* 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