summaryrefslogtreecommitdiff
path: root/modules/tag/helpers
AgeCommit message (Expand)Author
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
2009-02-27This implements table prefix for all the queries in core, user, exif,Tim Almdal
2009-02-27Continue the journey of replacing raw sql with ORM or Database methodTim Almdal
2009-02-10Simplify delete into guaranteed 3 queries.Bharat Mediratta
2009-02-02Fix for Trac Ticket #30Tim Almdal
2009-01-31There doesn't seem to be a photo_created event anymore so change it toTim Almdal
2009-01-25Undo the adding underscores to the id on forge generated formsTim Almdal
2009-01-24Supply a form id on all forms. This id can be used by modules otherTim Almdal
2009-01-18Rename theme callback helpers from xxx_block to xxx_theme to make roomBharat Mediratta
2009-01-15Changing t() placeholder syntax from {{replace_me}} to %replace_me.Andy Staudacher
2009-01-14Make sure that helper functions are all static. Add newBharat Mediratta
2009-01-12Implement deleting dashboard blocks.Bharat Mediratta
2009-01-12Updated for new Form_Submit API.Bharat Mediratta
2009-01-08i18n refactoring: Rename all _() (reserved by gettext) calls to t().Andy Staudacher
2009-01-06Fix up all the various little forms to have submit buttons, fieldset legends,...Bharat Mediratta
2009-01-04Put up an error if you try to reuse an existing tag nameBharat Mediratta
2009-01-04Allow renaming of tags using a modal dialog. Put up a confirmationBharat Mediratta
2009-01-04Simple admin tags interface.Bharat Mediratta
2009-01-04Remove unnecessary comments.Bharat Mediratta
2008-12-30Make some columns smaller so that multi-column keys don't exceed 1024Bharat Mediratta
2008-12-29url::site is implicit in Forge actions, don't specify it a 2nd timeBharat Mediratta
2008-12-25Big round of normalization of the way that our controllersBharat Mediratta
2008-12-18Refactor site admin menu into a theme function and build the menus inBharat Mediratta
2008-12-17Added label to add tag form inputChad Kieffer
2008-12-13Add a permissions check to determine if the active user has edit permission o...Tim Almdal
2008-12-01Grouped inline form styles. No longer using gInline class in favor of specifi...Chad Kieffer