summaryrefslogtreecommitdiff
path: root/modules/tag/helpers
AgeCommit message (Expand)Author
2009-09-08Remove unused $feed->link.Bharat Mediratta
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-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-28Clean up amd simplify the tag processing: Only allow comma separators betweenTim Almdal
2009-07-28Standardize the specification of tags.Tim 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-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-09Make the tag event handle the iptc keywords consistently withTim Almdal
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-14Create a sidebar for tag pagesBharat Mediratta
2009-06-14Refactor the way that the rss module works so that we're not allowingBharat Mediratta
2009-06-14Refactor feed code to use stdClass everywhere. Fix bugs in theBharat Mediratta
2009-06-14Don't use stdClass to return the feed data. Just use an array.Tim Almdal
2009-06-14Remove the sidebar flag from the feed definition returned by available_feeds andTim Almdal
2009-06-14Remove rss:item_feed, rss::tag_fead and rss_theme::head and move thatTim Almdal
2009-06-12Continue refactoring the rss module and distribute the creation of album andTim Almdal
2009-05-28Label the tag input field according to the item type.Bharat Mediratta
2009-05-26Since organize is now in the preview stage and will probably beTim Almdal
2009-05-26Restructure the module lifecycle.Bharat Mediratta
2009-05-22Implement a basic tag management interface with the organize drawerTim Almdal
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-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-05-10Fix a copy/paste typo.Bharat Mediratta
2009-05-08Don't try to use mb_detect_encoding if the module isn't loaded. Not sure if ...Bharat Mediratta
2009-05-05Detect input encodings from EXIF/IPTC data and convert to utf-8 asBharat Mediratta
2009-04-05Strip trailing nulls off of some tags.Bharat Mediratta
2009-03-17Don't allow empty tag namesBharat Mediratta
2009-03-17Initialize $tags properlyBharat Mediratta
2009-03-17Fix typo: tag_block -> tag_themeBharat Mediratta
2009-03-16Set $item and $tag in the Theme_View so that calls like $theme->item()Bharat Mediratta
2009-02-28Change the pattern to identify tables that need prefix substitution toTim Almdal
2009-02-28Correct a type and missed a table nameTim Almdal