summaryrefslogtreecommitdiff
path: root/modules/tag/views
AgeCommit message (Expand)Author
2012-05-19Create an ajax response framework that inserts <meta> tags to guardBharat Mediratta
2011-01-18Create a hidden anchor containing the tag cloud autocomplete url. This way v...Bharat Mediratta
2011-01-18Revert "Temporarily removed ref tag to get the page validated. (Was also poin...Bharat Mediratta
2011-01-08Temporarily removed ref tag to get the page validated. (Was also pointing at ...Joe7
2010-12-29Remove a stray comma at the end of a JSON array which was breakig IE. Fixes...Bharat Mediratta
2010-09-07Disable selectFirst in the autocomplete box, which makes it a littleBharat Mediratta
2010-04-29Applied capitalization rules to title, changed from Tag admin to Manage tagsckieffer
2009-11-25Refactor the tags to remove the REST_Controller. Partial fix for ticket #917Tim Almdal
2009-11-14Normalize tags a bit.Bharat Mediratta
2009-11-06The ajaxify_tag_form was not being called when the block was created. Moved ...Tim Almdal
2009-11-05Refactor out the in place editting and use the new gallery.in_place_edit widg...Tim Almdal
2009-10-27Correct tag admin list markup that I likely hacked up during recent commits. ...Chad Kieffer
2009-10-20Minor tag admin style updates.Chad Kieffer
2009-10-20Rollback tag admin to fix. Now functioning.Chad Kieffer
2009-10-18Resolve merge conflict.Chad Kieffer
2009-10-18Resolve tag module conflicts.Chad Kieffer
2009-10-18Wrap all admin views in g-block and g-block content. This provides the means ...Chad Kieffer
2009-10-18Moved the short_form init function to gallery.common and made it jQuery plugi...Chad Kieffer
2009-10-17White space fixes.Chad Kieffer
2009-10-17Move tag css from theme to the module. Introduced generic .g-inline class for...Chad Kieffer
2009-10-04Renamed most, if not all css selectors from gName to g-name. Moved a few shar...Chad Kieffer
2009-09-30Convert gDialog and gCancel over to g-dialog and g-cancel. Refactor CSS id's ...Chad Kieffer
2009-09-30Replaced gButtonLink with g-button.Chad Kieffer
2009-09-30First round of CSS refactor updates. Added calls to gallery.common.css from w...Chad Kieffer
2009-09-01Fix XSS in tags JSAndy Staudacher
2009-08-29Update all code to use helper method html::clean(), html::purify(), ... inste...Andy Staudacher
2009-08-29XSS fixesAndy 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-24Partial implementation of ticket #80. Provide auto complete and suggestions o...Tim Almdal
2009-07-23Fix for ticket #496. replace the src attribute (non standard) with the title ...Tim Almdal
2009-06-28Use $theme->script() method to render module javascript filesTim Almdal
2009-06-13Multi-byte safe function to support all other languages.unostar
2009-05-31Run all variables that come from user-entered data through p::clean()Bharat Mediratta
2009-05-211) This provides the editting functionality for albums and photos in theTim Almdal
2009-05-18This takes us the next step closer to providing bulk edit. We stillTim Almdal
2009-04-03Clean up JS/HTML so that renaming works properly (it had hardcodedBharat Mediratta
2009-03-27Put csrf token into Admin_View and Theme_View by default, then use itBharat Mediratta
2009-03-25tag changes in the tag admin should now work as expectedJakob Hilden
2009-03-17Remove the in-place tag editing code from the default theme. ItBharat Mediratta
2009-03-16Ticket #97. Applied button css where missing. Minor form css improvements.Chad Kieffer
2009-02-26Move tag CSS into admin theme's screen.cssBharat Mediratta
2009-02-24File structure style fixesAndy Staudacher
2009-02-15Fix pluralized text.Bharat Mediratta
2009-02-11improvements on the tag adminJakob Hilden
2009-02-05clean up indentationBharat Mediratta
2009-02-04added inplace edit to tag admin (form still needs to be set to rename using A...Jakob Hilden
2009-01-24Admin theme style cleanup. Merged separate selected, available, unavailable i...Chad Kieffer
2009-01-15Changing t() placeholder syntax from {{replace_me}} to %replace_me.Andy Staudacher
2009-01-08i18n refactoring: Rename all _() (reserved by gettext) calls to t().Andy Staudacher