[Commit revision 18dee46]
Author: Nao
Date: Sun, 25 Sep 2016 15:29:13 +0200
Stats: 3 files changed; +15 (insertions), -1 (deletion)- Added a small task to the 'Find and fix errors' maintenance task, where boards with pretty URLs will make sure they have correctly cached their URL length. This is mainly to help you get up to speed faster if you ever move forums and need to update your URLs. (RepairBoards.php, ManageMaintenance.english.php)
- Outdated comment. (ManageMaintenance.php)
[Commit revision ad3a277]
Author: Nao
Date: Sun, 25 Sep 2016 15:30:57 +0200
Stats: 1 file changed; +18 (insertions), -28 (deletions)- A single wesql::get('SELECT RAND()') now replaces 7 lines of code. I told you that helper function was nice. (Subs-Members.php)
[Commit revision a6ab3dd]
Author: Nao
Date: Sun, 25 Sep 2016 15:32:54 +0200
Stats: 1 file changed; +9 (insertions), -0 (deletion)- Added support for a pseudo-block, <ob:ignore>, within which the output buffer won't be manipulated. For instance, if you need to show a lot of data where you know there's no need to change anything (e.g. plenty of external links), adding this block around your data could shave several seconds off the total processing time. Tried by yours truly. (Subs-Template.php)
[Commit revision e22ec54]
Author: Nao
Date: Sun, 25 Sep 2016 15:36:26 +0200
Stats: 1 file changed; +4 (insertions), -2 (deletions)- Fixed wrong HTML nesting for guests. (index.template.php)
- New HTML validator no longer supports protocol-relative URLs for item properties. Don't get a word of what I said? Well, I just mean I have to add 5 extra bytes per page, and it sucks. (index.template.php)
[Commit revision d41f147]
Author: Nao
Date: Sun, 25 Sep 2016 15:38:07 +0200
Stats: 1 file changed; +1 (insertion), -0 (deletion)- Some PHP installs prefer, by default, to give you blank pages or Apache errors instead of showing you an unfinished page when errors are met. I never realized that. Putting things back to normal. At least it'll make debugging easier now... (index.php)