summaryrefslogtreecommitdiff
path: root/modules/tag/helpers
AgeCommit message (Expand)Author
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
2008-11-29Changed CSS organization, removed form section. Moved generic form CSS up to ...Chad Kieffer
2008-11-29Fix another bug caused by moving this from tag to tag_eventBharat Mediratta
2008-11-29Fix a bug where we were listening to the wrong event.Bharat Mediratta
2008-11-28Create module::event() which runs Gallery events. It works byBharat Mediratta
2008-11-28Check for APP13 before using itBharat Mediratta
2008-11-28When an image is uploaded (i.e. created) the tag module will now extract any ...Tim Almdal
2008-11-28Rename tag_block_cloud.html.php to tag_cloud.html.phpBharat Mediratta
2008-11-28Add event plumbing to allow the tag module to be notified when a photo is cre...Tim Almdal
2008-11-27Make tags look a little better.Bharat Mediratta
2008-11-27Centralize logging around installing/uninstalling modules.Bharat Mediratta
2008-11-27Move form generation off into tag::get_add_form(). We can't use a controller...Bharat Mediratta
2008-11-27Refactor cloud generation into a helper so that we can call it fromBharat Mediratta
2008-11-27Clean up REST pattern in tags:Bharat Mediratta
2008-11-27We are now submitting the ajax tag add form to the server correctly and rehoo...Tim Almdal
2008-11-27Trying to add tags, but it doesn't work yet. For some reason that i can't fi...Tim Almdal
2008-11-26Skip the tags block if there're no tagsBharat Mediratta
2008-11-26Change sort_by_name to case insensitive sort.Bharat Mediratta
2008-11-26Simplify tags code some more:Bharat Mediratta
2008-11-26Clean tag creationTim Almdal
2008-11-26Remove stray 'filter' instancesBharat Mediratta
2008-11-26Remove the more or less linksTim Almdal
2008-11-25Moving right along on tags. Now the threshold for which tags can be changed....Tim Almdal
2008-11-25Display tag block using data from the databaseTim Almdal
2008-11-251) Changed how the test tags are generated to be able to create a better dist...Tim Almdal
2008-11-25Simplify the API. We don't have a need to add multiple tags toBharat Mediratta
2008-11-24Moved the creation of tags into the tag helper library. Added a count field ...Tim Almdal
2008-11-24Add the creation of tags to the scaffolding codeTim Almdal
2008-11-23Fix a few minor bugs in the tags db schema and simplify it a bit.Bharat Mediratta
2008-11-23Tag module database definitionsTim Almdal
2008-11-22Move all block callbacks from View::block_type() toBharat Mediratta
2008-11-22Convert gmaps, info, and tag modules to the new block moduleTim Almdal
2008-11-16Second half of renaming the tags module. Change all occurrences ofBharat Mediratta
2008-11-16Rename 'tags' module to 'tag' for consistency of pluralizationBharat Mediratta