summaryrefslogtreecommitdiff
path: root/data
AgeCommit message (Collapse)AuthorFilesLines
2010-03-05API: Added image field to 'get vn'Yorhel1-1/+11
2010-02-17CSS: Refer to all external files with the version as query stringYorhel1-1/+1
This makes sure that these also get forced reloaded on a version change.
2010-02-07L10N-RU: Important translation fixSilverDragon1-1/+1
2010-02-06L10N-NL: Fixed some mistakesYorhel1-12/+12
2010-02-06L10N-RU: Synchronised translationDmitri Poguliayev1-31/+31
2010-02-06L10N-HU: Synchronised translationBikfalvi Máté1-37/+37
2010-02-06JS: Fixed warning about wrong VN relation input box formatYorhel1-1/+1
2010-02-06L10N-NL: Added Dutch interface translationYorhel5-0/+952
I may do the docs later as well, when I'm terribly bored again.
2010-02-05Merge branch 'master' into betaYorhel3-28/+26
Conflicts: data/lang.txt
2010-02-05Notifications: Added 'announce' notificationYorhel1-0/+12
This one is also configurable, but mainly because I want to avoid generating several thousands of notifications for a single action...
2010-02-05Notifications: Added 'dbedit' notificationYorhel1-0/+31
And added a settings window where you can disable this notification, which is something you really want to do if you're an active contributor...
2010-02-04Notifications: Added notify for deletion of entries in (wish)listYorhel1-0/+6
2010-02-02Differentiate between pt-PT and pt-BR in the languagesYorhel3-9/+15
As requested, http://vndb.org/t423
2010-02-02Notifications: Renamed description column to actionYorhel1-2/+2
2010-02-01Added notification for database deletions to users who contributedYorhel1-1/+13
Complex queries...
2010-02-01Notifications: Added onclick event to the description columnYorhel1-1/+1
More intuitive to allow clicking on that as well to open the notification.
2010-02-01Made the "My notifications" link less easier to ignore when n>0Yorhel2-5/+5
2010-02-01Properly copy over search string on switching with the searchtabsYorhel2-3/+19
2010-01-31Removed #vndb link from the main menuYorhel1-6/+0
Too many "HEY CAN YOU RECOMMEND ME .." people going around. The channel is crowded enough now.
2010-01-27d10: Added note about how potentially incorrect tags could be correctYorhel1-0/+4
2010-01-26Removed the ?l10n= parameterYorhel1-1/+1
Setting the l10n cookie is now done from a separate url: /setlang This makes the language determination code less complex, and makes sure nobody links to pages that change the UI language without intending to. (I've seen some links floating around with the l10n parameter included, which is... bad)
2010-01-26Made a start on the notification systemYorhel3-5/+109
The current setup should be able to handle all kinds of notifications, though only PMs are implemented at this point. More to come.
2010-01-24Automatically generate the skin credits on d7Yorhel4-96/+4
Added a userid field in the skin config files, from which the credits are loaded. Now I don't have to constantly update d7 for every language when something changes in the skin files.
2010-01-24Versioned the deleting and locking of database entriesYorhel1-27/+31
This is implemented by adding ihid (item hidden) and ilock (item locked) columns to the changes table, The (vn|release|producer).(hidden|locked) columns now work as a cache, refering to the changes.(ihid|ilock) columns with changes.id = (vn|release|producer).latest. The cached columns are updated automatically each time a new revision is inserted. This is a pretty large change, bugs are quite likely.
2010-01-23CSS: Got rid of the IE7 CSS hacksYorhel1-2/+0
Seems to work without those hacks now... kind-of. And I didn't like seeing a warning in the the firefox debug window.
2010-01-23JS: Improved date selectorYorhel2-17/+71
Replaced the selection boxes with some javascript dropdown magic. This saves a click and a scroll per date part in most cases.
2010-01-23Handler::VNPage: Centered the thumbnails in the screenshot viewerYorhel2-19/+15
And greatly simplified the HTML of the screenshot viewer and fixed a HTML bug (colspan when it wasn't needed) in the process.
2010-01-23L10N-RU: Minor translation improvementsSilverDragon1-4/+4
2010-01-23L10N-HU: Minor translation improvementsBikfalvi Máté2-19/+19
2010-01-14L10N-HU: Synchronised translation with recent updatesBikfalvi Máté6-12/+27
2010-01-11Added Slovak to the list of languagesYorhel3-1/+9
2010-01-11JS: Switched upload field and release selector in screenshot uploaderYorhel1-2/+2
Makes more sense this way
2010-01-10JS: Fixed bug with determining which language should be usedYorhel1-1/+1
The 'l10n' cookie doesn't always exist, so use the language tag in the HTML code instead.
2010-01-10L10N-RU: Updated Russian translationSilverDragon4-25/+27
2010-01-10Merge branch 'beta'2.10Yorhel4-51/+91
+ Changelog update for 2.10
2010-01-09L10N: Extracted/fixed some more strings on revision pagesYorhel1-19/+19
2010-01-01L10N-RU: Minor translation fix in release platforms and mediaDmitri Poguliayev1-2/+2
2009-12-28Highlight opened VN/producer in relation graphsYorhel1-0/+2
The warnbg and warnborder colors from the skins are used for highlighting.
2009-12-28Plugin::TransAdmin: Fixed issue with some comments not being displayedYorhel1-2/+1
Strange bug, still no idea why it did what it did, but this seems to fix it.
2009-12-28L10N-EN: Renamed the "Custom" screen resolution to "Non-standard"Yorhel1-1/+2
...and added note that it should be translatable
2009-12-28JS: Various fixes in the screenshot uploaderYorhel2-29/+37
Some browser compatibility stuff and some stupid bugs.
2009-12-20L10N-RU: Docs synchronisation + minor improvementsDmitri Poguliayev4-7/+26
2009-12-20docs: Various minor additions and fixesYorhel3-4/+21
- "Can you recommend me a Visual Novel?" to the FAQ - Rephrased some notes about piracy - Edit summary is a required field
2009-12-17L10N-HU: Minor consistency updateBikfalvi Máté2-8/+8
2009-12-17L10N: Make date/time formats configurable for each languageYorhel1-0/+18
2009-12-16L10N-HU: Minor improvements of lang.txtBikfalvi Máté1-8/+8
2009-12-16JS: Made screenshot release linking less painfulYorhel1-0/+12
1. If there's only one release, select that by default 2. Allow release selection before uploading the file 3. Use the release of the last uploaded screenshot (within the same session) as default for subsequent uploads.
2009-12-16JS: Fixed minor issue with the dropdownYorhel1-1/+1
When a trigger object for a dropdown box is within 10px of an opened dropdown box, doing a mouse-over on it didn't trigger the new dropdown to be opened.
2009-12-14docs: Added no-screenshot-compare clause to d2 and extra TL credit to d7Yorhel2-1/+3
2009-12-06L10N-HU: Complete translations of the docs + some lang.txt improvementsBikfalvi Máté11-8/+825