aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-05-15Rename function parameter "event" to "e"Thomas Lange1-4/+4
2018-04-01Use method "buildByAttribute" to create Item instances for item listingThomas Lange8-40/+38
2018-04-01Remove unused method "getSearchResultIDs" from Page and Post classThomas Lange2-35/+0
2018-04-01Replace method calls "getSearchResultIDs" with "getSearchResults"Thomas Lange3-22/+18
2018-04-01Add method "getSearchResults" to Page and Post classThomas Lange2-0/+35
2018-04-01Add method "getUserAttribute" to Page and Post classThomas Lange2-0/+16
2018-04-01Add method "buildByAttribute" and use it in "buildBySlug"Thomas Lange1-1/+13
2018-04-01Add possibility to create instance with Attribute as first parameterThomas Lange2-2/+13
2018-04-01Add method "getByField"Thomas Lange1-0/+17
2018-03-29Update Parsedown library to version 1.7.1v2.4.2Thomas Lange2-24/+195
2018-02-24Make some minor changes to the contentThomas Lange1-5/+4
2018-02-14Add configuration option "$ITEM.SINGLE_REDIRECT"Thomas Lange4-3/+36
2018-01-09Fix spelling mistake in commentsThomas Lange1-2/+2
2018-01-08Bugfix: Incorrect behavior of the "truncate" function in some circumstances:Thomas Lange1-2/+5
2017-11-29The "cut" function has been optimized and renamed to "truncate". In addition,...Thomas Lange1-7/+8
2017-11-28Bugfix: The "excerpt" function had returned a string with unnecessary whitesp...Thomas Lange1-2/+3
2017-11-24Fixed a spelling mistake in several comments:Thomas Lange6-8/+8
2017-11-20The rem units in media queries have been replaced by simple em units.Thomas Lange2-4/+4
2017-11-13The default value for "PATHINFO.PROT" is now "https" if $_SERVER['REQUEST_SCH...Thomas Lange1-2/+2
2017-11-04The Parsedown library has been patched to prevent tab indentations from being...Thomas Lange1-21/+10
2017-11-02A new action link has been added to the item overview pages and the CSS was o...Thomas Lange4-16/+31
2017-11-02The item insert link have been removed from the search pages.Thomas Lange2-8/+2
2017-11-02The item overview links have been removed from the dashboard because there ar...Thomas Lange1-3/+0
2017-11-02The "title" attribute has been added to the user link.Thomas Lange2-2/+2
2017-11-02The colon characters for the key-value arguments were moved directly into the...Thomas Lange4-3/+4
2017-10-31The hyperlink for bug reports has been changed to github.com.Thomas Lange1-1/+1
2017-10-31The use of a nonexistent CSS class has been removed.Thomas Lange3-3/+3
2017-10-24You can now access item data in the main.php template (the file which contain...Thomas Lange3-0/+14
2017-10-24Database update: The maximum amount of characters for the argument field has ...v2.4.1Thomas Lange4-6/+6
2017-10-24Some comments have been updated, unnecessary whitespace at the end of some fi...Thomas Lange26-34/+33
2017-10-23CSS: Unnecessary height property removed.Thomas Lange1-1/+1
2017-10-23There was a tiny mistake in the previous commit which has been fixed.Thomas Lange1-1/+2
2017-10-23An overwrite mechanism for the application's configuration has been implement...Thomas Lange2-85/+65
2017-10-23The methods "setCookie" and "getCookie" have been added to the HTTP class.Thomas Lange1-0/+14
2017-10-22Implemented: A full-text search functionality for posts and pages in the admi...Thomas Lange14-6/+238
2017-10-14A new Font Awesome icon was added to the admin template. This icon is used la...Thomas Lange3-0/+7
2017-10-13WARNING: This commit updates the table engine for the "post" table from MyISA...v2.4Thomas Lange1-10/+20
2017-10-10The heading icon on the form pages has been changed.Thomas Lange6-6/+6
2017-09-16The original font "Font Awesome" has been replaced by a minimized version fro...Thomas Lange4-3/+193
2017-09-15The IDs of the items in the overview lists of the admin template are now no l...Thomas Lange4-5/+9
2017-09-15A tiny mistake in the german core translation has been fixed.Thomas Lange1-1/+1
2017-09-15All occurrences of "var" have been replaced by the new introduced keywords "c...Thomas Lange2-25/+25
2017-09-15The unnecessary second list for the "Login" and "Logout" list points in the m...Thomas Lange2-15/+12
2017-09-15An invisible text has been added to each action icon in the item list of the ...Thomas Lange4-10/+10
2017-09-14Some markup optimizations has been made to both templates (the HTML5 <article...Thomas Lange17-79/+63
2017-09-02Some HTML and CSS optimizations has been made to the standard template and th...Thomas Lange4-12/+12
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