aboutsummaryrefslogtreecommitdiffstats
path: root/core/namespace/Router.php
AgeCommit message (Collapse)AuthorFilesLines
2017-04-11Methods "error403" and "error404" has been added to the "Application" class; ↵Thomas Lange1-1/+1
several files has been changed.
2017-04-11Error pages for HTTP status code 403 and 404 moved to another location ↵Thomas Lange1-2/+1
(preparations for the next commits in which the system directory will be moved to a non-public directory).
2017-03-25HTTP response status "404 Not Found" was not sent if a route was not found.Thomas Lange1-0/+1
2017-03-10Several changes have been made in this commit, which together with the ↵v1.1Thomas Lange1-0/+64
previous commits result in version 1.1: + The rules for the Apache and nginx configuration have been changed and redirects now all requests to the index.php. + A router class has been added which now handles all requests that arrives at the application on the index.php. + Short-hand functions "PAGE", "POST" and "USER" for use in templates added to get specific item data by ID. + More language variables have been added to the core language.