summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2009-07-092.5 release date in ChangeLog2.5Yorhel1-1/+1
2009-07-09YAWF update to a4988cf068fa52dae3f0ff88d73564136e54f2d2Yorhel1-0/+0
The new output compression and SQL quoting functions haven't been thouroughly tested yet, so I guess VNDB would make a nice testing ground.
2009-07-08Keep track of users who requested tagsYorhel5-7/+24
2009-07-07Posts browser on user pages (/u+/posts)Yorhel6-10/+111
2009-07-07Display thread count in user menuYorhel3-3/+5
This adds a small performance penalty, but should make it a lot easier for people to notice that someone is asking for his/her attention. Ideally, this count would be the number of *unread* *posts*, rather than *total* number of *threads*, but we don't store read the state (yet).
2009-07-07Hide threads targeted at users from the main pageYorhel2-2/+4
2009-07-05Tag exclude filters on VN searchYorhel4-28/+40
2009-07-05Added spoiler options for tag filters on VN searchYorhel5-7/+29
2009-07-05Updated VN screenshot uploader to handle multilanguage releasesYorhel1-1/+1
2009-07-05Apply & clear buttons on advanced VN search + note about boolean andYorhel1-2/+7
2009-07-05Auto-complete the tag filters on VN searchYorhel3-6/+28
2009-07-05Made a start on the multiple-tag-VN-searchYorhel5-15/+61
TODO: - spoiler settings? - auto-complete tag names - exclude filter - Improved UI? current location isn't very intuitive - Improve previous tag browser to make use of the VN search?
2009-07-04Re-added language parsing in VN search boxYorhel1-2/+9
Because many people still link to things like /v/all?q=English. Platform searches are less common, so I doubt many people care about URL compatibility for that,
2009-07-04Removed old /v/cat URL rewriting functionYorhel1-15/+0
That URL is so extremely old that I doubt anyone still links to it.
2009-07-04Removed \x{200B} hacks from platforms and categoriesYorhel1-4/+4
That hack has been obsoleted now they aren't used in the VN search box anymore.
2009-07-04Separated VN search filters from search boxYorhel3-102/+33
It was a rather stupid and buggy idea...
2009-07-04Automatically fill out title and original title fiels on add releaseYorhel2-0/+3
<eyeless> Yorhel: Please make fields "title" and "original title" filled automatically when adding a release of vn <Yorhel> finally an easy request!
2009-07-04Implemented copy-add release featureYorhel4-19/+45
2009-07-04Updating YAWF to fcd581a553d3dc8264debc85d2d7fbf959d122e8Yorhel1-0/+0
Required for the new copy-add feature
2009-07-04Don't allow creation of empty release editsYorhel1-1/+2
Bug introduced in 1c3769e0bac96979cc1aba0a80081b69a8470528
2009-07-04Implemented support for multilingual releasesYorhel10-42/+141
The 'language' column in releases_rev has been replaced with a releases_lang table. As this is quite a big change, there may still be bugs floating around somewhere.
2009-07-03Make sure the search-tab-thingy stays nicely above the search boxYorhel2-10/+8
It didn't always look good in all screen resolutions.
2009-07-03Search box on user listYorhel4-3/+13
2009-07-03Updating to latest YAWFYorhel1-0/+0
2009-07-03Implemented master_users check in Multi::IRCYorhel1-0/+1
2009-06-15Corrected link to discussion board on deleted release pagesYorhel1-1/+2
It used to link to /t/r+, but we don't have discussion boards for releases, so lets just link to the board for the first related VN of the release instead.
2009-06-15Display related boards in tooltip on recent posts on homepageYorhel2-2/+4
And another 5ms to the page loading time of the homepage. Byebye, server resources, byebye! :-(
2009-06-15Don't show NSFW images on diff pages by defaultYorhel3-3/+11
2009-06-10Properly import VNDB::Func::gtintype in VNDB::DB::ReleasesYorhel1-0/+1
This fixes an internal server error when searching on a number in the release browser.
2009-06-10Corrected age rating display on release revision pageYorhel1-1/+1
2009-06-10Clarified some things about the release format in d3Yorhel1-5/+8
2009-06-07Merge branch 'beta'2.4Yorhel20-173/+684
+ Set 2.4 date in ChangeLog
2009-06-06Revert font size changeYorhel2-10/+9
This reverts commit 944eefc1820d6a48948217b73abb9ea72b144b20 and 4d7c63c0cdf60d6c754dff11f85f7f067f1e8d8f.
2009-06-06Removed some leftover code of the category filters on /vYorhel2-18/+4
2009-06-06Improved in the release resolution options + typo fix: unkown -> unknownYorhel3-18/+16
2009-06-06Accomodate some static column widths to the new font sizeYorhel1-7/+7
2009-06-01Display edit history for hidden itemsYorhel1-1/+1
2009-06-01Changed font to something more readableYorhel2-2/+3
2009-05-31Tabs on v/r/p/g search fieldsYorhel7-23/+43
This should make a nice connection between the few kinds of database entries we have.
2009-05-31Func::monthstr: Output date in italics if the day is unknownYorhel1-2/+3
<RT> yorhel, in the browse view, can you put the date in italics when the first complete release date is not "fully qualified" ? e.g. 2008-08
2009-05-31Don't give a 500 when inputting the same anime ID twice on /v+/editYorhel1-3/+3
2009-05-31Correctly handle zero results and display friendly message on /rYorhel1-3/+13
2009-05-31Added clear button on /rYorhel1-0/+1
2009-05-31Option to expand/collapse edit summaries on history browserYorhel4-7/+36
Makes use of cookies to store the users' preference. Might be a good idea to store this in the DB for logged in users, together with the tagspoil cookie.
2009-05-31Batch edit releases which are likely to have a doujin or freeware flagYorhel1-0/+53
I really need to write an abstraction layer within PgSQL to make inserting new revisions using plain SQL easier.
2009-05-31Ignore doujin flag for patch release typesYorhel2-2/+3
2009-05-30Freeware and doujin filters on /rYorhel2-11/+17
2009-05-30Screen resolution filter on /rYorhel2-5/+26
2009-05-27Fixed typo on 404 pageYorhel1-1/+1
2009-05-24/r: Automatically display filters when nothing is set or no results were foundYorhel1-9/+12
And don't perform a search when no filters are set.