summaryrefslogtreecommitdiff
path: root/lib/VNDB/Handler/Discussions.pm
AgeCommit message (Expand)AuthorFilesLines
2010-12-23Converted the show_list pref. to users_prefs and inverted the valueYorhel1-1/+1
2010-12-20Added advanced page-browsing tabs to threadsYorhel1-2/+2
2010-12-13Disable "Don't update last modified field" by default for modsYorhel1-1/+0
2010-12-10Added a "general discussions" boardYorhel1-8/+9
2010-11-28Merge branch 'beta'Yorhel1-2/+2
2010-11-16Handler::Discussions: Added 'noindex' meta tag to all discussion pagesYorhel1-3/+3
2010-11-13Added <link> elements for the related atom feeds to some pagesYorhel1-2/+2
2010-11-11Handler::Discussions: Fixed formcode bug with the quick reply featureYorhel1-0/+1
2010-11-06Fixed cross-site request forgery vulnerabilitiesYorhel1-1/+2
2010-11-03Handler::Discussions: Increased thread number display at /t for db and vYorhel1-1/+1
2010-11-03Handler::Discussions: Only display board names different from the filterYorhel1-5/+6
2010-11-03Compressed the thread listing into one row per threadYorhel1-14/+11
2010-01-26Made a start on the notification systemYorhel1-6/+0
2009-11-27DB: Abstracted all ORDER BY clauses in the DB abstraction layerYorhel1-2/+2
2009-10-24Discussions: Don't allow bots to index user discussion indexesYorhel1-1/+1
2009-10-10Display number of unread posts in user menuYorhel1-0/+5
2009-09-12Handler::Discussions: Full reply button + larger textareaYorhel1-2/+7
2009-09-12Added reminders to write English to several form fieldsYorhel1-2/+5
2009-08-18htmlForm(): Don't generate subform id from the titleYorhel1-1/+1
2009-08-17L10N: Converted Handler::Discussions and the discussion_boards listYorhel1-40/+42
2009-08-17L10N: Moved some functions from Func.pm to L10N.pm and added Russian quant() ...Yorhel1-7/+7
2009-08-09Don't check for double post when editing a postYorhel1-1/+1
2009-08-08Merge branch '3dev' of git://3decibels.net/vndb into betaYorhel1-0/+4
2009-08-06More logical naming of dbGetPost date filter3dB1-1/+1
2009-08-06Post checking now alows one new thread in 30s3dB1-1/+1
2009-08-05Reworked double post checking to use existing code3dB1-1/+2
2009-08-05Removed last traces of the shared memory processing queueYorhel1-2/+0
2009-08-04Implemented double-post prevention3dB1-0/+3
2009-07-07Posts browser on user pages (/u+/posts)Yorhel1-2/+2
2009-04-01Merge branch 'beta'2.3Yorhel1-35/+35
2009-03-22Merge branch 'tagging' into betaYorhel1-34/+34
2009-03-21Replacing all occurences of 'discussion tags' with 'discussion boards'Yorhel1-34/+34
2009-02-16Bugfix in V:H:_threadlist: rowspan on tc4 shouldn't be thereYorhel1-1/+1
2009-01-31Bugfix: don't remove quick reply box on a thread with 25 postsYorhel1-1/+1
2008-12-23CSS + skin generator fixesYorhel1-1/+1
2008-12-14Fixed all XHTML validation bugs I could findYorhel1-9/+9
2008-12-13Got rid of perl warning on t+ pages when not logged inYorhel1-1/+1
2008-12-13Fixed inconsistend column width on /t and /t/* pages in IE7Yorhel1-1/+1
2008-12-09Code cleanup: removed leading spaces and combined DB/{Votes,VNList,WishList}....Yorhel1-2/+2
2008-12-04Added noindex tag on pages I don't want to see indexedYorhel1-2/+2
2008-11-17Started on dbVNGet and filled out the placeholders in Discussions.pmYorhel1-2/+2
2008-11-16The 'hidden' checkbox wasn't automatically selected for hidden itemsYorhel1-1/+1
2008-11-16Added locked thread indicatorYorhel1-2/+7
2008-11-16Added 'create new thread' linksYorhel1-3/+9
2008-11-16Users have maintabs, tooYorhel1-1/+1
2008-11-16Added <edit> links to postsYorhel1-0/+7
2008-11-16Properly hide hidden postsYorhel1-7/+15
2008-11-16Added reply/post edit/new thread functionalityYorhel1-5/+145
2008-11-16Proper sorting of tags + maximum number of tags in threads browserYorhel1-2/+5
2008-11-16Improved overview of all activity and tags on the discussion board indexYorhel1-7/+13