aboutsummaryrefslogtreecommitdiffstats
path: root/core/functions.php
AgeCommit message (Expand)AuthorFilesLines
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
2017-04-24Nested function calls for generating the meta description are removed and a f...Thomas Lange1-3/+14
2017-03-10Several changes have been made in this commit, which together with the previo...v1.1Thomas Lange1-3/+39
2017-02-24Initial commit.v1.0Thomas Lange1-0/+322