-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG.txt
103 lines (95 loc) · 4.99 KB
/
CHANGELOG.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
# Changelog for BlogoText
#
# note : each changes will be start with status :
# - upd, for update or modification
# - add, for addition
# - del, for deletion
# - fix, like an upd but just for fixing an error
# note : each note will be start with "note :"
# note : 1 note by subject
[3.8.0-dev]
note : This changelog file will not be complete due to the consequent number of changes
note : ! WIP : if you want to try it, don't do it in prod !
note : ! WIP : don't update an existing BlogoText with this WIP version, not ready for this
- del admin/install.php
- del some functions rel2abs_admin(), confirmation(), no_confirmation() ...
- add new install system in install/
- add DIR_VHOST_BACKUP and URL_VHOST_BACKUP, for /var/backup/{VHOST}/
- add var/000_common/ used for core cache, logs, favatars (common to all VHOST)...
- add BT update from admin side (use the new install system)
- add sitemap.php
- add robots.txt
- add admin/users.php, to manage user account and sessions
- add addons dedicated page (see addons documentation)
- add inc/comments.php, all function relative to comments
- upd admin/settings.php, change the form and process
- upd admin/links.php (partial rewrite, template...)
- upd improve security (token, token TTL, reserved constant ...)
- upd core, some refactoring, improvements and translation (fn() name, vars...)
- upd email notification system for comments, now use multipart HTML/TXT
- upd admin home page, new dashboard (grid template, update notification ...)
- upd login system (form, users db file...)
- upd settings files, refactoring and moving to /var/{VHOST}/settings/
- upd user file, refactoring and moving to /var/{VHOST}/settings/
- upd DIR_BACKUP and URL_BACKUP, use /var/backup/000_common/
- upd admin UI
- upd admin JS/CSS files, explode, move, add cache server side and dynamic compression
- upd font icons, reduce size and add woff2 format
- fix bugs with log_error() wrong path with BT in a subfolder and absolute path clean up (with BT_ROOT)
[3.7.6]
note : issue #318, thanks to @chb9
- fix XSS issue in comments
[3.7.5]
- fix feed aggregator multiple errors on pages navigation
- fix feed aggregator filter for 4 bytes char
- fix admin settings page, wrong behavior for themes listing
[3.7.4]
- fix wrong behavior on link (title) from feed aggregator
- fix for PHP 5.5 compat
[3.7.3]
note : This update is about bug fix, no need to update if 3.7.1 already installed and ok
- add support for php without the PHP intl extension
- fix feed aggregator
[3.7.2]
note : This update is about bug fix, no need to update if 3.7.1 already installed and ok
note : A bug with the feed aggregator is known, we are working on it, new update will go live soon!
- upd install and update to add intl test and message
- upd boot to add intl test and message
[3.7.1]
note : This update is about bug fix
- fix function return_byte(), format the value before math
- fix errors with (int) when PHP_INT_MAX is too low
[3.7.0]
note : This changelog file will not be complete due to the consequent number of changes and the
late implementation of this changelog
note : The 3.7 is the first release after the change of maintainer
note : GitHub moved to https://github.com/BoboTiG/blogotext/
note : GitHub moved to https://github.com/BlogoText/blogotext/
note : you will notice some performance improvement due to the partial rewrite/reorder of the core
note : custom templates don't need any update to stay fonctional, but if you want to use addons, you
must add some addons tags
- add public template tag {tpl_class} wich return content type and informations
- add addon system
- add public template tag {includes.css} and {includes.js} for addons support
- add first release for a log error system
- add favatar.php, will manage external favicon and gravatar
- add valias support
- add vhost partial support
- add some 404 headers, public side
- add updater for an easy transition from 3.4.7 to 3.7
- add new notification system, partially implemented (JS)(admin side)
- add new loader animation, partially implemented (JS)(admin side)
- add new boot system
- add hook system (public side)
- add Send mail to author at new comment
- upd cache folder moved to var/{domain.tld}/cache
- upd cache folder for favicon and gravatar moved to var/cache
- upd rewrite and reorder a lot of file, function (...) in the core (PSR-2 and "english" compliancy)
- upd database scheme, add some fields in database
- upd some security improvement (ini file > php file ...)
- upd auth password hash improvement
- upd for pubilc feeds, rss.php and atom.php merged into feed.php
- upd langs file have been splitted public/admin
- upd add custom user agent for BlogoText
- upd improve performance and fonctionnality for admin feed reader
- upd default template