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
/
namespace
Age
Commit message (
Expand
)
Author
Files
Lines
2024-02-02
Fix incorrect backslash escaping of `\\`
Thomas Lange
1
-2
/
+2
2024-02-02
Rewrite and optimize FunctionParser class
Thomas Lange
1
-15
/
+54
2023-09-23
Pass NULL instead of array containing NULL element
Thomas Lange
1
-1
/
+7
2023-09-23
Language: Cast parameter for "vsprintf" to array
Thomas Lange
1
-1
/
+1
2023-09-23
Language: Remove deprecated method "template"
Thomas Lange
1
-7
/
+0
2021-09-19
Rename some session array keys
Thomas Lange
1
-4
/
+4
2021-08-10
Exclude "_modified" property from "getAll" method
Thomas Lange
1
-0
/
+1
2021-08-10
Add "getModifiedKeys" method to EntityInterface
Thomas Lange
1
-0
/
+1
2021-08-10
Declare "set" method of Entity class as void
Thomas Lange
2
-4
/
+3
2021-08-10
Add a better mechanism to detect Entity changes
Thomas Lange
7
-61
/
+68
2021-08-04
Add explicit parameter types for the "exit" method
Thomas Lange
1
-1
/
+1
2021-08-04
Move error page logic into the Application class
Thomas Lange
1
-4
/
+10
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
Add pagination for search results
Thomas Lange
1
-6
/
+18
2021-07-22
Add LIMIT and OFFSET parameters for search method
Thomas Lange
1
-3
/
+7
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
5
-18
/
+15
2021-07-20
Implement new *content functions* feature (readme)
Thomas Lange
2
-0
/
+97
2021-07-20
Rename and reorganize several "get count" methods
Thomas Lange
4
-33
/
+42
2021-07-19
Add and use new parser/transformer classes
Thomas Lange
4
-0
/
+146
2021-07-17
Reduce the redundant mapping logic in repositories
Thomas Lange
2
-49
/
+33
2021-07-11
Modify parameter list for getAll method
Thomas Lange
1
-3
/
+3
2021-07-11
Reuse prepared statement in update method
Thomas Lange
1
-4
/
+0
2021-07-02
Clarify comment in determineFallbackSchemaVersion
Thomas Lange
1
-1
/
+1
2021-07-01
Add category system to categorize posts (readme)
Thomas Lange
5
-6
/
+181
2021-07-01
Update database schema for coming category system
Thomas Lange
1
-1
/
+1
2021-07-01
Bugfix: Explicitly check for FALSE in Migrator
Thomas Lange
1
-1
/
+2
2021-07-01
Update database schema: Make id columns unsigned
Thomas Lange
1
-1
/
+1
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
11
-27
/
+44
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
2
-0
/
+196
2021-06-24
Set Database attribute in Application class
Thomas Lange
1
-1
/
+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
26
-362
/
+480
2021-06-21
Rename "attr" method of Item class to "get"
Thomas Lange
2
-4
/
+4
2021-06-21
Remove getArguments method from Item class
Thomas Lange
1
-20
/
+0
2021-06-21
Remove unused methods from Item class
Thomas Lange
1
-50
/
+0
2021-06-21
Remove getGUID methods from Item classes
Thomas Lange
4
-35
/
+0
2021-06-21
Remove getURL methods from Item classes
Thomas Lange
4
-34
/
+0
2021-06-21
Use getEntityURL method of Application class
Thomas Lange
1
-1
/
+1
2021-06-21
Add method getEntityURL to Application class
Thomas Lange
1
-0
/
+20
2021-06-20
Call password_verify directly in login script
Thomas Lange
1
-7
/
+0
2021-06-19
Rename CRUD methods of Attribute class
Thomas Lange
1
-3
/
+3
2021-06-14
Remove useless AttributeInterface
Thomas Lange
2
-7
/
+1
2021-06-12
Remove function "getRandomValue"
Thomas Lange
1
-1
/
+1
[next]