summaryrefslogtreecommitdiff
path: root/modules/gallery
AgeCommit message (Expand)Author
2010-01-22Treat identity providers just like other modules and use the admin_module toTim Almdal
2010-01-22Merge branch 'master' of git@github.com:gallery/gallery3 into bharat_devBharat Mediratta
2010-01-22Change "fetch translations" task to fetch them in batches.Andy Staudacher
2010-01-22Moved to Item_Rest_Helper_Test.phpBharat Mediratta
2010-01-22Return the url of the newly created item from post().Bharat Mediratta
2010-01-22Updated tests to pass after recent refactor of gallery_rest -> item_rest.Bharat Mediratta
2010-01-22Merge branch 'master' of git@github.com:gallery/gallery3 into bharat_devBharat Mediratta
2010-01-22Reshape the rest code to be more consistent with regards toBharat Mediratta
2010-01-21Use Unicode instead of HTML entity (since the l10n server normalizes this way...Andy Staudacher
2010-01-21Merge branch 'master' of git@github.com:gallery/gallery3 into bharat_devBharat Mediratta
2010-01-21Internationalize all strings in admin_modules.hmtl and corrected comments.Tim Almdal
2010-01-21We don't need CSRF in Rest_Controller::__call() because we use access tokens.Bharat Mediratta
2010-01-21Make sure that we actually don't have permissions, to avoid contamination w/ ...Bharat Mediratta
2010-01-21Exclude modules/gallery_unit_test/views/kohana/error.phpBharat Mediratta
2010-01-21Fix a minor bad expectation.Bharat Mediratta
2010-01-21Can't call ORM_MPTT::move_to() externally, so call Item_Model::save() instead.Bharat Mediratta
2010-01-21The admin module controller allows modules to provide a check_environment methodTim Almdal
2010-01-21Reload the album after adding the photo so that MPTT pointers are correct.Bharat Mediratta
2010-01-20Whitespace.Bharat Mediratta
2010-01-20Two fixes:Bharat Mediratta
2010-01-20Make move_to protected since we don't want folks calling it onBharat Mediratta
2010-01-20Remove debug code.Bharat Mediratta
2010-01-20Oops, bug in save() -- we weren't returning the saved value!Bharat Mediratta
2010-01-20Fix maintenance tasks / language admin for bug introduced earlier by no longe...Andy Staudacher
2010-01-20Delete MY_ORM::original(). We did not have proper containment toBharat Mediratta
2010-01-20Stop using MY_ORM::original().Bharat Mediratta
2010-01-20Throw Kohana_Exception instead of Exception on access denied, since that may ...Bharat Mediratta
2010-01-20Stop using MY_ORM::original(). It's got very odd semantics and we areBharat Mediratta
2010-01-20Throw Rest exceptions, not regular exceptions.Bharat Mediratta
2010-01-20Forbidden is a 403, not a 503.Bharat Mediratta
2010-01-19Extend Gallery_Unit_Test_Case instead of Unit_Test_Case.Bharat Mediratta
2010-01-19Fix some validation checks to check to see if the original was loadedBharat Mediratta
2010-01-19Move data initialization into the constructor so that it happensBharat Mediratta
2010-01-19Change "filename" to "name" in the edit album form. I'd rather haveBharat Mediratta
2010-01-19Make video/x-flv a valid movie mime_typeBharat Mediratta
2010-01-19Change "dirname" to "name" in the edit album form. I'd rather haveBharat Mediratta
2010-01-19Use property_exists() on our stdClass instead of array_key_exists()Bharat Mediratta
2010-01-19Change rest::url() to take a module name and a resource. The moduleBharat Mediratta
2010-01-19Rewrite the tests entirely to cover the new REST code.Bharat Mediratta
2010-01-19Make scope default to direct.Bharat Mediratta
2010-01-19Don't try to set the album cover for the grandparent if we don't have edit pe...Bharat Mediratta
2010-01-19Return arrays instead of calling rest::reply.Bharat Mediratta
2010-01-18Updated for model based validation. FixedBharat Mediratta
2010-01-18Add slug_is_url_safe_test()Bharat Mediratta
2010-01-18Update for model validation. Move the url safe tests into Item_Model_Test.Bharat Mediratta
2010-01-18No longer necessary; all photo and movie helper code is now in the model.Bharat Mediratta
2010-01-18No longer necessary; all relevant album helper code is now in the model.Bharat Mediratta
2010-01-18Updated for model based validation.Bharat Mediratta
2010-01-18Update for model based validation. Use test helper. Reduce the code size gr...Bharat Mediratta
2010-01-18switch to test::starts_with().Bharat Mediratta