New revs

Arantor

  • As powerful as possible, as complex as necessary.
  • Posts: 14,278
Re: New revs
« Reply #1425, on March 4th, 2012, 03:12 AM »
(17 modified, 2KB)

Revision: 1425
Author: arantor
Date: 04 March 2012 02:12:26
Message:
! SMF bug 4442 (name="submit" used in forms which can break onsubmit functionality) A lot of these can actually be pruned, a few left require *something*, so those use name="save" instead. Nothing seems to be broken as a result of this change. (all files)
! Unclosed form tag. (ManageMedia.template.php)
----
Modified : /trunk/SSI.php
Modified : /trunk/Sources/ManageMembergroups.php
Modified : /trunk/Sources/Packages.php
Modified : /trunk/Sources/Report.php
Modified : /trunk/Sources/Themes.php
Modified : /trunk/Themes/default/ManageAttachments.template.php
Modified : /trunk/Themes/default/ManageMedia.template.php
Modified : /trunk/Themes/default/ManageMembergroups.template.php
Modified : /trunk/Themes/default/Memberlist.template.php
Modified : /trunk/Themes/default/ModerationCenter.template.php
Modified : /trunk/Themes/default/Packages.template.php
Modified : /trunk/Themes/default/PersonalMessage.template.php
Modified : /trunk/Themes/default/Search.template.php
Modified : /trunk/Themes/default/SendTopic.template.php
Modified : /trunk/Themes/default/Themes.template.php
Modified : /trunk/Themes/default/index.template.php
Modified : /trunk/other/tools/repair_settings.php
Re: New revs
« Reply #1426, on March 4th, 2012, 03:20 PM »
(6 modified, 3KB)

Revision: 1426
Author: arantor
Date: 04 March 2012 14:19:26
Message:
! SMF bug 4817 (unable to register if COPPA is enabled but no agreement is used) (all files)

! A little clean-up where some error strings were moved from Login to Errors because they're errors. (Register.php, Login + Errors language files)
----
Modified : /trunk/Sources/Register.php
Modified : /trunk/Themes/default/Register.template.php
Modified : /trunk/Themes/default/languages/Errors.english.php
Modified : /trunk/Themes/default/languages/Errors.french.php
Modified : /trunk/Themes/default/languages/Login.english.php
Modified : /trunk/Themes/default/languages/Login.french.php
Re: New revs
« Reply #1427, on March 4th, 2012, 06:33 PM »
(4 modified, 2KB)

Revision: 1427
Author: arantor
Date: 04 March 2012 17:33:17
Message:
! SMF bug 4757: allow deleting spider stats as well as logs. (ManageSearch.template.php, ManageSearch.template.php)

! Clean up of a language string. (Search.english.php)

! Other areas of manage-search-engines were not properly accessible. (ManageSearchEngines.php)

! Do not show spurious linktree entries when on the ACP front page. (Admin.php)
----
Modified : /trunk/Sources/Admin.php
Modified : /trunk/Sources/ManageSearchEngines.php
Modified : /trunk/Themes/default/ManageSearch.template.php
Modified : /trunk/Themes/default/languages/Search.english.php
Re: New revs
« Reply #1428, on March 5th, 2012, 12:04 AM »
(6 modified, 5KB)

Revision: 1428
Author: arantor
Date: 04 March 2012 23:03:54
Message:
! Move the webmaster email settings out of the server settings page and into email settings, which is simpler than it sounds like it should be. Incidentally, admin search will now pick these settings up where it wouldn't before (and likely more of that to follow) (ManageMail.php, ManageServer.php, Admin + ManageMail language files)
----
Modified : /trunk/Sources/ManageMail.php
Modified : /trunk/Sources/ManageServer.php
Modified : /trunk/Themes/default/languages/Admin.english.php
Modified : /trunk/Themes/default/languages/Admin.french.php
Modified : /trunk/Themes/default/languages/ManageMail.english.php
Modified : /trunk/Themes/default/languages/ManageMail.french.php
Re: New revs
« Reply #1429, on March 5th, 2012, 12:58 AM »
(7 modified, 4KB)

Revision: 1429
Author: arantor
Date: 04 March 2012 23:58:00
Message:
! SMF bug (untracked?): internal admin search needs to un_htmlspecialchars() the search term before trying to apply it. (Admin.php)

! Move various 'who's online' settings to their own page in Member Options. (Admin.php, ManageSettings.php, ManageMemberOptions.php, Admin + Help + ManagePermissions + ManageSettings language files)

! Make sure the admin search results page has the right linktree. (Admin.php)

