aboutsummaryrefslogtreecommitdiffstats
path: root/core/functions.php
AgeCommit message (Expand)AuthorFilesLines
2024-02-05Drop support for parsing/transforming content tagsHEADmasterThomas Lange1-31/+8
2024-02-05Add (CATEGORY|PAGE|POST|USER)_URL content functionThomas Lange1-0/+39
2024-02-03Hotfix: Replace `"` with `'` in link title stringThomas Lange1-3/+12
2021-07-24Create feed item's GUID manually in template fileThomas Lange1-11/+0
2021-07-24Remove configuration option "POST.FEED_GUID"Thomas Lange1-13/+4
2021-07-22Bugfix: Escape "%" in URL params for sprintfThomas Lange1-0/+1
2021-07-22Merge GET parameters into pagination URLThomas Lange1-1/+4
2021-07-20Implement new *content functions* feature (readme)Thomas Lange1-1/+62
2021-07-20Rename and reorganize several "get count" methodsThomas Lange1-3/+2
2021-07-19Add and use new parser/transformer classesThomas Lange1-83/+25
2021-07-19Replace option $ITEM.EMOTICONS with WRAP_EMOTICONSThomas Lange1-19/+1
2021-07-16Improve performance of parseUnicodeEmoticonsThomas Lange1-8/+10
2021-07-16Drop support for parsing ASCII emoticonsThomas Lange1-39/+0
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-10Bugfix: Include correct variable in function scopeThomas Lange1-1/+1
2021-07-10Remove pages from the RSS feed (readme)Thomas Lange1-3/+0
2021-07-02Add generic function to create pagination templateThomas Lange1-58/+7
2021-07-01Add function generateCategoryPostNaviTemplateThomas Lange1-0/+18
2021-07-01Add category system to categorize posts (readme)Thomas Lange1-1/+63
2021-06-25Reorganize namespacesThomas Lange1-8/+10
2021-06-22Implement new Repository and Entity classesThomas Lange1-50/+59
2021-06-21Rename "attr" method of Item class to "get"Thomas Lange1-4/+4
2021-06-21Use function parseArgumentsThomas Lange1-1/+1
2021-06-21Add function parseArgumentsThomas Lange1-0/+20
2021-06-21Use function getMarkdownImageURLsThomas Lange1-1/+1
2021-06-21Add function getMarkdownImageURLsThomas Lange1-0/+14
2021-06-21Use function parseEntityContentThomas Lange1-1/+1
2021-06-21Use function parseContentTagsThomas Lange1-1/+3
2021-06-21Add function parseEntityContentThomas Lange1-0/+32
2021-06-21Add function parseContentTagsThomas Lange1-0/+26
2021-06-21Use function generatePseudoGUIDThomas Lange1-1/+1
2021-06-21Add function generatePseudoGUIDThomas Lange1-0/+22
2021-06-21Use getEntityURL method of Application classThomas Lange1-1/+1
2021-06-12Remove function "getRandomValue"Thomas Lange1-7/+0
2019-10-29Remove PHP closing tags and add LF to text filesThomas Lange1-1/+0
2019-10-16Use strftime() with locale supportThomas Lange1-29/+4
2018-09-09Correct regex replace stringsThomas Lange1-2/+2
2018-09-09Add function "parseUnicodeEmoticons"Thomas Lange1-0/+14
2018-09-09Add function "getUnicodeEmoticons"Thomas Lange1-0/+24
2018-01-08Bugfix: Incorrect behavior of the "truncate" function in some circumstances:Thomas Lange1-2/+5
2017-11-29The "cut" function has been optimized and renamed to "truncate". In addition,...Thomas Lange1-7/+8
2017-11-28Bugfix: The "excerpt" function had returned a string with unnecessary whitesp...Thomas Lange1-2/+3
2017-07-07The function "makeSlugURL" has been renamed to "generateSlug" because the nam...Thomas Lange1-1/+1
2017-05-30 Several changes have been made in this commit, which together with the previ...v2.2Thomas Lange1-101/+31
2017-05-17Explicit types for return values and function parameters added.Thomas Lange1-6/+6
2017-05-05A significant increase in the response time has been achieved, since the temp...v2.1Thomas Lange1-4/+12
2017-05-01The "excerpt" function has been optimized.Thomas Lange1-0/+1
2017-04-29The function "makeSlugURL" has been modified and optimized.Thomas Lange1-6/+10
2017-04-27Several changes have been made in this commit, which together with the previo...v2.0Thomas Lange1-2/+6