New revs

Nao

  • Dadman with a boy
  • Posts: 16,082
Re: New revs
« Reply #465, on December 26th, 2010, 08:17 PM »
rev 404

* Log 404 errors as proper 404 errors. (QueryString.php)
* Renamed $pretty_* to $full_*, to make them a little more understandable here. (QueryString.php)
* More JS optimizations. (register.js)

:eheh:
Re: New revs
« Reply #466, on December 27th, 2010, 03:33 PM »
rev 405

* Properly record pretty URLs when logging errors. (Errors.php)
* Attempt to close opened tags when showing errors. (Errors.php)
* Minor JS optimizations. (register.js)
Posted: December 26th, 2010, 11:57 PM

rev 406

* French translation. (index, PersonalMessage)
* Minor fixes. (PersonalMessage.template.php, captcha.js)
Posted: December 27th, 2010, 01:30 PM

rev 407

* Cut captcha.js size by 30%, due to many options being unused by now. (Subs-Editor.php, captcha.js)

Arantor

  • As powerful as possible, as complex as necessary.
  • Posts: 14,278
Re: New revs
« Reply #467, on December 27th, 2010, 05:20 PM »
Revision: 408
Author: arantor
Date: 16:20:25, 27 December 2010
Message:
+ Added auto saving drafts
 + Added draft saving object, plus hopefully all the event catches for it (editor.js)
 ! Modified post and PM display areas to accept AJAX input and not output the main display (Profile-View.php, PersonalMessage.php)
 ! Modified post and PM triggers to respond with XML if XML was requested (AJAX version) since both draft handlers deal with both normal and AJAX drafts (Post2.php, PersonalMessage.php)
 ! Updated editor to output draft initialiser (Class-Editor.php)
 + Added XML return to provide draft id, last saved time/string and remove URL so that Pretty URLs can rewrite it if necessary (Subs-Post.php)
 ! Minor language string changes (index.english.php, PersonalMessage.english.php, Profile.english.php)
----
Modified : /trunk/Sources/Class-Editor.php
Modified : /trunk/Sources/PersonalMessage.php
Modified : /trunk/Sources/Post2.php
Modified : /trunk/Sources/Profile-View.php
Modified : /trunk/Sources/Subs-Post.php
Modified : /trunk/Themes/default/languages/PersonalMessage.english.php
Modified : /trunk/Themes/default/languages/Profile.english.php
Modified : /trunk/Themes/default/languages/index.english.php
Modified : /trunk/Themes/default/scripts/editor.js
When we unite against a common enemy that attacks our ethos, it nurtures group solidarity. Trolls are sensational, yes, but we keep everyone honest. | Game Memorial

Nao

  • Dadman with a boy
  • Posts: 16,082
Re: New revs
« Reply #468, on December 27th, 2010, 11:17 PM »
rev 409

* More jQuery and Packer optimizations. (script.js, Subs.php, ManageAttachments.php, ManageBoards.php, Subscriptions-PayPal.php, GenericMenu.template.php, index.template.php)
! Clicking a menu item could cause a delay on slow browsers before the page is loaded. (script.js)
Posted: December 27th, 2010, 10:05 PM

rev 410

* More jQuery optimizations. (ManageMail.php, ManageNews.php, ManagePaid.php, ManageRegistration.php, ManageSearchEngines.php, ManageSettings.php, ManageSmileys.php, script.js, TEMPLATES: Calendar, ManageCalendar, ManagePaid, Post, Profile)
Posted: December 27th, 2010, 10:33 PM

rev 411

* Spacinazi and French translation. (Subs-Post.php, editor.js, LANGUAGES: index, PersonalMessage, Profile)
Posted: December 27th, 2010, 10:52 PM

rev 412

! On-the-fly caching regression when deleting older versions. (QueryString.php)
! Okay, sometimes a span works better than a div. (PersonalMessage.template.php)
! Missing semicolon would break minification. (editor.js)

