summaryrefslogtreecommitdiff
path: root/core/models
AgeCommit message (Expand)Author
2008-12-12Change the resize option on creating thumbnails and resizes to Image::AUTO wh...Tim Almdal
2008-12-12Get rid of all pseudo users and pseudo groups, while preserving allBharat Mediratta
2008-12-11Change the name of the implmentation of module parameters to module varsTim Almdal
2008-12-10Create a module parameter table. This will be useful if a module wants to st...Tim Almdal
2008-12-07Leave all locking in ORM_MPTT::move_to, don't worry about it inBharat Mediratta
2008-12-07Rename moveTo to move_to and extend the test a bit.Bharat Mediratta
2008-12-05* Add a moveTo unit testTim Almdal
2008-12-04Moving albums around with a drag and drop interface seems to work and preserv...Tim Almdal
2008-12-04Add unit tests to test growing and contracting the left and right pointersTim Almdal
2008-12-04Before deleting an item, save the path to the image in the var directory as o...Tim Almdal
2008-12-03Rename file::unlink() to dir::unlink(). This creates an API that isBharat Mediratta
2008-12-02The rearrange module will now add an album if you drag the "new album" onto t...Tim Almdal
2008-12-01Prototype access control model. There's much left to do, but it's aBharat Mediratta
2008-11-29Add access model (not fully baked yet).Bharat Mediratta
2008-11-25Don't add in-place-edit CSS unless there's a logged-in user.Bharat Mediratta
2008-11-24Remove the has_many_and_belongs_to_many relations from the item modelTim Almdal
2008-11-23Tag module database definitionsTim Almdal
2008-11-21Revert module block approachTim Almdal
2008-11-20A look at away to allow modules to define html head contents (links and js) a...Tim Almdal
2008-11-20Correct typoTim Almdal
2008-11-19Create url::abs_site() and url::abs_file() to allow us to generateBharat Mediratta
2008-11-19Fix broken path in url()Bharat Mediratta
2008-11-19Add the original item height and width to the item tableTim Almdal
2008-11-19Update the media rss template to include the resize and the fullsizeTim Almdal
2008-11-19Cleanup media rss feedTim Almdal
2008-11-19add the mime type column on the item tableTim Almdal
2008-11-19Change Media_RSS_Controller so that it does not extend REST_Controller, since itBharat Mediratta
2008-11-19The continuing evolution of the slideshow...Tim Almdal
2008-11-15Item / Owner changes.Bharat Mediratta
2008-11-15Clean user / item relationship. Upload files gets the ownership of current us...Felix Rabinovich
2008-11-12aliasing owner to userFelix Rabinovich
2008-11-08Add support for in-place editing of data fields.Bharat Mediratta
2008-11-08Create permanent owner_id column in the item table, and use a softBharat Mediratta
2008-11-08Adding user (owner) to items; info moduleFelix Rabinovich
2008-11-05* Add thumbnail and resize dimensions to the item table and use themBharat Mediratta
2008-11-05Style/doc cleanups.Bharat Mediratta
2008-11-05ORM_MPTT::parents() should not include the node itself.Bharat Mediratta
2008-11-05Change the default theme to actually render what's in the Gallery.Bharat Mediratta
2008-11-04Lots of new stuff!Bharat Mediratta
2008-11-04Restructure the theme code to be more like WordPress / Habari. Now,Bharat Mediratta
2008-11-03Rename columns lft/rgt to left/right.Bharat Mediratta
2008-11-02Create some basic infrastructure:Bharat Mediratta