New revs

Arantor

  • As powerful as possible, as complex as necessary.
  • Posts: 14,278
Re: New revs
« Reply #1350, on February 16th, 2012, 11:59 AM »
(2 files, 2KB)

Revision: 1350
Author: arantor
Date: 16 February 2012 10:59:30
Message:
! Add case-sensitive test to subject/body area in moderation filters UI. (ManageModeration.template.php, ManageSettings.english.php)
----
Modified : /trunk/Themes/default/ManageModeration.template.php
Modified : /trunk/Themes/default/languages/ManageSettings.english.php
Re: New revs
« Reply #1351, on February 16th, 2012, 04:10 PM »
(3 files, missed the KB size, sorry)

Revision: 1351
Author: arantor
Date: 16 February 2012 15:10:05
Message:
! First version of moderation filters UI able to actually save moderation rules. It cannot yet save any types other than the ones shown in the UI, but it seems to be able to save things well enough. The handlers for body/subject are going to need serious testing however, to make sure that things are properly escaped/unescaped if necessary, this hasn't even been tested yet so it's likely broken, but that's a minor enough matter right now! (ManageModeration.php, ManageModeration.template.php, ManageSettings.english.php)
----
Modified : /trunk/Sources/ManageModeration.php
Modified : /trunk/Themes/default/ManageModeration.template.php
Modified : /trunk/Themes/default/languages/ManageSettings.english.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 #1352, on February 16th, 2012, 06:22 PM »Last edited on February 17th, 2012, 09:26 AM by Nao
Another quiet day on the forums... Eh?

rev 1352
(18 files, 11kb)

- Got rid of all #admincenter declarations. Use #admin instead, and #admin #main if you want to target the main content area. Also, indenazi here and there. (TEMPLATES: Admin, ManageMembergroups/Members/News/Paid/Permissions/ScheduledTasks/Search/Smileys, Packages, Register, Reports, Themes, SKINS: admin.css, admin.rtl.css, index.ie6.css, Worg/index.ie6.css)

* Doing a westr::safe, to be on the... safe side. (ManageSmileys.template.php)

* Translation. (ManageSettings.french.php)
Re: New revs
« Reply #1353, on February 16th, 2012, 07:10 PM »
rev 1353
(5 files, 3kb)

* Tweaked Subscription pages, for better layout mostly, as well as a miserable hack to avoid things like "Duration: 1 Years". Really should use our own numeric formatting function, but I can't bother to redo the text strings. (ManagePaid.php, ManagePaid.template.php, ManagePaid.french.php, sections.css)

* Indenazi. (GenericMenu.template.php)

Arantor

  • As powerful as possible, as complex as necessary.
  • Posts: 14,278
Re: New revs
« Reply #1354, on February 17th, 2012, 12:03 AM »
(3 files, 10KB)

Revision: 1354
Author: arantor
Date: 16 February 2012 23:02:31
Message:
! Moderation UI now supports editing, though it's not quite finished yet. Specifically, it takes the existing rule, lets you shape it and resaves it as a new rule because I haven't quite got replace/delete working just yet, at least not without adding another dependency (the DOM library) but in the meantime the bulk of the editing UI is basically done for now. (ManageModeration.php, ManageModeration.template.php, ManageSettings.english.php)
----
Modified : /trunk/Sources/ManageModeration.php
Modified : /trunk/Themes/default/ManageModeration.template.php
Modified : /trunk/Themes/default/languages/ManageSettings.english.php


@ This is the reason things have been slow today, getting this PITA down straight between the saving and editing stuff...
Re: New revs
« Reply #1355, on February 17th, 2012, 10:37 AM »
(4 files, 6KB)

Revision: 1355
Author: arantor
Date: 17 February 2012 09:35:56
Message:
! Moderation filters UI can now properly update (well, delete an existing one and append a new rule on the end, but has no net difference in reality) and delete entries, as well as cleaning up empty nodes before updating. Also removed the extra UI in Security and Moderation now it has no meaningful purpose. (ManageSettings.php, ManageModeration.php, ManageModeration.template.php, ManageSettings.english.php)
----
Modified : /trunk/Sources/ManageModeration.php
Modified : /trunk/Sources/ManageSettings.php
Modified : /trunk/Themes/default/ManageModeration.template.php
Modified : /trunk/Themes/default/languages/ManageSettings.english.php


NB The UI is still not finished, not all types that can be handled through the system are actually in the interface, as user id and groups is still required to be implemented, but everything else is implemented and, so far, working.
Re: New revs
« Reply #1356, on February 17th, 2012, 12:17 PM »
(6 modified, 5KB)

Revision: 1356
Author: arantor
Date: 17 February 2012 11:17:11
Message:
! Typo fix in the credits (Who.english.php)

! Bug fixes from the generic list template (invalid markup under certain circumstances, not always validating existence of list) (GenericList.template.php)

! Rejigging the list of version numbers in Detailed Version Check (to move stuff there from Media/About) (ManageMaintenance.php, Subs-Admin.php, Admin.template.php, Admin.english.php)
----
Modified : /trunk/Sources/ManageMaintenance.php
Modified : /trunk/Sources/Subs-Admin.php
Modified : /trunk/Themes/default/Admin.template.php
Modified : /trunk/Themes/default/GenericList.template.php
Modified : /trunk/Themes/default/languages/Admin.english.php
Modified : /trunk/Themes/default/languages/Who.english.php
Re: New revs
« Reply #1357, on February 17th, 2012, 02:00 PM »
(-2, +2, 3KB)

