summaryrefslogtreecommitdiff
path: root/data
AgeCommit message (Collapse)AuthorFilesLines
2009-10-24d3: Wrote explanation about producer rolesYorhel1-2/+16
2009-10-24Added Spawned <> Originated from producer relationYorhel2-8/+22
2009-10-24L10N-CS: Translated all doc pagesNya-chan Production10-0/+762
2009-10-24L10N-HU: Synchronised Hungarian TL of lang.txtBikfalvi Máté1-285/+293
2009-10-22L10N-CS: Synchronised Czech TL of lang.txtNya-chan Production1-145/+153
2009-10-22d+: Wrote more extensive credits page and moved link icons to the FAQYorhel2-19/+60
2009-10-22L10N-EN: Fixed typo with SubsidiaryYorhel1-1/+1
2009-10-22L10N-RU: Synchronised Russian TL with new lang.txtDmitri Poguliayev1-140/+148
2009-10-21JS: Copy over selection when adding new VN or producer relationYorhel1-2/+2
Small but annoying bug...
2009-10-21CSS: Center the login buttonYorhel1-1/+1
2009-10-21Added relation graphs for producersYorhel1-12/+23
TODO: - document the relations - emit a relgraph notify when needed
2009-10-21Wrote producer relation editor interfaceYorhel3-0/+173
Again, mostly copied from the VN relation editor...
2009-10-21Display producer relations in revision browserYorhel1-0/+51
And again copied something from the VN relation code... meh.
2009-10-21Started on the producer relationsYorhel2-0/+14
The current list of relations isn't final yet, may be changed later on. Quite a bit of this code has been copied from the VN relations... need to find a way to use prober code reuse here. TODO: - Nice relation editor interface - Display relations in revision browser - Display relations on producer pages - Generate relation graphs - Sync update_2.8.sql into dump.sql
2009-10-21JS: Ignore language flag onclick, and fixed bug when lang TL is unavailableYorhel1-3/+6
2009-10-21L10N-HU: Added Hungarian interface translationBikfalvi Máté1-1/+880
2009-10-19L10N-EN: Typo fix: "seperated" -> "separated"Yorhel1-2/+2
2009-10-19CSS: Widened login buttonYorhel1-1/+1
Czech and Hungarian translations didn't quite fit.
2009-10-19L10N-CS: Czech translation of lang.txtNya-chan Production1-0/+880
2009-10-19L10N-CS: Added Czech quant()Yorhel1-0/+4
2009-10-19Use 'no spoilers' as default spoiler level for tagsYorhel1-1/+1
2009-10-17SQL: Converted releases_rev.type to an ENUM data typeYorhel3-8/+8
2009-10-17L10N-EN: "Requested username" -> "Preferred username", more acurateYorhel1-1/+1
2009-10-10Make "My Messages (n)" stand out when n>0Yorhel1-1/+1
Not very obstructive now that number will automatically reset itself after opening the threads.
2009-10-10Updated Producer and VN pages with developer/publisher informationYorhel1-3/+15
2009-10-09Handler::Releases: Display producer role on release pagesYorhel1-3/+15
Still the VN & producer pages to go...
2009-10-09Added producer role (developer/publisher) to DB and release editorYorhel3-15/+37
They aren't displayed on the site yet, though.
2009-10-07Changed language selector into a Javascript dropdownYorhel2-3/+20
2009-10-07JS: Removed x()Yorhel1-6/+3
2009-10-07L10N: Extracted last bits of JavascriptYorhel2-17/+96
2009-10-07L10N: Extracted VN screenshot uploaderYorhel2-31/+111
2009-10-07L10N: Extracted release media and the media selectorYorhel3-16/+78
2009-10-07L10N: Extracted VN relation editorYorhel2-7/+41
2009-10-07L10N: Extracted strings for and improved release list selector on VN pagesYorhel3-13/+22
2009-10-07L10N: Extracted release list statusesYorhel3-26/+59
Should be converted to enums at some point... integers don't do the trick here.
2009-10-07L10N: Extracted some common Javascript stringsYorhel2-38/+91
2009-10-07L10N/JS: Added small framework for translating the strings in JSYorhel1-2/+18
2009-10-07JS: Moved script.js to data/ and added jsgen.pl to process itYorhel1-0/+1758
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-07L10N: Generalized age() for all languages by using maketext() internallyYorhel1-0/+31
This way the translators can TL/improve their own translation of the age display, instead of asking me to fix it.
2009-10-05JS: Moved, split and rewrote release <-> VN & producer linkingYorhel1-7/+5
+ 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: Moved, rewrote and improved VN tag linkingYorhel1-12/+9
- 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 uploaderYorhel1-0/+1
Works pretty much the same as the old version.
2009-10-04JS: Moved and rewrote VN relations editorYorhel1-6/+6
+ 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: Rewrote and generalized row group expand codeYorhel1-3/+3
2009-10-03JS: Updated and generalized list expand/collapse functionsYorhel1-3/+3
2009-10-02JS: Rewrote release list dropdownYorhel1-8/+10
Abstacted a simple set of reusable functions for generating dropdown lists, as I'm likely going to need that more often.
2009-09-30Added Hungarian to the list of languagesYorhel3-1/+6
Mainly because someone offered to translate the interface into Hungarian, and interface languages are directly linked with database languages.
2009-09-27Converted anime.type to ENUM and made them translatableYorhel2-11/+32
Again, two separate but related things.
2009-09-26Use more readable font for the relation titles in the VN relgraphYorhel1-0/+1
I would also change the font of the VN titles + info, but those boxes are fixed width and changing the font isn't guaranteed to keep the text within the boxes. This problem doesn't exist with the relation titles.
2009-09-26Converted VN relations to ENUM data type and made them translatableYorhel2-13/+56
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.