summaryrefslogtreecommitdiff
path: root/static
AgeCommit message (Collapse)AuthorFilesLines
2015-10-03Rewrote screenshot uploader to support multiple files + use jsonYorhel1-0/+0
This might have broken the screenshot uploader on some crappy browsers, but it's much cleaner than the old iframe hack. The ability to upload multiple files in one go is also very convenient.
2015-05-11Generate icons.png and associated CSS automaticallyYorhel1-0/+0
It became a bit of a hassle to keep updating that file manually in Gimp. This script performs surprisingly well for our set of icons.
2014-10-12Add PS4 and Xbox One platformsYorhel1-0/+0
2014-10-09Two new skins from YirbaYorhel6-0/+64
2014-08-21Add Romanian languageYorhel1-0/+0
2013-09-14Add platforms: Game Boy Color, PC-88, PC-FX and XBOXYorhel1-0/+0
2013-09-14Added Arabic and Hebrew languagesYorhel1-0/+0
2012-09-05Added PSVita and Nintendo 3DS platformsYorhel1-0/+0
2012-03-27Added Indonesian languageYorhel1-0/+0
2012-01-09Added language for UkrainianYorhel1-0/+0
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)
2011-08-22Added new platforms: Android, Web and DB-PGYorhel1-0/+0
+ 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-07-16Fixed CSS bug with language icon opacity in OperaYorhel1-0/+0
2011-02-22chardb: +image quality, -other blood type, typo fix, +gender iconsYorhel1-0/+0
2010-11-13Homepage: Added feed iconsYorhel1-0/+0
2010-11-01Added Apple iProduct platformYorhel1-0/+0
2010-02-02Differentiate between pt-PT and pt-BR in the languagesYorhel1-0/+0
As requested, http://vndb.org/t423
2010-01-24Automatically generate the skin credits on d7Yorhel18-0/+18
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-11Added Slovak to the list of languagesYorhel1-0/+0
2009-11-01skins: Renamed aselia_01 to its full nameYorhel1-1/+1
2009-11-01skins: Renamed some skinsYorhel9-11/+11
2009-10-24Merge branch 'beta'2.8Yorhel3-1590/+0
+ ChangeLog update
2009-10-07JS: Moved script.js to data/ and added jsgen.pl to process itYorhel1-1758/+0
While this 'processing' is currently limited to minifying the file if JavaScript::Minifier::XS is available, this change would make it a lot easier to make the strings in the JS code translatable.
2009-10-05JS: Moved, split and rewrote release <-> VN & producer linkingYorhel2-123/+208
+ 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-10-05JS: Documented function/attribute prefixesYorhel1-0/+13
Because I am bound to forget all those and add duplicates.
2009-10-05JS: Fixed syntax errors on Midori and some other minor problemsYorhel1-29/+29
I use Midori as a representative for all webkit-based browsers, not sure how reliable that is, but it definitely can't do harm to fix javascript problems in Midori. :-)
2009-10-05JS: Moved, rewrote and improved VN tag linkingYorhel2-164/+193
- You can now click the spoiler column to scroll through the options - Or mouse-over the spoiler column to see a JS dropdown with the options (no more select box, which introduces several more clicks to do the same)
2009-10-04JS: Moved and rewrote VN screenshot uploaderYorhel2-259/+251
Works pretty much the same as the old version.
2009-10-04JS: Moved and rewrote the release media selectorYorhel2-110/+82
It works slightly different from the previous, in that it enforces a proper selection instead of validating the selection on form submit, and it handles adding new media differently. Probably a bit less efficient, but less code and easier to maintain.
2009-10-04JS: Moved and rewrote VN relations editorYorhel2-168/+128
+ Some fixes and improvements in the dropdown search + Renamed 'relations' field to 'vnrelations', as other relations are going to be implemented as well New relation editor code is somewhat smaller than the old, mostly thanks to the tag() function. Also tried to make things less error-prone and easier to maintain by referencing things using self-explainable class names instead of the ordering of the HTML tags.
2009-10-03JS: Converted and improved dropdown search and moved to script.jsYorhel2-202/+186
Also converted the last onload function in script.js. I think I'll merge forms.js into script.js when converting that functionality. The total file probably wouldn't larger than 15kB gzipped, which is still smaller than the jquery core, and that doesn't even do anything by itself.
2009-10-034 new skins: aselia_01, eiel, lb_02, primitive and sayaYorhel11-6/+197
All by EchoMateria.
2009-10-03JS: Rewrote and generalized row group expand codeYorhel1-34/+38
2009-10-03JS: Updated and generalized list expand/collapse functionsYorhel1-25/+21
2009-10-03JS: Rewrote/updated most of the minor onload functionsYorhel1-129/+148
2009-10-03JS: Rewrote date selector and fixed onclick bug added in c7f7fdbfYorhel1-40/+45
2009-10-03JS: Rewrote VN tagspoil & JS tabs and merged addClass and removeClassYorhel1-85/+79
2009-10-02JS: Rewrote release list dropdownYorhel1-55/+85
Abstacted a simple set of reusable functions for generating dropdown lists, as I'm likely going to need that more often.
2009-10-02JS: Wrote minimal JS library and converted image viewerYorhel1-52/+147
This *should* be more standards-compliant, and *should* work in all major browsers. But I really have to test that.
2009-10-02JS: Moved <script> tags to bottom of the page and removed DOMLoad()Yorhel2-64/+53
Time to clean up the javascript code a bit, this is a start...
2009-09-30Added Hungarian to the list of languagesYorhel1-0/+0
Mainly because someone offered to translate the interface into Hungarian, and interface languages are directly linked with database languages.
2009-09-26Converted VN relations to ENUM data type and made them translatableYorhel1-3/+4
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-20Increased maximum medium quantity to 20Yorhel1-1/+1
2009-09-10Handler::Releases: Ingore some fields when the patch status is setYorhel1-0/+9
2009-09-07Added three new platforms (DOS, PC-98, Sega Saturn)Yorhel1-0/+0
Had to increase the size of icons.png a bit...
2009-08-18htmlForm(): Don't generate subform id from the titleYorhel2-6/+6
The subform id is now passed to htmlForm() as first formpart item. This way the id won't change even if the title does, which will be the case with the interface translation.
2009-08-16Fixed tagmod JS code to ignore submit button and disallow double tagsYorhel1-10/+10
Damn, my javascript code is pure crap...
2009-08-09Removed select.pngYorhel1-0/+0
That image hasn't been used for a while. Used to be a selection indicator for category filters.
2009-08-08Removed last traces of the category systemYorhel13-39/+0
2009-08-01Added Vietnamese to the language listYorhel1-0/+0
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-19Converted and renamed screenshots.status (int) to processed (bool)Yorhel1-1/+1
There were only two states, processed and unprocessed, so simply using a boolean column with correct naming is more clarifying.