Releases: vphantom/pyritephp
Releases · vphantom/pyritephp
Minor update
Maintenance release
Minor bug fixes and improvements.
Minor improvements
- New: replaced Summernote with CKEditor 4 for WYSIWYG editing
- New: in Outbox, allow sending from oneself as an option
A new column was added to the emails
table and thus to upgrade, one must run the following SQLite query:
ALTER TABLE emails ADD COLUMN mailfrom INTEGER NOT NULL DEFAULT '0';
Hourly cron and sendmail retries
- New: document recommended
hourly
event to trigger hourly via cron alongside existingdaily
- New: retry sending unsent e-mails in nobody's mailbox every hour
Bug fixes
Minor improvement
- Minor: tolerate malformed HTML better in e-mail bodies
Enhancement: log crashes to file
- New: log crashes to
config.ini
'sglobal.save_errors_in
(i.e.var/crashes.txt
) independently of attempting to e-mail them.
Important bug fix
Daily cron job did not have administrator privileges, but needed them to access some details such as article titles and editors.
Important bug fix
Recent refactor to preserve author order had an unnoticed mis-named variable causing users created from the user selector to be ignored.
Bugfixes and minor improvements
- Bug: saving outbox e-mails could silently fail
- Minor: preserve order when validating list of userIds/emails
- New: arbitrary labels to user selector widget
- New: expiring backdoor mechanism for sysadmins