[Commit revision 86a67d1]
Author: Nao
Date: Tue, 28 Oct 2014 20:20:37 +0100
Stats: 1 file changed; +1 (insertion), -0 (deletion)- Remove .first-post class from all items retrieved through infinite Ajax. You never know... (topic.js)
[Commit revision 0acaa37]
Author: Nao
Date: Tue, 28 Oct 2014 21:03:36 +0100
Stats: 1 file changed; +2 (insertions), -0 (deletion)- Also, probably useless, but in case an infinite page takes time to show, we might want to show an Ajax loader. I'm not sure it'll work though, with all of the DOM manipulations going around... But at least it doesn't break anything, so might as well do it. (topic.js)
[Commit revision 772cafd]
Author: Nao
Date: Tue, 28 Oct 2014 21:10:06 +0100
Stats: 2 files changed; +5 (insertions), -5 (deletions)- Fixed infinite pages showing a duplicate of the original post in blog mode. (Display.php)
- Fixed infinite pages showing full userbox data in blog mode. (Display.template.php)
- Also documented one of the lines a bit more... wetem::replace() can be complicated to grasp here. (Display.php)
- These fixes took me hours to implement... I'm getting rusty! But this is as short and simple as I can do for them.