index
:
Blog
master
optimization
A simple blog system with Markdown support, written in PHP & MySQL.
Thomas Lange
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
core
/
functions.php
Age
Commit message (
Expand
)
Author
Files
Lines
2021-07-24
Create feed item's GUID manually in template file
Thomas Lange
1
-11
/
+0
2021-07-24
Remove configuration option "POST.FEED_GUID"
Thomas Lange
1
-13
/
+4
2021-07-22
Bugfix: Escape "%" in URL params for sprintf
Thomas Lange
1
-0
/
+1
2021-07-22
Merge GET parameters into pagination URL
Thomas Lange
1
-1
/
+4
2021-07-20
Implement new *content functions* feature (readme)
Thomas Lange
1
-1
/
+62
2021-07-20
Rename and reorganize several "get count" methods
Thomas Lange
1
-3
/
+2
2021-07-19
Add and use new parser/transformer classes
Thomas Lange
1
-83
/
+25
2021-07-19
Replace option $ITEM.EMOTICONS with WRAP_EMOTICONS
Thomas Lange
1
-19
/
+1
2021-07-16
Improve performance of parseUnicodeEmoticons
Thomas Lange
1
-8
/
+10
2021-07-16
Drop support for parsing ASCII emoticons
Thomas Lange
1
-39
/
+0
2021-07-11
Add template function to get data from a category
Thomas Lange
1
-3
/
+16
2021-07-11
Remove wrapper function for strip_tags
Thomas Lange
1
-9
/
+2
2021-07-10
Bugfix: Include correct variable in function scope
Thomas Lange
1
-1
/
+1
2021-07-10
Remove pages from the RSS feed (readme)
Thomas Lange
1
-3
/
+0
2021-07-02
Add generic function to create pagination template
Thomas Lange
1
-58
/
+7
2021-07-01
Add function generateCategoryPostNaviTemplate
Thomas Lange
1
-0
/
+18
2021-07-01
Add category system to categorize posts (readme)
Thomas Lange
1
-1
/
+63
2021-06-25
Reorganize namespaces
Thomas Lange
1
-8
/
+10
2021-06-22
Implement new Repository and Entity classes
Thomas Lange
1
-50
/
+59
2021-06-21
Rename "attr" method of Item class to "get"
Thomas Lange
1
-4
/
+4
2021-06-21
Use function parseArguments
Thomas Lange
1
-1
/
+1
2021-06-21
Add function parseArguments
Thomas Lange
1
-0
/
+20
2021-06-21
Use function getMarkdownImageURLs
Thomas Lange
1
-1
/
+1
2021-06-21
Add function getMarkdownImageURLs
Thomas Lange
1
-0
/
+14
2021-06-21
Use function parseEntityContent
Thomas Lange
1
-1
/
+1
2021-06-21
Use function parseContentTags
Thomas Lange
1
-1
/
+3
2021-06-21
Add function parseEntityContent
Thomas Lange
1
-0
/
+32
2021-06-21
Add function parseContentTags
Thomas Lange
1
-0
/
+26
2021-06-21
Use function generatePseudoGUID
Thomas Lange
1
-1
/
+1
2021-06-21
Add function generatePseudoGUID
Thomas Lange
1
-0
/
+22
2021-06-21
Use getEntityURL method of Application class
Thomas Lange
1
-1
/
+1
2021-06-12
Remove function "getRandomValue"
Thomas Lange
1
-7
/
+0
2019-10-29
Remove PHP closing tags and add LF to text files
Thomas Lange
1
-1
/
+0
2019-10-16
Use strftime() with locale support
Thomas Lange
1
-29
/
+4
2018-09-09
Correct regex replace strings
Thomas Lange
1
-2
/
+2
2018-09-09
Add function "parseUnicodeEmoticons"
Thomas Lange
1
-0
/
+14
2018-09-09
Add function "getUnicodeEmoticons"
Thomas Lange
1
-0
/
+24
2018-01-08
Bugfix: Incorrect behavior of the "truncate" function in some circumstances:
Thomas Lange
1
-2
/
+5
2017-11-29
The "cut" function has been optimized and renamed to "truncate". In addition,...
Thomas Lange
1
-7
/
+8
2017-11-28
Bugfix: The "excerpt" function had returned a string with unnecessary whitesp...
Thomas Lange
1
-2
/
+3
2017-07-07
The function "makeSlugURL" has been renamed to "generateSlug" because the nam...
Thomas Lange
1
-1
/
+1
2017-05-30
Several changes have been made in this commit, which together with the previ...
v2.2
Thomas Lange
1
-101
/
+31
2017-05-17
Explicit types for return values and function parameters added.
Thomas Lange
1
-6
/
+6
2017-05-05
A significant increase in the response time has been achieved, since the temp...
v2.1
Thomas Lange
1
-4
/
+12
2017-05-01
The "excerpt" function has been optimized.
Thomas Lange
1
-0
/
+1
2017-04-29
The function "makeSlugURL" has been modified and optimized.
Thomas Lange
1
-6
/
+10
2017-04-27
Several changes have been made in this commit, which together with the previo...
v2.0
Thomas Lange
1
-2
/
+6
2017-04-24
Nested function calls for generating the meta description are removed and a f...
Thomas Lange
1
-3
/
+14
2017-03-10
Several changes have been made in this commit, which together with the previo...
v1.1
Thomas Lange
1
-3
/
+39
2017-02-24
Initial commit.
v1.0
Thomas Lange
1
-0
/
+322