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
/
admin
Age
Commit message (
Expand
)
Author
Files
Lines
2021-09-27
Fix incorrect parameter list for logout action
Thomas Lange
1
-1
/
+1
2021-09-19
Rename some session array keys
Thomas Lange
1
-1
/
+1
2021-08-09
Pass entity template data to the update template
Thomas Lange
4
-0
/
+4
2021-08-09
Fix some inconsistent variable names
Thomas Lange
4
-12
/
+12
2021-08-05
Don't check return value of insert/delete methods
Thomas Lange
8
-24
/
+16
2021-08-05
Show error message if CSRF token does not matches
Thomas Lange
6
-49
/
+69
2021-08-05
Simplify the insert/update HTTP-POST params check
Thomas Lange
8
-8
/
+8
2021-07-24
Show message if search was not successful
Thomas Lange
2
-2
/
+12
2021-07-22
Add user and category filter on post search
Thomas Lange
1
-2
/
+37
2021-07-22
Catch possible PDOException for search request
Thomas Lange
2
-6
/
+20
2021-07-22
Add pagination for search results
Thomas Lange
2
-8
/
+66
2021-07-02
Use createPaginationTemplate also in admin area
Thomas Lange
4
-24
/
+12
2021-07-01
Add category system to categorize posts (readme)
Thomas Lange
6
-2
/
+324
2021-07-01
Redirect to entity create form if no entity exists
Thomas Lange
3
-0
/
+21
2021-06-26
Use const to define expressionless admin constants
Thomas Lange
17
-33
/
+33
2021-06-26
Use shorthand ternary operator
Thomas Lange
6
-28
/
+28
2021-06-25
Reorganize namespaces
Thomas Lange
3
-3
/
+3
2021-06-22
Implement new Repository and Entity classes
Thomas Lange
16
-397
/
+426
2021-06-21
Fix prefixes for ADMIN.USER.LIST_* config options
Thomas Lange
1
-2
/
+2
2021-06-21
Remove unnecessary $ItemTemplate variables
Thomas Lange
3
-11
/
+3
2021-06-21
Rename some template variables
Thomas Lange
5
-10
/
+10
2021-06-21
Rename "attr" method of Item class to "get"
Thomas Lange
9
-18
/
+18
2021-06-21
Use function parseEntityContent
Thomas Lange
3
-3
/
+3
2021-06-20
Call password_verify directly in login script
Thomas Lange
1
-1
/
+2
2021-06-19
Remove ID form field (and rearrange other fields)
Thomas Lange
3
-6
/
+3
2021-06-19
Rename CRUD methods of Attribute class
Thomas Lange
9
-9
/
+9
2021-06-14
Remove more redundant try/catch blocks
Thomas Lange
17
-518
/
+354
2021-06-13
Add configuration settings (admin prefixes)
Thomas Lange
3
-6
/
+6
2019-10-29
Remove PHP closing tags and add LF to text files
Thomas Lange
17
-17
/
+0
2019-04-27
Add missing indentation
Thomas Lange
1
-6
/
+6
2019-04-27
Remove if condition with empty body
Thomas Lange
1
-2
/
+1
2017-10-24
Some comments have been updated, unnecessary whitespace at the end of some fi...
Thomas Lange
17
-25
/
+21
2017-10-22
Implemented: A full-text search functionality for posts and pages in the admi...
Thomas Lange
2
-0
/
+104
2017-09-02
Some code optimizations has been made in admin/index.php to prevent duplicate...
Thomas Lange
1
-6
/
+10
2017-09-02
An unnecessary "else" block in admin/auth.php was removed and spelling mistak...
Thomas Lange
1
-21
/
+16
2017-07-07
The function "makeSlugURL" has been renamed to "generateSlug" because the nam...
Thomas Lange
6
-18
/
+18
2017-05-30
Several changes have been made in this commit, which together with the previ...
v2.2
Thomas Lange
9
-82
/
+9
2017-04-27
Several changes have been made in this commit, which together with the previo...
v2.0
Thomas Lange
6
-9
/
+21
2017-04-19
Comments added and unnecessary "abs" function calls removed.
Thomas Lange
3
-3
/
+12
2017-04-12
Inconsistency in the admin template parameters fixed (this does not affect an...
Thomas Lange
1
-3
/
+1
2017-04-11
The control structures "require_once" have been replaced by a simple "require...
Thomas Lange
15
-15
/
+15
2017-04-11
Class "ExceptionHandler" has been removed and several files has been changed.
Thomas Lange
15
-15
/
+15
2017-04-11
Methods "error403" and "error404" has been added to the "Application" class; ...
Thomas Lange
9
-9
/
+9
2017-03-06
Hardcoded PDO class name replaced with $Database class.
Thomas Lange
4
-4
/
+4
2017-02-26
Added support for multiple queries in a single request.
Thomas Lange
1
-2
/
+5
2017-02-24
Initial commit.
v1.0
Thomas Lange
15
-0
/
+1194