! Make sure UTC is actually included in the timezone list as it is a valid timezone in its own right, and was previously excluded in the server list (ManageSettings.php)
----
Modified : /trunk/Sources/Admin.php
Modified : /trunk/Sources/ManageMemberOptions.php
Modified : /trunk/Sources/ManageSettings.php
Modified : /trunk/Themes/default/languages/Admin.english.php
Modified : /trunk/Themes/default/languages/Help.english.php
Modified : /trunk/Themes/default/languages/ManagePermissions.english.php
Modified : /trunk/Themes/default/languages/ManageSettings.english.php
Re: New revs
« Reply #1430, on March 5th, 2012, 01:43 AM »
(5 modified, 4KB)

Revision: 1430
Author: arantor
Date: 05 March 2012 00:43:13
Message:
! Move time offset and timezones to the server settings page, since they're really more server related than anything else. (ManageServer.php, ManageSettings.php)

! Perform a few little tweaks to make a few more ACP options searchable. (ManageServer.php, Admin language file)

! Rearrange a few more admin things: "Detailed Reports" into Members (seriously, why is this a 'server' thing, it's all about the people), "Search" into Server/Maint. (since it's all about configuring search) This isn't finalised of course and can always be changed back or to something different if desired. (Admin.php)
----
Modified : /trunk/Sources/Admin.php
Modified : /trunk/Sources/ManageServer.php
Modified : /trunk/Sources/ManageSettings.php
Modified : /trunk/Themes/default/languages/Admin.english.php
Modified : /trunk/Themes/default/languages/Admin.french.php
Re: New revs
« Reply #1431, on March 5th, 2012, 09:48 AM »
(8 modified, 3KB)

Revision: 1431
Author: arantor
Date: 05 March 2012 08:47:27
Message:
! Removed 'Security Settings' as it was a touch misleading, and moved its settings into two new pages: Forum - Anti-Spam and Members - Warnings, which allows for customisation and expansions going forward (since Warnings will become Warnings & Bans and remove the current Ban List entry). Also moved Smileys and Message Icons along its line/menu, giving it less prominence than it had before. (all files)
----
Modified : /trunk/Sources/Admin.php
Modified : /trunk/Sources/ManageSettings.php
Modified : /trunk/Themes/default/languages/Admin.english.php
Modified : /trunk/Themes/default/languages/Admin.french.php
Modified : /trunk/Themes/default/languages/Help.english.php
Modified : /trunk/Themes/default/languages/Help.french.php
Modified : /trunk/Themes/default/languages/ManageSettings.english.php
Modified : /trunk/Themes/default/languages/ManageSettings.french.php
Re: New revs
« Reply #1432, on March 5th, 2012, 10:02 AM »
(1 modified, 1 added, 2KB)

Revision: 1432
Author: arantor
Date: 05 March 2012 09:02:12
Message:
+ Icon for warnings area. (warning.png, Admin.php)

! Fix to old search setting, exclude type=warning from admin panel searches, and change the strip-description from matching div/span with smalltext to the current dfn, so if an entry has dfn text it isn't part of the search results as part of the link. (Admin.php)
----
Modified : /trunk/Sources/Admin.php
Added : /trunk/Themes/default/images/admin/warning.png
Re: New revs
« Reply #1433, on March 5th, 2012, 10:12 AM »
(1 modified, 1KB)

Revision: 1433
Author: arantor
Date: 05 March 2012 09:11:39
Message:
! If an admin setting indicates a help text itself, make sure we pick that up (usually if it has a different key in $helptxt to its setting name in $txt) (Admin.php)
----
Modified : /trunk/Sources/Admin.php
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 #1434, on March 5th, 2012, 05:41 PM »
rev 1434
(9 files +4-4, 18kb)

* Rewrote stats bar to use a CSS gradient. This saves us over 700 bytes in the final gzipped CSS file, and makes HTML simpler as well. If you have a lousy browser, you'll just see a rectangle. I'm sure you can live with it. (bar_stats.png, Display.template.php, Profile.template.php, Stats.template.php, index.rtl.css, sections.css)

