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-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
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-10-09
Convert direct lookups for the user table using ORM to using the user::lookup...
Tim Almdal
2009-10-11
Make the slug field required for all items.
Bharat Mediratta
2009-10-08
Merge branch 'master' of git@github.com:gallery/gallery3 into talmdal_dev
Tim Almdal
2009-10-05
First pass on converting calls to the Identity interface. Will worry about wr...
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-21
Merge branch 'master' of git@github.com:gallery/gallery3 into bharat_dev
Bharat Mediratta
2009-09-21
2nd attempt at gracefully dealing with sort columns that contain
Bharat Mediratta
2009-09-21
Fix Item_Model::get_position() so that our sort is stable when the comparison
Bharat Mediratta
2009-09-11
rawurlencode() path components in relative_path_cache and
Bharat Mediratta
2009-09-08
Change the relative_path_cache and relative_url_cache columns to store
Bharat Mediratta
2009-09-08
Minor tweaks to the url refactor.
Bharat Mediratta
2009-09-08
Move specialized (pretty) url generation back into Item_Model so that
Bharat Mediratta
2009-09-07
Update Item_Model::save() to consider the relative_xxx_cache fields as
Bharat Mediratta
2009-09-07
1. Actually set the slug to the new value in the controllers.
Bharat Mediratta
2009-09-07
Correct a mental mistake in the prior change. All the xxx_url()
Bharat Mediratta
2009-09-07
Add support for a per-item "slug" which will be the user-visible url
Bharat Mediratta
2009-09-02
Refactor how we use $this->relative_path() so that we're not calling
Bharat Mediratta
2009-08-29
Fix for 641... extend viewable functionality to comments. Viewable unit test ...
Tim Almdal
2009-08-18
Refactor the get maximum weight functionality into a method in the item helpe...
Tim Almdal
2009-08-05
Change the children and descendants APIs to be more consistent and to
Bharat Mediratta
2009-08-05
Change the children methods on Item_Core and ORM_MPTT in order to
Tim Almdal
2009-08-02
Change the API for getting to the original state of an ORM.
Bharat Mediratta
2009-07-30
Add some code to guard the weight calculation against zero rows when
Bharat Mediratta
2009-07-29
Oops, I removed too much in my last change. Put talmdal's query back,
Bharat Mediratta
2009-07-29
Remove some scary debug code.
Bharat Mediratta
2009-07-30
Fix for ticket #576
Tim Almdal
2009-07-27
Remove the unnecessary ORDER BY on $this->sort_column in
Bharat Mediratta
[next]