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
/
comment
/
models
Age
Commit message (
Expand
)
Author
2013-01-21
Update copyright to 2013. Fixes #1953.
Bharat Mediratta
2012-02-27
Update copyright to 2012. #1822
Bharat Mediratta
2011-03-27
Extend comment module field lenghts to fit IPv6 remote host addresses and lon...
Kriss Andsten
2011-01-21
Update copyright to 2011.
Bharat Mediratta
2010-10-25
All modules should be named Xxx_Core for extensibility. Fixes #1458.
Bharat Mediratta
2010-06-16
Add REST support for comments. You can view, add, edit and delete
Bharat Mediratta
2010-05-14
Require a well-formed email address for all comments.
Bharat Mediratta
2010-03-03
Update the copyright to 2010. It's only 3 months into the year :-)
Bharat Mediratta
2010-01-31
Fix lots of warnings that pop up when we're in E_STRICT mode. They're
Bharat Mediratta
2010-01-29
Strongly type the argument list to the model::validate method.
Tim Almdal
2010-01-27
Convert back to using ORM::factory(..., $id) instead of calling where().
Bharat Mediratta
2010-01-20
Stop using MY_ORM::original().
Bharat Mediratta
2010-01-17
Add validation for guest_email and guest_url.
Bharat Mediratta
2010-01-17
Move rules down into validate() and improve valid_author().
Bharat Mediratta
2010-01-16
Convert comment code over to model based validation.
Bharat Mediratta
2010-01-16
Don't pass MY_ORM::original() to update event handlers, since after
Bharat Mediratta
2009-11-25
Preliminary work to cut over to Kohana 2.4
Bharat Mediratta
2009-10-22
Change the name of identity library from Identity to IdentityProvider. Create...
Tim Almdal
2009-10-16
Start simplifying the interface by moving the static methods from user.php an...
Tim Almdal
2009-08-29
Fix for 641... extend viewable functionality to comments. Viewable unit test ...
Tim Almdal
2009-08-02
Change the API for getting to the original state of an ORM.
Bharat Mediratta
2009-07-29
Show the author's username if the author has no fullname. Fixes ticket #601.
Bharat Mediratta
2009-07-16
Second non-trivial change to the event code. We now publish model
Bharat Mediratta
2009-07-01
Fix for ticket #357.
Tim Almdal
2009-05-13
Gee it's May already. Update copyright to 2009.
Bharat Mediratta
2009-01-10
Auto-delete 7-day old spam/deleted comments.
Bharat Mediratta
2009-01-10
Big set of changes to comments, with related changes to akismet and
Bharat Mediratta
2009-01-07
Add very basic comment listing which shows the different queues
Bharat Mediratta
2009-01-07
Properly check comment permissions. Don't show comments that aren't
Bharat Mediratta
2008-12-29
Changes to the comment module to support spam filtering. Basically added two...
Tim Almdal
2008-11-16
Create Forge::add_rules_from() which pulls validation rules from the model and
Bharat Mediratta
2008-11-15
Initial add comment implementation.
Jozef Selesi
2008-11-09
Fix line endings.
Jozef Selesi
2008-11-09
Install/uninstall support for the comment module. Missing from the previous c...
Jozef Selesi