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
8146
Features / Re: New revs
« on December 14th, 2010, 12:17 PM »
Revision: 376
Author: arantor
Date: 10:44:30, 14 December 2010
Message:
! More documentation (Activate.php, Buddy.php)
! Add a hook to the buddy action in case we want to do something interesting with the new buddy. (Buddy.php)
----
Modified : /trunk/Sources/Activate.php
Modified : /trunk/Sources/Buddy.php

Posted: December 14th, 2010, 11:44 AM

Revision: 377
Author: arantor
Date: 11:17:25, 14 December 2010
Message:
! More documentation (CoppaForm.php, Credits.php, Dlattach.php)
----
Modified : /trunk/Sources/CoppaForm.php
Modified : /trunk/Sources/Credits.php
Modified : /trunk/Sources/Dlattach.php
8147
Features / Re: New revs
« on December 12th, 2010, 07:50 PM »
Revision: 369
Author: arantor
Date: 03:53:25, 12 December 2010
Message:
+ Added ability to recount member posts into Admin / Maintenance / Members (ManageMaintenance.php, ManageMaintenance.template.php, ManageMaintenance.english.php)
----
Modified : /trunk/Sources/ManageMaintenance.php
Modified : /trunk/Themes/default/ManageMaintenance.template.php
Modified : /trunk/Themes/default/languages/ManageMaintenance.english.php

Posted: December 12th, 2010, 04:53 AM

Revision: 370
Author: arantor
Date: 04:21:14, 12 December 2010
Message:
+ Scheduled tasks can now specify a file to load that contains the actual function to be called (install.sql, ScheduledTasks.php, ManageScheduledTasks.php)
----
Modified : /trunk/Sources/ManageScheduledTasks.php
Modified : /trunk/Sources/ScheduledTasks.php
Modified : /trunk/other/install.sql

Posted: December 12th, 2010, 05:21 AM

Revision: 371
Author: arantor
Date: 18:49:50, 12 December 2010
Message:
! Rewrote news fader to run in jQuery (BoardIndex.template.php, fader.js)
----
Modified : /trunk/Themes/default/BoardIndex.template.php
Modified : /trunk/Themes/default/scripts/fader.js
8148
Features / Re: New revs
« on December 11th, 2010, 12:51 PM »
Revision: 366
Author: arantor
Date: 11:51:13, 11 December 2010
Message:
! Fix the bugs caused by trying to code something quickly when tired (SSI.php)
----
Modified : /trunk/SSI.php
8149
Features / Re: New revs
« on December 11th, 2010, 12:52 AM »
Revision: 363
Author: arantor
Date: 23:37:37, 10 December 2010
Message:
! Performance enhancement to SSI's ssi_recentTopics function (thanks to live627)
----
Modified : /trunk/SSI.php

Posted: December 11th, 2010, 12:38 AM

Revision: 364
Author: arantor
Date: 23:52:11, 10 December 2010
Message:
! Fixed installer not logging in user on new install (install.php)
----
Modified : /trunk/other/install.php
8150
Features / Re: New revs
« on December 10th, 2010, 11:50 AM »
Quote
I have a feeling that editor.js can get a similar treatment, but I don't know if it's worth thinking about it, because of the talk on including CKEditor. I figure it means editor.js will go at some point...? Or at least most of it?
At least most of it.
8151
Features / Re: New revs
« on December 5th, 2010, 04:16 PM »
Revision: 347
Author: arantor
Date: 15:15:57, 05 December 2010
Message:
! Updated to r10296
 - expanded support for size types in size bbc (install.sql)
 - caching board parents information (Load.php)
 - OpenID fix (Subs-OpenID.php)
 - moving action spamming checks earlier in workflow (Login2.php, SendTopic.php)
 - some servers send $_SERVER['HTTPS'] in different ways (ManageServer.php)
 - comment fixes (Errors.php, ManagePosts.php, Subs-Menu.php)
 - make sure cache is cleared when boards are altered (Subs-Boards.php)
 - make sure cache-clearing also invalidates cache in case files weren't removed (Subs.php)
 - minor layout tweak (admin.css)
 - remove signature padding for IE6 and IE7 (ie6.css, ie7.css)
 - language cleanups including a missing error message (Admin, Errors, Help, index, Profile)
 - Fix for additional space in post template (Post.template.php)
 - Formatting change in profile template for requesting a group membership (Profile.template.php)
 - Change of reserved words to use change in admin CSS (additional by me: dropping of name attribute for HTML5) (Register.template.php)
