Show Likes

This section allows you to view all posts where this member received or gave a like to.

1
Features / Re: New revs
Nao « on March 17th, 2012, 01:18 PM »
My! Forgot to post this one...

rev 1477
(6 files, 4kb)

! Add Media button was still showing up even with the Media gallery disabled. (Class-Editor.php)

! I don't know what this $firstIndex business was all about, but it didn't work on blogs. Rewrote it to simply use min($messages), which will retrieve the old message ID in the list. That's bound to be the first message to show up, innit...? (Display.php)

+ Added the proper board index to the homepage, below latest topics and latest thoughts. As I said - it's just ten lines of code and not template edits... Über-cool. (Home.php)

! Removing tapatalk from 404 error logs. Seriously, we don't need to see that. Also transforming ampersand entities to regular ampersands. Hopefully that'll be enough to make some referrers browsable without edits. (QueryString.php)

* Changed ssi_recentTopics() so that it uses the topic's title, rather than the last post's. Also removed a duplicate id_topic field retrieval. I don't even know how that never generated a MySQL error...! (SSI.php)

+ Adding a Save class to the Pretty URL admin page's submit button. (Admin.template.php)
2
Features / Re: New revs
Arantor « on March 17th, 2012, 02:23 PM »
(1 file, 3KB)

Revision: 1478
Author: arantor
Date: 17 March 2012 13:22:54
Message:
! Rewrite the IPv6 matching code, it should now work properly on addresses (as it actually predates the IPv6 implementation, it didn't actually match netblocks properly against the internal IPv6 encoding used.) (Subs.php)
----
Modified : /trunk/Sources/Subs.php