* Replaced topic icons with PNG versions. Tried GIF versions, they were barely smaller and slightly blurrier. Moved originals to the attic. (Display.template.php, MessageIndex.template.php, images/topic/*.gif)

* Rewrote poll template to use less bandwidth. Should also make it possible to show multiple polls in a page now. (Display.template.php, sections.css, bar_stats.png)

* Weaving will now use Segoe UI Light by default in its main header. Introduced a $big_font variable for that spot. (index.css)

* Some changes to note zones. As upsetting as it is for me, I'll be using a fixed size (7pt) instead of a relative one, until I find a workaround to make note padding work identically across all browsers in the main menu. (index.css)

* Other minor CSS changes, such as Weaving's background now sporting a full white (instead of Wine's quasi-white), or fixing the post font's temporary font stack. (index.css)

! WeCSS: fixed PHP warning that occurred when doing at least two resets, with the second one related to a selector already impacted by the first one (e.g. a child of it). (Class-CSS.php)

! Fixed responsive sidebar position in Wuthering. (Wuthering/index.css)

! Fixed broken poll layouts. (Display.template.php)

! Fixed background color in wehead class. (index.css)

Arantor

  • As powerful as possible, as complex as necessary.
  • Posts: 14,278
Re: New revs
« Reply #1435, on March 5th, 2012, 05:50 PM »
(15 modified, 11KB)

Revision: 1435
Author: arantor
Date: 05 March 2012 16:49:47
Message:
! Stripped some old legacy styling from the admin templates, from the old Core Features page. (admin.css, admin.rtl.css, index.ie6.css)

! Rejigged some of the profile/theme options to use the same $txt key as the setting they represent, no more of this $options['show_board_desc'] to $txt['board_desc_inline'] nonsense. (Settings.template.php, Profile.template.php, Profile language file)
! Made 'default forum language' searchable in the admin search. (ManageServer.php, Admin language file)

! Some of the preset defaults in the installer are actually incorrectly set up. (install.sql)

! Added part of the UI for editing member options without it being in the theme area, the UI does not yet save anything but I wanted to get what I had committed. The JS is rather rough, sorry. (Admin.php, ManageMemberOptions.php, admin.css, ManageMembers.template.php, Admin + ManageSettings language files)
----
Modified : /trunk/Sources/Admin.php
Modified : /trunk/Sources/ManageMemberOptions.php
Modified : /trunk/Sources/ManageServer.php
Modified : /trunk/Themes/default/ManageMembers.template.php
Modified : /trunk/Themes/default/Profile.template.php
Modified : /trunk/Themes/default/Settings.template.php
Modified : /trunk/Themes/default/languages/Admin.english.php
Modified : /trunk/Themes/default/languages/Admin.french.php
Modified : /trunk/Themes/default/languages/ManageSettings.english.php
Modified : /trunk/Themes/default/languages/Profile.english.php
Modified : /trunk/Themes/default/languages/Profile.french.php
Modified : /trunk/Themes/default/skins/admin.css
Modified : /trunk/Themes/default/skins/admin.rtl.css
Modified : /trunk/Themes/default/skins/index.ie6.css
Modified : /trunk/other/install.sql
Re: New revs
« Reply #1436, on March 5th, 2012, 06:04 PM »
(13 files, 1KB)

Revision: 1436
Author: arantor
Date: 05 March 2012 17:04:04
Message:
! Remove unnecessary 'poll mode' setting. (All files)
----
Modified : /trunk/Sources/Display.php
Modified : /trunk/Sources/ManageSettings.php
Modified : /trunk/Sources/MessageIndex.php
Modified : /trunk/Sources/Post.php
Modified : /trunk/Sources/Post2.php
Modified : /trunk/Sources/Search2.php
Modified : /trunk/Sources/Unread.php
Modified : /trunk/Sources/UnreadReplies.php
Modified : /trunk/Themes/default/MessageIndex.template.php
Modified : /trunk/Themes/default/languages/Help.english.php
Modified : /trunk/Themes/default/languages/Help.french.php
Modified : /trunk/Themes/default/languages/ManageSettings.english.php
Modified : /trunk/Themes/default/languages/ManageSettings.french.php

Nao

  • Dadman with a boy
  • Posts: 16,082
Re: New revs
« Reply #1437, on March 5th, 2012, 11:55 PM »
rev 1437
(12 files, 9kb)

* Forgot to commit a statbar-related change. (Display.php)

* Casenazi. (ManageSettings.php, Aeva-Gallery.php, ManageSettings.language.php)

* Indenazi. (ManageMembers.template.php)

* French translations. Hope I didn't forget anything... (LANGUAGES: Admin, Errors, Help, Login, ManagePermissions, ManageSettings, Search)
Re: New revs
« Reply #1438, on March 6th, 2012, 12:16 AM »
rev 1438
(2 files +2, 20kb)

+ Added a couple of filler logos, so that Pete doesn't have to get 404 on them all the time ;) Removed wedgesymbol class -- you're big boys, you can style it yourself if needed, right? (wedgebot.png, wedgetop.png, index.css, Wine/index.css)

Arantor

  • As powerful as possible, as complex as necessary.
  • Posts: 14,278
Re: New revs
« Reply #1439, on March 6th, 2012, 04:41 PM »
(3 files, 7KB)

Revision: 1439
Author: arantor
Date: 06 March 2012 15:41:05
Message:
! The save-member-preferences code seems to be complete and working. Not yet pruned the old settings area, just in case. But I know I'm going to end up pruning more code that I've created... resetting theme options' original code is so overcomplicated. (ManageMemberOptions.php, ManageMembers.template.php, ManageSettings language file)
----
Modified : /trunk/Sources/ManageMemberOptions.php
Modified : /trunk/Themes/default/ManageMembers.template.php
Modified : /trunk/Themes/default/languages/ManageSettings.english.php