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
8221
Off-topic / Re: The reality of code for us [Rant]
« on November 10th, 2010, 12:35 PM »
* Arantor stayed away from this one, because he knows he isn't that familiar with Aeva's codebase... For now...
8222
Features / Re: New revs
« on November 10th, 2010, 12:32 PM »
That's one of the benefits of going through and breaking the files up, you get to find where the function dependencies are.
8223
Features / Re: New revs
« on November 10th, 2010, 02:11 AM »
:o That's what I call a WTF then.
Posted: November 9th, 2010, 11:48 PM

Revision: 249
Author: arantor
Date: 00:20:10, 10 November 2010
Message:
! More of the reshuffle, splitting Recent.php up... including breaking the one function into two files for unread/unreadreplies, I don't think I broke anything with it though it definitely could be harmonised by finding common code and making a Subs-Unread.php file (index.php, Recent.php, Unread.php, Unreadreplies.php)
----
Modified : /trunk/Sources/Recent.php
Added : /trunk/Sources/Unread.php
Added : /trunk/Sources/Unreadreplies.php
Modified : /trunk/index.php

Posted: November 10th, 2010, 01:20 AM

Revision: 250
Author: arantor
Date: 01:04:17, 10 November 2010
Message:
! Harmonsied some function names with filenames/actions: Download became Dlattach, Admin.php's AdminMain became Admin (Dlattach.php, Admin.php, index.php)
! More of the cleanup (Post.php, JSModify.php, index.php)
+ Some actions now identify they should not be logged through defining WEDGE_NO_LOG (index.php, Dlattach.php, SMStats.php, VerificationCode.php, ViewQuery.php, ViewSMFile.php)
----
Modified : /trunk/Sources/Admin.php
Added : /trunk/Sources/Dlattach.php (Copy from path: /trunk/Sources/Download.php, Revision, 247)
Deleted : /trunk/Sources/Download.php
Added : /trunk/Sources/JSModify.php
Modified : /trunk/Sources/Post.php
Modified : /trunk/Sources/SMStats.php
Modified : /trunk/Sources/VerificationCode.php
Modified : /trunk/Sources/ViewQuery.php
Modified : /trunk/Sources/ViewSMFile.php
Modified : /trunk/index.php
8224
Features / Re: New revs
« on November 9th, 2010, 10:33 PM »
Revision: 248
Author: arantor
Date: 21:32:53, 09 November 2010
Message:
- Remove getLastPost() which does not seem to be have been called anywhere in the source (even in RC3 or RC4) (Recent.php)
----
Modified : /trunk/Sources/Recent.php
8225
Features / Re: New revs
« on November 9th, 2010, 06:59 PM »
I'm just splitting them up into the relevant actions first, is a bit easier that way to rearrange later.
8226
Features / Re: New revs
« on November 9th, 2010, 06:10 PM »
Revision: 245
Author: arantor
Date: 16:59:29, 09 November 2010
Message:
! More of the function/action rearranging (Admin.php, Post.php, Post2.php, Printpage.php, Register.php, SMStats.php, Spellcheck.php, Stats.php, Subs-Editor.php, Subs-Post.php, Subs-Sound.php, Suggest.php, VerificationCode.php, ViewSMFile.php)
----
Modified : /trunk/Sources/Admin.php
Modified : /trunk/Sources/Post.php
Added : /trunk/Sources/Post2.php
Modified : /trunk/Sources/Printpage.php
Modified : /trunk/Sources/Register.php
Added : /trunk/Sources/SMStats.php
Added : /trunk/Sources/Spellcheck.php
Modified : /trunk/Sources/Stats.php
Modified : /trunk/Sources/Subs-Editor.php
Modified : /trunk/Sources/Subs-Post.php
Modified : /trunk/Sources/Subs-Sound.php
Added : /trunk/Sources/Suggest.php
Added : /trunk/Sources/VerificationCode.php
Added : /trunk/Sources/ViewSMFile.php
Modified : /trunk/index.php

(And index.php got modified too, of course. I'm getting closer to where I want to be with this. Not there yet though.)
8227
Features / Re: New revs
« on November 6th, 2010, 08:26 PM »
In Chrome beta it just ignored it. I did see the .htaccess file (and it should be being copied with the installation) but I'll double check.

The first batch is simply moving some functions around and making some files - there's little in the way of dependencies there, unlike so many other things :(
8228
Features / Re: New revs
« on November 6th, 2010, 01:25 AM »
Chrome no like the gzipped CSS file :( Just comes up without any styles at all (though ?board=1 works now, haha)
Posted: November 6th, 2010, 12:02 AM

Revision: 243
Author: arantor
Date: 00:12:33, 06 November 2010
Message:
! First batch of conversions of splitting some actions into their own files (index.php, Admin.php, MessageIndex.php, Post.php, Register.php, SplitTopics.php, Who.php, Activate.php, CoppaForm.php, Credits.php, QuickMod.php, QuoteFast.php)
----
Added : /trunk/Sources/Activate.php
Modified : /trunk/Sources/Admin.php
Added : /trunk/Sources/CoppaForm.php
Added : /trunk/Sources/Credits.php
Modified : /trunk/Sources/MessageIndex.php
Modified : /trunk/Sources/Post.php
Added : /trunk/Sources/QuickMod.php
Added : /trunk/Sources/QuoteFast.php
Modified : /trunk/Sources/Register.php
Modified : /trunk/Sources/SplitTopics.php
Modified : /trunk/Sources/Who.php
Modified : /trunk/index.php
8229
Features / Re: New revs
« on November 5th, 2010, 09:27 PM »
Go for rev 242 :) I haven't started the changes yet due to other stuff going on.
8230
Off-topic / Re: Pretenders among us
« on November 5th, 2010, 09:26 PM »
* Arantor never saw this :(
8231
Features / Re: New revs
« on November 5th, 2010, 12:20 PM »
Of course, the corollary: the more we follow our instincts, the further we get from SMF's lock-down mentality.
8232
Features / Re: New revs
« on November 5th, 2010, 09:57 AM »
Some kind of separation is needed since the idea is to detect which file to run by looking for a file with the same name as the action, and I don't really want to have to give it rules like not firing on Load/QueryString/Manage*/Subs-*/etc
8233
Features / Re: Scheduled tasks interface
« on October 31st, 2010, 10:19 PM »
And you can't do that from the browse page like the rest of us? :P
8234
Features / Re: Scheduled tasks interface
« on October 31st, 2010, 01:08 PM »
Well, I have no idea what the hell the installed packages area is for. I'm of the view it probably should be ripped out.
8235
Features / Re: Scheduled tasks interface
« on October 30th, 2010, 08:33 PM »
Seriously? Admin > Packages > Download Packages... it's right there. How could it be more intuitive, exactly?

You have to go there to pick the server you want to browse...