| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2009-02-28 | Change the pattern to identify tables that need prefix substitution to | Tim Almdal | |
| mirror the drupal pattern of using braces {}. | |||
| 2009-02-27 | This implements table prefix for all the queries in core, user, exif, | Tim Almdal | |
| tag, search, comment and notification modules (Ticket #68) | |||
| 2009-02-02 | Fix trac issue: #31 | Tim Almdal | |
| 2009-01-16 | Fix validation when adding new comments. | Bharat Mediratta | |
| Fire off the appropriate item_related_update events as appropriate. | |||
| 2009-01-15 | Changing t() placeholder syntax from {{replace_me}} to %replace_me. | Andy Staudacher | |
| 2009-01-15 | Simplifying the way t() is called. Refactoring localization function ↵ | Andy Staudacher | |
| t($message, $options=array()) into 2 separate functions: - the new t($message, $options=array()) is for simple strings, optionally with placeholder interpolation. - t2($singular, $plural, $count, $options=array()) is for plurals. | |||
| 2009-01-15 | Rename 'xxx_changed' events to 'xxx_updated' | Bharat Mediratta | |
| 2009-01-10 | Auto-delete 7-day old spam/deleted comments. | Bharat Mediratta | |
| 2009-01-10 | Create a 'recently deleted' queue | Bharat Mediratta | |
| 2009-01-10 | Update the queue counts in the menu list whenever we | Bharat Mediratta | |
| approve/unapprove/spam a comment. | |||
| 2009-01-08 | i18n refactoring: Rename all _() (reserved by gettext) calls to t(). | Andy Staudacher | |
| - 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 | Incremental improvement in comment moderation: | Bharat Mediratta | |
| 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-07 | Add very basic comment listing which shows the different queues | Bharat Mediratta | |
| (approved, unapproved, spam). | |||
