aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2017-03-04Factory method "buildBySlug" is now defined in the "ItemFactory" class.Thomas Lange4-14/+14
2017-03-04Use environment variable "REQUEST_SCHEME" instead of "HTTPS" to determine ↵Thomas Lange1-1/+1
the current used protocol.
2017-03-04RewriteBase directive finally removed (trailing slash redirects are now ↵Thomas Lange1-8/+3
relative to %{REQUEST_URI}).
2017-03-04RewriteBase added again because it causes problems on simple redirects if it ↵Thomas Lange1-0/+5
is missing.
2017-03-02Unnecessary line breaks removed.Thomas Lange2-2/+2
2017-03-02Permalink for user moved to the same position as the links for page and post ↵Thomas Lange1-2/+2
items.
2017-03-01Inconsistencies of comments corrected.Thomas Lange1-2/+2
2017-03-01Prevent that the markdown parser have to parse the the content twice (by ↵Thomas Lange2-2/+2
using an already existing array variable which already contains the parsed HTML).
2017-03-01nginx configuration file added.Thomas Lange1-0/+37
2017-02-28RewriteBase directive removed so that it is now relative to the directory ↵Thomas Lange1-2/+1
where the .htaccess file is located.
2017-02-28Spelling mistakes corrected.Thomas Lange5-5/+5
2017-02-27Forgotten CSS class for page and user form template added.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-26Added support for multiple queries in a single request (supplement).Thomas Lange1-1/+1
2017-02-26Added support for multiple queries in a single request.Thomas Lange1-2/+5
2017-02-26Incorrect comment corrected and function moved to another line.Thomas Lange1-7/+7
2017-02-26Added different template parameter for the case that the page is displayed ↵Thomas Lange2-0/+2
in the administration area.
2017-02-26Spelling mistakes corrected, comments added and unnecessary language ↵Thomas Lange10-45/+99
variables removed.
2017-02-25Markdown formatting and typo in filename removed.Thomas Lange1-3/+3
2017-02-25Initial commit.Thomas Lange1-0/+9
2017-02-24Initial commit.v1.0Thomas Lange126-0/+7953