(13 files, 22KB)
Revision: 1790
Author: arantor
Date: 10 December 2012 16:10:24
Message:
! Remove one of the wedge.org specific hacks in index.template.php. Still one to go, though. (index.template.php)
! Add something a halfway decent meta description for topic pages. (Display.php, Subs-Template.php)
! Providing users the ability to specify messages when a moderation filter will trigger to prevent or moderate a message. Aside from the UI for it, this also required extending how messages are displayed when they are moderated, though this is not much more than a WIP at this time. (install.sql, ManageModeration.php, Subs-Moderation.php, Post2.php, Display.php, ManageModeration.template.php, Display.template.php, mana.css, sections.css, Errors and ManageSettings language files)
----
Modified : /trunk/Sources/Display.php
Modified : /trunk/Sources/ManageModeration.php
Modified : /trunk/Sources/Post2.php
Modified : /trunk/Sources/Subs-Moderation.php
Modified : /trunk/Sources/Subs-Template.php
Modified : /trunk/Themes/default/Display.template.php
Modified : /trunk/Themes/default/ManageModeration.template.php
Modified : /trunk/Themes/default/index.template.php
Modified : /trunk/Themes/default/languages/Errors.english.php
Modified : /trunk/Themes/default/languages/ManageSettings.english.php
Modified : /trunk/Themes/default/skins/mana.css
Modified : /trunk/Themes/default/skins/sections.css
Modified : /trunk/root/install.sql
@ The hack removed from index.template.php was ported to a plugin which is in the plugins repo.