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
Age
Commit message (
Expand
)
Author
Files
Lines
2021-07-04
Use list for item meta elements
Thomas Lange
6
-16
/
+52
2021-07-04
Move ID into heading element and remove brackets
Thomas Lange
6
-8
/
+20
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
Use createPaginationTemplate also in admin area
Thomas Lange
4
-24
/
+12
2021-07-02
Add generic function to create pagination template
Thomas Lange
7
-64
/
+27
2021-07-01
Add requirements section to readme
Thomas Lange
1
-0
/
+4
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
33
-12
/
+1211
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
6
-3
/
+53
2021-07-01
Update database schema: Make id columns unsigned
Thomas Lange
3
-7
/
+20
2021-07-01
Redirect to entity create form if no entity exists
Thomas Lange
3
-0
/
+21
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-28
Update Fontello for default theme
Thomas Lange
8
-96
/
+983
2021-06-27
Allow NULL value comparison in WHERE clause
Thomas Lange
1
-2
/
+6
2021-06-26
Use shorthand ternary operator in admin forms
Thomas Lange
3
-3
/
+3
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-26
Fix bug in user select form field
Thomas Lange
2
-2
/
+2
2021-06-26
Add and change some Fontello icons for admin theme
Thomas Lange
16
-405
/
+919
2021-06-25
Fix wrong property name in Repository class
Thomas Lange
1
-2
/
+2
2021-06-25
Reorganize namespaces
Thomas Lange
16
-41
/
+60
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
10
-19
/
+369
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-23
Show custom title and description in admin header
Thomas Lange
1
-2
/
+2
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
53
-1104
/
+1248
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
8
-27
/
+7
2021-06-21
Rename some template variables
Thomas Lange
11
-24
/
+24
2021-06-21
Rename "attr" method of Item class to "get"
Thomas Lange
19
-34
/
+34
2021-06-21
Remove getArguments method from Item class
Thomas Lange
1
-20
/
+0
2021-06-21
Use function parseArguments
Thomas Lange
1
-1
/
+1
2021-06-21
Add function parseArguments
Thomas Lange
1
-0
/
+20
2021-06-21
Remove unused methods from Item class
Thomas Lange
1
-50
/
+0
2021-06-21
Use function getMarkdownImageURLs
Thomas Lange
2
-2
/
+2
2021-06-21
Add function getMarkdownImageURLs
Thomas Lange
1
-0
/
+14
2021-06-21
Use function parseEntityContent
Thomas Lange
4
-4
/
+4
2021-06-21
Use function parseContentTags
Thomas Lange
1
-1
/
+3
2021-06-21
Add function parseEntityContent
Thomas Lange
1
-0
/
+32
[prev]
[next]