summaryrefslogtreecommitdiff
path: root/core/helpers
AgeCommit message (Expand)Author
2009-01-01Theme Administration implementationFelix Rabinovich
2009-01-01Allow admins to do anythingBharat Mediratta
2009-01-01Move debug CSS into core/css/debug.css, and enable it for admin themes alsoBharat Mediratta
2008-12-31Extend permissions interface to allow resetting to the parental default.Bharat Mediratta
2008-12-31Turn permission dialog into a browser where you can look at permissions back ...Bharat Mediratta
2008-12-31Preliminary "Edit Permissions" dialog. You can't change permissionsBharat Mediratta
2008-12-31Fix a bug where we were accidentally allowing view permissions whenBharat Mediratta
2008-12-31Fully implement the view_full permission.Bharat Mediratta
2008-12-30Oops, remove some debug code.Bharat Mediratta
2008-12-30Fix a bug. Unit tests ftw!Bharat Mediratta
2008-12-30Refactor _create_htaccess_files and _delete_htaccess_files intoBharat Mediratta
2008-12-30Fix typo.Bharat Mediratta
2008-12-30Oops, this got left out of r19497Bharat Mediratta
2008-12-30Add a "Graphics Settings" page that lets admins choose which graphicsBharat 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-29Properly implement graphics::composite()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-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-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 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-26Add module::clear_var()Bharat Mediratta
2008-12-25Rework log and message helpers to be parallel, but separate.Bharat Mediratta
2008-12-25Big round of normalization of the way that our controllersBharat 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-23Only clear the dirty bit if we updated the specific target.Bharat 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
2008-12-22Fix a typoBharat Mediratta
2008-12-22Add message severity CSS classes to status messages. CreateBharat Mediratta
2008-12-22Fix admin/modules url.Bharat Mediratta
2008-12-22Add messaging system for reporting actions back to the user. MakeBharat Mediratta
2008-12-22Reinstate the dummy error handler to ensure that we work in a clean install w...Bharat Mediratta
2008-12-22Normalize CSRF handling into the access helper. Probably not the bestBharat Mediratta
2008-12-22Lock a couple of modulesBharat Mediratta