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
/
akismet
/
helpers
Age
Commit message (
Expand
)
Author
2009-01-17
Clear the "akismet is not configured" message on uninstall.
Bharat Mediratta
2009-01-16
Don't try to check comments if Akismet lacks an API key
Bharat Mediratta
2009-01-15
Changing t() placeholder syntax from {{replace_me}} to %replace_me.
Andy Staudacher
2009-01-15
Rename 'xxx_changed' events to 'xxx_updated'
Bharat Mediratta
2009-01-14
Make sure that helper functions are all static. Add new
Bharat Mediratta
2009-01-12
Updated for new Form_Submit API.
Bharat Mediratta
2009-01-10
Big set of changes to comments, with related changes to akismet and
Bharat Mediratta
2009-01-08
i18n refactoring: Rename all _() (reserved by gettext) calls to t().
Andy Staudacher
2009-01-08
Add akismet::$test_mode, initialize it to TEST_MODE and don't contact
Bharat Mediratta
2009-01-08
Incremental improvement in comment moderation:
Bharat Mediratta
2009-01-07
Properly handle the case where the akismet backend doesn't return a true/false
Bharat Mediratta
2009-01-07
Listen for comment creation, and run it through Akismet. Make the
Bharat Mediratta
2009-01-07
Extract the Akismet driver from the Spam_Filter module into a module
Bharat Mediratta