summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Collapse)AuthorFilesLines
2009-10-21Handler::Tags: Increased tag dropdown search results to 15Yorhel1-0/+1
2009-10-21Started on the producer relationsYorhel1-0/+1
The current list of relations isn't final yet, may be changed later on. Quite a bit of this code has been copied from the VN relations... need to find a way to use prober code reuse here. TODO: - Nice relation editor interface - Display relations in revision browser - Display relations on producer pages - Generate relation graphs - Sync update_2.8.sql into dump.sql
2009-10-21L10N-HU: Added code for Hungarian TL and minor code cleanupYorhel1-1/+1
2009-10-19L10N-CS: Added Czech quant()Yorhel1-0/+1
2009-10-19Use 'no spoilers' as default spoiler level for tagsYorhel1-0/+1
2009-10-18Handler::Misc: Fixed bug with unhiding a producer entryYorhel1-0/+1
I could swear I'd found and fixed a similar bug in the past...
2009-10-18SQL: Fixed calculation of tags_vn_bayesian.spoilerYorhel1-0/+1
2009-10-17SQL: Converted releases_rev.type to an ENUM data typeYorhel1-0/+3
2009-10-17Handler::ULists: Add secundary order by title when ordered by voteYorhel1-0/+1
This fixes a strange issue that the ordering changes when browsing to the next page, resulting in some VNs not showing up at all.
2009-10-12htmlSearchBox: Copy over search query when switching search typeYorhel1-0/+1
<@EchoMateria> for example I searched for 'Maika' in Visual Novels <@EchoMateria> then remembered that it was a producer not a game and clicked Producers instead <@EchoMateria> can you set it so that entry in the search field would stay and it would search for it in the producers instead?
2009-10-10List all known languages on /r and /v/all instead of only those in useYorhel1-0/+1
Performance improvement of ~15ms for all release and VN browse pages. There are in total 20 known languages in the DB, and 12 of them are actually used (i.e. a release in that language exists). Which means 8 of the listed language filters won't produce any results (yet), but I'd say that's an accaptable trade-off.
2009-10-10Greatly reduced default number of columns returned by dbUserGetYorhel1-0/+1
Most of the columns are only used in some rare situations, so fetching all that information is unecessary. To fetch this information, a what => 'extended' is now required. This change should be most noticable for the user list (now less than half of the previous data is fetched from the database).
2009-10-10Display number of unread posts in user menuYorhel1-0/+1
Instead of displaying the total number of threads. Posts are marked as read when the thread is opened.
2009-10-09Added producer role (developer/publisher) to DB and release editorYorhel1-0/+1
They aren't displayed on the site yet, though.
2009-10-07Changed language selector into a Javascript dropdownYorhel1-0/+1
2009-10-07L10N: Extracted strings for and improved release list selector on VN pagesYorhel1-0/+1
2009-10-07L10N: Extracted some common Javascript stringsYorhel1-0/+2
2009-10-05JS: Moved, split and rewrote release <-> VN & producer linkingYorhel1-0/+5
+ removed last traces of forms.js + converted code to use tables, as that is easier to expand more accurate for this purpose. The reason I probably didn't use tables before was that the innerHTML property doesn't work on tr elements. The split was mainly because the producer linking is going to be expanded with an additional field later on.
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