Arantor

  • As powerful as possible, as complex as necessary.
  • Posts: 14,278
Re: New revs
« Reply #469, on December 28th, 2010, 03:30 AM »
Revision: 413
Author: arantor
Date: 01:45:40, 28 December 2010
Message:
! Minor jQuery optimisations to condense multiple selectors (ManageRegistration.php, Profile.template.php)
----
Modified : /trunk/Sources/ManageRegistration.php
Modified : /trunk/Themes/default/Profile.template.php

Posted: December 28th, 2010, 02:45 AM

Revision: 414
Author: arantor
Date: 02:30:29, 28 December 2010
Message:
! Updated to SMF 27/12/2010 daily build equivalent
 ! Convert newlines in birthday emails into HTML linebreaks for later handling (ManageMail.php)
 ! Link in manage-search engines needs to point to the right place (ManageSearchEngines.php)
 ! Add timeout resets for deleting members. We need to revisit this sometime though. (Profile-Actions.php, RemoveTopic.php)
 ! Code niceties (Subs-Admin.php, Subs-Members.php)
 ! Removed new_win styling from URL bbc links (does it need to be done on, say, FTP as well?) (install.sql)
 ! Minor language improvements (Admin.english.php, ManagePermissions.english.php)
 ! Formatting issue in moderation center, should be a space between the number and the title. (ModerationCenter.template.php)
----
Modified : /trunk/Sources/ManageMail.php
Modified : /trunk/Sources/ManageSearchEngines.php
Modified : /trunk/Sources/Profile-Actions.php
Modified : /trunk/Sources/RemoveTopic.php
Modified : /trunk/Sources/Subs-Admin.php
Modified : /trunk/Sources/Subs-Members.php
Modified : /trunk/Themes/default/ModerationCenter.template.php
Modified : /trunk/Themes/default/languages/Admin.english.php
Modified : /trunk/Themes/default/languages/ManagePermissions.english.php
Modified : /trunk/other/install.sql
Re: New revs
« Reply #470, on December 28th, 2010, 04:01 AM »
Revision: 416
Author: arantor
Date: 02:46:22, 28 December 2010
Message:
! Oops, didn't fix the comment. (Login2.php)
----
Modified : /trunk/Sources/Login2.php

