summaryrefslogtreecommitdiffstats
path: root/core/namespace
AgeCommit message (Expand)AuthorFilesLines
2017-04-29ItemFactory does not need to implement FactoryInterface because it is already...Thomas Lange1-1/+1
2017-04-29Two changes have been made in this commit:Thomas Lange1-3/+6
2017-04-27Several changes have been made in this commit, which together with the previo...v2.0Thomas Lange4-0/+20
2017-04-11The control structures "require_once" have been replaced by a simple "require...Thomas Lange1-2/+2
2017-04-11Inconsistency in class method fixed.Thomas Lange1-1/+1
2017-04-11Return type declaration "void" added.Thomas Lange1-3/+3
2017-04-11Class "ExceptionHandler" has been removed and several files has been changed.Thomas Lange6-15/+7
2017-04-11Methods "error403" and "error404" has been added to the "Application" class; ...Thomas Lange2-3/+18
2017-04-11Error pages for HTTP status code 403 and 404 moved to another location (prepa...Thomas Lange2-3/+2
2017-04-07Fixed inconsistency for return type declaration.Thomas Lange1-1/+1
2017-03-29Item exceptions now inherit "ExceptionHandler" to benefit from the "defaultHa...Thomas Lange3-3/+3
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 previo...v1.1Thomas Lange1-0/+64
2017-03-07Fixed wrong environment variable name.Thomas Lange1-2/+2
2017-03-04Factory method "buildBySlug" is now defined in the "ItemFactory" class.Thomas Lange4-14/+14
2017-02-28Spelling mistakes corrected.Thomas Lange2-2/+2
2017-02-27Unnecessary code removed, comments modified and simple getter method added.Thomas Lange1-34/+8
2017-02-27Foreach loop was replaced by a single function called "extract".Thomas Lange1-3/+1
2017-02-26Incorrect comment corrected and function moved to another line.Thomas Lange1-7/+7
2017-02-24Initial commit.v1.0Thomas Lange28-0/+2589