summaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Expand)Author
2008-12-30Add the view_full permission-- doesn't do anything yetBharat Mediratta
2008-12-30Add a "Graphics Settings" page that lets admins choose which graphicsBharat Mediratta
2008-12-30Add some basic explanatory textBharat Mediratta
2008-12-30Add site_status() to the regular Theme_ViewBharat Mediratta
2008-12-30Only show site status to adminsBharat Mediratta
2008-12-30More phodoc cleanup.Bharat Mediratta
2008-12-30comment cleanup.Bharat Mediratta
2008-12-30Make some columns smaller so that multi-column keys don't exceed 1024Bharat Mediratta
2008-12-29Don't let the x/y coordinates in composite go negative.Bharat Mediratta
2008-12-29Remove rest::JSON content type; it's causing lots of problems and it doesn't ...Bharat Mediratta
2008-12-29Properly implement graphics::composite()Bharat Mediratta
2008-12-29Return the task on success so that our UI can show it at 100%Bharat Mediratta
2008-12-29Replace __CSRF__ token with a real csrf. This allows links in site status me...Bharat Mediratta
2008-12-29Oops, my last change broke the default resize dimensionsBharat Mediratta
2008-12-29Make graphics rules take named parameters. This will give us someBharat Mediratta
2008-12-29Don't set the document type to JSON when uploading photos.Bharat Mediratta
2008-12-29Remove references to permanent_keyBharat Mediratta
2008-12-29Separate permanent messages out of the message helper and put themBharat Mediratta
2008-12-28Expand on the maintenance code to make it more robust and give theBharat Mediratta
2008-12-28Javascript wrapper to ping tasksBharat Mediratta
2008-12-28First round of a task framework. Tasks are job definitions stored inBharat Mediratta
2008-12-27Ignore resizes for albums when calculating the dirty countBharat Mediratta
2008-12-27Add clear_permanent()Bharat Mediratta
2008-12-26Added content type to JSON output functionsFelix Rabinovich
2008-12-26Added the concept of "permanent" messages that we show to admins. UseBharat Mediratta
2008-12-26Added graphics::mark_all_dirty(). The watermark code now marks imagesBharat Mediratta
2008-12-26Fix a bug I introduced when I switched from module id to module name; now del...Bharat Mediratta
2008-12-26Group AdministrationFelix Rabinovich
2008-12-26Fix a typo.Bharat Mediratta
2008-12-26Add module::clear_var()Bharat Mediratta
2008-12-25Rework log and message helpers to be parallel, but separate.Bharat Mediratta
2008-12-25Make sure admin method exist before we call them, else we'll just recurse int...Bharat Mediratta
2008-12-25Ajaxify 'add users'Felix Rabinovich
2008-12-25Split Items_Controller_Test into Photos and Albums testsBharat Mediratta
2008-12-25Reload the parent before using when adding albums/photos since it may have in...Bharat Mediratta
2008-12-25Big round of normalization of the way that our controllersBharat Mediratta
2008-12-25Rest_Controller -> REST_Controller everywhere, for consistency.Bharat Mediratta
2008-12-24Normalize our Admin controllers so that functions always print outBharat Mediratta
2008-12-24Fix bad <input/>Bharat Mediratta
2008-12-24Add atom to the implicit module list.Bharat Mediratta
2008-12-24Lots of deltas rolled up into a bigger change. Sorry for the mess.Bharat Mediratta
2008-12-23Clean up the way that we upload via dialogs:Bharat Mediratta
2008-12-23Reload parent after adding a new item since the left/right pointers have chan...Bharat Mediratta
2008-12-23Only clear the dirty bit if we updated the specific target.Bharat Mediratta
2008-12-23Update to reflect change in album::create APIBharat Mediratta
2008-12-23Change photo::create() and album::create() to take ORM instancesBharat Mediratta
2008-12-23Add very simple graphics toolkits.Bharat Mediratta
2008-12-23Update comment.Bharat Mediratta
2008-12-23Allow the site admin to upload watermark images. Can't do much with them yet.Bharat Mediratta
2008-12-23Change photo::img_dimensions to take the dimensions, not a photo. This lets ...Bharat Mediratta