aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2021-07-17Reduce the redundant mapping logic in repositoriesThomas Lange2-49/+33
2021-07-16Improve performance of parseUnicodeEmoticonsThomas Lange1-8/+10
2021-07-16Drop support for parsing ASCII emoticonsThomas Lange1-39/+0
2021-07-14Do some minor optimizations on the admin themeThomas Lange12-25/+25
2021-07-11Modify parameter list for getAll methodThomas Lange2-4/+5
2021-07-11Add template function to get data from a categoryThomas Lange1-3/+16
2021-07-11Remove wrapper function for strip_tagsThomas Lange1-9/+2
2021-07-11Reuse prepared statement in update methodThomas Lange1-4/+0
2021-07-11Add missing comment block on 404.phpThomas Lange1-0/+3
2021-07-10Bugfix: Include correct variable in function scopeThomas Lange1-1/+1
2021-07-10Remove pages from the RSS feed (readme)Thomas Lange15-122/+52
2021-07-10Fix unequal grid item widths (and use fr unit)Thomas Lange4-39/+30
2021-07-09Detect unsaved changes in content editorThomas Lange1-0/+31
2021-07-09Bugfix: Add CSS "word-break" propertyThomas Lange3-0/+3
2021-07-05Add dark color mode for admin themeThomas Lange9-8/+1281
2021-07-05Add SCSS variables and do some minor optimizationsThomas Lange10-819/+896
2021-07-05Remove unused Font Awesome libraryThomas Lange1-4/+0
2021-07-04Remove unused CSS rules from admin themeThomas Lange2-76/+4
2021-07-04Use CSS grid for admin search formsThomas Lange4-4/+21
2021-07-04Prettify the item meta elements in the admin themeThomas Lange6-51/+51
2021-07-04Use list for item meta elementsThomas Lange6-16/+52
2021-07-04Move ID into heading element and remove bracketsThomas Lange6-8/+20
2021-07-02Clarify comment in determineFallbackSchemaVersionThomas Lange1-1/+1
2021-07-02Include category timestamp in ETag response headerThomas Lange1-12/+13
2021-07-02Use createPaginationTemplate also in admin areaThomas Lange4-24/+12
2021-07-02Add generic function to create pagination templateThomas Lange7-64/+27
2021-07-01Add requirements section to readmeThomas Lange1-0/+4
2021-07-01Add option CATEGORY.LIST_SORT to application.phpThomas Lange2-2/+1
2021-07-01Bugfix: Use empty check instead of issetThomas Lange1-1/+1
2021-07-01Add function generateCategoryPostNaviTemplateThomas Lange2-1/+19
2021-07-01Add category system to categorize posts (readme)Thomas Lange33-12/+1211
2021-07-01Update database schema for coming category systemThomas Lange3-2/+51
2021-07-01Bugfix: Explicitly check for FALSE in MigratorThomas Lange1-1/+2
2021-07-01Add translations for upcoming category systemThomas Lange6-3/+53
2021-07-01Update database schema: Make id columns unsignedThomas Lange3-7/+20
2021-07-01Redirect to entity create form if no entity existsThomas Lange3-0/+21
2021-07-01Add PHP version checkThomas Lange1-0/+7
2021-06-30Optimize core/db/database.sqlThomas Lange1-38/+34
2021-06-29Add WHERE filter option to getCount methodThomas Lange1-4/+23
2021-06-28Bugfix: Remove explicit parameter type intThomas Lange1-3/+3
2021-06-28Update Fontello for default themeThomas Lange8-96/+983
2021-06-27Allow NULL value comparison in WHERE clauseThomas Lange1-2/+6
2021-06-26Use shorthand ternary operator in admin formsThomas Lange3-3/+3
2021-06-26Use const to define expressionless admin constantsThomas Lange17-33/+33
2021-06-26Use shorthand ternary operatorThomas Lange6-28/+28
2021-06-26Fix bug in user select form fieldThomas Lange2-2/+2
2021-06-26Add and change some Fontello icons for admin themeThomas Lange16-405/+919
2021-06-25Fix wrong property name in Repository classThomas Lange1-2/+2
2021-06-25Reorganize namespacesThomas Lange16-41/+60
2021-06-24Add configuration option MIGRATOR.ENABLEDThomas Lange1-1/+4