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
/
gallery
/
helpers
/
album.php
Age
Commit message (
Expand
)
Author
2013-01-21
Update copyright to 2013. Fixes #1953.
Bharat Mediratta
2012-05-15
Don't allow new albums with a slug that matches a controller - put up a
Bharat Mediratta
2012-02-27
Update copyright to 2012. #1822
Bharat Mediratta
2011-01-21
Update copyright to 2011.
Bharat Mediratta
2010-09-14
Add ability to sort albums by name. Fixes ticket #1377.
Bharat Mediratta
2010-07-10
Pass along the from_id when editing albums in the context menu, and
Bharat Mediratta
2010-04-10
Add album_add_form event to album::get_add_form().
Bharat Mediratta
2010-03-03
Update the copyright to 2010. It's only 3 months into the year :-)
Bharat Mediratta
2010-02-01
Localize the name "conflict" validation error when creating a new album.
Bharat Mediratta
2010-01-27
Fix capitalization of "internet address".
Bharat Mediratta
2010-01-27
Localize error messages for the built-in rules.
Bharat Mediratta
2010-01-27
Remove unnecessary rules() in the form.
Bharat Mediratta
2010-01-19
Change "dirname" to "name" in the edit album form. I'd rather have
Bharat Mediratta
2010-01-15
Move model business logic out of album::create() and into
Bharat Mediratta
2010-01-15
Move setting Item_Model::rand_key into Item_Model::save() since it's
Bharat Mediratta
2010-01-14
Begin the process of converting to model based validation. Right
Bharat Mediratta
2009-12-31
A more thorough fix for #745 and #940. Stop using the referer to
Bharat Mediratta
2009-12-06
Merge branch 'master' of git@github.com:gallery/gallery3 into bharat_dev
Bharat Mediratta
2009-12-06
Remove the hidden form variable _method which was used in the no longer rest ...
Tim Almdal
2009-11-26
Database::orwhere() is now Database_Builder::or_where()
Bharat Mediratta
2009-11-26
Convert all DB where() calls to take 3 arguments.
Bharat Mediratta
2009-11-25
Merge branch 'master' of git@github.com:gallery/gallery3 into bharat_dev
Bharat Mediratta
2009-11-25
Preliminary work to cut over to Kohana 2.4
Bharat Mediratta
2009-11-25
Refactor the album, movie and photo handling to remove the REST_Controller. ...
Tim Almdal
2009-11-09
Revert "Try an new approach to extending forms. Create an extend_form event....
Tim Almdal
2009-11-01
Try an new approach to extending forms. Create an extend_form event. For the...
Tim Almdal
2009-10-04
Renamed most, if not all css selectors from gName to g-name. Moved a few shar...
Chad Kieffer
2009-09-23
Fix a typo
Tim Almdal
2009-09-23
Clone the photo::get_edit_form to the movies helper and use it to generate th...
Tim Almdal
2009-09-19
On the edit album form, add dirname and slug asa hidden fields, so that when ...
Tim Almdal
2009-09-10
Put the buttons for album/photo dialogs in their own group in the form
Bharat Mediratta
2009-09-07
Add the 'Internet Address' field to all items, along with proper
Bharat Mediratta
2009-09-07
Add the slug to album, photo, and movie forms.
Bharat Mediratta
2009-09-07
Add support for a per-item "slug" which will be the user-visible url
Bharat Mediratta
2009-08-28
Display the sort order in the Organize dialog, and allow users to
Bharat Mediratta
2009-08-28
Rename sort columns:
Bharat Mediratta
2009-07-28
Convert the album add dialog to use the new Form_Script library
Tim Almdal
2009-07-28
Revert commit 078c77a62b623322956457bfd7bfbdaf56203b00 and change the
Tim Almdal
2009-07-25
Fix for ticket #594. Forced the directory name to be required when editting t...
Tim Almdal
2009-07-24
Add tag autocomplete to the album and photo edit pop up dialogs.
Tim Almdal
2009-07-20
Make some API changes simplify the tag editing code. We now have a
Bharat Mediratta
2009-07-20
(1)Add tag edit field in album/photo edit form. (2)provide edit functionality...
hiwilson
2009-07-16
Second non-trivial change to the event code. We now publish model
Bharat Mediratta
2009-07-10
Fix for ticket #341.
Tim Almdal
2009-05-27
Restructure things so that the application is now just another module.
Bharat Mediratta