Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-09-24 | Merge branch 'beta'2.7 | Yorhel | 18 | -1126/+1162 | |
+ updated changelog | |||||
2009-09-24 | L10N: Translated the 'ALL' char and fixed footer TL bug | Yorhel | 4 | -5/+5 | |
2009-09-24 | Replaced all uses of monthstr() with datestr() | Yorhel | 3 | -15/+2 | |
Interface consistency. | |||||
2009-09-24 | Handler::VNPage: Display '-' for empty VN descriptions | Yorhel | 1 | -1/+1 | |
2009-09-15 | Handler::Producers: Fixed typo in maketext identifyer | Yorhel | 1 | -1/+1 | |
2009-09-13 | Handler::Tags: Don't show "create childtag" link on denied tag pages | Yorhel | 1 | -1/+1 | |
2009-09-13 | Removed visual-novels.net link from the interface | Yorhel | 2 | -6/+1 | |
As they would soon be dead links, anyway. | |||||
2009-09-12 | Handler::Discussions: Full reply button + larger textarea | Yorhel | 1 | -2/+7 | |
2009-09-12 | Handler::Releases: Fixed display of publication info on /r+ | Yorhel | 1 | -1/+1 | |
2009-09-12 | Added reminders to write English to several form fields | Yorhel | 5 | -6/+12 | |
2009-09-12 | Typo fix in the IE6-must-die message | Yorhel | 1 | -1/+1 | |
2009-09-10 | L10N: Extracted VN lenghts | Yorhel | 3 | -5/+5 | |
2009-09-10 | Handler::Releases: Ingore some fields when the patch status is set | Yorhel | 1 | -1/+3 | |
2009-09-10 | L10N: Converted Util::CommonHTML::htmlVoteStats | Yorhel | 1 | -6/+6 | |
2009-09-08 | Added random VN link in menu | Yorhel | 2 | -0/+8 | |
2009-09-07 | Handler::Misc: Made box titles on the homepage click-able | Yorhel | 1 | -6/+16 | |
2009-09-07 | Handler::Releases: Fixed column titles | Yorhel | 1 | -3/+3 | |
2009-09-06 | L10N: Converted wishlist_status in global.pl | Yorhel | 2 | -10/+10 | |
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-06 | L10N: Converted Util::FormHTML | Yorhel | 1 | -76/+14 | |
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... | |||||
2009-09-06 | L10N: Converted 'voiced', 'animated' and 'votes' in global.pl | Yorhel | 3 | -14/+14 | |
2009-09-06 | Util::htmlRevision: Removed obsolete name argument | Yorhel | 4 | -44/+43 | |
2009-09-06 | L10N: Converted Handler::VNPage | Yorhel | 2 | -56/+55 | |
This is the last Handler module. There are still some other things left in Util:: and global.pl, though. But at least we're nearing the end! | |||||
2009-09-05 | L10N: Removed some debugging code | Yorhel | 1 | -4/+0 | |
2009-09-05 | L10N: Converted Handler::VNBrowse and Handler::VNEdit | Yorhel | 2 | -66/+51 | |
2009-09-04 | L10N: Converted Handler::Users | Yorhel | 1 | -125/+88 | |
2009-09-04 | L10N: Implemented framework for translation of the doc pages | Yorhel | 1 | -2/+6 | |
When a [docname].[langauge tag] file is available for the user language, that is used instead of the main [docname] file. | |||||
2009-09-04 | L10N: Converted Handler::ULists | Yorhel | 1 | -23/+22 | |
2009-09-03 | L10N: Converted Handler::Tags | Yorhel | 2 | -101/+90 | |
2009-08-23 | Multi::IRC: lowercase channel names in idlequotes | Yorhel | 1 | -1/+1 | |
2009-08-19 | L10N: Converted Handler::Releases::browse | Yorhel | 1 | -32/+32 | |
This finishes Handler::Releases | |||||
2009-08-18 | L10N: Converted Handler::Releases::edit | Yorhel | 1 | -34/+33 | |
2009-08-18 | L10N: Converted Handler::Releases::page | Yorhel | 1 | -27/+28 | |
2009-08-18 | htmlForm(): Don't generate subform id from the title | Yorhel | 7 | -21/+20 | |
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-17 | L10N: Converted Handler::Producers | Yorhel | 2 | -22/+23 | |
Hmmm, I think I'll need to update some of the utility functions to take more functionality from the Handler pages in regard to getting text strings. Using mt() on everything that is essentially already passed to other functions with a unique string for identification is a bit double. So far I've updated htmlRevision to do this. (The name argument is still present but currently ignored, to preserve backwards compatility, the rest of the code will be updated soon.) Other utility functions like htmlForm should probably do something like that as well. | |||||
2009-08-17 | L10N: Converted Handler::Discussions and the discussion_boards list | Yorhel | 2 | -41/+43 | |
2009-08-17 | L10N: Converted Handler::Misc::nospam | Yorhel | 1 | -4/+4 | |
This finishes Handler::Misc. | |||||
2009-08-17 | L10N: Converted two homepage items and use key for site title | Yorhel | 2 | -14/+12 | |
2009-08-17 | L10N: Replaced HTML with maketext markup and documented the functions | Yorhel | 1 | -0/+9 | |
2009-08-17 | L10N: Converted htmlEditMessage, htmlItemMessage and htmlSearchBox | Yorhel | 5 | -30/+37 | |
This finishes Util::CommonHTML, with the exception of htmlVoteStats | |||||
2009-08-17 | L10N: Converted htmlBrowseNavigate() and htmlRevision() | Yorhel | 1 | -17/+14 | |
2009-08-17 | L10N: Moved some functions from Func.pm to L10N.pm and added Russian quant() ↵ | Yorhel | 12 | -104/+128 | |
and age() | |||||
2009-08-17 | L10N: Converted htmlDenied and htmlHiddenMessage | Yorhel | 1 | -12/+8 | |
2009-08-17 | L10N: Converted Util::CommonHTML::htmlMainTabs | Yorhel | 1 | -13/+13 | |
2009-08-17 | L10N: Converted producer and release types | Yorhel | 4 | -15/+14 | |
And replaced the ugly release type cssicon class hack. The class is now 'tr'.$type_numer, instead of the first three characters of their English representation in lowercase. No idea why I haven't done it this way in the first place... | |||||
2009-08-17 | L10N: Converted platform names | Yorhel | 5 | -21/+21 | |
2009-08-17 | L10N: Converted user ranks and language names | Yorhel | 9 | -30/+30 | |
User ranks are easy... but the language names are used everywhere! | |||||
2009-08-17 | L10N: Converted homepage and history pages | Yorhel | 2 | -37/+28 | |
There are a few things left hardcoded, though: The 'expand' link is also in Javascript, that will probably need some mechanism for TL as well. The format of the items on the homepage might need to change depending on the language, I can imagine that not every language uses the 'title by name' construct. Especially the age() function needs a localized version. | |||||
2009-08-17 | L10N: Converted everything in Util::LayoutHTML and use non-English keys | Yorhel | 1 | -37/+29 | |
I just can't believe using the English text as keys actually works, English is useless without context. | |||||
2009-08-17 | L10N: Russian TL for site title and main menu | Yorhel | 3 | -14/+21 | |
Things are looking good so far. | |||||
2009-08-17 | Added language switcher to the main menu | Yorhel | 2 | -1/+14 | |