summaryrefslogtreecommitdiffstats
path: root/core/configuration-example.php
AgeCommit message (Collapse)AuthorFilesLines
2017-10-23An overwrite mechanism for the application's configuration has been ↵Thomas Lange1-83/+8
implemented. This makes the configuration.php much cleaner and you only have to define configuration values if the default values doesn't satisfy you. In addition, it makes it easier to implement new configuration values to the core without the need, that the users have to update their personal configuration.php files manually.
2017-03-10Several changes have been made in this commit, which together with the ↵v1.1Thomas Lange1-26/+26
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.
2017-03-04Use environment variable "REQUEST_SCHEME" instead of "HTTPS" to determine ↵Thomas Lange1-1/+1
the current used protocol.
2017-02-24Initial commit.v1.0Thomas Lange1-0/+103