----
Modified : /trunk/Sources/Errors.php
Modified : /trunk/Sources/Load.php
Modified : /trunk/Sources/Login2.php
Modified : /trunk/Sources/ManagePosts.php
Modified : /trunk/Sources/ManageServer.php
Modified : /trunk/Sources/SendTopic.php
Modified : /trunk/Sources/Subs-Boards.php
Modified : /trunk/Sources/Subs-Menu.php
Modified : /trunk/Sources/Subs-OpenID.php
Modified : /trunk/Sources/Subs.php
Modified : /trunk/Themes/default/Post.template.php
Modified : /trunk/Themes/default/Profile.template.php
Modified : /trunk/Themes/default/Register.template.php
Modified : /trunk/Themes/default/css/admin.css
Modified : /trunk/Themes/default/css/ie6.css
Modified : /trunk/Themes/default/css/ie7.css
Modified : /trunk/Themes/default/languages/Admin.english.php
Modified : /trunk/Themes/default/languages/Errors.english.php
Modified : /trunk/Themes/default/languages/Help.english.php
Modified : /trunk/Themes/default/languages/Profile.english.php
Modified : /trunk/Themes/default/languages/index.english.php
Modified : /trunk/other/install.sql



(Changes from RC4 public to r10296)
8152
Features / Re: New revs
« on December 3rd, 2010, 05:50 PM »
Revision: 339
Author: arantor
Date: 16:49:46, 03 December 2010
Message:
+ westring class (Class-String.php)
! Die, $smcFunc, die. (MANY files, many changes pretty automated which is why some of the other/ files are done)
! Stripping out a few more of the db_* functions that should have gone yesterday (RepairBoards.php and a couple of others)
----
Modified : /trunk/SSI.php
Modified : /trunk/Sources/Activate.php
Modified : /trunk/Sources/Admin.php
Modified : /trunk/Sources/Announce.php
Modified : /trunk/Sources/Calendar.php
Modified : /trunk/Sources/Class-Editor.php
Added : /trunk/Sources/Class-String.php
Modified : /trunk/Sources/CoppaForm.php
Modified : /trunk/Sources/Display.php
Modified : /trunk/Sources/Dlattach.php
Modified : /trunk/Sources/DumpDatabase.php
Modified : /trunk/Sources/Errors.php
Modified : /trunk/Sources/Feed.php
Modified : /trunk/Sources/Findmember.php
Modified : /trunk/Sources/Groups.php
Modified : /trunk/Sources/JSModify.php
Modified : /trunk/Sources/Jseditor.php
Modified : /trunk/Sources/Jsoption.php
Modified : /trunk/Sources/Load.php
Modified : /trunk/Sources/Lock.php
Modified : /trunk/Sources/Login2.php
Modified : /trunk/Sources/Logout.php
Modified : /trunk/Sources/ManageAttachments.php
Modified : /trunk/Sources/ManageBans.php
Modified : /trunk/Sources/ManageBoards.php
Modified : /trunk/Sources/ManageCalendar.php
Modified : /trunk/Sources/ManageErrors.php
Modified : /trunk/Sources/ManageMail.php
Modified : /trunk/Sources/ManageMaintenance.php
Modified : /trunk/Sources/ManageMembergroups.php
Modified : /trunk/Sources/ManageMembers.php
Modified : /trunk/Sources/ManageNews.php
Modified : /trunk/Sources/ManagePaid.php
Modified : /trunk/Sources/ManagePermissions.php
Modified : /trunk/Sources/ManagePosts.php
Modified : /trunk/Sources/ManageRegistration.php
Modified : /trunk/Sources/ManageScheduledTasks.php
Modified : /trunk/Sources/ManageSearch.php
Modified : /trunk/Sources/ManageSearchEngines.php
Modified : /trunk/Sources/ManageServer.php
Modified : /trunk/Sources/ManageSettings.php
Modified : /trunk/Sources/ManageSmileys.php
Modified : /trunk/Sources/Memberlist.php
Modified : /trunk/Sources/MessageIndex.php
Modified : /trunk/Sources/ModerationCenter.php
Modified : /trunk/Sources/Modlog.php
Modified : /trunk/Sources/MoveTopic.php
Modified : /trunk/Sources/Notify.php
Modified : /trunk/Sources/PackageGet.php
Modified : /trunk/Sources/Packages.php
Modified : /trunk/Sources/PersonalMessage.php
Modified : /trunk/Sources/Poll.php
Modified : /trunk/Sources/Post.php
Modified : /trunk/Sources/Post2.php
Modified : /trunk/Sources/PostModeration.php
Modified : /trunk/Sources/PrettyUrls-Filters.php
Modified : /trunk/Sources/Printpage.php
Modified : /trunk/Sources/Profile-Actions.php
Modified : /trunk/Sources/Profile-Modify.php
Modified : /trunk/Sources/Profile-View.php
Modified : /trunk/Sources/Profile.php
Modified : /trunk/Sources/QueryString.php
Modified : /trunk/Sources/QuickMod.php
Modified : /trunk/Sources/QuoteFast.php
Modified : /trunk/Sources/Recent.php
Modified : /trunk/Sources/Register.php
Modified : /trunk/Sources/Reminder.php
Modified : /trunk/Sources/RemoveTopic.php
Modified : /trunk/Sources/RepairBoards.php
Modified : /trunk/Sources/Reports.php
Modified : /trunk/Sources/ScheduledTasks.php
Modified : /trunk/Sources/Search.php
Modified : /trunk/Sources/Search2.php
Modified : /trunk/Sources/SearchAPI-Custom.php
Modified : /trunk/Sources/SearchAPI-Fulltext.php
Modified : /trunk/Sources/Security.php
Modified : /trunk/Sources/SendTopic.php
Modified : /trunk/Sources/Spellcheck.php
Modified : /trunk/Sources/SplitTopics.php
Modified : /trunk/Sources/Stats.php
Modified : /trunk/Sources/Sticky.php
Modified : /trunk/Sources/Subs-Admin.php
Modified : /trunk/Sources/Subs-Auth.php
Modified : /trunk/Sources/Subs-BoardIndex.php
Modified : /trunk/Sources/Subs-Boards.php
Modified : /trunk/Sources/Subs-Calendar.php
Modified : /trunk/Sources/Subs-Categories.php
Modified : /trunk/Sources/Subs-Charset.php
Modified : /trunk/Sources/Subs-Editor.php
Modified : /trunk/Sources/Subs-Graphics.php
Modified : /trunk/Sources/Subs-Login.php
Modified : /trunk/Sources/Subs-Membergroups.php
Modified : /trunk/Sources/Subs-Members.php
Modified : /trunk/Sources/Subs-MembersOnline.php
Modified : /trunk/Sources/Subs-Menu.php
Modified : /trunk/Sources/Subs-MessageIndex.php
Modified : /trunk/Sources/Subs-OpenID.php
Modified : /trunk/Sources/Subs-Package.php
Modified : /trunk/Sources/Subs-Post.php
Modified : /trunk/Sources/Subs-PrettyUrls.php
Modified : /trunk/Sources/Subs-Recent.php
Modified : /trunk/Sources/Subs.php
Modified : /trunk/Sources/Subscriptions-PayPal.php
Modified : /trunk/Sources/Suggest.php
Modified : /trunk/Sources/Themes.php
Modified : /trunk/Sources/Unread.php
Modified : /trunk/Sources/Unreadreplies.php
Modified : /trunk/Sources/ViewQuery.php
Modified : /trunk/Sources/ViewSMFile.php
Modified : /trunk/Sources/Who.php
Modified : /trunk/Sources/Xmlhttp.php
Modified : /trunk/Themes/default/Admin.template.php
Modified : /trunk/Themes/default/Announce.template.php
Modified : /trunk/Themes/default/Calendar.template.php
Modified : /trunk/Themes/default/ManageNews.template.php
Modified : /trunk/Themes/default/ManageSearch.template.php
Modified : /trunk/Themes/default/Packages.template.php
Modified : /trunk/index.php
Modified : /trunk/other/install.php
Modified : /trunk/other/tools/create_backup.php
Modified : /trunk/other/tools/repair.php
Modified : /trunk/other/tools/repair_settings.php
Modified : /trunk/other/tools/restore_backup.php
Modified : /trunk/other/tools/smf_api.php
Modified : /trunk/other/tools/smfinfo.php
Modified : /trunk/other/unittest/tests/Class-UnitTest.php
Modified : /trunk/other/unittest/tests/Class-UnitTest_parsesmileys.php
Modified : /trunk/other/upgrade.php
Modified : /trunk/subscriptions.php

