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
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
2021-05-20
Update Parsedown library to version 1.7.4
v2.4.3
Thomas Lange
1
-5
/
+38
2020-12-31
Remove PHP closing tags and add LF in "core/namespace/User/*"
Thomas Lange
4
-4
/
+0
2019-10-29
Remove PHP closing tags and add LF to text files
Thomas Lange
23
-23
/
+0
2019-04-26
Rename "template" directory to "theme"
Thomas Lange
2
-3
/
+3
2018-09-09
Use function "parseUnicodeEmoticons"
Thomas Lange
1
-0
/
+1
2018-03-29
Update Parsedown library to version 1.7.1
v2.4.2
Thomas Lange
2
-24
/
+195
2017-11-04
The Parsedown library has been patched to prevent tab indentations from being...
Thomas Lange
1
-21
/
+10
2017-10-23
The methods "setCookie" and "getCookie" have been added to the HTTP class.
Thomas Lange
1
-0
/
+14
2017-10-22
Implemented: A full-text search functionality for posts and pages in the admi...
Thomas Lange
1
-0
/
+14
2017-09-02
An unnecessary "else" block in admin/auth.php was removed and spelling mistak...
Thomas Lange
1
-1
/
+1
2017-08-11
Several changes have been made in this commit, which together with the previo...
v2.3
Thomas Lange
2
-31
/
+37
[next]