gallery3/modules/akismet
Bharat Mediratta ae73ef3d57 Updated for new Form_Submit API.
OLD:
  $form->submit("Foo")  -->  <input type="submit" value="Foo">

New:
  $form->submit("foo_button")->("Foo") --> <input type="submit" name="foo_button" value="Foo">

Mostly we don't care what the button is so we leave the name blank.
2009-01-12 07:50:04 +00:00
..
controllers Big set of changes to comments, with related changes to akismet and 2009-01-10 00:34:23 +00:00
helpers Updated for new Form_Submit API. 2009-01-12 07:50:04 +00:00
tests Fix Aksimet tests for MySQL strict mode. Not sure how this would pass on linux, since the given value for server_remote_port is longer than 16 chars, the actual length of the DB field. 2009-01-11 04:45:11 +00:00
views i18n refactoring: Rename all _() (reserved by gettext) calls to t(). 2009-01-08 17:13:06 +00:00
module.info Extract the Akismet driver from the Spam_Filter module into a module 2009-01-07 07:36:48 +00:00