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
Age
Commit message (
Expand
)
Author
Files
Lines
2021-07-22
Add user and category filter on post search
Thomas Lange
1
-0
/
+10
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
1
-2
/
+6
2021-07-22
Add pagination for search results
Thomas Lange
2
-7
/
+40
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-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-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-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
5
-60
/
+24
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
Add generic function to create pagination template
Thomas Lange
7
-64
/
+27
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
10
-7
/
+471
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
2
-0
/
+22
2021-07-01
Update database schema: Make id columns unsigned
Thomas Lange
3
-7
/
+20
2021-07-01
Add PHP version check
Thomas Lange
1
-0
/
+7
2021-06-30
Optimize core/db/database.sql
Thomas Lange
1
-38
/
+34
2021-06-29
Add WHERE filter option to getCount method
Thomas Lange
1
-4
/
+23
2021-06-28
Bugfix: Remove explicit parameter type int
Thomas Lange
1
-3
/
+3
2021-06-27
Allow NULL value comparison in WHERE clause
Thomas Lange
1
-2
/
+6
2021-06-25
Fix wrong property name in Repository class
Thomas Lange
1
-2
/
+2
2021-06-25
Reorganize namespaces
Thomas Lange
13
-38
/
+57
2021-06-24
Add configuration option MIGRATOR.ENABLED
Thomas Lange
1
-1
/
+4
2021-06-24
Return NULL instead of config string if unset
Thomas Lange
1
-1
/
+1
2021-06-24
Implement database schema Migrator
Thomas Lange
4
-0
/
+244
2021-06-24
Remove migration for migration table (readme)
Thomas Lange
2
-4
/
+1
2021-06-24
Set Database attribute in Application class
Thomas Lange
2
-14
/
+13
2021-06-22
Add missing static keywords and fix typos
Thomas Lange
2
-4
/
+4
2021-06-22
Implement new Repository and Entity classes
Thomas Lange
37
-707
/
+822
2021-06-21
Remove unnecessary $ItemTemplate variables
Thomas Lange
5
-16
/
+4
2021-06-21
Rename some template variables
Thomas Lange
6
-14
/
+14
[next]