aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-09-02Bugfix: An undefined array index "NAME" was used in the user navigation inste...v2.3.1Thomas Lange1-2/+2
2017-09-02Multiple <section> elements were replaced by simple <div> elements. If a cont...Thomas Lange6-19/+19
2017-09-02Some code optimizations has been made in admin/index.php to prevent duplicate...Thomas Lange2-8/+12
2017-09-02An unnecessary "else" block in admin/auth.php was removed and spelling mistak...Thomas Lange3-23/+18
2017-08-13A missing Font Awesome icon for the login page was added to the admin template.Thomas Lange1-1/+1
2017-08-11Several changes have been made in this commit, which together with the previo...v2.3Thomas Lange44-148/+154
2017-08-10The SQL queries for the HTTP ETag header generation have been combined into o...Thomas Lange1-11/+8
2017-08-02The <title> and <link> elements within <image> should have the same value as ...Thomas Lange1-1/+1
2017-08-02The <link> elements within <channel> and <image> should not contain the URL t...Thomas Lange1-2/+2
2017-08-02Hardcoded number from the en language file of the standard template removed.Thomas Lange1-1/+1
2017-07-31Some comments has been restructured and minified.Thomas Lange2-20/+4
2017-07-31Three internationalization strings and one CSS class have been added to the a...Thomas Lange3-0/+15
2017-07-26The "title" attribute has been added to the link tag of the stylesheet so tha...Thomas Lange1-1/+1
2017-07-10A small mistake in the DE translation for the admin template has been fixed.Thomas Lange1-1/+1
2017-07-07The function "makeSlugURL" has been renamed to "generateSlug" because the nam...Thomas Lange10-26/+32
2017-05-31Optimizations and tiny design update for the admin template:Thomas Lange6-41/+78
2017-05-31Two changes have been made in this commit:Thomas Lange6-61/+69
2017-05-31Bugfix: There was a problem with the formular for editing users which have be...v2.2.1Thomas Lange1-1/+1
2017-05-30 Several changes have been made in this commit, which together with the previ...v2.2Thomas Lange19-251/+102
2017-05-21Bugfixes: There were two problems with the internal sorting of items which ha...v2.1.2Thomas Lange2-7/+7
2017-05-21Several changes have been made to the admin template, which together with the...v2.1.1Thomas Lange7-214/+205
2017-05-17Explicit types for return values and function parameters added.Thomas Lange1-6/+6
2017-05-14Disable the automatic linking of URLs which are not explicitly wrapped around...Thomas Lange1-0/+1
2017-05-12Bugfix: If the database password is removed within the first "getDatabase" ca...Thomas Lange1-2/+0
2017-05-12The method "getLanguage" has been restructured.Thomas Lange1-1/+4
2017-05-05Prevent "$ITEM['BODY']['HTML']()" which is a closure since version 2.1 from c...Thomas Lange2-4/+8
2017-05-05A significant increase in the response time has been achieved, since the temp...v2.1Thomas Lange16-21/+29
2017-05-04CSS optimization on admin template.Thomas Lange1-3/+2
2017-05-01Semantic HTML5 attribute "type" with value "number" for numeric form fields a...Thomas Lange3-3/+3
2017-05-01The "excerpt" function has been optimized.Thomas Lange1-0/+1
2017-04-30The date of publication is now displayed in the lists.Thomas Lange5-2/+21
2017-04-30CSS optimization (spaces between icon and text are replaced by margin).Thomas Lange2-4/+4
2017-04-30Hyperlinks to the documentation and the releases on GitHub added to the footer.Thomas Lange2-2/+13
2017-04-30Missing internationalization for feed link titles added.Thomas Lange3-3/+3
2017-04-29ItemFactory does not need to implement FactoryInterface because it is already...Thomas Lange1-1/+1
2017-04-29Template method "get" is now used to get the previously defined name of the p...Thomas Lange2-2/+2
2017-04-29The values ​​for the "for" and "id" properties have been converted to low...Thomas Lange4-47/+47
2017-04-29Two changes have been made in this commit:Thomas Lange5-3/+41
2017-04-29The function "makeSlugURL" has been modified and optimized.Thomas Lange1-6/+10
2017-04-28Inline javascript for emoticon and markdown replacement has been outsourced i...Thomas Lange4-36/+68
2017-04-27Router: Regular expressions for feed URLs has been combined.Thomas Lange1-14/+2
2017-04-27Several changes have been made in this commit, which together with the previo...v2.0Thomas Lange21-76/+122
2017-04-24HTML escaping is required to prevent XML validation errors for some character...Thomas Lange2-3/+2
2017-04-24Parameter type declaration changed to "Throwable" because this parameter can ...Thomas Lange1-1/+1
2017-04-24Nested function calls for generating the meta description are removed and a f...Thomas Lange6-8/+19
2017-04-19Comments added and unnecessary "abs" function calls removed.Thomas Lange6-6/+24
2017-04-12Internationalization for markdown format buttons added.Thomas Lange6-28/+54
2017-04-12Inconsistency in array keys for the admin language fixed (they are usually lo...Thomas Lange6-37/+37
2017-04-12Inconsistency in the admin template parameters fixed (this does not affect an...Thomas Lange2-5/+3
2017-04-12The file "application.php" has been modified.Thomas Lange1-2/+1