index
:
gallery3.git
master
A clone of the Gallery3 code for testing and development.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
comment
/
controllers
/
admin_comments.php
Age
Commit message (
Expand
)
Author
2013-01-21
Update copyright to 2013. Fixes #1953.
Bharat Mediratta
2012-05-07
Oops, fix up a bug originally added in
Bharat Mediratta
2012-03-29
Improve comment RSS feed visibility, initially added by Thomas E. Horner in
Bharat Mediratta
2012-03-29
Merge commit 'fc942aa'
Bharat Mediratta
2012-02-27
Update copyright to 2012. #1822
Bharat Mediratta
2011-07-08
availability of rss is now configurable
Thomas E. Horner
2011-01-21
Update copyright to 2011.
Bharat Mediratta
2010-06-05
Create a UI under Admin > Settings > Comments where you can limit
Bharat Mediratta
2010-05-16
Rename admin/comments to admin/manage_comments to make room for
Bharat Mediratta
2010-04-30
Add page_title to admin views. Closes #1038.
ckieffer
2010-03-03
Update the copyright to 2010. It's only 3 months into the year :-)
Bharat Mediratta
2010-01-31
Fix lots of warnings that pop up when we're in E_STRICT mode. They're
Bharat Mediratta
2010-01-09
Fix for ticket #972 and more. In Kohana 2.4, ORM::delete_all ignores any where
Tim Almdal
2009-11-26
Convert another Database::instance() query over to using db::build()
Bharat Mediratta
2009-11-26
Modify the expiration code to work with db::build()
Bharat Mediratta
2009-11-26
Convert all DB where() calls to take 3 arguments.
Bharat Mediratta
2009-11-25
ORM::orderby -> ORM::order_by
Bharat Mediratta
2009-11-25
Preliminary work to cut over to Kohana 2.4
Bharat Mediratta
2009-11-15
Fix ticket 890 (related to 879): Don't double-escape menu labels on the comme...
Andy Staudacher
2009-11-13
Call for_js() on all menu labels, since they're SafeStrings. Fixes ticket #879.
Bharat Mediratta
2009-07-16
Second non-trivial change to the event code. We now publish model
Bharat Mediratta
2009-07-16
Non-trivial changes to the event handling code:
Bharat Mediratta
2009-06-01
Security pass over all controller code. Mostly adding CSRF checking
Bharat Mediratta
2009-05-13
Gee it's May already. Update copyright to 2009.
Bharat Mediratta
2009-05-11
Refactor to support pagination and simplify the code.
Bharat Mediratta
2009-02-28
Change the pattern to identify tables that need prefix substitution to
Tim Almdal
2009-02-27
This implements table prefix for all the queries in core, user, exif,
Tim Almdal
2009-02-02
Fix trac issue: #31
Tim Almdal
2009-01-16
Fix validation when adding new comments.
Bharat Mediratta
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 t($messa...
Andy Staudacher
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
2009-01-08
i18n refactoring: Rename all _() (reserved by gettext) calls to t().
Andy Staudacher
2009-01-08
Incremental improvement in comment moderation:
Bharat Mediratta
2009-01-07
Add very basic comment listing which shows the different queues
Bharat Mediratta