New revs

Arantor

  • As powerful as possible, as complex as necessary.
  • Posts: 14,278
Re: New revs
« Reply #1155, on November 11th, 2011, 02:02 AM »
(2KB, 2 modified)

Revision: 1155
Author: arantor
Date: 01:01:49, 11 November 2011
Message:
! More language strings to be removed from the calendar. I don't think they're used anywhere else. (Errors language file)
----
Modified : /trunk/Themes/default/languages/Errors.english.php
Modified : /trunk/Themes/default/languages/Errors.french.php
Re: New revs
« Reply #1156, on November 11th, 2011, 09:29 AM »
(2KB, 1 modified)

Revision: 1156
Author: arantor
Date: 08:29:20, 11 November 2011
Message:
! Removed old settings relating to the calendar from the installer, namely default permissions, a default theme option and default configuration. (install.sql)
----
Modified : /trunk/other/install.sql
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,079
Re: New revs
« Reply #1157, on November 11th, 2011, 11:51 PM »
rev 1157
(15 files, 26kb)

* Updated the menu sprite with the calendar icon removed. (sprite-menu-32bit.png, sprite.png, index.css)

+ Added $txt['showThoughts'] entry to harmonize with other profile strings. (Profile.php, Profile-View.php, Profile.language.php, Profile.template.php)

+ Indicate the filename in the error log in case we have a 404. (QueryString.php)

- Removed some remaining references to calendar events. (Post2.php, Profile-View.php, index.css, index.rtl.css, sections.css)

- Removed specific color tags from parse_inline_bbc, as they're parsed by preparsecode(), not by parse_bbc(). Thanks Pete! (Subs-BBC.php)

* Typos, including one that caused issues with the JS Packer. (ManageBoards.english.php, script.js)
Re: New revs
« Reply #1158, on November 12th, 2011, 12:05 AM »
rev 1158
(9 files, 11kb)

* More calendar/event stuff needed removing & updating. (ssi_examples.shtml, index.french.php, ManagePermissions.french.php, admin.css, index.css, index.ie7.css, index.rtl.css, sections.css, Wuthering/index.ie7.css, Wuthering/sections.css)

Arantor

  • As powerful as possible, as complex as necessary.
  • Posts: 14,278
Re: New revs
« Reply #1159, on November 13th, 2011, 01:01 AM »
(3KB, 2 modified)

