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-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
2017-05-31
Two changes have been made in this commit:
Thomas Lange
1
-8
/
+8
2017-05-30
Several changes have been made in this commit, which together with the previ...
v2.2
Thomas Lange
2
-42
/
+36
2017-05-21
Bugfixes: There were two problems with the internal sorting of items which ha...
v2.1.2
Thomas Lange
1
-4
/
+4
2017-05-14
Disable the automatic linking of URLs which are not explicitly wrapped around...
Thomas Lange
1
-0
/
+1
2017-05-12
Bugfix: If the database password is removed within the first "getDatabase" ca...
Thomas Lange
1
-2
/
+0
2017-05-12
The method "getLanguage" has been restructured.
Thomas Lange
1
-1
/
+4
2017-04-29
ItemFactory does not need to implement FactoryInterface because it is already...
Thomas Lange
1
-1
/
+1
2017-04-29
Two changes have been made in this commit:
Thomas Lange
1
-3
/
+6
2017-04-27
Several changes have been made in this commit, which together with the previo...
v2.0
Thomas Lange
4
-0
/
+20
2017-04-11
The control structures "require_once" have been replaced by a simple "require...
Thomas Lange
1
-2
/
+2
2017-04-11
Inconsistency in class method fixed.
Thomas Lange
1
-1
/
+1
2017-04-11
Return type declaration "void" added.
Thomas Lange
1
-3
/
+3
2017-04-11
Class "ExceptionHandler" has been removed and several files has been changed.
Thomas Lange
6
-15
/
+7
2017-04-11
Methods "error403" and "error404" has been added to the "Application" class; ...
Thomas Lange
2
-3
/
+18
[next]