[Commit revision 7b016f4]
Author: Nao
Date: Sat, 30 Aug 2014 23:57:07 +0200
Stats: 1 file changed; +2 (insertions), -2 (deletions)
[Commit revision c04b446]
Author: Nao
Date: Mon, 08 Sep 2014 21:14:54 +0200
Stats: 1 file changed; +2 (insertions), -1 (deletion)
[Commit revision b867b56]
Author: Nao
Date: Tue, 09 Sep 2014 13:55:23 +0200
Stats: 2 files changed; +2 (insertions), -35 (deletions)
[Commit revision 0caffa4]
Author: Nao
Date: Tue, 09 Sep 2014 14:01:49 +0200
Stats: 1 file changed; +1 (insertion), -1 (deletion)
[Commit revision caec3b3]
Author: Nao
Date: Fri, 12 Sep 2014 00:42:05 +0200
Stats: 2 files changed; +7 (insertions), -6 (deletions)
Author: Nao
Date: Sat, 30 Aug 2014 23:57:07 +0200
Stats: 1 file changed; +2 (insertions), -2 (deletions)
- The main script file was broken when compressing it with JSMin, because of the "+ ++unique" thingy. (sbox.js)
- Interestingly, adding these 4 brackets actually reduced the file size by 2 bytes...
[Commit revision c04b446]
Author: Nao
Date: Mon, 08 Sep 2014 21:14:54 +0200
Stats: 1 file changed; +2 (insertions), -1 (deletion)
- PHP has a set_charset function, let's use it... Seems to be a bit faster and safer. (Load.php)
[Commit revision b867b56]
Author: Nao
Date: Tue, 09 Sep 2014 13:55:23 +0200
Stats: 2 files changed; +2 (insertions), -35 (deletions)
- I can't think of any other software that puts so much care into rebuilding the current URL, and then proceed to not using it in some areas. (Subs-Auth.php, Login.template.php)
[Commit revision 0caffa4]
Author: Nao
Date: Tue, 09 Sep 2014 14:01:49 +0200
Stats: 1 file changed; +1 (insertion), -1 (deletion)
- We have the PROTOCOL constant, too, so let's use that... (Class-System.php)
[Commit revision caec3b3]
Author: Nao
Date: Fri, 12 Sep 2014 00:42:05 +0200
Stats: 2 files changed; +7 (insertions), -6 (deletions)
- Message edited time was applying the user timezone twice, resulting in odd things like "edited 10 hours ago" instead on a message posted 5 or 6 hours ago... (Display.php)
- Added a parameter to time_tag to disable timezone transformations. This isn't used in Wedge, and probably won't be used in the main codebase (doing timezone transforms isn't too expensive, but I'd rather do them only as needed), but here it is, it should be more flexible now. (Subs.php)