summaryrefslogtreecommitdiff
path: root/LibertyTag.php
AgeCommit message (Expand)AuthorFilesLines
2012-05-06replace all PHP4 style constructors with __construct; replace calls to base c...spiderr1-2/+2
2012-04-25update getDisplayUrl to getDisplayUrlWithTagspiderr1-4/+4
2012-04-18major migration of getDisplayUrl to ->getDisplayUrl and ::getDisplayUrlFromHashChristian Fowler1-3/+3
2012-01-26fix pParamHash check on tagsspiderr1-1/+1
2012-01-16tags service function will now only store if isset tag_map_storespiderr1-1/+1
2011-07-11clean up assignment on load - use setField to put value into pObjectspiderr1-2/+4
2011-05-25empty check on pParamHash[sort_mode]spiderr1-1/+1
2011-05-04fix logic on invalid tag sort_modespiderr1-1/+1
2010-06-09Strip down CVS keywords.cvs2git1-1/+1
2010-03-10use append_url to limit tag linking by content_type_guidPRE_CONTENTTYPE_NAME_PLURALChristian Fowler1-6/+6
2010-01-23add content_type_guid suport to getList so tags can be restricted to certain ...Christian Fowler1-2/+8
2009-10-01remove ref to non-existant copyright.txt fileR270wjames51-2/+2
2009-10-01fix LGPL license ref from non-existant license.txt file to lgpl urlwjames51-2/+2
2009-08-13re-add checking of illegal sort_modesTyler Bello1-1/+29
2009-08-13replace SUBSELECT with INNER JOIN + GROUP BY for exponential query speed impr...Tyler Bello1-48/+19
2009-08-03bounds checking on tag name lengthChristian Fowler1-6/+8
2009-05-04Stop tags wiping gallery mapping for fisheye and treasuryLester Caine1-4/+4
2009-01-28pass param hash by reference in services - utilized in _list_sql services to ...Tekimaki1-2/+6
2009-01-27strip white space and trailing junk from search tagsTekimaki1-5/+16
2008-12-23handle service method of deleting all users tags when the user is deletedR250Christian Fowler1-1/+11
2008-10-20BIG CHANGE: migrate p_*_edit permissions to p_*_update permission naming conv...Christian Fowler1-16/+11
2008-10-19let content admins expunge tagswjames51-5/+11
2008-10-19admin can edit all tags, this whole access control process is a bit wack and ...wjames51-2/+2
2008-10-18admin sets content types which can be tagged; add/delete tags via input field...laetzer1-23/+30
2008-07-29Use results from getContentList directlyLester Caine1-4/+4
2008-07-16Added PrettyPrint support to TagsJo-Herman Haugholt1-2/+19
2008-06-15on preview get and display existing tagswjames51-1/+2
2008-01-22replace recursive popularity count queries with slightly lesssucky subselect....R202wjames51-3/+5
2008-01-16Fix issue with empty tags like happen if you put a , at the end of the list.Nick Palmer1-10/+15
2007-12-07tag param should be set and not empty to cause the joinwjames51-2/+2
2007-12-03delete tag on drop if it has zero content mapped to itChristian Fowler1-2/+7
2007-11-29remove invocation of liberty/list_content.php so proper permissioning can be ...Christian Fowler1-5/+24
2007-06-22Remove subpackage tag from class - phpdoc 1.3.2 handles correctly nowLester Caine1-2/+1
2007-06-22Adde phpdoc comment blocksLester Caine1-4/+19
2007-05-16limit most popular requests by max_popular param - updates module to work wit...wjames51-2/+21
2007-05-07and fix sorting on created datewjames51-0/+2
2007-05-07fix listing sort options and pagination linkswjames51-2/+24
2007-05-06add module to include tag cloud in columns - note there is a weird style layo...wjames51-2/+2
2007-04-30remove trailing whitespaceMax Kremmel1-84/+84
2007-04-02Change order of deletes in expunge so they don't violate constraints in a REA...Nick Palmer1-3/+4
2007-03-23Correct fix for comment issue. Fix for warning on empty create.Nick Palmer1-3/+2
2007-03-23added require_once of the libertyComment since LibertyComment is calledjetskijoe1-0/+1
2007-03-23Fix warning when not setting tags.Nick Palmer1-14/+14
2007-03-22Added ability to drop tags from content for owners and admin. Added some code...Nick Palmer1-1/+21
2007-03-22Added sanitation of tags with various options. Fixed bugs. Added ability to v...Nick Palmer1-18/+69
2007-03-20oops this is the expunge stuffwjames51-5/+7
2007-03-20add perms and editing interface so you can fix or kill bad tagswjames51-19/+74
2007-03-16fixes bug in tag weightingwjames51-19/+22
2007-03-16weight tags based on usewjames51-4/+27
2007-03-16shows tags already associated with content during content editingwjames51-1/+11