summaryrefslogtreecommitdiff
path: root/data/lang.txt
AgeCommit message (Collapse)AuthorFilesLines
2010-11-21Re-added the 'boolean or' message to the filtersYorhel1-3/+2
Doesn't look very nice; but serves its purpose.
2010-11-21Added 'close' link to the filter selector boxYorhel1-0/+7
2010-11-21Implemented the client side of the new release filter systemYorhel1-73/+67
This isn't entirely functional yet, the server side will need to be rewritten as well. And after that new filters should be added and this system should also be used for VN/producer search. script.js is getting quite large with all those new translation strings, it may be an idea to generate a separate .js file for each language and only load the one being used. I won't have a valid reason to feel bored anytime soon, at least...
2010-11-14Handler::Misc: Added title attribute to the feed cssiconsYorhel1-0/+8
This also gets rid of three perl warnings.
2010-11-11Display releases grouped by VNs on producer pagesYorhel1-6/+7
A nice expanded view. It also happens to be faster than the old view in terms of SQL queries. (In most cases at least) Can be improved a little more by: - Adding an 'expand/collapse' feature to list only the VNs - Adding a column indicating the role of the producer (dev/pub)
2010-11-10Handler::VNPage: display "official" relation statusYorhel1-0/+7
2010-11-10Started on adding an "official" flag to vn<->vn relationsYorhel1-2/+23
This is the first part. The flag is stored in the database, can be edited through the usual VN edit form, and is displayed in the diff viewer. Things to do to make this feature fully functional: - display "official" status on VN page at the relation listing - update relation graphs to display unofficial relations differently - update guidelines
2010-11-09L10N-EN: Fixed tiny mistakeYorhel1-1/+1
2010-11-09Added human confirmation question to the registration pageYorhel1-0/+21
Just a simple question.
2010-11-06Fixed cross-site request forgery vulnerabilitiesYorhel1-0/+17
2010-11-03Merge commit '086d6554714e29866fa14e5c9514f0af38826e04' into betaYorhel1-38/+38
2010-11-03Merge branch 'master' into betaYorhel1-17/+17
Conflicts: lib/VNDB/DB/VN.pm lib/VNDB/Func.pm
2010-11-03L10N-CS: Translation updates and fixesNya-chan Production1-35/+35
2010-11-03Use newlines to separate VN aliasesYorhel1-6/+6
2010-11-01Added Apple iProduct platformYorhel1-0/+7
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-31Display friendly message in the VN edit scr tab when no release is knownYorhel1-0/+7
2010-05-11L10N-NL: Some TL improvementsYorhel1-3/+3
2010-02-23L10N-HU: Translation updateBikfalvi Máté1-17/+17
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-06L10N-NL: Added Dutch interface translationYorhel1-0/+948
I may do the docs later as well, when I'm terribly bored again.
2010-02-05Merge branch 'master' into betaYorhel1-26/+20
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 languagesYorhel1-5/+11
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-01Made the "My notifications" link less easier to ignore when n>0Yorhel1-5/+4
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-26Made a start on the notification systemYorhel1-5/+85
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-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-23L10N-RU: Minor translation improvementsSilverDragon1-4/+4
2010-01-23L10N-HU: Minor translation improvementsBikfalvi Máté1-17/+17
2010-01-14L10N-HU: Synchronised translation with recent updatesBikfalvi Máté1-7/+7
2010-01-11Added Slovak to the list of languagesYorhel1-0/+6
2010-01-10L10N-RU: Updated Russian translationSilverDragon1-4/+4
2010-01-10Merge branch 'beta'2.10Yorhel1-19/+36
+ 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-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-20L10N-RU: Docs synchronisation + minor improvementsDmitri Poguliayev1-3/+3
2009-12-17L10N-HU: Minor consistency updateBikfalvi Máté1-3/+3
2009-12-17L10N: Make date/time formats configurable for each languageYorhel1-0/+18