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.php
Age
Commit message (
Expand
)
Author
2010-03-03
Update the copyright to 2010. It's only 3 months into the year :-)
Bharat Mediratta
2010-01-29
Clean up form validation code.
Bharat Mediratta
2009-11-25
Preliminary work to cut over to Kohana 2.4
Bharat Mediratta
2009-10-04
Renamed most, if not all css selectors from gName to g-name. Moved a few shar...
Chad Kieffer
2009-08-31
Rename mark_safe() to mark_clean()
Andy Staudacher
2009-08-30
Change all instances of SafeString::of_safe_html() to html::mark_safe() in vi...
Andy Staudacher
2009-08-29
Undo url helper changes - url methods no longer return a SafeString.
Andy Staudacher
2009-05-13
Gee it's May already. Update copyright to 2009.
Bharat Mediratta
2009-01-25
Undo the adding underscores to the id on forge generated forms
Tim Almdal
2009-01-24
Supply a form id on all forms. This id can be used by modules other
Tim Almdal
2009-01-15
Changing t() placeholder syntax from {{replace_me}} to %replace_me.
Andy Staudacher
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
Extract the Akismet driver from the Spam_Filter module into a module
Bharat Mediratta