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