summaryrefslogtreecommitdiff
path: root/core/models
AgeCommit message (Expand)Author
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
2008-12-26Added the concept of "permanent" messages that we show to admins. UseBharat Mediratta
2008-12-24Lots of deltas rolled up into a bigger change. Sorry for the mess.Bharat Mediratta
2008-12-23Add very simple graphics toolkits.Bharat Mediratta
2008-12-21Report actual log entries in the "log entries" admin block.Bharat Mediratta
2008-12-21Add a logging facility, and instrument login/logout to use it.Bharat Mediratta
2008-12-20Add "created" and "updated" timestamps to the items table.Bharat Mediratta
2008-12-17Add Item_Model::viewable() which we can use to restrict any query toBharat Mediratta
2008-12-17Change the album thumbnail/resize from _album.jpg to .album.pjgBharat Mediratta
2008-12-17Separate thumbnails out into var/thumbs. This clears up some ambiguity in I...Bharat Mediratta
2008-12-16Remove error checking; if this fails let it fail noisily for now so that we c...Bharat Mediratta
2008-12-16Various optimizations:Bharat Mediratta
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