summaryrefslogtreecommitdiff
path: root/data
AgeCommit message (Collapse)AuthorFilesLines
2012-03-27Added Indonesian languageYorhel3-1/+13
2012-03-15L10N-UK: Added Ukranian translationYorhel7-0/+1244
Contributed by Deimos.
2012-03-15d7: Forgot to commit d7 (added erengy to the about page)Yorhel5-0/+5
2012-03-15L10N-TR: Added Turkish translationYorhel7-0/+1457
Contributed by erengy.
2012-03-14L10N-NL: Forgot to fix the Dutch translation for _vnedit_image_id_msgYorhel1-1/+1
2012-03-14Various typo/text fixes, as suggested by erengy.Yorhel2-8/+8
2012-02-22L10N-ES: Removed incorrect translation for the register questionYorhel1-1/+1
2012-02-03L10N-HU: lang.txt translation updateBikfalvi Máté1-33/+37
2012-01-25Do most of the table striping in CSSYorhel2-25/+3
Using CSS3 selectors. This is a more elegant approach, and since browser support for CSS3 selectors isn't as crap as it used to be I can finally make use of them.
2012-01-21L10N-ES: Added Spanish interface translationYorhel8-0/+1262
Done by ganchan.
2012-01-18d7: New email address for Marcel WeyersYorhel5-5/+5
2012-01-10Allow one fractional digit for VN votesYorhel2-1/+34
The interface to set a non-integer vote isn't very nice, but at least it works. Or so I hope.
2012-01-09Added language for UkrainianYorhel3-1/+10
And added an update_2.23.sql file which now also includes the previously added indices. Currently, this update file can be run as often as you want, it doesn't make any noticable changes when you run it on a database that has already been updated. (i.e. I can update the main site without a new release)
2012-01-07global.pl: Changed order of the blood typesYorhel2-10/+10
O A B AB - this makes more sense in Russian, where they are numbered rather than named. (And is a sensible order in any case)
2012-01-04Removed duplicate _setpass_title + fix spelling mistake + d2 image sizeYorhel6-14/+6
2012-01-04L10N-DE: Translation updateMarcel Weyers6-72/+273
2011-12-31L10N-RU: lang.txt translation updateSilverDragon1-207/+231
2011-12-31Merge branch 'beta'2.22Yorhel5-155/+406
Conflicts: data/lang.txt
2011-12-31global.pl: Allow everyone to edit charactersYorhel1-2/+2
Provided they have the 'edit' permission in the first place.
2011-12-31d7: Added QCyph to code contributersYorhel1-1/+2
2011-12-29Added duplicate check when adding VNsYorhel1-0/+39
2011-12-29docs: Added lots of stuff on the character db & misc thingsYorhel5-38/+248
2011-10-24Added 'role' filter to character browserYorhel2-1/+12
2011-09-21doc: Added German translator to credits + fixed minor bug in lang.plYorhel5-5/+10
2011-09-21L10N-DE: Added translation for interface + docsMarcel Weyers13-0/+2132
2011-09-16L10N-HU: Translation update for lang.txtBikfalvi Máté1-26/+45
2011-08-30data/script.js: show group names in character trait filterQCyph1-5/+10
2011-08-30Changed "remove"- and "add"-like words to a single lang.txt entryQCyph2-111/+19
2011-08-30Bugfix: prevent oldmousemove overwrite in javascript sliderQCyph1-2/+4
2011-08-30Changed size/weight character filters to javascript slidersQCyph3-30/+69
2011-08-27Added filters to character browse page and trait pageQCyph3-22/+252
2011-08-25Fixed scr ID display on VN rev. page + fix thread/day limit messageYorhel1-2/+2
2011-08-23Added email confirmation to registration processYorhel1-85/+62
2011-08-23Re-structured password recovery featureYorhel1-69/+48
Rather than setting an automatically password, reset the password and send an email with a secure token instead. The password can then be set again using this token. This doesn't really have an advantage at this point, just makes the interface and code more consistent when I update the registration code to do something similar.
2011-08-22Don't allow regular users to create more than 10 threads a dayYorhel1-0/+7
This prevents a naive spambot from doing much damage.
2011-08-22Added new platforms: Android, Web and DB-PGYorhel3-7/+31
+ Fixed makefile I haven't been able to properly test this yet as a bug[1] in PostgreSQL 9.0.4 is preventing me from editing release entries. [1] http://archives.postgresql.org/pgsql-bugs/2011-08/msg00119.php
2011-08-21JS: Don't consider 256x384 a "bad" screenshot resolutionYorhel1-0/+2
2011-08-21Bugfix: Keep image id on failed (vn|char)add + validate image idYorhel1-0/+7
2011-08-21Added 1280x960 screen resolutionYorhel1-0/+1
2011-07-31L10N-HU: lang.txt updates.Yorhel1-14/+14
2011-07-16Fixed CSS bug with language icon opacity in OperaYorhel1-1/+1
2011-07-16lang.txt: Replaced Utawarerumono with Demonbane in length comparisonYorhel1-5/+5
2011-07-07docs: Info about screenshot capturing + two more FAQsYorhel4-6/+79
2011-05-17Bugfix: Don't throw error when adding character to VN without releasesYorhel1-0/+1
2011-05-17Bugfix: Don't allow duplicate trait names/aliasses within the same groupYorhel1-0/+7
This makes the denied trait listing useful again.
2011-05-17Bugfix: Make sure the user dropdown boxes work on /v+/charsYorhel1-3/+3
2011-05-04Fixed some minor JS issuesYorhel1-4/+6
Found these bugs while debugging the site with a bugged browser. >_> After installing a more recent version of the browser the problems dissappeared completely. Still, these *are* bugs...
2011-05-01affiliates: Less annoying link displayYorhel1-7/+1
2011-04-30Replaced user ranks with a permission systemYorhel2-61/+8
This is far more flexible.
2011-04-30Cleaned up permissionsYorhel1-7/+7
- Removed 'hist' and 'mod', weren't used at all - Merged 'del' and 'lock' into a single 'dbmod'