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
/
akismet_event.php
Age
Commit message (
Expand
)
Author
2010-03-03
Update the copyright to 2010. It's only 3 months into the year :-)
Bharat Mediratta
2009-08-02
Change the API for getting to the original state of an ORM.
Bharat Mediratta
2009-07-28
Use events to generate menus, instead of having xxx_menu helpers.
Bharat Mediratta
2009-07-16
Non-trivial changes to the event handling code:
Bharat Mediratta
2009-05-13
Gee it's May already. Update copyright to 2009.
Bharat Mediratta
2009-01-16
Don't try to check comments if Akismet lacks an API key
Bharat Mediratta
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-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