Revision: 1159
Author: arantor
Date: 00:00:51, 13 November 2011
Message:
! Provide a central facility for issuing the correct HTTP header. (Subs.php)
! When issuing a fatal error, allow for specifying a proper HTTP header for it, defaulting to 403 Forbidden. (It's a fatal error, and in general use, that shouldn't ever be anything other than a 403. However, this means we can convert other uses to issue more meaningful headers in the future, and as a side benefit, it means that if content is linked that is no longer accessible to search engines, e.g. deleted topic, they don't continue to reindex the error page, but get a header that tells them to stop.)
----
Modified : /trunk/Sources/Errors.php
Modified : /trunk/Sources/Subs.php
Re: New revs
« Reply #1160, on November 13th, 2011, 01:06 AM »
Revision: 1160
Author: arantor
Date: 00:06:23, 13 November 2011
Message:
! Strange bug in our BB implementation regarding the POST tests. (Security.php)
----
Modified : /trunk/Sources/Security.php
Re: New revs
« Reply #1161, on November 13th, 2011, 03:10 AM »
(1KB, 1 file)

Revision: 1161
Author: arantor
Date: 02:09:50, 13 November 2011
Message:
! Plugin loader would disable plugins that couldn't be activated at runtime (due to missing files) but it wouldn't clean house and reset the list for later; that way if the plugin is reuploaded, it's still disabled rather than magically re-enabled again. (Load.php)
----
Modified : /trunk/Sources/Load.php

Nao

  • Dadman with a boy
  • Posts: 16,079
Re: New revs
« Reply #1162, on November 13th, 2011, 06:16 AM »
rev 1162
(I had a leftover in the fridge.)

! The error logger would create errors itself if the error happened before $user_info was filled in. (Errors.php)

Arantor

  • As powerful as possible, as complex as necessary.
  • Posts: 14,278
Re: New revs
« Reply #1163, on November 13th, 2011, 01:57 PM »
(1KB, 1 file)

Revision: 1163
Author: arantor
Date: 12:56:37, 13 November 2011
Message:
! Make sure the complete Reply-To header is sent on mailing, not just a partial one that may not be honoured by all clients (notably GMail). (Subs-Post.php)
----
Modified : /trunk/Sources/Subs-Post.php

Nao

  • Dadman with a boy
  • Posts: 16,079
Re: New revs
« Reply #1164, on November 13th, 2011, 08:55 PM »
rev 1164
(7 files, 2kb)

! The thoughts page in profile areas was only visible by their owner. (Profile.php)

! Fixed sidebar behavior in iPad devices. (skin.xml, Warm/skin.xml, Wuthering/skin.xml)

+ Added a $txt['menu_new'] string to account for a short 'New' string to be shown in top-level menus. While it isn't a problem in English, it may be in other languages. (Subs.php, index.language.php)

Arantor

  • As powerful as possible, as complex as necessary.
  • Posts: 14,278
Re: New revs
« Reply #1165, on November 15th, 2011, 12:42 AM »
(1KB, 1 modified)

Revision: 1165
Author: arantor
Date: 23:41:19, 14 November 2011
Message:
! Changes to Content-Disposition header. IE 9 didn't like the old code (because *they* changed it from how IE8 did it) and the newer code, well, it looks like other browsers hated it too, so I've come up with something that seems to work for everyone. I don't have (actual) IE8 or Safari to test it on but all signs suggest it should have resolved the problem. (Dlattach.php)
----
Modified : /trunk/Sources/Dlattach.php

Nao

  • Dadman with a boy
  • Posts: 16,079
Re: New revs
« Reply #1166, on November 16th, 2011, 07:34 PM »
rev 1166
(4 files, 2kb)

* The message index's quickmod will now hide the board list if not in context, instead of simply disabling it. Also, the first entry now says 'moderate' instead of just an empty line. A good compromise for first-timer mods. (MessageIndex.template.php)

! Double quotes aren't standard in content attachment -- that's until I get around to writing a better version of that code. (Aeva-Gallery.php)

* Spacinazi, commenazi. (Dlattach.php, MessageIndex.php)
Re: New revs
« Reply #1167, on November 16th, 2011, 10:58 PM »
rev 1167
(4 files, 3kb)

! Aeva Media's thumbnail filenames would oddly get a '.png.png' extension when the original file was in PNG format. (Subs-Media.php)

* Updated Aeva Media (Download and Mass Download links) to use the new attachment code as well. Tested in Safari 5.1, Firefox 8, Chrome 17 and Opera 11. (Aeva-Gallery.php, Aeva-Gallery2.php)

! Safari 5.1 didn't like the new attachment code. (Dlattach.php)

@ Hopefully it's all okay now... The dummy test filename was 聖闘士'seiya.png (note the single quote.)

Arantor

  • As powerful as possible, as complex as necessary.
  • Posts: 14,278
Re: New revs
« Reply #1168, on November 17th, 2011, 01:45 PM »
(forgot to note the size, 13 modified, 1 removed)

Revision: 1168
Author: arantor
Date: 17 November 2011 12:45:03
Message:
! Remove the 'recent items' widget from the sidebar in the info center. It can be better supported in other ways, like being a plugin. And being a theme option, it also has tendrils elsewhere in the system, mostly to ensure that it isn't accidentally overridden by users who have their own preferences... Also, Subs-Recent.php appears to be solely for the purpose of getting last posts - but is only actually used there as far as can be determined, so it's removed. (install.sql, Boards.php, JSOption.php, Load.php, Profile-Modify.php, Subs-Members.php, Welcome.php, Subs-Recent.php, InfoCenter.template.php, Settings.template.php, language files: index, Themes)
----
Modified : /trunk/Sources/Boards.php
Modified : /trunk/Sources/JSOption.php
Modified : /trunk/Sources/Load.php
Modified : /trunk/Sources/Profile-Modify.php
Modified : /trunk/Sources/Subs-Members.php
Deleted : /trunk/Sources/Subs-Recent.php
Modified : /trunk/Sources/Welcome.php
Modified : /trunk/Themes/default/InfoCenter.template.php
Modified : /trunk/Themes/default/Settings.template.php
Modified : /trunk/Themes/default/languages/Themes.english.php
Modified : /trunk/Themes/default/languages/Themes.french.php
Modified : /trunk/Themes/default/languages/index.english.php
Modified : /trunk/Themes/default/languages/index.french.php
Modified : /trunk/other/install.sql

Nao

  • Dadman with a boy
  • Posts: 16,079
Re: New revs
« Reply #1169, on November 18th, 2011, 05:39 PM »
rev 1169
(5 files +1, 3kb)

! Fixed IE6/7 and iOS codepaths generating JavaScript errors. Now, if only my stupid iPod could notify me on errors, that would have saved me an entire day of pointless debugging... (index.template.php)

! Fixed iOS support for Warm skin. Sometimes, this skeleton system is too powerful for its own good... (Warm/skin.xml, Warm/index.iphone.css)

* Shortened the copyright notice for jQuery 1.5.2, to match the one in version 1.7. (jquery-1.5.2.js)

* Other minor skin fixes for iOS. (index.iphone.css, skin.xml)

@ Note for Pete: we'll most certainly need to add an index.tablet.css file for your iPad. However, given that I still don't have one, I'd recommend that you add it yourself. Normally, it should only need the #sidebar and #main_content lines.