New revs

Arantor

  • As powerful as possible, as complex as necessary.
  • Posts: 14,278
Re: New revs
« Reply #1410, on March 1st, 2012, 01:27 AM »
(8 modified, 5KB)

Revision: 1410
Author: arantor
Date: 01 March 2012 00:27:01
Message:
! SMF bug 4865: hidden items in the permissions area would cause incorrect formatting. (ManagePermissions.template.php)

! Tweak pretty URLs, drafts and merge posts UI to fix a couple of layout bugs and make all three searchable through the admin search feature consistently. (Admin.php, ManagePosts.php, ManageSettings.php, SplitTopics.php, Admin.template.php, Admin language file)
----
Modified : /trunk/Sources/Admin.php
Modified : /trunk/Sources/ManagePosts.php
Modified : /trunk/Sources/ManageSettings.php
Modified : /trunk/Sources/SplitTopics.php
Modified : /trunk/Themes/default/Admin.template.php
Modified : /trunk/Themes/default/ManagePermissions.template.php
Modified : /trunk/Themes/default/languages/Admin.english.php
Modified : /trunk/Themes/default/languages/Admin.french.php
Re: New revs
« Reply #1411, on March 1st, 2012, 10:06 AM »
(4 modified, 2KB)

Revision: 1411
Author: arantor
Date: 01 March 2012 09:05:49
Message:
! SMF bug 4868 (anti spam Q&A would not accept 0 as a valid answer) (Subs-Editor.php)

! SMF bug 4828 (editing an icon would fail if admin security was tripped) (ManageSmileys.php, ManageSmileys.template.php)

! Removing duplicate options for PMs from security pages, they fit much better in the PMs area anyway, and now they won't show up twice in searches. Also tweaked min values for a few settings. (ManageSettings.php)
----
Modified : /trunk/Sources/ManageSettings.php
Modified : /trunk/Sources/ManageSmileys.php
Modified : /trunk/Sources/Subs-Editor.php
Modified : /trunk/Themes/default/ManageSmileys.template.php
Re: New revs
« Reply #1412, on March 1st, 2012, 12:12 PM »
(4 files, 7KB)

Revision: 1412
Author: arantor
Date: 01 March 2012 11:11:29
Message:
! Partial fix for SMF bug 3009 (duplicate title/meta info) - there are now page numbers appended to the page title on the first invocation of template_page_index; since it is called prior to the body_above template, as it is also used in certain ways to clean up incoming data, we don't have to mess around with much work to do this. Not the cleanest it could be, mind. (index.template.php, index language file)

! SMF bug 4388: when displaying the list of approvals, show the last login column for pending-deletion members, and date registered for all other cases. (ManageMembers.php, ManageMembers language file)

! Related to the above, the tabs in the manage members area were using old code, now brought up to date and working correctly. (ManageMembers.php)
----
Modified : /trunk/Sources/ManageMembers.php
Modified : /trunk/Themes/default/index.template.php
Modified : /trunk/Themes/default/languages/ManageMembers.english.php
Modified : /trunk/Themes/default/languages/index.english.php
Re: New revs
« Reply #1413, on March 1st, 2012, 01:54 PM »
(5 files, 1KB)

Revision: 1413
Author: arantor
Date: 01 March 2012 12:54:10
Message:
! SMF bug 4936 (disabling certain bbc in signatures causes others to fail too) (Profile-Modify.php)

! SMF bug 4902 (SSI does not issue a header with charset) (SSI.php)

! SMF bug 4896 (~ backup files will break paid subs, search and in our case CAPTCHAs too) (ManagePaid.php, ManageSearch.php, Subs-Captcha.php)
----
Modified : /trunk/SSI.php
Modified : /trunk/Sources/ManagePaid.php
Modified : /trunk/Sources/ManageSearch.php
Modified : /trunk/Sources/Profile-Modify.php
Modified : /trunk/Sources/Subs-Captcha.php
Re: New revs
« Reply #1414, on March 1st, 2012, 03:53 PM »
(16 files, 5KB)

Revision: 1414
Author: arantor
Date: 01 March 2012 14:53:19
Message:
! SMF bug 4836 (linktree_inline legacy items) (install.sql, Display.php, MoveTopic.php, Post.php, Themes language file)

! SMF bug 4755 (registration disabled but links still shown) (SSI.php, index.template.php, Login.template.php, index and Login language files)

! SMF bug 4742 (forum stats disabled but still accessible) (Stats.php, Errors language file)

! Minor improvement to maintenance manage-members template. (ManageMaintenance.template.php)
----
Modified : /trunk/SSI.php
Modified : /trunk/Sources/Display.php
Modified : /trunk/Sources/MoveTopic.php
Modified : /trunk/Sources/Post.php
Modified : /trunk/Sources/Stats.php
Modified : /trunk/Sources/Subs.php
Modified : /trunk/Themes/default/InfoCenter.template.php
Modified : /trunk/Themes/default/Login.template.php
Modified : /trunk/Themes/default/ManageMaintenance.template.php
Modified : /trunk/Themes/default/index.template.php
Modified : /trunk/Themes/default/languages/Errors.english.php
Modified : /trunk/Themes/default/languages/Login.english.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/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,082
Re: New revs
« Reply #1415, on March 1st, 2012, 05:48 PM »
rev 1415
(6 files, 4kb)

+ Added topic_privacy and thought_privacy tables, for later use. Please note that the primary key is a combination of all existing keys, so it may not exactly be very useful as such... I'm not a MySQL guru. (install.sql)

* Optimized SSI's poll function. A tiny bit. I think. Did I say I wasn't a MySQL guru already...? (SSI.php)

