aboutsummaryrefslogtreecommitdiffstats
path: root/core/application.php
AgeCommit message (Expand)AuthorFilesLines
2021-08-29Check for "is_file" in the SPL class autoloaderThomas Lange1-4/+8
2021-08-04Use "strpos" to validate "If-None-Match" headerThomas Lange1-14/+5
2021-07-28Migrator: Don't recreate Language object anymoreThomas Lange1-12/+12
2021-07-24Remove configuration option "POST.FEED_GUID"Thomas Lange1-2/+1
2021-07-24Rename configuration options "*.SINGLE_REDIRECT"Thomas Lange1-4/+4
2021-07-23Decrease default feed size from 25 to 10 itemsThomas Lange1-1/+1
2021-07-22Rename: Append "Repository" to repository classesThomas Lange1-4/+4
2021-07-19Replace option $ITEM.EMOTICONS with WRAP_EMOTICONSThomas Lange1-4/+1
2021-07-10Remove pages from the RSS feed (readme)Thomas Lange1-3/+0
2021-07-02Include category timestamp in ETag response headerThomas Lange1-12/+13
2021-07-01Add option CATEGORY.LIST_SORT to application.phpThomas Lange1-0/+1
2021-07-01Add category system to categorize posts (readme)Thomas Lange1-0/+7
2021-07-01Add PHP version checkThomas Lange1-0/+7
2021-06-25Reorganize namespacesThomas Lange1-3/+3
2021-06-24Add configuration option MIGRATOR.ENABLEDThomas Lange1-1/+4
2021-06-24Implement database schema MigratorThomas Lange1-0/+5
2021-06-24Set Database attribute in Application classThomas Lange1-13/+0
2021-06-22Implement new Repository and Entity classesThomas Lange1-3/+7
2021-06-17Pass configuration array directly to foreachThomas Lange1-8/+3
2021-06-14Remove redundant try/catch blockThomas Lange1-12/+13
2021-06-13Use grid layout for items in administration areaThomas Lange1-2/+2
2021-06-13Add configuration settings (admin prefixes)Thomas Lange1-0/+14
2019-10-29Remove PHP closing tags and add LF to text filesThomas Lange1-1/+0
2019-04-26Rename "standard" template to "default"Thomas Lange1-1/+1
2018-02-14Add configuration option "$ITEM.SINGLE_REDIRECT"Thomas Lange1-0/+3
2018-01-09Fix spelling mistake in commentsThomas Lange1-2/+2
2017-11-24Fixed a spelling mistake in several comments:Thomas Lange1-2/+2
2017-11-13The default value for "PATHINFO.PROT" is now "https" if $_SERVER['REQUEST_SCH...Thomas Lange1-2/+2
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 Lange1-2/+57
2017-09-02Some code optimizations has been made in admin/index.php to prevent duplicate...Thomas Lange1-2/+2
2017-09-02An unnecessary "else" block in admin/auth.php was removed and spelling mistak...Thomas Lange1-1/+1
2017-08-10The SQL queries for the HTTP ETag header generation have been combined into o...Thomas Lange1-11/+8
2017-04-24Parameter type declaration changed to "Throwable" because this parameter can ...Thomas Lange1-1/+1
2017-04-12The file "application.php" has been modified.Thomas Lange1-2/+1
2017-04-12Catch block for PDOException was modified.Thomas Lange1-2/+1
2017-04-12The function "set_exception_handler" was modified.Thomas Lange1-3/+2
2017-04-11The control structures "require_once" have been replaced by a simple "require...Thomas Lange1-3/+3
2017-03-10Several changes have been made in this commit, which together with the previo...v1.1Thomas Lange1-1/+1
2017-02-24Initial commit.v1.0Thomas Lange1-0/+136