Age | Commit message (Expand) | Author | Files | Lines |
2021-07-28 | Migrator: Don't recreate Language object anymore | Thomas Lange | 1 | -12/+12 |
2021-07-24 | Remove configuration option "POST.FEED_GUID" | Thomas Lange | 1 | -2/+1 |
2021-07-24 | Rename configuration options "*.SINGLE_REDIRECT" | Thomas Lange | 1 | -4/+4 |
2021-07-23 | Decrease default feed size from 25 to 10 items | Thomas Lange | 1 | -1/+1 |
2021-07-22 | Rename: Append "Repository" to repository classes | Thomas Lange | 1 | -4/+4 |
2021-07-19 | Replace option $ITEM.EMOTICONS with WRAP_EMOTICONS | Thomas Lange | 1 | -4/+1 |
2021-07-10 | Remove pages from the RSS feed (readme) | Thomas Lange | 1 | -3/+0 |
2021-07-02 | Include category timestamp in ETag response header | Thomas Lange | 1 | -12/+13 |
2021-07-01 | Add option CATEGORY.LIST_SORT to application.php | Thomas Lange | 1 | -0/+1 |
2021-07-01 | Add category system to categorize posts (readme) | Thomas Lange | 1 | -0/+7 |
2021-07-01 | Add PHP version check | Thomas Lange | 1 | -0/+7 |
2021-06-25 | Reorganize namespaces | Thomas Lange | 1 | -3/+3 |
2021-06-24 | Add configuration option MIGRATOR.ENABLED | Thomas Lange | 1 | -1/+4 |
2021-06-24 | Implement database schema Migrator | Thomas Lange | 1 | -0/+5 |
2021-06-24 | Set Database attribute in Application class | Thomas Lange | 1 | -13/+0 |
2021-06-22 | Implement new Repository and Entity classes | Thomas Lange | 1 | -3/+7 |
2021-06-17 | Pass configuration array directly to foreach | Thomas Lange | 1 | -8/+3 |
2021-06-14 | Remove redundant try/catch block | Thomas Lange | 1 | -12/+13 |
2021-06-13 | Use grid layout for items in administration area | Thomas Lange | 1 | -2/+2 |
2021-06-13 | Add configuration settings (admin prefixes) | Thomas Lange | 1 | -0/+14 |
2019-10-29 | Remove PHP closing tags and add LF to text files | Thomas Lange | 1 | -1/+0 |
2019-04-26 | Rename "standard" template to "default" | Thomas Lange | 1 | -1/+1 |
2018-02-14 | Add configuration option "$ITEM.SINGLE_REDIRECT" | Thomas Lange | 1 | -0/+3 |
2018-01-09 | Fix spelling mistake in comments | Thomas Lange | 1 | -2/+2 |
2017-11-24 | Fixed a spelling mistake in several comments: | Thomas Lange | 1 | -2/+2 |
2017-11-13 | The default value for "PATHINFO.PROT" is now "https" if $_SERVER['REQUEST_SCH... | Thomas Lange | 1 | -2/+2 |
2017-10-23 | There was a tiny mistake in the previous commit which has been fixed. | Thomas Lange | 1 | -1/+2 |
2017-10-23 | An overwrite mechanism for the application's configuration has been implement... | Thomas Lange | 1 | -2/+57 |
2017-09-02 | Some code optimizations has been made in admin/index.php to prevent duplicate... | Thomas Lange | 1 | -2/+2 |
2017-09-02 | An unnecessary "else" block in admin/auth.php was removed and spelling mistak... | Thomas Lange | 1 | -1/+1 |
2017-08-10 | The SQL queries for the HTTP ETag header generation have been combined into o... | Thomas Lange | 1 | -11/+8 |
2017-04-24 | Parameter type declaration changed to "Throwable" because this parameter can ... | Thomas Lange | 1 | -1/+1 |
2017-04-12 | The file "application.php" has been modified. | Thomas Lange | 1 | -2/+1 |
2017-04-12 | Catch block for PDOException was modified. | Thomas Lange | 1 | -2/+1 |
2017-04-12 | The function "set_exception_handler" was modified. | Thomas Lange | 1 | -3/+2 |
2017-04-11 | The control structures "require_once" have been replaced by a simple "require... | Thomas Lange | 1 | -3/+3 |
2017-03-10 | Several changes have been made in this commit, which together with the previo...v1.1 | Thomas Lange | 1 | -1/+1 |
2017-02-24 | Initial commit.v1.0 | Thomas Lange | 1 | -0/+136 |