(Oh, and there is a change to Login.php to kick registered users back to the main page since we shouldn't really show the login page to non-guests.)
8153
Features / Re: New revs
« on December 3rd, 2010, 02:45 PM »
Revision: 337
Author: arantor
Date: 12:40:36, 03 December 2010
Message:
! Don't show the login screen for someone who is already logged (Login.php)
----
Modified : /trunk/Sources/Login.php

Posted: December 3rd, 2010, 01:41 PM

Revision: 338
Author: arantor
Date: 13:44:42, 03 December 2010
Message:
! Make bbcode be loaded from a table rather than stored hardcoded in the parser (Subs.php, install.sql)
----
Modified : /trunk/Sources/Subs.php
Modified : /trunk/other/install.sql
8154
The Pub / Re: Logo Madness (Was: New revs)
« on December 2nd, 2010, 06:19 PM »
I'd argue that most of SSI stuff is a non issue where validation is concerned.

The SSI functions are called without index.css in most cases, which is fine. It's only if they use template_header or (worse, IMO) manually invoke template layers etc, that index.css is needed and really, most people aren't smart enough to even copy CSS, you'd be surprised how often most folks want to mash up SSI.php itself rather than use the return array option that nearly every function has... >_<
8155
The Pub / Re: Logo Madness (Was: New revs)
« on December 2nd, 2010, 05:07 PM »
Oh, btw, logo is broken in the SSI examples page but I figured we'll rewrite that anyway.
8156
The Pub / Re: Logo Madness (Was: New revs)
« on December 2nd, 2010, 04:52 PM »
I don't think it should be changed; it looks good as it is - interesting without being too busy. It looks good in the current Wedge theme too :)
8157
Features / Re: New revs
« on December 2nd, 2010, 01:33 AM »
Revision: 327
Author: arantor
Date: 22:35:19, 01 December 2010
Message:
! Minor formatting fix to fatal error page (Errors.template.php)
! Replaced $smcFunc['db_*'] functions with the weDB family of classes. (LOTS of files. Far too many for a sane person, or even not so sane person, to list here manually.)
----
Modified : /trunk/SSI.php
Modified : /trunk/Sources/Activate.php
Modified : /trunk/Sources/Announce.php
Added : /trunk/Sources/Class-DB.php
Added : /trunk/Sources/Class-DBExtra.php
Added : /trunk/Sources/Class-DBPackages.php
Added : /trunk/Sources/Class-DBSearch.php
Modified : /trunk/Sources/Class-Editor.php
Modified : /trunk/Sources/CoppaForm.php
Deleted : /trunk/Sources/DbExtra.php
Deleted : /trunk/Sources/DbPackages.php
Deleted : /trunk/Sources/DbSearch.php
Modified : /trunk/Sources/Display.php
Modified : /trunk/Sources/Dlattach.php
Modified : /trunk/Sources/DumpDatabase.php
Modified : /trunk/Sources/Errors.php
Modified : /trunk/Sources/Feed.php
Modified : /trunk/Sources/Groups.php
Modified : /trunk/Sources/JSModify.php
Modified : /trunk/Sources/Jsoption.php
Modified : /trunk/Sources/Load.php
Modified : /trunk/Sources/Lock.php
Modified : /trunk/Sources/Login2.php
Modified : /trunk/Sources/Logout.php
Modified : /trunk/Sources/ManageAttachments.php
Modified : /trunk/Sources/ManageBans.php
Modified : /trunk/Sources/ManageBoards.php
Modified : /trunk/Sources/ManageCalendar.php
Modified : /trunk/Sources/ManageErrors.php
Modified : /trunk/Sources/ManageMail.php
Modified : /trunk/Sources/ManageMaintenance.php
Modified : /trunk/Sources/ManageMembergroups.php
Modified : /trunk/Sources/ManageMembers.php
Modified : /trunk/Sources/ManageNews.php
Modified : /trunk/Sources/ManagePaid.php
Modified : /trunk/Sources/ManagePermissions.php
Modified : /trunk/Sources/ManagePosts.php
Modified : /trunk/Sources/ManageRegistration.php
Modified : /trunk/Sources/ManageScheduledTasks.php
Modified : /trunk/Sources/ManageSearch.php
Modified : /trunk/Sources/ManageSearchEngines.php
Modified : /trunk/Sources/ManageServer.php
Modified : /trunk/Sources/ManageSettings.php
Modified : /trunk/Sources/ManageSmileys.php
Modified : /trunk/Sources/Memberlist.php
Modified : /trunk/Sources/MessageIndex.php
Modified : /trunk/Sources/ModerationCenter.php
Modified : /trunk/Sources/Modlog.php
Modified : /trunk/Sources/MoveTopic.php
Modified : /trunk/Sources/Notify.php
Modified : /trunk/Sources/PackageGet.php
Modified : /trunk/Sources/Packages.php
Modified : /trunk/Sources/PersonalMessage.php
Modified : /trunk/Sources/Poll.php
Modified : /trunk/Sources/Post.php
Modified : /trunk/Sources/Post2.php
Modified : /trunk/Sources/PostModeration.php
Modified : /trunk/Sources/PrettyUrls-Filters.php
Modified : /trunk/Sources/Printpage.php
Modified : /trunk/Sources/Profile-Actions.php
Modified : /trunk/Sources/Profile-Modify.php
Modified : /trunk/Sources/Profile-View.php
Modified : /trunk/Sources/Profile.php
Modified : /trunk/Sources/QueryString.php
Modified : /trunk/Sources/QuickMod.php
Modified : /trunk/Sources/QuoteFast.php
Modified : /trunk/Sources/Recent.php
Modified : /trunk/Sources/Register.php
Modified : /trunk/Sources/Reminder.php
Modified : /trunk/Sources/RemoveTopic.php
Modified : /trunk/Sources/RepairBoards.php
Modified : /trunk/Sources/Reports.php
Modified : /trunk/Sources/ScheduledTasks.php
Modified : /trunk/Sources/Search.php
Modified : /trunk/Sources/Search2.php
Modified : /trunk/Sources/SearchAPI-Custom.php
Modified : /trunk/Sources/SearchAPI-Fulltext.php
Modified : /trunk/Sources/Security.php
Modified : /trunk/Sources/SendTopic.php
Modified : /trunk/Sources/SplitTopics.php
Modified : /trunk/Sources/Stats.php
Modified : /trunk/Sources/Sticky.php
Modified : /trunk/Sources/Subs-Admin.php
Modified : /trunk/Sources/Subs-Auth.php
Modified : /trunk/Sources/Subs-BoardIndex.php
Modified : /trunk/Sources/Subs-Boards.php
Modified : /trunk/Sources/Subs-Calendar.php
Modified : /trunk/Sources/Subs-Categories.php
Modified : /trunk/Sources/Subs-Charset.php
Deleted : /trunk/Sources/Subs-Database.php
Modified : /trunk/Sources/Subs-Editor.php
Modified : /trunk/Sources/Subs-Graphics.php
Modified : /trunk/Sources/Subs-Login.php
Modified : /trunk/Sources/Subs-Membergroups.php
Modified : /trunk/Sources/Subs-Members.php
Modified : /trunk/Sources/Subs-MembersOnline.php
Modified : /trunk/Sources/Subs-Menu.php
Modified : /trunk/Sources/Subs-MessageIndex.php
Modified : /trunk/Sources/Subs-OpenID.php
Modified : /trunk/Sources/Subs-Package.php
Modified : /trunk/Sources/Subs-Post.php
Modified : /trunk/Sources/Subs-PrettyUrls.php
Modified : /trunk/Sources/Subs-Recent.php
Modified : /trunk/Sources/Subs.php
Modified : /trunk/Sources/Subscriptions-PayPal.php
Modified : /trunk/Sources/Suggest.php
Modified : /trunk/Sources/Themes.php
Modified : /trunk/Sources/Unread.php
Modified : /trunk/Sources/Unreadreplies.php
Modified : /trunk/Sources/ViewQuery.php
Modified : /trunk/Sources/ViewSMFile.php
Modified : /trunk/Sources/Who.php
Modified : /trunk/Themes/default/Errors.template.php
Modified : /trunk/other/install.php
Modified : /trunk/subscriptions.php

Posted: December 1st, 2010, 11:36 PM

Revision: 328
Author: arantor
Date: 00:11:26, 02 December 2010
Message:
! Stupid bugfix for installer looking for the wrong file (install.php)
! Remove boardmod support (Packages.php, Subs-Package.php, Packages.template.php)
----
Modified : /trunk/Sources/Packages.php
Modified : /trunk/Sources/Subs-Package.php
Modified : /trunk/Themes/default/Packages.template.php
Modified : /trunk/other/install.php

Posted: December 2nd, 2010, 01:11 AM

Revision: 329
Author: arantor
Date: 00:32:51, 02 December 2010
Message:
! Reformatted the browse packages template to have a single subfunction handling the different lists of add-ons rather than doing it 4 times (Packages.template.php)
----
Modified : /trunk/Themes/default/Packages.template.php
8158
Features / Re: New revs
« on December 1st, 2010, 11:22 AM »
Revision: 323
Author: arantor
Date: 10:22:11, 01 December 2010
Message:
! Fixing most of the rest of the uses of $sourcedir / loadSource in main source (lots of files)
! Reverting use of loadSource where function not available at that point (Subs-Database.php)
----
Modified : /trunk/Sources/Admin.php
Modified : /trunk/Sources/Class-Editor.php
Modified : /trunk/Sources/Dlattach.php
Modified : /trunk/Sources/Groups.php
Modified : /trunk/Sources/ManageAttachments.php
Modified : /trunk/Sources/ManageBoards.php
Modified : /trunk/Sources/ManageErrors.php
Modified : /trunk/Sources/ManageMail.php
Modified : /trunk/Sources/ManageMaintenance.php
Modified : /trunk/Sources/ManageMembergroups.php
Modified : /trunk/Sources/ManageMembers.php
Modified : /trunk/Sources/ManageNews.php
Modified : /trunk/Sources/ManagePaid.php
Modified : /trunk/Sources/ManagePermissions.php
Modified : /trunk/Sources/ManagePosts.php
Modified : /trunk/Sources/ManageRegistration.php
Modified : /trunk/Sources/ManageScheduledTasks.php
Modified : /trunk/Sources/ManageSearch.php
Modified : /trunk/Sources/ManageSearchEngines.php
Modified : /trunk/Sources/ManageServer.php
Modified : /trunk/Sources/ManageSettings.php
Modified : /trunk/Sources/ManageSmileys.php
Modified : /trunk/Sources/MessageIndex.php
Modified : /trunk/Sources/ModerationCenter.php
Modified : /trunk/Sources/PackageGet.php
Modified : /trunk/Sources/Packages.php
Modified : /trunk/Sources/PersonalMessage.php
Modified : /trunk/Sources/Post.php
Modified : /trunk/Sources/Post2.php
Modified : /trunk/Sources/PostModeration.php
Modified : /trunk/Sources/PrettyUrls-Filters.php
Modified : /trunk/Sources/Profile-Actions.php
Modified : /trunk/Sources/Profile-Modify.php
Modified : /trunk/Sources/Profile-View.php
Modified : /trunk/Sources/Profile.php
Modified : /trunk/Sources/QueryString.php
Modified : /trunk/Sources/QuoteFast.php
Modified : /trunk/Sources/Recent.php
Modified : /trunk/Sources/Register.php
Modified : /trunk/Sources/RemoveTopic.php
Modified : /trunk/Sources/SMStats.php
Modified : /trunk/Sources/ScheduledTasks.php
Modified : /trunk/Sources/Security.php
Modified : /trunk/Sources/SendTopic.php
Modified : /trunk/Sources/SplitTopics.php
Modified : /trunk/Sources/Subs-Auth.php
Modified : /trunk/Sources/Subs-Boards.php
Modified : /trunk/Sources/Subs-Calendar.php
Modified : /trunk/Sources/Subs-Categories.php
Modified : /trunk/Sources/Subs-Database.php
Modified : /trunk/Sources/Subs-Editor.php
Modified : /trunk/Sources/Subs-Membergroups.php
Modified : /trunk/Sources/Subs-Members.php
Modified : /trunk/Sources/Subs-Menu.php
Modified : /trunk/Sources/Unreadreplies.php
8159
Features / Re: New revs
« on December 1st, 2010, 04:19 AM »
Revision: 320
Author: arantor
Date: 19:50:43, 30 November 2010
Message:
! Convert action=collapse into its own file (index.php, BoardIndex.php, Collapse.php)
! Remove legacy modifycat action (index.php, ManageBoards.php)
----
Modified : /trunk/Sources/BoardIndex.php
Added : /trunk/Sources/Collapse.php
Modified : /trunk/Sources/ManageBoards.php
Modified : /trunk/index.php

Posted: November 30th, 2010, 08:51 PM

Revision: 321
Author: arantor
Date: 20:44:34, 30 November 2010
Message:
! Convert polls to be a action=poll with subactions (index.php, Poll.php, Who.english.php, Who.french.php, Poll.template.php, Display.template.php)
+ Add the ability for topic-permission (whotopic) strings that support specific action/subaction strings (Who.php)
----
Modified : /trunk/Sources/Errors.php
Modified : /trunk/Sources/Poll.php
Modified : /trunk/Sources/Who.php
Modified : /trunk/Themes/default/Display.template.php
Modified : /trunk/Themes/default/Poll.template.php
Modified : /trunk/Themes/default/languages/Who.english.php
Modified : /trunk/Themes/default/languages/Who.french.php
Modified : /trunk/index.php

Posted: November 30th, 2010, 09:44 PM

Revision: 322
Author: arantor
Date: 03:19:01, 01 December 2010
Message:
! loadSource introduced. (Load.php)
! A decent number of files converted to use loadSource where possible without lots of work, and globalisation of $sourcedir removed in the process. Not all files are finished yet. (Lots and lots of files)
----
Modified : /trunk/SSI.php
Modified : /trunk/Sources/Activate.php
Modified : /trunk/Sources/Admin.php
Modified : /trunk/Sources/Announce.php
Modified : /trunk/Sources/BoardIndex.php
Modified : /trunk/Sources/Calendar.php
Modified : /trunk/Sources/Collapse.php
Modified : /trunk/Sources/Display.php
Modified : /trunk/Sources/Errors.php
Modified : /trunk/Sources/Findmember.php
Modified : /trunk/Sources/JSModify.php
Modified : /trunk/Sources/Jseditor.php
Modified : /trunk/Sources/Load.php
Modified : /trunk/Sources/Lock.php
Modified : /trunk/Sources/Login2.php
Modified : /trunk/Sources/Logout.php
Modified : /trunk/Sources/ManageBans.php
Modified : /trunk/Sources/ManageCalendar.php
Modified : /trunk/Sources/Modlog.php
Modified : /trunk/Sources/MoveTopic.php
Modified : /trunk/Sources/Poll.php
Modified : /trunk/Sources/QuickMod.php
Modified : /trunk/Sources/Reminder.php
Modified : /trunk/Sources/RepairBoards.php
Modified : /trunk/Sources/Reports.php
Modified : /trunk/Sources/Search.php
Modified : /trunk/Sources/Search2.php
Modified : /trunk/Sources/Sticky.php
Modified : /trunk/Sources/Subs-Admin.php
Modified : /trunk/Sources/Subs-Database.php
Modified : /trunk/Sources/Subs-Graphics.php
Modified : /trunk/Sources/Subs-Login.php
Modified : /trunk/Sources/Subs-OpenID.php
Modified : /trunk/Sources/Subs-Package.php
Modified : /trunk/Sources/Subs-Post.php
Modified : /trunk/Sources/Subs.php
Modified : /trunk/Sources/Themes.php
Modified : /trunk/Sources/Unread.php
Modified : /trunk/Sources/VerificationCode.php
Modified : /trunk/Sources/Xmlhttp.php
Modified : /trunk/index.php
Modified : /trunk/subscriptions.php
8160
Features / Re: New revs
« on November 30th, 2010, 12:05 PM »
I knew it was hard to debug since it was an error on line 1... but it's all line 1 >_< I can enable that to test it, sure. If the option is disabled, it probably shouldn't go through Packer. Thing is, though, which performs better overall - Minification & Packer strikes me as though it should underperform compared to Minification & Gzip.

Meanwhile...


Revision: 310
Author: arantor
Date: 08:46:41, 30 November 2010
Message:
! Renamed the .xml action as feed which just seems more logical, as well as moved it around (index.php, Feed.php, Load.php, News.php, BoardIndexInfoCenter.template.php, index.php, Help.english.php, Help.french.php)
! Cleaned up xmlhttp action as part of ongoing harmonisation (index.php, Xml.php, Xmlhttp.php)
----
Added : /trunk/Sources/Feed.php (Copy from path: /trunk/Sources/News.php, Revision, 309)
Modified : /trunk/Sources/Load.php
Deleted : /trunk/Sources/News.php
Deleted : /trunk/Sources/Xml.php
Added : /trunk/Sources/Xmlhttp.php (Copy from path: /trunk/Sources/Xml.php, Revision, 309)
Modified : /trunk/Themes/default/BoardIndexInfoCenter.template.php
Modified : /trunk/Themes/default/index.template.php
Modified : /trunk/Themes/default/languages/Help.english.php
Modified : /trunk/Themes/default/languages/Help.french.php
Modified : /trunk/index.php

Posted: November 30th, 2010, 09:49 AM

OK so I enabled it, and Chrome did not like the compressed file one bit. Yay for unstyled page!
Posted: November 30th, 2010, 09:51 AM

Revision: 311
Author: arantor
Date: 09:01:37, 30 November 2010
Message:
! Removed legacy requestmembers action and function (index.php, Subs-Auth.php)
----
Modified : /trunk/Sources/Subs-Auth.php
Modified : /trunk/index.php


This was the old auto-suggest handler from 1.1.x, only no-one removed it, haha. Needless to say it'll still be in 2.0 final >_<
Posted: November 30th, 2010, 10:02 AM

Revision: 312
Author: arantor
Date: 09:08:09, 30 November 2010
Message:
! Harmonised action=jseditor, including removing the method from the editor class (strictly speaking it feels a little less like it should be in the class anyway) (index.php, Class-Editor.php, Jseditor.php)
----
Modified : /trunk/Sources/Class-Editor.php
Added : /trunk/Sources/Jseditor.php
Modified : /trunk/index.php

Posted: November 30th, 2010, 10:08 AM

Revision: 313
Author: arantor
Date: 09:46:55, 30 November 2010
Message:
! Tidy up the WAP2 PM find-member action into its own file (index.php, Findmember.php, Subs-Auth.php)
! Remove the non WAP template for findmember since it doesn't appear to be in use anywhere (Findmember.php, Help.template.php)
----
Added : /trunk/Sources/Findmember.php
Modified : /trunk/Sources/Subs-Auth.php
Modified : /trunk/Themes/default/Help.template.php
Modified : /trunk/index.php

Posted: November 30th, 2010, 10:57 AM

Revision: 314
Author: arantor
Date: 10:12:23, 30 November 2010
Message:
! Silently rewrite action=.xml into action=feed (index.php)
! Move the buddy, lock and sticky actions into their own files (index.php, Buddy.php, Subs-Members.php, LockTopic.php, Lock.php, Sticky.php)
----
Added : /trunk/Sources/Buddy.php
Added : /trunk/Sources/Lock.php (Copy from path: /trunk/Sources/LockTopic.php, Revision, 309)
Deleted : /trunk/Sources/LockTopic.php
Added : /trunk/Sources/Sticky.php
Modified : /trunk/Sources/Subs-Members.php
Modified : /trunk/index.php

Posted: November 30th, 2010, 11:12 AM

Revision: 315
Author: arantor
Date: 11:05:06, 30 November 2010
Message:
! Split LogInOut into separate actions and support, and fix all the links to it (index.php, LogInOut.php, Subs-Login.php, Login.php, Login2.php, Logout.php, Load.php, Profile-Actions.php, Reminder.php, Security.php, Subs-OpenID.php)
----
Modified : /trunk/Sources/Load.php
Deleted : /trunk/Sources/LogInOut.php
Added : /trunk/Sources/Login.php
Added : /trunk/Sources/Login2.php
Added : /trunk/Sources/Logout.php
Modified : /trunk/Sources/Profile-Actions.php
Modified : /trunk/Sources/Reminder.php
Modified : /trunk/Sources/Security.php
Added : /trunk/Sources/Subs-Login.php (Copy from path: /trunk/Sources/LogInOut.php, Revision, 309)
Modified : /trunk/Sources/Subs-OpenID.php
Modified : /trunk/index.php