index
:
gallery3.git
master
A clone of the Gallery3 code for testing and development.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
tag
/
helpers
Age
Commit message (
Expand
)
Author
2008-12-13
Add a permissions check to determine if the active user has edit permission o...
Tim Almdal
2008-12-01
Grouped inline form styles. No longer using gInline class in favor of specifi...
Chad Kieffer
2008-11-29
Changed CSS organization, removed form section. Moved generic form CSS up to ...
Chad Kieffer
2008-11-29
Fix another bug caused by moving this from tag to tag_event
Bharat Mediratta
2008-11-29
Fix a bug where we were listening to the wrong event.
Bharat Mediratta
2008-11-28
Create module::event() which runs Gallery events. It works by
Bharat Mediratta
2008-11-28
Check for APP13 before using it
Bharat Mediratta
2008-11-28
When an image is uploaded (i.e. created) the tag module will now extract any ...
Tim Almdal
2008-11-28
Rename tag_block_cloud.html.php to tag_cloud.html.php
Bharat Mediratta
2008-11-28
Add event plumbing to allow the tag module to be notified when a photo is cre...
Tim Almdal
2008-11-27
Make tags look a little better.
Bharat Mediratta
2008-11-27
Centralize logging around installing/uninstalling modules.
Bharat Mediratta
2008-11-27
Move form generation off into tag::get_add_form(). We can't use a controller...
Bharat Mediratta
2008-11-27
Refactor cloud generation into a helper so that we can call it from
Bharat Mediratta
2008-11-27
Clean up REST pattern in tags:
Bharat Mediratta
2008-11-27
We are now submitting the ajax tag add form to the server correctly and rehoo...
Tim Almdal
2008-11-27
Trying to add tags, but it doesn't work yet. For some reason that i can't fi...
Tim Almdal
2008-11-26
Skip the tags block if there're no tags
Bharat Mediratta
2008-11-26
Change sort_by_name to case insensitive sort.
Bharat Mediratta
2008-11-26
Simplify tags code some more:
Bharat Mediratta
2008-11-26
Clean tag creation
Tim Almdal
2008-11-26
Remove stray 'filter' instances
Bharat Mediratta
2008-11-26
Remove the more or less links
Tim Almdal
2008-11-25
Moving right along on tags. Now the threshold for which tags can be changed....
Tim Almdal
2008-11-25
Display tag block using data from the database
Tim Almdal
2008-11-25
1) Changed how the test tags are generated to be able to create a better dist...
Tim Almdal
2008-11-25
Simplify the API. We don't have a need to add multiple tags to
Bharat Mediratta
2008-11-24
Moved the creation of tags into the tag helper library. Added a count field ...
Tim Almdal
2008-11-24
Add the creation of tags to the scaffolding code
Tim Almdal
2008-11-23
Fix a few minor bugs in the tags db schema and simplify it a bit.
Bharat Mediratta
2008-11-23
Tag module database definitions
Tim Almdal
2008-11-22
Move all block callbacks from View::block_type() to
Bharat Mediratta
2008-11-22
Convert gmaps, info, and tag modules to the new block module
Tim Almdal
2008-11-16
Second half of renaming the tags module. Change all occurrences of
Bharat Mediratta
2008-11-16
Rename 'tags' module to 'tag' for consistency of pluralization
Bharat Mediratta