summaryrefslogtreecommitdiff
path: root/modules/tag
AgeCommit message (Expand)Author
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
2009-08-29Merge commit 'upstream/master'Andy Staudacher
2009-08-29Refactor all calls of p::clean() to SafeString::of() and p::purify() to SafeS...Andy Staudacher
2009-08-27Remove 'ENGINE=InnoDB' specification from tables that we create. UseBharat Mediratta
2009-08-08Update tags module to notify modules when items related to a tag areBharat Mediratta
2009-08-08Change galleryPanel and galleryDialog widgets to gallery_panel and gallery_di...Tim Almdal
2009-08-08Refactor the gallery dialog into a jQuery widgetTim Almdal
2009-08-05Revert "Allow a theme to override the page refresh mechanism. Create a new"Tim Almdal
2009-07-28Merge branch 'master' of git@github.com:gallery/gallery3Tim Almdal
2009-07-28Change search callbacks to use the event system, so move them out ofBharat Mediratta
2009-07-28Use events to generate menus, instead of having xxx_menu helpers.Bharat Mediratta
2009-07-28Revert commit 078c77a62b623322956457bfd7bfbdaf56203b00 and change theTim Almdal
2009-07-28Revert commit 078c77a62b623322956457bfd7bfbdaf56203b00 and change theTim Almdal
2009-07-28Clean up amd simplify the tag processing: Only allow comma separators betweenTim Almdal
2009-07-27Clean up amd simplify the tag processing: Only allow comma separators betweenTim Almdal
2009-07-28Standardize the specification of tags.Tim Almdal
2009-07-27Standardize the specification of tags.Tim Almdal
2009-07-27Allow a theme to override the page refresh mechanism. Create a newTim Almdal
2009-07-26Updated wording of tag separator tipChad Kieffer
2009-07-24Add tag autocomplete to the album and photo edit pop up dialogs.Tim Almdal
2009-07-24Partial implementation of ticket #80. Provide auto complete and suggestions o...Tim Almdal
2009-07-23Respect the $type parameter on Tag_Model::items_count()Tim Almdal
2009-07-23Fix for ticket #496. replace the src attribute (non standard) with the title ...Tim Almdal
2009-07-23Make tag handling consistent by converting spaces to periods and using commas...Tim Almdal
2009-07-22Use the Kohana cascading filesystem to locate resources loaded by theBharat Mediratta
2009-07-20Remove the access permission call from here; this is too low level.Bharat Mediratta
2009-07-20Make some API changes simplify the tag editing code. We now have aBharat Mediratta
2009-07-20(1)Add tag edit field in album/photo edit form. (2)provide edit functionality...hiwilson
2009-07-19Create tag::item_tags which returns all the tags for any one item.Bharat Mediratta
2009-07-20make tags to be searchable. work with http://github.com/hiwilson/gallery3/com...hiwilson
2009-07-16Non-trivial changes to the event handling code:Bharat Mediratta
2009-07-13Add quotes around all values that contain spaces in them, and add aBharat Mediratta
2009-07-09Make the tag event handle the iptc keywords consistently withTim 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-29Let the "Popular tags" sidebar block display on tag or search page.hiwilson
2009-06-28Use $theme->script() method to render module javascript filesTim Almdal
2009-06-23Refactor the install/upgrade code to be more flexible.Bharat Mediratta
2009-06-19Catch exceptions from tag::add() that can be caused by characterBharat Mediratta
2009-06-15Fix up the titles in the default theme. They've been broken for aBharat Mediratta