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
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
2009-07-27
Merge branch 'master' of git@github.com:gallery/gallery3
Andy Staudacher
2009-07-27
Revert "Remove an useless ORDER BY."... the order by wasn't all that useless.
Andy Staudacher
2009-07-27
Revert "Fix for ticket #452"
Tim Almdal
2009-07-26
Merge branch 'master' of git://github.com/rledisez/gallery3 into rledisez/master
Andy Staudacher
2009-07-25
Fix for ticket #452
Tim Almdal
2009-07-25
Rename columns that use reserved SQL words : items.left and items.right
Romain LE DISEZ
2009-07-20
Merge commit 'upstream/master'
Romain LE DISEZ
2009-07-19
Don't post the item_updated() event if we're just updating the view count.
Bharat Mediratta
2009-07-18
Merge commit 'upstream/master'
Romain LE DISEZ
2009-07-17
Change model_cache::clear() API to clear everything. This prevents
Bharat Mediratta
2009-07-17
Fix a bug where moved items don't properly inherit permissions from
Bharat Mediratta
2009-07-16
Second non-trivial change to the event code. We now publish model
Bharat Mediratta
2009-07-16
Non-trivial changes to the event handling code:
Bharat Mediratta
2009-07-16
Merge commit 'upstream/master'
Romain LE DISEZ
2009-07-07
Added a wee bit of phpDoc.
Tim Almdal
2009-07-07
Allow the task::log method to take an array of lines and change g2_import.php
Tim Almdal
2009-07-06
Cleanup remove task processing. Change Task_Model::delete to call parent::delete
Tim Almdal
2009-07-05
Add task logging functionality. When a task runs, it creates a log that is
Tim Almdal
2009-06-30
Fix for #319.
Tim Almdal
2009-06-27
Implemented a Database driver for the Kohana Cache library. Rather then writ...
Tim Almdal
2009-06-24
Remove an useless ORDER BY.
Romain LE DISEZ
2009-06-23
Fix get_position() to properly deal with duplicate values in the sort column....
Bharat Mediratta
2009-06-23
Escape {$this->sort_column} in get_position()
Bharat Mediratta
2009-06-04
Fix a bug in Item_Model::get_position() where we incorrectly using the
Bharat Mediratta
2009-06-02
Fix for ticket #320
Tim Almdal
2009-05-31
Don't let relative_path() try to update the database if the Item_Model
Bharat Mediratta
2009-05-27
Restructure things so that the application is now just another module.
Bharat Mediratta