summaryrefslogtreecommitdiff
path: root/data
AgeCommit message (Collapse)AuthorFilesLines
2010-11-07d11: Tiny documentation fixYorhel1-1/+1
2010-11-06Fixed cross-site request forgery vulnerabilitiesYorhel3-5/+24
2010-11-03Merge commit '086d6554714e29866fa14e5c9514f0af38826e04' into betaYorhel7-46/+55
2010-11-03Merge branch 'master' into betaYorhel3-42/+43
Conflicts: lib/VNDB/DB/VN.pm lib/VNDB/Func.pm
2010-11-03L10N-RU: Email change of dsp2003Dmitri Poguliayev1-1/+1
2010-11-03L10N-CS: Translation updates and fixesNya-chan Production6-42/+51
2010-11-03Use newlines to separate VN aliasesYorhel1-6/+6
2010-11-03Compressed the thread listing into one row per threadYorhel1-5/+5
2010-11-02Automatically read L10N keys from script.jsYorhel1-6/+26
This makes jsgen.pl a bit easier to maintain, as there's not one reliable source to get the keys from (namely, the JS code itself). Also cleaned up the l10n() function in jsgen.pl to be more readable. I had expected the new .js file to be smaller because this trick may remove some keys that were previously present but unused. Unfortunately it seems the file only grew a bit larger and compression seems to be less effective now. No idea why this happened. :-(
2010-11-02Prefix all cookies with a configurable cookie_prefixYorhel2-2/+3
This replaces the "cookie_auth" setting, and applies to all cookies in use by VNDB.
2010-11-02Multi::Image: Moved image size configuration to global.plYorhel1-0/+2
As those may also be useful for other scripts.
2010-11-02Removed XML sitemapYorhel1-1/+0
Was growing too large and isn't really necessary anymore, now that VNDB is indexed quite well in most search engines.
2010-11-01Properly order the relations listed on producer pagesYorhel1-6/+6
And changed the order a bit, as suggested by ImmLff.
2010-11-01Added Apple iProduct platformYorhel3-1/+9
2010-11-01Added vim modeline to lang.txtYorhel1-0/+2
This prevents vim from using syntax highlighting on the file, which you really don't want for two reasons: - There are no syntax files for lang.txt - The file is huge and syntax highlighting is slow (vim thought it was an asciidoc file...)
2010-11-01L10N: Marked _vnedit_scrnorel as unsynchronisedYorhel1-3/+3
Should have done this in 25aa82f5e15115e58d91ecb09d5f0da75ccba354 but I'm not used to working on VNDB anymore after such a long period of non-VNDB. >.>
2010-11-01Handler::Users: Added note about automatic deletion to notifications pageYorhel1-0/+7
2010-10-31Added more comparison VNs for the length fieldYorhel1-25/+25
2010-10-31Added 1024x576 and 1280x800 screen resolutionsYorhel1-0/+2
2010-10-31Display friendly message in the VN edit scr tab when no release is knownYorhel2-1/+8
2010-10-31ChangeLog + d11 updatesYorhel1-0/+12
2010-10-31Fixed minor issues on d4 and d5Yorhel2-2/+2
2010-05-11L10N-NL: Some TL improvementsYorhel1-3/+3
2010-03-14Made name of the auth cookie configurableYorhel1-0/+1
Now it's finally possible to run multiple VNDB's with different databases on the same domain without constantly getting logged out.
2010-03-05API: Added image field to 'get vn'Yorhel1-1/+11
2010-03-05JS/CSS: Fixed background image issue on Opera 10.50Yorhel2-25/+26
The BG image would disappear when there is an HTML element with a negative positioning. Replaced the negative positioning with a display: hidden.
2010-02-23L10N-HU: Translation updateBikfalvi Máté1-17/+17
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.