summaryrefslogtreecommitdiff
path: root/lib/VNDB/DB/VN.pm
AgeCommit message (Expand)AuthorFilesLines
2015-10-03Rewrote screenshot uploader to support multiple files + use jsonYorhel1-1/+1
2015-02-04Add spoiler settings to /v+/staffmorkt1-1/+1
2015-02-02dbVNHasChar(): Fix bug with hidden/deleted charactersYorhel1-1/+1
2015-01-28Hide spoilerous characters from the VN staff pages by defaultYorhel1-1/+2
2015-01-28Merge branch 'staff' into masterYorhel1-1/+1
2015-01-02staff: Fix duplicate listing of seiyuu for chars with multiple releasesYorhel1-3/+3
2015-01-02staff: Fix deleting of staff + use JSON to pass data + minor fixesmorkt1-2/+2
2014-12-28staff: Import cast from other VN + some styling + more improvementsmorkt1-1/+16
2014-12-28More progress on the staff + cast DBmorkt1-2/+24
2014-12-24Further progress on the staff databasemorkt1-2/+16
2014-12-22DB: Merge name/title fetching in main fetching functionsYorhel1-12/+2
2014-12-22bbcode: Replace [vcpgi][0-9]+ links with a [url] tagmorkt1-1/+12
2014-12-22Initial implementation of a staff/seiyuu databasemorkt1-1/+17
2014-12-02Completely drop l_vnn column from VN infoYorhel1-2/+2
2014-10-13SQL: Use enum to represent platformsYorhel1-3/+3
2013-01-05Screenshot uploader: Load stuff synchronously + removed processing flagYorhel1-1/+1
2013-01-05Don't use Multi for processing screenshotsYorhel1-2/+2
2012-07-24DB::VN: Use subquery join for obtaining rlist status infoYorhel1-18/+11
2012-07-24Add wishlist / VN list status options to VN list browserSpaceRanger1-2/+23
2011-12-29Added duplicate check when adding VNsYorhel1-2/+2
2011-12-29DB::VN: Add secondary order on title when sorting by release dateYorhel1-1/+1
2011-03-19chardb: Added char listing to VN pagesYorhel1-1/+8
2011-02-06Added new VN filter: on user VN list or notYorhel1-0/+2
2011-02-06Added new VN filter: voted on or notYorhel1-0/+2
2011-02-06Added new VN filters: wish/blacklistYorhel1-1/+7
2011-01-02Bugfix: Don't show NSFW screenshots on homepage with filtersYorhel1-1/+1
2011-01-01Also apply permanent VN filters to the random screenshots on /Yorhel1-3/+22
2010-12-21Pass VN tag filters by ID rather than nameYorhel1-9/+15
2010-11-28VN Filter Selector: Added "original language" filterYorhel1-1/+3
2010-11-27VN Filter Selector: Added "has anime" filterYorhel1-1/+3
2010-11-27VN Filter Selector: Added length field filterYorhel1-1/+3
2010-11-27Replaced old VN advanced options with the new filter selection systemYorhel1-5/+5
2010-11-10Started on adding an "official" flag to vn<->vn relationsYorhel1-5/+6
2010-11-07Optimized random VN fetching queryYorhel1-1/+7
2010-11-07Optimized random screenshot fetching queryYorhel1-8/+12
2010-11-02Multi::Image: Abstracted image dimension calculation into VNDBUtilYorhel1-1/+2
2010-03-13Improved VN searchYorhel1-28/+5
2010-02-05Merge branch 'master' into betaYorhel1-2/+2
2010-02-02SQL: Converted language columns to an ENUM typeYorhel1-3/+3
2010-01-24Versioned the deleting and locking of database entriesYorhel1-1/+1
2010-01-23DB::VN: Fixed ranking bug on VN pages with a NULL popularity or ratingYorhel1-2/+2
2010-01-01SQL: Made a start on revision insertion abstractionYorhel1-27/+28
2009-12-05SQL: Removed changes.causedbyYorhel1-1/+1
2009-12-05SQL: Call update_vncache() in a triggerYorhel1-8/+1
2009-12-05Merged db[VN|Producer|Release][Edit|Add] into dbItemEdit and dbItemAddYorhel1-23/+3
2009-11-29SQL: Replace index on tags_vn_inherit (tag) with an index on (tag,vid)Yorhel1-0/+1
2009-11-27DB: Abstracted all ORDER BY clauses in the DB abstraction layerYorhel1-4/+14
2009-11-27Changed VN score on tags pages to display plain averagesYorhel1-3/+3
2009-11-14SQL: Cached bayesian VN rating and vote countsYorhel1-6/+4
2009-11-14Added bayesian rating info to VN pagesYorhel1-2/+5