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
2013-01-21
Update copyright to 2013. Fixes #1953.
Bharat Mediratta
2013-01-13
Tags by name (includes a G2 mapping)
Mike Miller
2012-02-27
Update copyright to 2012. #1822
Bharat Mediratta
2011-08-11
Patch for tickets #1428 and #1760
Tim Almdal
2011-04-24
Revert my two "fixes" on top of Andy's tag combine change. Leave Tag_Model::...
Bharat Mediratta
2011-04-23
Undo the change made in 5ce85636329b14673718836b3631a3e46efdc3bb because it m...
Bharat Mediratta
2011-04-23
Move the calculation for item_related_update ahead of the duplicate
Bharat Mediratta
2011-04-23
Allow tags to be merged by renaming
Andy Lindeman
2011-04-22
Urlencode the tag name so that our html is compliant. Fixes #1672.
Bharat Mediratta
2011-03-05
PATH_INFO mangles apostrophe (and other symbols, I'm sure) into a
Bharat Mediratta
2011-01-21
Update copyright to 2011.
Bharat Mediratta
2011-01-15
Follow on to 966dee8628293f78fbf9431281709ceba011d3c2 for #1586 --
Bharat Mediratta
2011-01-07
Move tag count management into the model. Fixes #1586.
Bharat Mediratta
2010-11-08
Fix a bug in the way that we add tags that causes it to be really slow
Bharat Mediratta
2010-10-25
All modules should be named Xxx_Core for extensibility. Fixes #1458.
Bharat Mediratta
2010-09-11
Change tag url form to be /tag/{name} from /tags/show/{id}. This is
Bharat Mediratta
2010-03-03
Update the copyright to 2010. It's only 3 months into the year :-)
Bharat Mediratta
2010-01-31
Fix lots of warnings that pop up when we're in E_STRICT mode. They're
Bharat Mediratta
2010-01-05
$offset should be null by default, not 0. Hold over bug from the K24 migration.
Bharat Mediratta
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