summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2009-10-03JS: Rewrote VN tagspoil & JS tabs and merged addClass and removeClassYorhel2-85/+80
2009-10-02JS: Rewrote release list dropdownYorhel3-64/+96
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()Yorhel3-70/+56
Time to clean up the javascript code a bit, this is a start...
2009-09-30Added Hungarian to the list of languagesYorhel5-1/+7
Mainly because someone offered to translate the interface into Hungarian, and interface languages are directly linked with database languages.
2009-09-27Added script for performing common operations on lang.txtYorhel1-0/+152
Even though the LangFile module is rather low-level, writing this script was pretty easy.
2009-09-27Wrote LangFile module to handle lang.txt filesYorhel2-43/+152
Figured I'd need to do some automated processing on that file in the future, and considering the format was made to be easy to handle for humans (and not computers), this module will come in handy. I wrote that small POD for brainstorming the API, before typing even a single line of code.
2009-09-27Converted anime.type to ENUM and made them translatableYorhel6-15/+64
Again, two separate but related things.
2009-09-27Multi::RG: Removed unused variableYorhel1-1/+0
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-26Display full release dates in relation graphsYorhel2-1/+7
Interface consistency
2009-09-26Properly handle UTF-8 in relation graph SVGsYorhel2-1/+6
This is a workaround for a bug in DBD::Pg: http://rt.cpan.org/Public/Bug/Display.html?id=40199 Also added a charset to the content type header of the relation graph pages, though this wasn't really necessary for my Firefox to work.
2009-09-26Converted VN relations to ENUM data type and made them translatableYorhel8-41/+98
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-25Handler::VNPage: Added simple browser detection for XHTMLYorhel2-2/+22
If a browser does support the application/xhtml+xml mime, let's assume it also supports SVG (to my knowledge, this is the case in any recent browser). OTOH, browsers not supporting that mime type are sure to not support SVG, either.
2009-09-25Multi::Maintenance: Check for and remove unused relation graphs dailyYorhel1-5/+11
And updated some comments while I was at it
2009-09-25Use inline SVG for relation graphsYorhel9-39/+113
The graphs are now stored in the DB in SVG format, the static/rg/ directory can be removed (not used anymore). SVG data is stored using the xml data type, so now I can say for sure you'd need at least PostgreSQL 8.3. This feature still needs some tweaking, though. Current state isn't perfect.
2009-09-25Util::CommonHTML: Fixed vote description for VNs with avg=1Yorhel1-1/+1
2009-09-25Handler::VNEdit: Fixed l_vnn = NULL bug when adding a VNYorhel1-1/+1
2009-09-24Fixed display bug in VN vote averageYorhel1-2/+2
2009-09-24Handler::Users: Fixed URL display in flags_list optionYorhel1-1/+1
2009-09-24Merge branch 'beta'2.7Yorhel32-1506/+4787
+ updated changelog
2009-09-24d2: Updated VN inclusion guidelineYorhel1-5/+18
2009-09-24L10N: Translated the 'ALL' char and fixed footer TL bugYorhel5-5/+11
2009-09-24Replaced all uses of monthstr() with datestr()Yorhel3-15/+2
Interface consistency.
2009-09-24Handler::VNPage: Display '-' for empty VN descriptionsYorhel1-1/+1
2009-09-21Added README fileYorhel1-0/+59
Wanted to have a place to document the dependencies, mostly for myself.
2009-09-20Increased maximum medium quantity to 20Yorhel2-1/+2
2009-09-20L10N: Improvements for Russian lang.txtDmitri Poguliayev1-10/+10
2009-09-18Fixed bug with excluding AVG(vote) < 0 VNs from tag pagesYorhel3-2/+37
This was *supposed* to be done in ce6d43aed955effe136f1ce3682828d2d43109cb
2009-09-15Handler::Producers: Fixed typo in maketext identifyerYorhel1-1/+1
2009-09-13Handler::Tags: Don't show "create childtag" link on denied tag pagesYorhel1-1/+1
2009-09-13Removed visual-novels.net link from the interfaceYorhel3-6/+2
As they would soon be dead links, anyway.
2009-09-13L10N: Synchronised Russian translation of lang.txtDmitri Poguliayev1-26/+25
2009-09-12Handler::Discussions: Full reply button + larger textareaYorhel4-3/+13
2009-09-12Handler::Releases: Fixed display of publication info on /r+Yorhel1-1/+1
2009-09-12homepage: Removed 'and eroge' from the introduction textYorhel1-2/+2
2009-09-12Added reminders to write English to several form fieldsYorhel8-7/+21
2009-09-12Typo fix in the IE6-must-die messageYorhel1-1/+1
2009-09-10Batch edit downloadable trial releases to add freeware statusYorhel2-0/+43
2009-09-10L10N: Extracted VN lenghtsYorhel5-13/+33
2009-09-10Handler::Releases: Ingore some fields when the patch status is setYorhel3-1/+13
2009-09-10L10N: Converted Util::CommonHTML::htmlVoteStatsYorhel2-6/+28
2009-09-08Added random VN link in menuYorhel4-0/+13
2009-09-07Handler::Misc: Made box titles on the homepage click-ableYorhel4-10/+21
2009-09-07Handler::Releases: Fixed column titlesYorhel1-3/+3
2009-09-07Added three new platforms (DOS, PC-98, Sega Saturn)Yorhel5-3/+18
Had to increase the size of icons.png a bit...
2009-09-07L10N: More Russian TL and improvements of lang.txtDmitri Poguliayev1-260/+297
2009-09-06L10N: Updated some things in the header description in lang.txtYorhel1-19/+13
2009-09-06L10N: Converted wishlist_status in global.plYorhel4-16/+30
This is one of the last easy-to-extract unextracted texts... the rest is slightly harder to extract. Either because it's in JS, used in Multi, or used in some creative way that doesn't work well together with extraction... :/
2009-09-06L10N: Converted Util::FormHTMLYorhel2-76/+121
Removed the idea mapping field names to readable strings, it was never really a clean solution. The messages did become less readable now, but oh well...