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
/
models
Age
Commit message (
Expand
)
Author
2010-01-27
Convert back to using ORM::factory(..., $id) instead of calling where().
Bharat Mediratta
2010-01-27
Prevent accidentally deleting the root album.
Bharat Mediratta
2010-01-26
Specialize the album cover id check to allow the root album to have no
Bharat Mediratta
2010-01-25
Always keep the original around when updating existing items, because
Bharat Mediratta
2010-01-20
Whitespace.
Bharat Mediratta
2010-01-20
Stop using MY_ORM::original(). It's got very odd semantics and we are
Bharat Mediratta
2010-01-19
Fix some validation checks to check to see if the original was loaded
Bharat Mediratta
2010-01-19
Move data initialization into the constructor so that it happens
Bharat Mediratta
2010-01-19
Make video/x-flv a valid movie mime_type
Bharat Mediratta
2010-01-18
Update valid_parent() to disallow moving an item inside its own hierarchy.
Bharat Mediratta
2010-01-18
Fix renaming in save() by moving the actual rename action under
Bharat Mediratta
2010-01-18
In valid_name, don't query on the id if it's null.
Bharat Mediratta
2010-01-17
Make set_data_file() chainable.
Bharat Mediratta
2010-01-17
Get rid of internal_only designation -- it's too hard to enforce cleanly.
Bharat Mediratta
2010-01-17
Move rules entirely down into validate() so that we can be more
Bharat Mediratta
2010-01-16
PHPdoc.
Bharat Mediratta
2010-01-16
Don't forget to save when we make insignificant chagnes only.
Bharat Mediratta
2010-01-16
Make movie creation use model based validation. Move movie related
Bharat Mediratta
2010-01-16
Check for illegal extensions in valid_name()
Bharat Mediratta
2010-01-16
Convert photo uploading over to the new model based validation
Bharat Mediratta
2010-01-16
Merge branch 'master' of git@github.com:gallery/gallery3 into bharat_dev
Bharat Mediratta
2010-01-16
Don't pass MY_ORM::original() to update event handlers, since after
Bharat Mediratta
2010-01-15
Validate the model type.
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-15
Use $value in valid_xxx() functions instead of the member field. They're equ...
Bharat Mediratta
2010-01-14
Begin the process of converting to model based validation. Right
Bharat Mediratta
2010-01-04
Change uppercase NULL to lowercase null to match the gallery3 style guide
Tim Almdal
2010-01-04
Another K2.4 holder over... We had, when checking for position, ->where(, "="...
Tim Almdal
2010-01-02
Add a cache buster to the resize and file urls. This fixes ticket
Bharat Mediratta
2010-01-02
Take precautions against deleting var/albums, var/thumbs or var/resizes.
Bharat Mediratta
2009-12-22
The default value for $offset should always be null (according to the
Bharat Mediratta
2009-12-18
Convert a database query.
Bharat Mediratta
2009-12-16
Merge branch 'master' of git@github.com:gallery/gallery3 into bharat_dev
Bharat Mediratta
2009-12-16
Adjust for the fact that movies have JPG thumbnails. Fixes ticket
Bharat Mediratta
2009-12-13
Convert some database calls.
Bharat Mediratta
2009-11-26
Convert some more Database::instance() calls to db::build() form.
Bharat Mediratta
2009-11-26
ORM::find_all() now uses null as the default value for offset.
Bharat Mediratta
2009-11-26
Overload Database_Builder to add merge_where() which takes predefined
Bharat Mediratta
2009-11-26
Convert all DB where() calls to take 3 arguments.
Bharat Mediratta
2009-11-26
ORM::$rules now has a special meaning. Use $form_rules for our
Bharat Mediratta
2009-11-25
ORM::orderby -> ORM::order_by
Bharat Mediratta
2009-11-25
Preliminary work to cut over to Kohana 2.4
Bharat Mediratta
2009-11-06
Make sure the position method works for both ascending and descending sort or...
Tim Almdal
2009-11-04
Modified the so that a where clause can be passed into item::get_position. W...
Tim Almdal
2009-10-30
Log an alert when we can't load a user.
Bharat Mediratta
2009-10-27
Refix #812, by removing the decoding in file_proxy instead of not encoding in...
Tim Almdal
2009-10-27
Don't url encode the components of the relative_path_cache as we they refer t...
Tim Almdal
2009-10-24
Merge branch 'master' into talmdal_dev
Tim Almdal
2009-10-24
When an item is renamed or move insure that the target file name doesn't exis...
Tim Almdal
[next]