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
/
recaptcha
Age
Commit message (
Expand
)
Author
2009-06-09
Remove double quotes from module.info (theme.info) attribute values.
Andy Staudacher
2009-06-06
fix typo: "the the" -> "the" (thanks VENCO!)
Bharat Mediratta
2009-06-06
Properly localize domain url in recaptcha explanation.
Bharat Mediratta
2009-06-02
fix preamble so file structure test passes
Tim Almdal
2009-06-01
Move recaptcha widget into a view for clarity. Also, wrap it in a
Bharat Mediratta
2009-06-01
Merge branch 'master' of git@github.com:gallery/gallery3
andyst
2009-06-01
Workaround for parse_ini_file issue: There's no way to escape a double-quote ...
Andy
2009-06-01
Security pass over all controller code. Mostly adding CSRF checking
Bharat Mediratta
2009-05-31
Clear the site status message on deactivate, not on uninstall.
Bharat Mediratta
2009-05-26
Restructure the module lifecycle.
Bharat Mediratta
2009-05-13
Gee it's May already. Update copyright to 2009.
Bharat Mediratta
2009-03-16
Remove unused orig_public_key from the form, it wasn't actually doing anythin...
Bharat Mediratta
2009-02-05
Don't try to show the recaptcha if we don't have a public key
Bharat Mediratta
2009-01-30
Correct indentation
Tim Almdal
2009-01-28
Add module name to log::success() calls
Bharat Mediratta
2009-01-28
Simplify the recaptcha admin page. It's not guaranteed to verify your
Bharat Mediratta
2009-01-27
Make the comment -> recaptcha binding happen via an event dispatch as
Bharat Mediratta
2009-01-26
Forgot to add the Form_Recaptcha class
Tim Almdal
2009-01-26
Adding Recaptcha to the comment module. Recaptcha integration consists of a ...
Tim Almdal
2009-01-25
Removed all the complex code to locate the forms. Now the admin
Tim Almdal
2009-01-25
Added the ability to identify and present the defined forms to the
Tim Almdal
2009-01-24
Supply a form id on all forms. This id can be used by modules other
Tim Almdal
2009-01-23
The adminstration portion of the recaptcha module. I haven't figured out how...
Tim Almdal