summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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.
2009-05-24Removed category filters from /v/allYorhel3-46/+3
The tags work fine already. I'll keep the categories on the VN pages and in the history for now, though.
2009-05-24Don't perform search subquery when there are no keywords to search onYorhel2-5/+4
2009-05-24Allow search queries with only one characterYorhel3-2/+1
2009-05-23Animation fields for releasesYorhel7-11/+54
2009-05-23s/non-commercial/doujin/ and d3 updateYorhel2-16/+28
2009-05-23Renamed "Platforms & Media" tab on /r+/edit to "Format" and moved some fieldsYorhel2-6/+6
2009-05-23s/doujin group/doujin circle/Yorhel1-1/+1
<@EchoMateria> doujin circle is a more fitting term then the doujin group as far as I know <~Yorhel> 2k vs. 12k, so at least it's a more popular term <~Yorhel> (on google...)
2009-05-23Switched producers <-> tags in main menuYorhel1-1/+1
This way VNs, releases and producers are grouped together, which are the three main database components. (The rest is all extra)
2009-05-23Added freeware and doujin information to releasesYorhel5-7/+28
TODO: - update d3 - filters on /r
2009-05-22Changed order of voiced optionsYorhel1-1/+1
<ImmLff> It's better to switch order of "Partially voiced" and "Only Eroscenes voiced", as "Partially voiced" is closer to "Fully voiced" - None|Only ero|Partially|Full
2009-05-22Show comparable CERO ratings on /r+/edit input fieldYorhel4-8/+22
2009-05-22Custom resolution optionYorhel1-3/+4
2009-05-22Voiced field for releasesYorhel7-8/+35
TODO: filter on /r
2009-05-22Proper input checking for the resolution fieldYorhel1-1/+1
2009-05-22Updated d3 with information about catalog number and resolution fieldsYorhel1-0/+5