summaryrefslogtreecommitdiff
path: root/modules/gallery/helpers
AgeCommit message (Expand)Author
2010-01-22Change "fetch translations" task to fetch them in batches.Andy Staudacher
2010-01-21Use Unicode instead of HTML entity (since the l10n server normalizes this way...Andy Staudacher
2010-01-21Internationalize all strings in admin_modules.hmtl and corrected comments.Tim Almdal
2010-01-21The admin module controller allows modules to provide a check_environment methodTim Almdal
2010-01-18Switch from stdClass to arrays which works around issues caused inBharat Mediratta
2010-01-18Change DENY and ALLOW to "0" and "1" to match the fact that ORM noBharat Mediratta
2010-01-18Overload url::current() and url::merge() to make the current url XSSBharat Mediratta
2010-01-11Remove the automatically marking the resizes dirty line as this could cause a...Tim Almdal
2010-01-11Fixes ticket #671.Tim Almdal
2010-01-09Fix for ticket #972 and more. In Kohana 2.4, ORM::delete_all ignores any whereTim Almdal
2010-01-04Fix the logout link to send you back to the current url. The oldBharat Mediratta
2010-01-02Remove the Rest_Exception::trigger method.Tim Almdal
2009-12-31Merge branch 'master' into talmdal_devTim Almdal
2009-12-31A more thorough fix for #745 and #940. Stop using the referer toBharat Mediratta
2009-12-31Create a Rest_Exception class and use it to convey status to the client inste...Tim Almdal
2009-12-31Change the gallery_rest::_validate() method to use the form rules in Item_Mod...Tim Almdal
2009-12-301) Remove the rest::not_found method and replace it with "throw new Kohana_40...Tim Almdal
2009-12-30Rollback the refactoring of the update into a helper method. Also remove the ...Tim Almdal
2009-12-30Merge branch 'master' into talmdal_devTim Almdal
2009-12-29Another holdover from the K2.4 conversion. In R2.4 the url::current(true) was...Tim Almdal
2009-12-27Clean up validation the check for duplicate names or slugs, finish converting...Tim Almdal
2009-12-26Forgot to commit local changes to item helper for K2.4Tim Almdal
2009-12-26Merge branch 'master' into talmdal_devTim Almdal
2009-12-24indentation fix.Bharat Mediratta
2009-12-24whitespace fixBharat Mediratta
2009-12-23When normalizing the rest request don't assume that the additional arguments ...Tim Almdal
2009-12-23Updated the unit tests to match the current APITim Almdal
2009-12-22Fix where tuple sent to descendant_counts() -- it needs to be wrapped in an a...Bharat Mediratta
2009-12-22Add merge_or_where() to MY_Datatabase_Builder and use that instead ofBharat Mediratta
2009-12-22ORM::factory() in K24 does not allow you to specify an alternate keyBharat Mediratta
2009-12-22Update the api so it allows images to be uploaded.Tim Almdal
2009-12-21Added validation to the edit functionality, since we can't trust any inputTim Almdal
2009-12-18Add the parent path to the resourceTim Almdal
2009-12-18Add the name field to remote interface.Tim Almdal
2009-12-17In Kohana 2.4, ORM no longer does the find_all() call for us when weBharat Mediratta
2009-12-17Convert some database queries.Bharat Mediratta
2009-12-17Update all database queries such that we can run "php index.phpBharat Mediratta
2009-12-16Make sure we always return a children array for albums.Tim Almdal
2009-12-15Include the thumb, resize and fullsize sizes (height & width) in the resource...Tim Almdal
2009-12-15Change what is used as the url to the item.Tim Almdal
2009-12-15Add the resize url to returned resource.Tim Almdal
2009-12-15Updates the the interface based on actually using it.Tim Almdal
2009-12-14Merge branch 'master' into talmdal_devTim Almdal
2009-12-13Merge branch 'master' of git@github.com:gallery/gallery3 into bharat_devBharat Mediratta
2009-12-10Log the entire stack trace when we catch an exception.Bharat Mediratta
2009-12-09Add the REST delete processing for albums/photos/moviesTim Almdal
2009-12-09Implement the RESTful interface for albums/photos/moviesTim Almdal
2009-12-09Refactor the code to check for name or slug conflicts and to update code out ...Tim Almdal
2009-12-09Use the relative url cache to look up resources instead of the relative path....Tim Almdal
2009-12-08Add the REST get handler for albums/photos/moviesTim Almdal