summaryrefslogtreecommitdiff
path: root/modules/tag
AgeCommit message (Expand)Author
2009-11-25Refactor the tags to remove the REST_Controller. Partial fix for ticket #917Tim Almdal
2009-11-20Convert the Simple Uploader form over to Forge, and use the eventBharat Mediratta
2009-11-19Add the ability to add tags for files that are uploaded using the simple loader.Tim 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-09Revert "Try an new approach to extending forms. Create an extend_form event....Tim Almdal
2009-11-07Merge branch 'master' into talmdal_devTim Almdal
2009-11-06Clean up the In place edit api:Tim Almdal
2009-11-06Merge branch 'master' into talmdal_devTim Almdal
2009-11-06The ajaxify_tag_form was not being called when the block was created. Moved ...Tim Almdal
2009-11-06Merge branch 'master' into talmdal_devTim Almdal
2009-11-05Refactor out the in place editting and use the new gallery.in_place_edit widg...Tim Almdal
2009-11-01Try an new approach to extending forms. Create an extend_form event. For the...Tim Almdal
2009-10-28Normalize capitalization ticket #596Tim Almdal
2009-10-27Correct tag admin list markup that I likely hacked up during recent commits. ...Chad Kieffer
2009-10-23Standardize message markup, make the update block status message translatable.Chad Kieffer
2009-10-20Removed console.log() debug output.Chad Kieffer
2009-10-20Minor tag admin style updates.Chad Kieffer
2009-10-20Update tag error messages to use g-action-status and g-message-block. Style g...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-18Fixed add tag short form layout.Chad Kieffer
2009-10-18Moved the short_form init function to gallery.common and made it jQuery plugi...Chad Kieffer
2009-10-17Add tag.css to tag admin page.Chad Kieffer
2009-10-17White space fixes.Chad Kieffer
2009-10-17Missed this in last commit.Chad Kieffer
2009-10-17Move tag css from theme to the module. Introduced generic .g-inline class for...Chad Kieffer
2009-10-16Apply g-short-form directly to short forms rather than via JS. Comment update...Chad Kieffer
2009-10-04Renamed most, if not all css selectors from gName to g-name. Moved a few shar...Chad Kieffer
2009-10-01adjust whitespaceTim Almdal
2009-09-30Convert gDialog and gCancel over to g-dialog and g-cancel. Refactor CSS id's ...Chad Kieffer
2009-09-30Merge branch 'master' into talmdal_devTim Almdal
2009-09-30Use the block_manager to manage site sidebar panels. Fixes ticket #110.Tim Almdal
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-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-09-08Remove unused $feed->link.Bharat Mediratta
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