summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Collapse)AuthorFilesLines
2009-09-30Added Hungarian to the list of languagesYorhel1-0/+1
Mainly because someone offered to translate the interface into Hungarian, and interface languages are directly linked with database languages.
2009-09-27Converted anime.type to ENUM and made them translatableYorhel1-2/+4
Again, two separate but related things.
2009-09-26Display full release dates in relation graphsYorhel1-0/+1
Interface consistency
2009-09-26Converted VN relations to ENUM data type and made them translatableYorhel1-0/+2
OK, these are actually two separate things: to make the relations translatable they didn't necessarily have to be stored as enum, and I could've also converted them to enum but not have it translatable. Nevertheless, it was easier to just do both at the same time. Also note how I used the string "$____vnrel_<rel>____$" as identifier in the relation graphs while I could have used something a lot shorter ("$<rel>$" would have been fine, for example). This is done so that graphviz can make some space for those relations - the long identifier gives a slightly more realistic representation of the actual length of the relation titles.
2009-09-25Use inline SVG for relation graphsYorhel1-0/+4
The graphs are now stored in the DB in SVG format, the static/rg/ directory can be removed (not used anymore). SVG data is stored using the xml data type, so now I can say for sure you'd need at least PostgreSQL 8.3. This feature still needs some tweaking, though. Current state isn't perfect.
2009-09-24Merge branch 'beta'2.7Yorhel1-0/+23
+ updated changelog
2009-09-20Increased maximum medium quantity to 20Yorhel1-0/+1
2009-09-18Fixed bug with excluding AVG(vote) < 0 VNs from tag pagesYorhel1-0/+1
This was *supposed* to be done in ce6d43aed955effe136f1ce3682828d2d43109cb
2009-09-13Removed visual-novels.net link from the interfaceYorhel1-0/+1
As they would soon be dead links, anyway.
2009-09-12Handler::Discussions: Full reply button + larger textareaYorhel1-0/+1
2009-09-12Added reminders to write English to several form fieldsYorhel1-0/+1
2009-09-10Batch edit downloadable trial releases to add freeware statusYorhel1-0/+1
2009-09-10Handler::Releases: Ingore some fields when the patch status is setYorhel1-0/+1
2009-09-08Added random VN link in menuYorhel1-0/+1
2009-09-07Handler::Misc: Made box titles on the homepage click-ableYorhel1-0/+2
2009-09-07Added three new platforms (DOS, PC-98, Sega Saturn)Yorhel1-0/+1
Had to increase the size of icons.png a bit...
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