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
/
core
/
models
Age
Commit message (
Expand
)
Author
2009-05-16
Item_Model::rename() cannot accept new filenames that contain "/"
Bharat Mediratta
2009-05-16
Implement Item_Model::rename(), with unit tests.
Bharat Mediratta
2009-05-14
Introduce a relative_path_cache column in the items table. This lets
Bharat Mediratta
2009-05-13
Gee it's May already. Update copyright to 2009.
Bharat Mediratta
2009-05-12
Simplify delete()
Bharat Mediratta
2009-05-12
fix comment typo.
Bharat Mediratta
2009-05-11
Add has_thumb() public API method
Bharat Mediratta
2009-05-11
Avoid using ORM_MPTT::parents() in relative_path() so that we're not
Bharat Mediratta
2009-05-10
Disable default sorting for performance. (thanks Romain LE DISEZ)
Bharat Mediratta
2009-05-09
Fix for ticket #255
Tim Almdal
2009-05-09
Fix for ticket #255
Tim Almdal
2009-05-02
Move make_album_cover and remove_album_cover out of Item_Model and
Bharat Mediratta
2009-05-02
Clean up API to be organized around the functionality it provides, not the fe...
Bharat Mediratta
2009-04-29
Refactor the creation and removal of the album covers into
Tim Almdal
2009-04-29
Reset the parent thumbnail in Item_Model::delete instead of where the
Tim Almdal
2009-04-29
Move the module::event("before_item_delete") into the
Tim Almdal
2009-04-28
Change _adjust_thumb_size to adjust_thumb_size and make public so we
Tim Almdal
2009-04-24
Fixed typo in comment, added docblock.
Chad Kieffer
2009-04-22
Remove the negative weighting for albums. The are now positioned
Tim Almdal
2009-04-09
Missed a closing para )
Tim Almdal
2009-04-09
Change the weight for albums from zero, which could give us
Tim Almdal
2009-04-09
Clean up delete code as per Bharat's note
Tim Almdal
2009-04-09
Merge the micro_thumb_tag method into thumb_tag and add a third
Tim Almdal
2009-04-08
Fixes issues with Server Add:
Tim Almdal
2009-04-05
Add a weight column to the items model. Change the album ordering to
Tim Almdal
2009-03-27
Add a method to create a micro_thumb that is centered vertically in
Tim Almdal
2009-03-26
Update comments to reflect that the results of item::children or
Tim Almdal
2009-03-25
untabify
Bharat Mediratta
2009-03-24
Change the item model so it will actually delete all the file system
Tim Almdal
2009-03-23
Fix for ticket #168: Set a default value for extra_attrs on the Item_Model::t...
Tim Almdal
2009-03-20
Don't divide by zero in thumb_tag if there's no thumbnail
Bharat Mediratta
2009-03-20
Restore $extra_attrs in img tags. Roll back to using .gThumbnail in quick pane.
Chad Kieffer
2009-03-18
Fix for ticket #155. Delete the item record before unlinking the
Tim Almdal
2009-03-16
Oops, I used the wrong resize variables in my last change.
Bharat Mediratta
2009-03-16
Remove unnecessary __get() function
Bharat Mediratta
2009-03-15
Move references to "album" out of ORM_MPTT since it's supposed to be
Bharat Mediratta
2009-03-14
Don't use html::image because it forces absolute urls, which we don't want.
Bharat Mediratta
2009-03-14
Default thumb/resizes to relative urls.
Bharat Mediratta
2009-03-09
Override the ORM_MTTP::children and ORM_MTPP::descendants methods in
Tim Almdal
2009-03-09
Change Item_Model::get_position to respect the sort order. This also
Tim Almdal
2009-03-09
More tasks cleanup.
Bharat Mediratta
2009-03-09
Make the description a text column so that we can handle much larger
Bharat Mediratta
2009-03-05
Fix for ticket #114 Permissions seem to be ignored
Tim Almdal
2009-03-04
Allow url() to return absolute urls
Bharat Mediratta
2009-02-27
* Refactor task management methods from admin_maintenance.php to
Tim Almdal
2009-02-25
Add support MP4 movies also. Flowplayer supports them and can stream
Bharat Mediratta
2009-02-24
Fix for ticket #98.
Tim Almdal
2009-02-22
If the album_cover_item_id points to a missing item (unlikely but possible) j...
Bharat Mediratta
2009-02-22
Very basic movie support. You can upload a FLV file, we use ffmpeg to
Bharat Mediratta
2009-02-09
Add local localization functionality. Local = no means to upload / download t...
Andy Staudacher
[next]