Age | Commit message (Expand) | Author | Files | Lines |
2024-02-03 | Fix use of wrong Fontello class for nav toggle | Thomas Lange | 1 | -1/+1 |
2024-01-23 | Remove trailing slash on void elements | Thomas Lange | 17 | -82/+82 |
2023-02-01 | Darken the background color of the header | Thomas Lange | 4 | -4/+6 |
2023-02-01 | Remove "text-shadow" property from header text | Thomas Lange | 3 | -3/+0 |
2023-02-01 | Recompile CSS and add ".sass-cache" to .gitignore | Thomas Lange | 3 | -1713/+1044 |
2021-10-02 | Fix wrong color scheme identifier in migration.php | Thomas Lange | 1 | -1/+1 |
2021-09-19 | Pre-select the current user in page/post form | Thomas Lange | 2 | -2/+4 |
2021-08-26 | Add underline for blue hyperlinks in admin theme | Thomas Lange | 3 | -3/+16 |
2021-08-26 | Explicitly set placeholder color for admin theme | Thomas Lange | 3 | -0/+24 |
2021-08-26 | Explicitly set scrollbar colors for admin theme | Thomas Lange | 5 | -0/+108 |
2021-08-10 | Clear floating for #message-list-wrapper | Thomas Lange | 3 | -0/+3 |
2021-08-09 | Show ID in the heading of the update template | Thomas Lange | 4 | -4/+16 |
2021-08-09 | Show action button list in entity update template | Thomas Lange | 7 | -4/+23 |
2021-08-05 | Update link to MySQL documentation in translations | Thomas Lange | 4 | -6/+6 |
2021-07-28 | Add "required" attribute to required form fields | Thomas Lange | 8 | -15/+15 |
2021-07-24 | Update CSS for "code" tag in error message box | Thomas Lange | 3 | -0/+13 |
2021-07-24 | Create feed item's GUID manually in template file | Thomas Lange | 1 | -1/+1 |
2021-07-22 | Add quick link from category item to post search | Thomas Lange | 1 | -0/+1 |
2021-07-22 | Add "autofocus" attribute to HTML form fields | Thomas Lange | 8 | -8/+8 |
2021-07-22 | Add user and category filter on post search | Thomas Lange | 1 | -0/+37 |
2021-07-22 | Catch possible PDOException for search request | Thomas Lange | 2 | -0/+20 |
2021-07-22 | Add pagination for search results | Thomas Lange | 3 | -0/+10 |
2021-07-14 | Do some minor optimizations on the admin theme | Thomas Lange | 12 | -25/+25 |
2021-07-10 | Remove pages from the RSS feed (readme) | Thomas Lange | 9 | -60/+21 |
2021-07-10 | Fix unequal grid item widths (and use fr unit) | Thomas Lange | 4 | -39/+30 |
2021-07-09 | Detect unsaved changes in content editor | Thomas Lange | 1 | -0/+31 |
2021-07-09 | Bugfix: Add CSS "word-break" property | Thomas Lange | 3 | -0/+3 |
2021-07-05 | Add dark color mode for admin theme | Thomas Lange | 9 | -8/+1281 |
2021-07-05 | Add SCSS variables and do some minor optimizations | Thomas Lange | 10 | -819/+896 |
2021-07-05 | Remove unused Font Awesome library | Thomas Lange | 1 | -4/+0 |
2021-07-04 | Remove unused CSS rules from admin theme | Thomas Lange | 2 | -76/+4 |
2021-07-04 | Use CSS grid for admin search forms | Thomas Lange | 4 | -4/+21 |
2021-07-04 | Prettify the item meta elements in the admin theme | Thomas Lange | 6 | -51/+51 |
2021-07-04 | Use list for item meta elements | Thomas Lange | 6 | -16/+52 |
2021-07-04 | Move ID into heading element and remove brackets | Thomas Lange | 6 | -8/+20 |
2021-07-01 | Add category system to categorize posts (readme) | Thomas Lange | 16 | -3/+411 |
2021-07-01 | Add translations for upcoming category system | Thomas Lange | 4 | -3/+31 |
2021-06-28 | Update Fontello for default theme | Thomas Lange | 8 | -96/+983 |
2021-06-26 | Use shorthand ternary operator in admin forms | Thomas Lange | 3 | -3/+3 |
2021-06-26 | Fix bug in user select form field | Thomas Lange | 2 | -2/+2 |
2021-06-26 | Add and change some Fontello icons for admin theme | Thomas Lange | 16 | -405/+919 |
2021-06-24 | Implement database schema Migrator | Thomas Lange | 6 | -19/+125 |
2021-06-23 | Show custom title and description in admin header | Thomas Lange | 1 | -2/+2 |
2021-06-19 | Remove ID form field (and rearrange other fields) | Thomas Lange | 6 | -51/+48 |
2021-06-19 | Fix missing margin on user list | Thomas Lange | 2 | -0/+9 |
2021-06-14 | Darken background on focused/active buttons | Thomas Lange | 2 | -2/+21 |
2021-06-13 | Use grid layout for items in administration area | Thomas Lange | 23 | -66/+166 |
2021-06-13 | Ignore source maps for Javascript and CSS | Thomas Lange | 2 | -2/+0 |
2021-06-13 | Replace the flex layout in favor of a grid layout | Thomas Lange | 11 | -277/+265 |
2021-06-12 | Remove outline from focused form elements | Thomas Lange | 2 | -0/+7 |