summaryrefslogtreecommitdiff
path: root/lib/VNDB/DB/Tags.pm
AgeCommit message (Expand)AuthorFilesLines
2011-04-03Order the traits groups on /i by their 'order' columnYorhel1-3/+5
2011-02-21chardb: char-by-trait lookup + trait usage count + tag-code sharingYorhel1-21/+22
2011-02-05Group tags on /v+/tagmod by their categoryYorhel1-2/+2
2011-02-05Properly save tag category when adding a new tagYorhel1-2/+2
2011-02-04Allow setting tag category for all child tags recursivelyYorhel1-6/+10
2011-02-04Added category field to tags (content/ero/technical)Yorhel1-2/+2
2011-01-04Added checkboxes to VN tagmod and implemented the overrule logicYorhel1-26/+21
2011-01-03Added tag overrule indicators to tag link browser and VN tag editorYorhel1-7/+9
2011-01-03SQL: Added tags_vn.ignore column and updated queries to respect thisYorhel1-34/+5
2010-12-21Pass VN tag filters by ID rather than nameYorhel1-1/+1
2010-12-13Added advanced tag link browserYorhel1-4/+34
2010-12-10Keep track of last modification date for tag<->vn linksYorhel1-4/+27
2010-10-31Remove duplicate votes when merging tags (fixes a 500)Yorhel1-0/+4
2010-01-11Tags: Another bugfix in the parent tags SQL query and displayYorhel1-1/+1
2009-11-29Tags: Replaced tag_tree() with WITH .. SELECT queries, and removed /g/debugYorhel1-5/+30
2009-11-27DB: Abstracted all ORDER BY clauses in the DB abstraction layerYorhel1-6/+20
2009-11-27Display VN ratings on tag pages as wellYorhel1-27/+1
2009-11-27Changed VN score on tags pages to display plain averagesYorhel1-5/+5
2009-08-08Don't show hidden VN items on g+ pagesYorhel1-0/+1
2009-08-08Converted tags.added to timestamptzYorhel1-2/+3
2009-07-08Keep track of users who requested tagsYorhel1-5/+11
2009-03-28Fixed and re-organized tag<->vn calculationYorhel1-1/+1
2009-03-18Experimenting with a location for tags on v+ pagesYorhel1-2/+4
2009-03-15Some more content on the tag indexYorhel1-1/+3
2009-03-15Bugfix: Copy old tag names over to new tag on mergeYorhel1-0/+2
2009-03-15Removed tag deletion featureYorhel1-9/+1
2009-03-15Tag mergingYorhel1-1/+10
2009-03-14Expanded the tag list with a search, and more for use by non-tagmodsYorhel1-2/+3
2009-03-14Added tag list (/g/list) to browse tags by status, mostly for moderator useYorhel1-3/+4
2009-03-14Separated table for tag aliases + proper checking of unique aliases and namesYorhel1-13/+28
2009-03-14Added tag states for pending/deleted/acceptedYorhel1-5/+10
2009-03-08(Kind-of) finalized the tag indexYorhel1-3/+10
2009-03-08Added caching of tags_vn_bayesian and the VN count for tagsYorhel1-13/+4
2009-03-08Added user taglistYorhel1-10/+43
2009-03-07Hiding spoilers on tag pagesYorhel1-3/+9
2009-03-07Replacing random VN counts with actual data on tag pagesYorhel1-1/+4
2009-03-07Adding list of VNs to tag pagesYorhel1-1/+21
2009-02-28Voting on spoilerness of a tag worksYorhel1-2/+4
2009-02-28Improvements in vntagmod table layout, and saving votes in the DB worksYorhel1-2/+10
2009-02-22vntagmod: Adding tags using dropdown searchYorhel1-1/+5
2009-02-22Renaming tags.aliases to tags.aliasYorhel1-4/+4
2009-02-22Very basic, unfinished and non-working interface for VN/tag linkingYorhel1-1/+27
2009-02-15Tag deletionYorhel1-1/+9
2009-02-15Check for existing tag with the same name on tag creation or editYorhel1-1/+3
2009-02-15Basic adding and editing of tagsYorhel1-3/+27
2009-02-14Made a start on the tagging systemYorhel1-0/+55