* Translation. (Errors.french.php, index.french.php, Login.french.php, ManageMembers.french.php)
Re: New revs
« Reply #1416, on March 1st, 2012, 10:10 PM »
rev 1416
(5 files, 3kb)

! MySQL doesn't need a client with version 5.1 (as evidenced by Wedge.org), only the server needs to be at least 5.1. Setting the minimum client version to 4.1. Or should it be 5.0? (install.php)

! Pretty URLs wouldn't accept the same URL on two different topics, even though the system no longer cares about their unique quality. (install.sql)

! Attachment loading code was failing calls to transparency tests. (Display.php)

! Me like big thumbnail. Me want big thumbnail. Me sad that thumbnail not big with rewrite. Me want big thumbnail. (ManageAttachments.php)

* GD2 likes to throw exceptions from time to time. Or maybe it's the filesystem, I don't know. Anyway -- making one of these functions a bit more conservative. (Subs-Media.php)

Arantor

  • As powerful as possible, as complex as necessary.
  • Posts: 14,278
Re: New revs
« Reply #1417, on March 2nd, 2012, 11:43 AM »
(6 modified, 3KB)

Revision: 1417
Author: arantor
Date: 02 March 2012 10:42:30
Message:
! SMF bug 4783 (wrong language string in the paid subs area) (ManagePaid.php)

! SMF bug 4904 (dropping %20 from avatar URLs) (Profile-Modify.php)

! SMF bug 4840 (disabling search engine tracking could break who's online) (Who.php)

! Fixed length subs could not be saved properly due to two form items having the same name (and overriding one another) (ManagePaid.php, ManagePaid.template.php)

! Minor profile layout bug when an error is thrown (Profile.template.php)

! Wrong header type used in who's online (Who.template.php)

----
Modified : /trunk/Sources/ManagePaid.php
Modified : /trunk/Sources/Profile-Modify.php
Modified : /trunk/Sources/Who.php
Modified : /trunk/Themes/default/ManagePaid.template.php
Modified : /trunk/Themes/default/Profile.template.php
Modified : /trunk/Themes/default/Who.template.php
Re: New revs
« Reply #1418, on March 2nd, 2012, 12:10 PM »
(3 files, 2KB)

Revision: 1418
Author: arantor
Date: 02 March 2012 11:09:59
Message:
! Improved attachment handling if the supplied URL is not valid for one reason or another. (Class-WebGet.php, Profile-Modify.php, Subs.php)
----
Modified : /trunk/Sources/Class-WebGet.php
Modified : /trunk/Sources/Profile-Modify.php
Modified : /trunk/Sources/Subs.php
Re: New revs
« Reply #1419, on March 2nd, 2012, 01:59 PM »
(1 file, 1KB)

Revision: 1419
Author: arantor
Date: 02 March 2012 12:58:33
Message:
! SMF bug 4880 (admin search members doesn't paginate because dates are passed in a different format to received; adjusted so that both int and date format will be accepted and processed) (ManageMembers.php)
----
Modified : /trunk/Sources/ManageMembers.php

Nao

  • Dadman with a boy
  • Posts: 16,082
Re: New revs
« Reply #1420, on March 2nd, 2012, 06:20 PM »
rev 1420
(4 files, 2kb)

! Wedge's 404 error handling should now also give you the proper URL where the error occurred, instead of specifying twice the file that wasn't found. Also addedd css and js extensions to the list of files to look out for. (Errors.php, QueryString.php)

! repair_settings.php was broken, due to wesql not being instanced. (repair_settings.php)

- wesql instantiation doesn't have access to query_see_topic, no need to declare it. (Class-DB.php)
Re: New revs
« Reply #1421, on March 2nd, 2012, 07:01 PM »
rev 1421
(7 files -3, 2kb)

* Alphabetical table reordering for wedge_sessions. (install.sql)

- Removed a CSS file link that's never going to work anyway. (readme_update.html)

! Various CSS fixes for Weaving and Wine (and inherited skins), mainly for IE 6/7/10. Not exactly finished, though. (index.ie6.css, index.ie7.css, index.ie10.css, Wine/index.css...)
Re: New revs
« Reply #1422, on March 3rd, 2012, 02:49 PM »
rev 1422
(2 files, 2kb)

! WeCSS: @replace wasn't implemented cleaned up after execution. (Class-CSS.php)

* WeCSS: because indentation is removed when building the tree, don't waste time searching for opening spaces. (Class-CSS.php)

+ WeCSS: added support for single-line resets. Previously, you had to add a dummy rule below the selector if you just wanted to forget a selector's earlier styling. (Class-CSS.php)

* Logic nazi. (Subs-Post.php)
Re: New revs
« Reply #1423, on March 3rd, 2012, 06:18 PM »
rev 1423
(1 file, 2kb)

! Fixed another WeCSS bug that would occur when a variable sets something, and then is later overridden with a value that starts the same but adds something to it. (Class-CSS.php)

PS: I have another bug that happens with the reset keyword, dated prior to today's fixed... Unable to fix it for now, though.

Arantor

  • As powerful as possible, as complex as necessary.
  • Posts: 14,278
Re: New revs
« Reply #1424, on March 4th, 2012, 02:12 AM »
(1 file, 1KB)

Revision: 1424
Author: arantor
Date: 04 March 2012 01:12:06
Message:
! The full request URI was only being evaluated for 'is it a 404 image' in the event that pretty URLs was enabled, failing that it would never evaluate the URI properly, so the 404-handler never kicked to log missing images. This is early enough in the process that it occurs before the log write occurs, which is awesome. Also, no need to update the online log with a 404 error. (QueryString.php)
----
Modified : /trunk/Sources/QueryString.php