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
Age
Commit message (
Expand
)
Author
2010-09-04
Use the title of the root album as the site title for all RSS feeds.
Bharat Mediratta
2010-08-22
Add "captcha_protect_form" event that the recaptcha module grabs and
Bharat Mediratta
2010-08-09
Fix a pagination bug. Fixes ticket #1280.
Bharat Mediratta
2010-08-08
Use the gallery helper date/time functions wherever we format date
Bharat Mediratta
2010-08-08
Convert tabs to spaces to fix File_Structure_Test.
Bharat Mediratta
2010-07-31
Full pass over all the JSON encoding and JS dialog code. We now abide
Bharat Mediratta
2010-07-31
More patches as part of #1225. Change the 'core' modules to use the json::reply
Tim Almdal
2010-06-20
Rename the feed variable from "children" to "comments" since that
Bharat Mediratta
2010-06-20
Oops. Remove debug line.
Bharat Mediratta
2010-06-20
Simplify the descendent logic. viewable() already joins with the
Bharat Mediratta
2010-06-18
Undo "else" clause -- we should keep the logic simple and easy to
Bharat Mediratta
2010-06-17
Fix for ticket #1163. Don't all guests to a comment when there are no commen...
Tim Almdal
2010-06-16
Remove comment_rest::post() -- that's in comments_rest now.
Bharat Mediratta
2010-06-16
Add REST support for comments. You can view, add, edit and delete
Bharat Mediratta
2010-06-16
slap my wrist... i forgot a debugging statement
Tim Almdal
2010-06-16
Fix for ticket #1131. If the rss feed is for an item, then retrieve the item...
Tim Almdal
2010-06-15
Fix a bug in the upgrader where we weren't bumping the version number
Bharat Mediratta
2010-06-05
Create a UI under Admin > Settings > Comments where you can limit
Bharat Mediratta
2010-05-16
Rename the admin_comments view to admin_manage_comments to match the controller.
Bharat Mediratta
2010-05-16
Rename admin/comments to admin/manage_comments to make room for
Bharat Mediratta
2010-05-14
Require a well-formed email address for all comments.
Bharat Mediratta
2010-04-30
Add page_title to admin views. Closes #1038.
ckieffer
2010-04-21
Comment updates. Add empty <li> to empty <ul> for HTML validation, fixes #106...
Chad Kieffer
2010-03-03
Update the copyright to 2010. It's only 3 months into the year :-)
Bharat Mediratta
2010-02-23
Reset the active user to admin in all test cases where we change the
Bharat Mediratta
2010-02-18
Don't need 'right' class here. Positioning is absolute to the right.
Chad Kieffer
2010-02-14
HTML validation, avoid empty <ul>
Andy Staudacher
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-28
Don't show a link to the user profile for the guest user
Tim Almdal
2010-01-27
Localize validation messages.
Bharat Mediratta
2010-01-27
Localize error messages.
Bharat Mediratta
2010-01-27
Convert back to using ORM::factory(..., $id) instead of calling where().
Bharat Mediratta
2010-01-25
Merge branch 'master' of git@github.com:gallery/gallery3 into bharat_dev
Bharat Mediratta
2010-01-24
Refactor creating the user profile page content into the the event module. T...
Tim Almdal
2010-01-23
Create a user profile page that is used as a landing page when referencing a ...
Tim Almdal
2010-01-23
Merge branch 'master' of git@github.com:gallery/gallery3 into bharat_dev
Bharat Mediratta
2010-01-22
Treat identity providers just like other modules and use the admin_module to
Tim Almdal
2010-01-20
Stop using MY_ORM::original().
Bharat Mediratta
2010-01-19
Extend Gallery_Unit_Test_Case instead of Unit_Test_Case.
Bharat Mediratta
2010-01-17
Updated for model based validation.
Bharat Mediratta
2010-01-17
Updated for model based validation.
Bharat Mediratta
2010-01-17
Add validation for guest_email and guest_url.
Bharat Mediratta
2010-01-17
Updated for model based validation.
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
2010-01-09
Fix for ticket #972 and more. In Kohana 2.4, ORM::delete_all ignores any where
Tim Almdal
2009-12-21
Add missing execute() call -- tests ftw!
Bharat Mediratta
2009-12-21
Updated for K24
Bharat Mediratta
[next]