Revision: 1357
Author: arantor
Date: 17 February 2012 12:59:54
Message:
! Moving the SMF and AeMe changelogs to the attic. I'll fix the relevant AeMe code shortly. (all files)
----
Deleted : /trunk/Themes/default/aeva/changelog.txt
Deleted : /trunk/changelog.txt
Added : /trunk/other/attic/aeme_changelog.txt (Copy from path: /trunk/Themes/default/aeva/changelog.txt, Revision, 1354)
Added : /trunk/other/attic/smf_changelog.txt (Copy from path: /trunk/changelog.txt, Revision, 1354)
Re: New revs
« Reply #1358, on February 17th, 2012, 02:11 PM »
(2 added, 1 removed, 6 modified, 6KB)

Revision: 1358
Author: arantor
Date: 17 February 2012 13:10:51
Message:
! Moved the AeMe readme to the attic as well as the code that formats the changelog, and removed the readme/changelog from the relevant menus and areas. (all files)
----
Modified : /trunk/Sources/Admin.php
Modified : /trunk/Sources/media/Aeva-Gallery.php
Modified : /trunk/Sources/media/ManageMedia.php
Modified : /trunk/Themes/default/ManageMedia.template.php
Deleted : /trunk/Themes/default/aeva/readme.txt
Modified : /trunk/Themes/default/languages/Admin.english.php
Modified : /trunk/Themes/default/languages/Admin.french.php
Added : /trunk/other/attic/aeme_changelog_handler.php
Added : /trunk/other/attic/aeme_readme.txt (Copy from path: /trunk/Themes/default/aeva/readme.txt, Revision, 1354)
Re: New revs
« Reply #1359, on February 17th, 2012, 03:21 PM »
(11 modified, 7KB)

Revision: 1359
Author: arantor
Date: 17 February 2012 14:20:50
Message:
! Removal of almost all of the Aeva About page, leaving just the moderators and managers bit for now. So, a few credits got added to the credits page, a few tests got added to the version information page, and some stuff got pruned afterwards. (all files)
----
Modified : /trunk/Sources/Credits.php
Modified : /trunk/Sources/ManageMaintenance.php
Modified : /trunk/Sources/Subs-Admin.php
Modified : /trunk/Sources/media/ManageMedia.php
Modified : /trunk/Themes/default/ManageMedia.template.php
Modified : /trunk/Themes/default/languages/Admin.english.php
Modified : /trunk/Themes/default/languages/ManageMedia.english.php
Modified : /trunk/Themes/default/languages/ManageMedia.french.php
Modified : /trunk/Themes/default/languages/Media.english.php
Modified : /trunk/Themes/default/languages/Media.french.php
Modified : /trunk/Themes/default/languages/Who.english.php


@ Observed in passing, media moderation area doesn't set a page title, and doesn't seem to be related to these edits.

Nao

  • Dadman with a boy
  • Posts: 16,082
Re: New revs
« Reply #1360, on February 17th, 2012, 05:32 PM »
rev 1360
(7 files +1-9, 7kb)

* Created an 'unused' folder in the other/images folder, and moved some pics there, including the changelog bullets from AeMe. (other/images/*, images/aeva/bullet_*.png)

+ Added a link to php.net's Safe Mode page, just in case admins aren't aware of what it is. (Admin.language.php)

* Translation. I hope I didn't forget anything... (Admin.french.php, ManageSettings.french.php, Who.french.php)

! #admin #main trumps all other CSS styles, so I had to override the hr margin for inner menus. (admin.css)

- Removed changelog bullets. (media.css)
Re: New revs
« Reply #1361, on February 18th, 2012, 05:50 PM »
rev 1361
(4 files, 4kb)

+ In topic pages, profile icons will now have a low opacity setting, with an animation to reset it on hover. It should make the icons less intrusive, whatever we decide to do with them. (Worg/sections.css)

* Rewrote a bit of the Change Skin page to show a fieldset-based layout[1], instead of regular headers. This should give a bit more space for long lists of skins. (Themes.template.php, Worg/index.css, Worg/sections.css)

* A few extra styling tweaks. (Worg/index.css)

! Debug info sometimes generates a minor error if called for guests. Yeah, I know, no one would normally enable debug info for guests. (ViewQuery.php)
 1. Yes, I know, it's NOT our default fieldset styling... That's because our fieldsets are not made for inclusion within a windowbg or windowbg2 item -- bummer.
Re: New revs
« Reply #1362, on February 18th, 2012, 10:23 PM »
rev 1362
(all Skins files, 64kb)

* Moved Wine skin down a level (and Warm and Wuthering with it), and moved Worg up a level to replace it as the default skin. Hopefully I didn't screw it up too much[1]... Worg now has the codename 'Weaving'. Started work on adapting Wine to use Weaving's additions. (skins/*)
 1. Actually I moved Wine to its own folder, and then manually moved some of its files back to the root, while I should have SVN Moved them. Should be okay though.
Re: New revs
« Reply #1363, on February 18th, 2012, 11:46 PM »
rev 1363
(6 files, 8kb)

! Fixed Wine & co to behave just like Weaving (new auto-suggest styling, new New notifications, etc), added a couple of files I forgot, and fixed a few errors in Weaving as well. (index.css, sections.css, Wine/.htaccess, Wine/index.css, Wine/index.php, Wine/sections.css)
Re: New revs
« Reply #1364, on February 19th, 2012, 01:29 PM »
rev 1364
(7 files +1, 2kb)

* More fixes and tweaks to Weaving and Wine. Getting tricky eh? (skins/*, skin/Wine/*)