Revision: 415
Author: arantor
Date: 02:45:19, 28 December 2010
Message:
! Don't bother searching table for email address at login if the username doesn't contain a @ (SMF #4339) (Login2.php)
----
Modified : /trunk/Sources/Login2.php

Posted: December 28th, 2010, 03:46 AM

Revision: 417
Author: arantor
Date: 03:01:24, 28 December 2010
Message:
! Used the 'digits only' subtext on 'Number of posts' on Profile/Account Settings. (SMF #4554) (Profile-Modify.php)
----
Modified : /trunk/Sources/Profile-Modify.php
Re: New revs
« Reply #471, on December 28th, 2010, 12:54 PM »
Revision: 418
Author: arantor
Date: 11:54:01, 28 December 2010
Message:
! Prevent possible undefined index in verification code (SMF #4546) (VerificationCode.php)
----
Modified : /trunk/Sources/VerificationCode.php

Nao

  • Dadman with a boy
  • Posts: 16,082
Re: New revs
« Reply #472, on December 28th, 2010, 05:14 PM »
I'm all good with your revs...

rev 419

! Fixed and jQueried stats.js (stats.js)
* typeof-optimized most JS files. (admin.js, editor.js, profile.js, spellcheck.js, suggest.js)
! French nitpicking. (EmailTemplates.french.php, Admin.french.php)
! Typo (Profile-Actions.php)

Arantor

  • As powerful as possible, as complex as necessary.
  • Posts: 14,278
Re: New revs
« Reply #473, on December 29th, 2010, 04:04 AM »
Revision: 420
Author: arantor
Date: 03:03:57, 29 December 2010
Message:
! Bug fix to backtrace function, debugging should work properly again. (Class-DB.php)
----
Modified : /trunk/Sources/Class-DB.php
Re: New revs
« Reply #474, on December 29th, 2010, 04:51 AM »
Revision: 421
Author: arantor
Date: 03:49:47, 29 December 2010
Message:
+ Paid subscriptions now have group requirements, which allows for things like discounts for renewing subscriptions. UI might need some work, and there is a bug relating to auto suggest into a textbox to deal with. (install.sql, ManagePaid.php, ManagePaid.english.php, ManagePaid.template.php, Profile-Actions.php)
----
Modified : /trunk/Sources/ManagePaid.php
Modified : /trunk/Sources/Profile-Actions.php
Modified : /trunk/Themes/default/ManagePaid.template.php
Modified : /trunk/Themes/default/languages/ManagePaid.english.php
Modified : /trunk/other/install.sql

Nao

  • Dadman with a boy
  • Posts: 16,082
Re: New revs
« Reply #475, on December 29th, 2010, 09:44 AM »
rev 422

! Fixed a long standing IE+SMF bug where pressing Enter in an auto-suggest control would submit the form. (suggest.js)
* Tightened up some of the Javascript. (suggest.js)
* Some more cool jQuerification. (profile.js, spellcheck.js)
! Fixed undefined var. (Errors.php)
Posted: December 29th, 2010, 09:14 AM

rev 423

! [Repost] Fixed a long standing IE+SMF bug where pressing Enter in an auto-suggest control would submit the form. (suggest.js)
* [Repost] Tightened up some of the Javascript. (suggest.js)
* French translation. (ManagePaid)
- A comment implied a PHP bug when it's just a PHP limitation. (Profile-Actions.php)

(Dunno what happened with suggest.js... Probably got unchecked without my knowledge at commit time.)
Re: New revs
« Reply #476, on December 29th, 2010, 02:59 PM »
rev 424

! Fixed deepest menu level not always losing its hovered state when moving the mouse outside the menu area. (script.js)

(Always wanted to deal with that one... Wanted a quicker way to do it, but the event object didn't cooperate with me so I'm just testing whether the item has submenus.)
Re: New revs
« Reply #477, on December 29th, 2010, 06:17 PM »
rev 425

+ Added support for menu separators. (Subs-Menu.php, index.css, GenericMenu.template.php)
! Fixed top menu entry not leaving hovered state when clicking a menu item. (script.js)
* Plenty more jQuery/pure JS optimizations. (register.js)
@ Note: divHandle items in verificationFields don't seem to be used at all. (register.js)
Re: New revs
« Reply #478, on December 30th, 2010, 01:07 AM »
rev 426

* Modified Core Features layout to use two columns instead of one. (admin.css, Admin.template.php, ManageSettings.french.php)
* Reduced filesize of big icons in the Core Features area. (images/admin/feature_*.png)
* Very minor JS optimizations. (profile.js, stats.js, topic.js)
* Spacinazi. (ManageSettings.php)

Arantor

  • As powerful as possible, as complex as necessary.
  • Posts: 14,278
Re: New revs
« Reply #479, on December 30th, 2010, 03:30 AM »
Revision: 427
Author: arantor
Date: 02:30:15, 30 December 2010
Message:
! Undefined index moderators fix (ManageBoards.php)
+ Ability to set a default language for a given board (install.sql, Load.php, ManageBoards.php, Subs-Boards.php, ManageBoards.english.php, ManageBoards.template.php)
----
Modified : /trunk/Sources/Load.php
Modified : /trunk/Sources/ManageBoards.php
Modified : /trunk/Sources/Subs-Boards.php
Modified : /trunk/Themes/default/ManageBoards.template.php
Modified : /trunk/Themes/default/languages/ManageBoards.english.php
Modified : /trunk/other/install.sql