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
/
models
Age
Commit message (
Expand
)
Author
2009-12-27
Clean up validation the check for duplicate names or slugs, finish converting...
Tim Almdal
2009-12-18
Remove some unused references to Database::instance()
Bharat Mediratta
2009-12-06
Fix a few more database queries
Bharat Mediratta
2009-12-06
Fix some database calls.
Bharat Mediratta
2009-11-26
Convert all DB where() calls to take 3 arguments.
Bharat Mediratta
2009-11-25
Refactor the tags to remove the REST_Controller. Partial fix for ticket #917
Tim Almdal
2009-11-14
Normalize tags a bit.
Bharat Mediratta
2009-08-08
Update tags module to notify modules when items related to a tag are
Bharat Mediratta
2009-07-23
Respect the $type parameter on Tag_Model::items_count()
Tim Almdal
2009-05-13
Gee it's May already. Update copyright to 2009.
Bharat Mediratta
2009-05-13
Allow users to enter multiple tags at once, split by space, semicolon
Bharat Mediratta
2009-01-30
The start of the notification module. At this point, the icon has been added...
Tim Almdal
2009-01-04
Allow renaming of tags using a modal dialog. Put up a confirmation
Bharat Mediratta
2008-12-17
Add Item_Model::viewable() which we can use to restrict any query to
Bharat Mediratta
2008-11-28
Tags_Model::items() now lets you filter by item type
Bharat Mediratta
2008-11-26
Add a new "tag" page type.
Bharat Mediratta
2008-11-26
Breadcrumbs now look right for dynamic tag albums
Tim Almdal
2008-11-26
Duh, i have the count in the tag model... why do i need to do a query to count?
Tim Almdal
2008-11-26
Modify the tag model to behave like a virtual album. There are two outstandi...
Tim Almdal
2008-11-23
Tag module database definitions
Tim Almdal