summaryrefslogtreecommitdiff
path: root/modules/tag/controllers
AgeCommit message (Expand)Author
2010-07-31Full pass over all the JSON encoding and JS dialog code. We now abideBharat Mediratta
2010-07-31More patches as part of #1225. Change the 'core' modules to use the json::replyTim Almdal
2010-07-06Fix for ticket #1181. Use $.getJSON to retrieve the json contents of the dial...Tim Almdal
2010-06-20Add "Tag: %s" in the title on tag pages. Fixes ticket #1097.Bharat Mediratta
2010-04-30Add page_title to admin views. Closes #1038.ckieffer
2010-03-03Update the copyright to 2010. It's only 3 months into the year :-)Bharat Mediratta
2010-02-06Fix for ticket 1004: Replace all uses of split with explode (none actually re...Andy Staudacher
2010-01-31return a location method so the page reloads properly if the edit was success...Tim Almdal
2010-01-27Convert __toString() to use (string) cast instead.Bharat Mediratta
2010-01-16Use "(string) $form" instead of "$form->__toString()"Bharat Mediratta
2009-12-23Convert a bunch of leftover kohana::show_404 calls to throwBharat Mediratta
2009-12-21Updates for the latest version of Kohana 2.4:Bharat Mediratta
2009-12-06Fix a few more database queriesBharat Mediratta
2009-12-06Fix some database calls.Bharat Mediratta
2009-11-26Convert all DB where() calls to take 3 arguments.Bharat Mediratta
2009-11-25ORM::orderby -> ORM::order_byBharat Mediratta
2009-11-25Merge branch 'master' of git@github.com:gallery/gallery3 into bharat_devBharat Mediratta
2009-11-25Preliminary work to cut over to Kohana 2.4Bharat Mediratta
2009-11-25Refactor the tags to remove the REST_Controller. Partial fix for ticket #917Tim Almdal
2009-11-19Revert "Create theme::get_var(), theme::set_var() methods to set the options ...Tim Almdal
2009-11-18Create theme::get_var(), theme::set_var() methods to set the options of the a...Tim Almdal
2009-11-17Redesign the way that we consider page types to create buckets of pageBharat Mediratta
2009-11-14Normalize tags a bit.Bharat Mediratta
2009-11-06Clean up the In place edit api:Tim Almdal
2009-11-05Refactor out the in place editting and use the new gallery.in_place_edit widg...Tim Almdal
2009-09-17Minor style fix: (string) $var, not (string)$var, and move the explicit cast ...Andy Staudacher
2009-09-17use an implicit cast to convert the translated error message to a string as i...Tim Almdal
2009-09-17Cleanup issues with the original fix for #779Tim Almdal
2009-09-16When editing tags in place, and there is a validation error, highlight the ta...Tim Almdal
2009-09-15Stricter input handling (cast to int)Andy Staudacher
2009-09-15Controller auth / CSRF fixesAndy Staudacher
2009-09-15CSRF / auth fixes, golden data file checkpointAndy Staudacher
2009-08-29Update all code to use helper method html::clean(), html::purify(), ... inste...Andy Staudacher
2009-08-29Refactor all calls of p::clean() to SafeString::of() and p::purify() to SafeS...Andy Staudacher
2009-07-28Clean up amd simplify the tag processing: Only allow comma separators betweenTim Almdal
2009-07-28Standardize the specification of tags.Tim Almdal
2009-07-24Partial implementation of ticket #80. Provide auto complete and suggestions o...Tim Almdal
2009-07-23Make tag handling consistent by converting spaces to periods and using commas...Tim Almdal
2009-07-04Found another place that p:purify was required.Tim Almdal
2009-07-01Fix a bunch of XSS vulnerabilities turned up by manual inspectionBharat Mediratta
2009-06-15Fix up the titles in the default theme. They've been broken for aBharat Mediratta
2009-06-03Sanitize all data we return via json_encode() to guard against XSS andBharat Mediratta
2009-06-01Don't throw an error if there are no visible tags.Bharat Mediratta
2009-06-01Security pass over all controller code. Mostly adding CSRF checkingBharat Mediratta
2009-05-27Update all references to the core application to now point to theBharat Mediratta
2009-05-26Since organize is now in the preview stage and will probably beTim Almdal
2009-05-22Implement a basic tag management interface with the organize drawerTim Almdal
2009-05-13Gee it's May already. Update copyright to 2009.Bharat Mediratta
2009-05-13Allow users to enter multiple tags at once, split by space, semicolonBharat Mediratta
2009-03-25tag changes in the tag admin should now work as expectedJakob Hilden