summaryrefslogtreecommitdiff
path: root/core/models
AgeCommit message (Expand)Author
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
2009-02-08rollback r20001-r19998, r19995. This may require a reinstallTim Almdal
2009-02-07Assign the Album|Photo path field explicitly instead of hiding that inTim Almdal
2009-02-06Implement fix for ticket #35. *** Requires reinstall of core ***Tim Almdal
2009-02-06Convert all item->type == "album" to item->is_album()Tim Almdal
2009-01-29Add delete support as a quick-edit optionBharat Mediratta
2009-01-29Add support for pretty urls. So now instead of urls like:Bharat Mediratta
2009-01-24Add move support. Use the move icon in the quick pane. You can'tBharat Mediratta
2009-01-23Take advantage of the new support for parentheses added in r19879 andBharat Mediratta
2009-01-14Create Item_Model::thumb_tag() and Item_Model::resize_tag() to provideBharat Mediratta
2009-01-13Models should be named in adjective_noun form to make pluralizatoinBharat Mediratta
2009-01-11Fix windows-style line endings.Bharat Mediratta
2009-01-09Theme Administration v. 2. Doesn't distinguish between regular and admin them...Felix Rabinovich
2009-01-08First step of i18n refactoring:Andy Staudacher
2009-01-04Allow passing a query string as an argument to Item_Model::url()Bharat Mediratta
2009-01-03Stay on the right page when we navigate up in the breadcrumb.Bharat Mediratta
2008-12-31Add Item_Model::url() and use it where appropriate. Cleans up someBharat Mediratta
2008-12-31Preliminary "Edit Permissions" dialog. You can't change permissionsBharat Mediratta
2008-12-28Expand on the maintenance code to make it more robust and give theBharat Mediratta
2008-12-28First round of a task framework. Tasks are job definitions stored inBharat Mediratta