aboutsummaryrefslogtreecommitdiffstats
path: root/core
AgeCommit message (Expand)AuthorFilesLines
2021-07-28Migrator: Don't recreate Language object anymoreThomas Lange2-13/+12
2021-07-24Language: Put search query between HTML "code" tagThomas Lange2-2/+2
2021-07-24Create feed item's GUID manually in template fileThomas Lange2-12/+4
2021-07-24Remove configuration option "POST.FEED_GUID"Thomas Lange2-15/+5
2021-07-24Use correct config option for redirect singlesThomas Lange4-4/+4
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-22Add user and category filter on post searchThomas Lange1-0/+10
2021-07-22Move repository search functionality into a traitThomas Lange4-99/+109
2021-07-22Catch possible PDOException for search requestThomas Lange1-2/+6
2021-07-22Add pagination for search resultsThomas Lange2-7/+40
2021-07-22Bugfix: Escape "%" in URL params for sprintfThomas Lange1-0/+1
2021-07-22Add LIMIT and OFFSET parameters for search methodThomas Lange1-3/+7
2021-07-22Merge GET parameters into pagination URLThomas Lange1-1/+4
2021-07-22Add demo category and update other demo entitiesThomas Lange1-4/+6
2021-07-22Do not redefine properties of Entity classThomas Lange4-12/+0
2021-07-22Rename: Append "Repository" to repository classesThomas Lange6-22/+19
2021-07-20Implement new *content functions* feature (readme)Thomas Lange3-1/+159
2021-07-20Rename and reorganize several "get count" methodsThomas Lange7-43/+49
2021-07-19Add and use new parser/transformer classesThomas Lange5-83/+171
2021-07-19Replace option $ITEM.EMOTICONS with WRAP_EMOTICONSThomas Lange2-23/+2
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-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-10Bugfix: Include correct variable in function scopeThomas Lange1-1/+1
2021-07-10Remove pages from the RSS feed (readme)Thomas Lange5-60/+24
2021-07-02Clarify comment in determineFallbackSchemaVersionThomas Lange1-1/+1
2021-07-02Include category timestamp in ETag response headerThomas Lange1-12/+13
2021-07-02Add generic function to create pagination templateThomas Lange7-64/+27
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 Lange10-7/+471
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 Lange2-0/+22
2021-07-01Update database schema: Make id columns unsignedThomas Lange3-7/+20
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-27Allow NULL value comparison in WHERE clauseThomas Lange1-2/+6
2021-06-25Fix wrong property name in Repository classThomas Lange1-2/+2
2021-06-25Reorganize namespacesThomas Lange13-38/+57
2021-06-24Add configuration option MIGRATOR.ENABLEDThomas Lange1-1/+4
2021-06-24Return NULL instead of config string if unsetThomas Lange1-1/+1