summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Collapse)AuthorFilesLines
2009-08-16Allow empty VN descriptionsYorhel1-0/+1
2009-08-15Improved VN relationsYorhel1-0/+5
2009-08-15More sensible placing of the submit button on /v+/tagmodYorhel1-0/+1
2009-08-12Allow a usermod to browse a users' list even when it's hiddenYorhel1-0/+1
To make sure we can still see a troll if he marks his list as hidden. Only admins have this usermod privilege, and admins are assumed to have raw SQL access anyway.
2009-08-12Added global user votes ignore listYorhel1-0/+1
2009-08-11Improved styling of the threeboxes layoutYorhel1-0/+3
It's still not perfect, though: - New version is table-based - meh. - Uses negative margins more than once - meh! - Only works if any of the columns has enough content to wrap. If all content fits in the columns without wrapping, the total table width falls back to the "min-width: 100%" statement - which, with the negative margins, isn't really 100%. MEH! Still... it looks better than the previous solution. So far tested on FF3.5, Opera 9.something, and some semi-recent version of webkit. Reported to work fine on IE7 as well.
2009-08-09ChangeLog version bump to 2.62.6Yorhel1-1/+1
2009-08-09Converted changes.added to timestamptzYorhel1-0/+1
That was the last one. I hope I haven't forgotten to update anything.
2009-08-08Removed last traces of the category systemYorhel1-0/+1
2009-08-08Merge branch '3dev' of git://3decibels.net/vndb into betaYorhel1-0/+1
+ ChangeLog update
2009-08-08css: Converted all pt units to pxYorhel1-0/+1
It seems not all setups display the fonts at the same size when specifying the sizes in pt. At least, my awesome setup makes all fonts even smaller than they already were... I'm also still not really happy with the current font size, but making it even a tiny bit larger makes everything look ugly. :-(
2009-08-06Added OpenSearch plugin + autodetectionYorhel1-0/+1
2009-08-05Multi::Core: Got rid of 'undefined' warning in pg_error + ChangeLog updateYorhel1-0/+6
2009-08-01Added Vietnamese to the language listYorhel1-0/+1
Now the last unused space in icons.png is used as well. Another icon and we'll need to enlarge it a bit.
2009-07-30Merge branch 'auth' of git://3decibels.net/vndb into betaYorhel1-0/+1
Conflicts: util/dump.sql util/updates/update_2.6.sql Also updated ChangeLog and made some tiny style changes.
2009-07-19Added 1024x600 and 1600x1200 screen resolutionsYorhel1-0/+3
2009-07-092.5 release date in ChangeLog2.5Yorhel1-1/+1
2009-07-08Keep track of users who requested tagsYorhel1-0/+1
2009-07-07Posts browser on user pages (/u+/posts)Yorhel1-0/+1
2009-07-05Made a start on the multiple-tag-VN-searchYorhel1-0/+1
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-04Separated VN search filters from search boxYorhel1-0/+1
It was a rather stupid and buggy idea...
2009-07-04Automatically fill out title and original title fiels on add releaseYorhel1-0/+1
<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 featureYorhel1-0/+1
2009-07-04Implemented support for multilingual releasesYorhel1-0/+1
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-03Search box on user listYorhel1-0/+1
2009-06-15Display related boards in tooltip on recent posts on homepageYorhel1-0/+1
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 defaultYorhel1-0/+3
2009-06-07Merge branch 'beta'2.4Yorhel1-0/+14
+ Set 2.4 date in ChangeLog
2009-06-06Revert font size changeYorhel1-1/+0
This reverts commit 944eefc1820d6a48948217b73abb9ea72b144b20 and 4d7c63c0cdf60d6c754dff11f85f7f067f1e8d8f.
2009-06-01Changed font to something more readableYorhel1-0/+1
2009-05-31Tabs on v/r/p/g search fieldsYorhel1-0/+1
This should make a nice connection between the few kinds of database entries we have.
2009-05-31Option to expand/collapse edit summaries on history browserYorhel1-0/+1
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-24Removed category filters from /v/allYorhel1-0/+1
The tags work fine already. I'll keep the categories on the VN pages and in the history for now, though.
2009-05-24Allow search queries with only one characterYorhel1-0/+1
2009-05-23Animation fields for releasesYorhel1-3/+5
2009-05-23Added freeware and doujin information to releasesYorhel1-0/+1
TODO: - update d3 - filters on /r
2009-05-22Show comparable CERO ratings on /r+/edit input fieldYorhel1-0/+1
2009-05-22Voiced field for releasesYorhel1-0/+1
TODO: filter on /r
2009-05-22Added resolution field to release entriesYorhel1-0/+1
TODO: - Update d3 - Add filter to /r
2009-05-22Added medium filter on /rYorhel1-0/+4
2009-04-01ChangelogYorhel1-1/+2
2009-03-22Made the standout color in the seinarukana skin readableYorhel1-0/+3
...and updated the changelog
2009-02-21Aliases field to producer entriesYorhel1-0/+3
2009-02-12Catalog number field to release entriesYorhel1-0/+1
2009-02-07Don't show deleted items on the recent edits of a userpageYorhel1-0/+1
2009-02-06Made all BBCodes case-insensitiveYorhel1-0/+2
2009-01-25Random quote featureYorhel1-1/+2
2009-01-17No page reload needed when changing rlist status from vn pageYorhel1-1/+4
2009-01-16Let VN search match on vn->original, and regard . and _ as spacesYorhel1-0/+1
2009-01-15Fixed month display on VNBrowseYorhel1-0/+1