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
Age
Commit message (
Expand
)
Author
Files
Lines
2021-07-22
Add user and category filter on post search
Thomas Lange
3
-2
/
+84
2021-07-22
Move repository search functionality into a trait
Thomas Lange
4
-99
/
+109
2021-07-22
Catch possible PDOException for search request
Thomas Lange
5
-8
/
+46
2021-07-22
Add pagination for search results
Thomas Lange
7
-15
/
+116
2021-07-22
Bugfix: Escape "%" in URL params for sprintf
Thomas Lange
1
-0
/
+1
2021-07-22
Add LIMIT and OFFSET parameters for search method
Thomas Lange
1
-3
/
+7
2021-07-22
Merge GET parameters into pagination URL
Thomas Lange
1
-1
/
+4
2021-07-22
Add demo category and update other demo entities
Thomas Lange
1
-4
/
+6
2021-07-22
Do not redefine properties of Entity class
Thomas Lange
4
-12
/
+0
2021-07-22
Rename: Append "Repository" to repository classes
Thomas Lange
6
-22
/
+19
2021-07-22
Add /rsrc/ to .gitignore (and use absolute paths)
Thomas Lange
1
-2
/
+3
2021-07-20
Implement new *content functions* feature (readme)
Thomas Lange
3
-1
/
+159
2021-07-20
Rename and reorganize several "get count" methods
Thomas Lange
7
-43
/
+49
2021-07-19
Add and use new parser/transformer classes
Thomas Lange
5
-83
/
+171
2021-07-19
Replace option $ITEM.EMOTICONS with WRAP_EMOTICONS
Thomas Lange
2
-23
/
+2
2021-07-17
Reduce the redundant mapping logic in repositories
Thomas Lange
2
-49
/
+33
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-14
Do some minor optimizations on the admin theme
Thomas Lange
12
-25
/
+25
2021-07-11
Modify parameter list for getAll method
Thomas Lange
2
-4
/
+5
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-11
Reuse prepared statement in update method
Thomas Lange
1
-4
/
+0
2021-07-11
Add missing comment block on 404.php
Thomas Lange
1
-0
/
+3
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
15
-122
/
+52
2021-07-10
Fix unequal grid item widths (and use fr unit)
Thomas Lange
4
-39
/
+30
2021-07-09
Detect unsaved changes in content editor
Thomas Lange
1
-0
/
+31
2021-07-09
Bugfix: Add CSS "word-break" property
Thomas Lange
3
-0
/
+3
2021-07-05
Add dark color mode for admin theme
Thomas Lange
9
-8
/
+1281
2021-07-05
Add SCSS variables and do some minor optimizations
Thomas Lange
10
-819
/
+896
2021-07-05
Remove unused Font Awesome library
Thomas Lange
1
-4
/
+0
2021-07-04
Remove unused CSS rules from admin theme
Thomas Lange
2
-76
/
+4
2021-07-04
Use CSS grid for admin search forms
Thomas Lange
4
-4
/
+21
2021-07-04
Prettify the item meta elements in the admin theme
Thomas Lange
6
-51
/
+51
2021-07-04
Use list for item meta elements
Thomas Lange
6
-16
/
+52
2021-07-04
Move ID into heading element and remove brackets
Thomas Lange
6
-8
/
+20
2021-07-02
Clarify comment in determineFallbackSchemaVersion
Thomas Lange
1
-1
/
+1
2021-07-02
Include category timestamp in ETag response header
Thomas Lange
1
-12
/
+13
2021-07-02
Use createPaginationTemplate also in admin area
Thomas Lange
4
-24
/
+12
2021-07-02
Add generic function to create pagination template
Thomas Lange
7
-64
/
+27
2021-07-01
Add requirements section to readme
Thomas Lange
1
-0
/
+4
2021-07-01
Add option CATEGORY.LIST_SORT to application.php
Thomas Lange
2
-2
/
+1
2021-07-01
Bugfix: Use empty check instead of isset
Thomas Lange
1
-1
/
+1
2021-07-01
Add function generateCategoryPostNaviTemplate
Thomas Lange
2
-1
/
+19
2021-07-01
Add category system to categorize posts (readme)
Thomas Lange
33
-12
/
+1211
2021-07-01
Update database schema for coming category system
Thomas Lange
3
-2
/
+51
2021-07-01
Bugfix: Explicitly check for FALSE in Migrator
Thomas Lange
1
-1
/
+2
2021-07-01
Add translations for upcoming category system
Thomas Lange
6
-3
/
+53
2021-07-01
Update database schema: Make id columns unsigned
Thomas Lange
3
-7
/
+20
[next]