[Commit revision 098baa6]
Author: Nao
Date: Tue, 15 Apr 2014 16:57:06 +0200
Stats: 1 file changed; +2 (insertions), -2 (deletions)
[Commit revision c8c729a]
Author: Nao
Date: Wed, 16 Apr 2014 15:14:03 +0200
Stats: 4 files changed; +36 (insertions), -22 (deletions)
[Commit revision df71a73]
Author: Nao
Date: Wed, 16 Apr 2014 15:44:27 +0200
Stats: 1 file changed; +15 (insertions), -14 (deletions)
[Commit revision ee725cb]
Author: Nao
Date: Wed, 16 Apr 2014 15:50:03 +0200
Stats: 1 file changed; +16 (insertions), -7 (deletions)
[Commit revision 669bd34]
Author: Nao
Date: Wed, 16 Apr 2014 16:00:10 +0200
Stats: 1 file changed; +6 (insertions), -1 (deletion)
Author: Nao
Date: Tue, 15 Apr 2014 16:57:06 +0200
Stats: 1 file changed; +2 (insertions), -2 (deletions)
- Made debug information a bit less wordy in Who's Online pages. (Who.php)
[Commit revision c8c729a]
Author: Nao
Date: Wed, 16 Apr 2014 15:14:03 +0200
Stats: 4 files changed; +36 (insertions), -22 (deletions)
- A small rewrite of the @if conditional tests in JavaScript code: (1) added admin test in addition to member and guest, (2) changed syntax to @if {} @else {}, instead of @if/@endif. Please note that, at least for now, brackets are mandatory, even for a single line. Remember, it's a compile-time directive, it's not actual JavaScript..! (Subs-Cache.php, editor-func.js, script.js, topic.js)
[Commit revision df71a73]
Author: Nao
Date: Wed, 16 Apr 2014 15:44:27 +0200
Stats: 1 file changed; +15 (insertions), -14 (deletions)
- Fixed, I hope, this annoying follow_me bug that triggered in this situation: (1) Chrome (maybe also Firefox), (2) Web Platform disabled, no support for stickies, (3) opening an unread topic in a background tab, and then switching to it quickly. I was unable to determine what caused this browser bug, but I was at least able to consistently determine whether it was happening, and simply delay the page_showing code execution until it didn't. (topic.js)
- page_showing() shouldn't be run on topic lists. Only topic pages. (topic.js)
[Commit revision ee725cb]
Author: Nao
Date: Wed, 16 Apr 2014 15:50:03 +0200
Stats: 1 file changed; +16 (insertions), -7 (deletions)
- Separating what needs to be run at page showing time, and page resizing time. (topic.js)
- Running the relative time code on topic lists. I may add support for this in the future, so... (topic.js)
[Commit revision 669bd34]
Author: Nao
Date: Wed, 16 Apr 2014 16:00:10 +0200
Stats: 1 file changed; +6 (insertions), -1 (deletion)
- Fixed wrongly autolinked URLs inside code tags. Okay, THIS TIME, I think everything's accounted for...! And I really need to rewrite that code tag system. It's... A bit weird. Ah, who am I kidding. I'll never find time for that... (Class-Editor.php)