Tim Almdal
7ea13b3869
Normalize capitalization ticket #596
2009-10-28 12:15:52 -07:00
Chad Kieffer
5f56cbf997
Wrap all admin views in g-block and g-block content. This provides the means to visually separate the view's title and description from everything else. Primary admin view title should always be h1, and only one h1 per view. Removed some unused admin CSS id's.
2009-10-18 20:22:10 -06:00
Chad Kieffer
3e6ba7acc3
Renamed most, if not all css selectors from gName to g-name. Moved a few shared images from wind to lib. Deleted unused images in the admin_wind. This will likely break a few ajax features.
2009-10-04 00:27:22 -06:00
Chad Kieffer
5db0b68a70
Update status message styles. Lighten backgrounds, don't show background on Admin Maintenance rows, and added gModuleStatus class.
2009-08-29 14:01:04 -06:00
Tim Almdal
5f47271e32
Remove tabs as whitespace
2009-08-05 07:51:19 -07:00
Andy Staudacher
703e84a94d
Fix l10n message for akismet, extracting URLs from the message
...
Signed-off-by: Andy Staudacher <andy.st@gmail.com >
2009-08-05 10:21:57 +08:00
Chad Kieffer
55cd2afde5
Admin theme style cleanup. Merged separate selected, available, unavailable into a single set of reusable classes. Applied alternating row bg colors. Removed inline CSS from admin views. Moved user admin css into admin_default theme style sheet.
2009-01-24 20:06:13 +00:00
Andy Staudacher
a631fe29f3
i18n refactoring: Rename all _() (reserved by gettext) calls to t().
...
- And refactor printf to our string interpolation / pluralization syntax
- Also, a slight change to the translations_incomings table, using binary(16) instead of char(32) as message key.
2009-01-08 17:13:06 +00:00
Bharat Mediratta
8bf388a6f6
Incremental improvement in comment moderation:
...
1) Akismet now detects when we change a comment's published state and submits
info back to akismet.com as appropriate
2) We now show 4 different queues (all / approved / unapproved / spam) and let you
move messages between the queues
3) We track and display "spam caught" stats.
4) You can delete comments entirely.
2009-01-08 02:50:23 +00:00
Bharat Mediratta
8bcc3de28d
Listen for comment creation, and run it through Akismet. Make the
...
akismet stats page take up as much room as possible.
2009-01-07 08:20:22 +00:00
Bharat Mediratta
ba052c0cc9
Extract the Akismet driver from the Spam_Filter module into a module
...
in its own right. Clean up the tests, streamline the code and improve
the admin interaction. Add a working stats page.
2009-01-07 07:36:48 +00:00