Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Messages - Arantor
1607
Features / Re: New revs
« on February 12th, 2013, 11:04 PM »
(2 files, 2KB)

Revision: 1920
Author: arantor
Date: 12 February 2013 22:04:02
Message:
! Fixed the less than pleasant message and replaced it with a less fun and more appropriate message. (Subs-Plugins.php, ManagePlugins.english.php)

! Removed some of the debug stuff. Less vomity goodness. (Subs-Plugins.php)
----
Modified : /trunk/Sources/Subs-Plugins.php
Modified : /trunk/Themes/default/languages/ManagePlugins.english.php
1608
Off-topic / If Twitter can do it, should we?
« on February 12th, 2013, 10:42 PM »
http://www.theregister.co.uk/2013/02/12/twitter_lolcatz/

Yes, Twitter have provided a LOLCATS localisation. :lol:
1609
Features / Re: New revs
« on February 12th, 2013, 08:51 PM »
2 files, 1KB)

Revision: 1919
Author: arantor
Date: 12 February 2013 19:50:37
Message:
! Fixed handling of empty files. (Class-ZipExtract.php)

! Some bug fixes: corrected handling of folders to extract, plus proper saving/restoring of details. (Subs-Plugins.php)
----
Modified : /trunk/Sources/Class-ZipExtract.php
Modified : /trunk/Sources/Subs-Plugins.php
1610
Features / Re: New revs
« on February 12th, 2013, 07:31 PM »
2 files, 11KB

Revision: 1918
Author: arantor
Date: 12 February 2013 18:20:20
Message:
! Some more FTP fixes: response checking, a little cleanup, put-string actually works. (Class-FTP.php)

! I don't entirely believe it myself, but I'm going to check it in anyway. This version of the plugin handler still spews a bunch of debugging information for now, and a silly message on success but right now I don't care. It has other bugs too, but as of today I was able to upload a plugin successfully and have it all unpacked on the server and everything. WITH CORRECT PERMISSIONS AND NOT A 777 IN SIGHT. I'm finally on the end of a very long journey, and I'm happy with that. (Subs-Plugins.php)
----
Modified : /trunk/Sources/Class-FTP.php
Modified : /trunk/Sources/Subs-Plugins.php


Yup, the plugin uploader is actually working. Big thanks to Liroy for letting me abuse his server in the testing of this part.
1611
Features / Re: AJAX Likes
« on February 12th, 2013, 04:37 PM »
By making it button like the others ;)

I didn't see any point inheriting only part of the behaviour.
1612
Features / Re: New revs
« on February 12th, 2013, 06:15 AM »
(4 files, 6KB)

Revision: 1916
Author: arantor
Date: 12 February 2013 05:14:01
Message:
! Installer needs to actually set permissions on news, not trim a character off it and make it admin only by accident. (install.sql)

! Enhanced passive mode support in FTP, proper response changing for type changes, and some extra debugging nonsense. (Class-FTP.php)

! Updated credit for Crystal icons, to the most accurate I can come up with for now.

! Theoretically better compliance with RFC2407, as well as pruning some old legacy pre UTF-8 code. Not tested, but seems harmless enough. (Subs-Post.php)
----
Modified : /trunk/Sources/Class-FTP.php
Modified : /trunk/Sources/Credits.php
Modified : /trunk/Sources/Subs-Post.php
Modified : /trunk/root/install.sql


@ The FTP stuff is essentially IPv6 support for FTP servers. Yay. As if FTP didn't grind my gears enough already. The plugin uploader is definitely getting there!
1613
Archived fixes / Re: sb refresh does not update scrollbar
« on February 11th, 2013, 11:30 PM »
It would be the logical solution ;)
1614
Bug reports / Re: Quick editing own posts marks topics unread..?
« on February 11th, 2013, 11:29 PM »
The whole this is curiously buggy and I'm not sure why since as you say we haven't changed it lately.

I'll take a look at it tonight, it's marginally more interesting than trying to figure out the warning system ;)
1615
Bug reports / Re: Quick editing own posts marks topics unread..?
« on February 11th, 2013, 11:20 PM »
Nothing, that's the point.

If you edit, it should mark that post only as unread :/

There are other side issues with unread stuff - I've seen cases where I've had to read things twice, e.g. the New Revs topic invariably needs reading twice.
1616
Archived fixes / Re: sb refresh does not update scrollbar
« on February 11th, 2013, 11:19 PM »
Pretty much. You could even have .sb() forcibly close it first if it is open?
1617
The Pub / Re: Infinite Scroll
« on February 11th, 2013, 07:33 PM »
Yes it does, that's the point.

You've put a permalink into my post. What happens if that post is deleted? Or merged with another thread? Or moved to another thread?

The permalink will then refer to the topic as a whole, though IIRC it will at least likely get the right page of the topic (but it will point to the top of that page)
1618
The Pub / Re: Infinite Scroll
« on February 11th, 2013, 07:05 PM »
The same issues present themselves anyway even with paginated content.
1619
Features / Re: AJAX Likes
« on February 11th, 2013, 07:03 PM »
No, we didn't, and there are all sorts of issues with doing that, though far less than there used to be. Not everything needs to have AJAX crammed up its arse like a rocket.

Notably, if you have it set to return to the board rather than the topic, you don't really want AJAX ;)
1620
Features / Re: AJAX Likes
« on February 11th, 2013, 06:35 PM »
Actually, yes I do. I wanted the thumb-up to be added to the sprite image where all the other button icons are... assuming they're still a sprited image.