summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog2
-rw-r--r--data/lang.txt2
-rw-r--r--lib/VNDB/Handler/Misc.pm4
-rw-r--r--lib/VNDB/Handler/Releases.pm3
-rw-r--r--static/s/aselia_01/bgright.jpgbin0 -> 107272 bytes
-rw-r--r--static/s/aselia_01/conf38
-rw-r--r--static/s/eiel/bg.jpgbin0 -> 111656 bytes
-rw-r--r--static/s/eiel/conf39
-rw-r--r--static/s/lb_02/bg.jpgbin0 -> 111856 bytes
-rw-r--r--static/s/lb_02/conf37
-rw-r--r--static/s/primitive/bgright.jpgbin0 -> 107494 bytes
-rw-r--r--static/s/primitive/conf39
-rw-r--r--static/s/saya/bgright.jpgbin0 -> 73950 bytes
-rw-r--r--static/s/saya/conf39
-rw-r--r--static/s/taka/conf11
15 files changed, 203 insertions, 11 deletions
diff --git a/ChangeLog b/ChangeLog
index 71ff2069..299ade41 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,4 @@
-git - ?
+2.8 - 2009-10-24
- Converted relation graphs to use inline SVG
- Relation graphs now use the color scheme of selected skin
- VN relations are translatable in both the interface and the graphs
diff --git a/data/lang.txt b/data/lang.txt
index aed32345..bdea0d85 100644
--- a/data/lang.txt
+++ b/data/lang.txt
@@ -1460,7 +1460,7 @@ hu : Hozzászólások
# Footer
:_footer_aboutus
-en : abous us
+en : about us
ru : о нас
cs : o nás
hu : rólunk
diff --git a/lib/VNDB/Handler/Misc.pm b/lib/VNDB/Handler/Misc.pm
index b2cadbda..9625372b 100644
--- a/lib/VNDB/Handler/Misc.pm
+++ b/lib/VNDB/Handler/Misc.pm
@@ -117,7 +117,9 @@ sub homepage {
# Random visual novels
td;
- h1 mt '_home_randomvn';
+ h1;
+ a href => '/v/rand', mt '_home_randomvn';
+ end;
my $random = $self->dbVNGet(results => 10, order => 'RANDOM()');
ul;
for (@$random) {
diff --git a/lib/VNDB/Handler/Releases.pm b/lib/VNDB/Handler/Releases.pm
index 3cc5d1bb..7365f235 100644
--- a/lib/VNDB/Handler/Releases.pm
+++ b/lib/VNDB/Handler/Releases.pm
@@ -523,7 +523,7 @@ sub browse {
@filters,
);
- my $url = "/r?tp=$f->{tp};pa=$f->{pa};ma_m=$f->{ma_m};ma_a=$f->{ma_a};q=$f->{q};mi=$f->{mi};ma=$f->{ma}";
+ my $url = "/r?tp=$f->{tp};pa=$f->{pa};ma_m=$f->{ma_m};ma_a=$f->{ma_a};q=$f->{q};mi=$f->{mi};ma=$f->{ma};do=$f->{do};fw=$f->{fw}";
$_&&($url .= ";ln=$_") for @{$f->{ln}};
$_&&($url .= ";pl=$_") for @{$f->{pl}};
$_&&($url .= ";re=$_") for @{$f->{re}};
@@ -650,7 +650,6 @@ sub _filters {
b ' ('.mt('_rbrowse_boolor').')';
end;
for my $i (sort @{$self->{platforms}}) {
- next if $i eq 'oth';
span;
input type => 'checkbox', name => 'pl', value => $i, id => "plat_$i", grep($_ eq $i, @{$f->{pl}}) ? (checked => 'checked') : ();
label for => "plat_$i";
diff --git a/static/s/aselia_01/bgright.jpg b/static/s/aselia_01/bgright.jpg
new file mode 100644
index 00000000..8040e813
--- /dev/null
+++ b/static/s/aselia_01/bgright.jpg
Binary files differ
diff --git a/static/s/aselia_01/conf b/static/s/aselia_01/conf
new file mode 100644
index 00000000..713f5434
--- /dev/null
+++ b/static/s/aselia_01/conf
@@ -0,0 +1,38 @@
+name Aselia (sunset)
+
+// Eien no Aselia skin made using Minitokyo.Eien.no.Aselia.Scans_373967
+// created: 09/27/2009 by echomateria
+
+// text
+maintext #ffffff // primary text color (also used for the menu links)
+grayedout #eee388 // color used for grayed-out/non-important things
+standout #e96e73 // color of 'stand-out' text
+link #4a2b33 // primary link color (not used for the menu links)
+statok #ffcbee // generic 'ok' text color (used for vnlist statuses & category browser)
+statnok #e96e73 // generoc 'not ok' text color (used for above, and as border for NSFW screenshots)
+footer #f4f1e6 // text color of the footer
+
+// titles
+maintitle #fce5e5 // text color of the site title
+boxtitle #f4e1b5 // box titles
+alttitle #ed9f92 // alternative title
+
+// bg colors
+bodybg #8a3c35 // main background color
+tabbg #ac7595 // background color of inactive tabs
+secbg #8a3c35 // secondary background color (used on input fields and table headers)
+secborder #e86a76 // secondary border color (used on input fields)
+border #f1c0b2 // primary border color
+boxbg #ac759595 // RGBA, background color of the boxes, stacked for menu box titles and odd row numers
+
+// images (0 = no image)
+imglefttop 0
+imgrighttop bgright.jpg
+
+// misc colors
+diffadd #833d71 // background color of changes in the diff viewer
+diffdel #6c3a55
+warnbg #6b3b51 // background color of a warning box
+warnborder #e37192 // ..border
+noticebg #cc8487 // notice box
+noticeborder #975352 // ...and border
diff --git a/static/s/eiel/bg.jpg b/static/s/eiel/bg.jpg
new file mode 100644
index 00000000..03126d8a
--- /dev/null
+++ b/static/s/eiel/bg.jpg
Binary files differ
diff --git a/static/s/eiel/conf b/static/s/eiel/conf
new file mode 100644
index 00000000..9042a10b
--- /dev/null
+++ b/static/s/eiel/conf
@@ -0,0 +1,39 @@
+name EIeL (sand)
+
+// A skin made using an image that I still haven't found the source of, only clue is a hard to read mark the original bears, reading something like "EIeL (or ELeL) the 10 yerS old girl"
+// Guess it's not related to any game we have in the database, or maybe it is and we don't know yet...
+// created: 24/01/2009 by echomateria
+
+// text
+maintext #f8cb8a // primary text color (also used for the menu links)
+grayedout #f26a7e // color used for grayed-out/non-important things
+standout #ff435f // color of 'stand-out' text
+link #ffffff // primary link color (not used for the menu links)
+statok #ffcbee //# // generic 'ok' text color (used for vnlist statuses & category browser)
+statnok #ff435f //# // generoc 'not ok' text color (used for above, and as border for NSFW screenshots)
+footer #362142 // text color of the footer
+
+// titles
+maintitle #676082 // text color of the site title
+boxtitle #ffcbee // box titles
+alttitle #f26a7e //# // alternative title
+
+// bg colors
+bodybg #fdd298 // main background color
+tabbg #5a3a49 // background color of inactive tabs
+secbg #584563 // secondary background color (used on input fields and table headers)
+secborder #c42b5a // secondary border color (used on input fields)
+border #362142 // primary border color
+boxbg #36214299 // RGBA, background color of the boxes, stacked for menu box titles and odd row numers
+
+// images (0 = no image)
+imglefttop bg.jpg
+
+// misc colors
+diffadd #2bc88b // background color of changes in the diff viewer
+diffdel #ca4a4d
+warnbg #c42b5a // background color of a warning box
+warnborder #f8cb8a // ..border
+noticebg #b48ab2 // notice box
+noticeborder #f8cb8a // ...and border
+
diff --git a/static/s/lb_02/bg.jpg b/static/s/lb_02/bg.jpg
new file mode 100644
index 00000000..4db226b7
--- /dev/null
+++ b/static/s/lb_02/bg.jpg
Binary files differ
diff --git a/static/s/lb_02/conf b/static/s/lb_02/conf
new file mode 100644
index 00000000..a1eaa5b6
--- /dev/null
+++ b/static/s/lb_02/conf
@@ -0,0 +1,37 @@
+name Little Busters! (sand)
+
+// Little Busters! skin made using the Minitokyo.Little.Busters.Scans_316439
+// created: 09/27/2009 by echomateria
+
+// text
+maintext #3c363f // primary text color (also used for the menu links)
+grayedout #785a5b // color used for grayed-out/non-important things
+standout #eb0e4c // color of 'stand-out' text
+link #04529b // primary link color (not used for the menu links)
+statok #d87417 // generic 'ok' text color (used for vnlist statuses & category browser)
+statnok #eb0e4c // generoc 'not ok' text color (used for above, and as border for NSFW screenshots)
+footer #eb0e4c // text color of the footer
+
+// titles
+maintitle #fffeff // text color of the site title
+boxtitle #ff9013 // box titles
+alttitle #f0a260 // alternative title
+
+// bg colors
+bodybg #fff4d4 // main background color
+tabbg #9aa4d7 // background color of inactive tabs
+secbg #bcd1e4 // secondary background color (used on input fields and table headers)
+secborder #966932 // secondary border color (used on input fields)
+border #016c80 // primary border color
+boxbg #d1ebee99 // RGBA, background color of the boxes, stacked for menu box titles and odd row numers
+
+// images (0 = no image)
+imglefttop bg.jpg
+
+// misc colors
+diffadd #3689b5 // background color of changes in the diff viewer
+diffdel #b7adc6
+warnbg #e97a9a // background color of a warning box
+warnborder #f1a360 // ...border
+noticebg #fefbf6 // notice box
+noticeborder #951924 // ...and border
diff --git a/static/s/primitive/bgright.jpg b/static/s/primitive/bgright.jpg
new file mode 100644
index 00000000..bc00f894
--- /dev/null
+++ b/static/s/primitive/bgright.jpg
Binary files differ
diff --git a/static/s/primitive/conf b/static/s/primitive/conf
new file mode 100644
index 00000000..a7b5918d
--- /dev/null
+++ b/static/s/primitive/conf
@@ -0,0 +1,39 @@
+name Primitive Link (haze)
+
+// Primitive Link skin made using an image that I liked without knowing what it's based on for a long time
+// created: 23/01/2009 by echomateria
+
+// text
+maintext #f8eacd // primary text color (also used for the menu links)
+grayedout #ff9d8a // color used for grayed-out/non-important things
+standout #642a12 // color of 'stand-out' text
+link #ffda63 // primary link color (not used for the menu links)
+statok #edc176 // generic 'ok' text color (used for vnlist statuses & category browser)
+statnok #d63f21 // generoc 'not ok' text color (used for above, and as border for NSFW screenshots)
+footer #935a40 // text color of the footer
+
+// titles
+maintitle #f8eacd // text color of the site title
+boxtitle #f8eacd // box titles
+alttitle #f19d20 // alternative title
+
+// bg colors
+bodybg #ddac9b // main background color
+tabbg #935a40 // background color of inactive tabs
+secbg #be8f9f // secondary background color (used on input fields and table headers)
+secborder #642a12 // secondary border color (used on input fields)
+border #edc176 // primary border color
+boxbg #935a4099 // RGBA, background color of the boxes, stacked for menu box titles and odd row numers
+
+// images (0 = no image)
+imglefttop 0
+imgrighttop bgright.jpg
+
+// misc colors
+diffadd #bd7f98 // background color of changes in the diff viewer
+diffdel #c6562d
+warnbg #7a3313 // background color of a warning box
+warnborder #ff392a // ..border
+noticebg #d4aab4 // notice box
+noticeborder #edc176 // ...and border
+
diff --git a/static/s/saya/bgright.jpg b/static/s/saya/bgright.jpg
new file mode 100644
index 00000000..92f40c5c
--- /dev/null
+++ b/static/s/saya/bgright.jpg
Binary files differ
diff --git a/static/s/saya/conf b/static/s/saya/conf
new file mode 100644
index 00000000..d2d111fa
--- /dev/null
+++ b/static/s/saya/conf
@@ -0,0 +1,39 @@
+name Saya no Uta (maroon)
+
+// Saya no Uta skin made using a criminally cute fanart
+// created: 22/01/2009 by echomateria
+
+// text
+maintext #ffffff // primary text color (also used for the menu links)
+grayedout #ecbc93 // color used for grayed-out/non-important things
+standout #d75f25 // color of 'stand-out' text
+link #ffcb3a // primary link color (not used for the menu links)
+statok #a55a3d // generic 'ok' text color (used for vnlist statuses & category browser)
+statnok #281e14 // generoc 'not ok' text color (used for above, and as border for NSFW screenshots)
+footer #e07340 // text color of the footer
+
+// titles
+maintitle #ebb48b // text color of the site title
+boxtitle #de9670 // box titles
+alttitle #ebb48b // alternative title
+
+// bg colors
+bodybg #25010f // main background color
+tabbg #575c51 // background color of inactive tabs
+secbg #437f63 // secondary background color (used on input fields and table headers)
+secborder #ffcb3a // secondary border color (used on input fields)
+border #ebb48b // primary border color
+boxbg #437f6388 // RGBA, background color of the boxes, stacked for menu box titles and odd row numers
+
+// images (0 = no image)
+imglefttop 0
+imgrighttop bgright.jpg
+
+// misc colors
+diffadd #f59731 // background color of changes in the diff viewer
+diffdel #f2c5a3
+warnbg #d45628 // background color of a warning box
+warnborder #fbab34 // ..border
+noticebg #c5af88 // notice box
+noticeborder #56714e // ...and border
+
diff --git a/static/s/taka/conf b/static/s/taka/conf
index 11b0a402..dba52d26 100644
--- a/static/s/taka/conf
+++ b/static/s/taka/conf
@@ -1,12 +1,11 @@
-name My Perfect Day (turquoise)
+name Sora no Iro, Mizu no Iro (turquoise)
-// A skin based on a wallpaper named My Perfect Day that I encountered on minitokyo which is based on a Tony Taka drawing.
-// So it's not related to any games in the database then? -Well it's probably related to one of the games TT drawn for...
+// A Sora no Iro, Mizu no Iro skin based on a wallpaper named My Perfect Day
// created: 23/01/2009 by echomateria
// text
maintext #fefefc // primary text color (also used for the menu links)
-grayedout #ffaa88 // color used for grayed-out/non-important things
+grayedout #4b2427 // color used for grayed-out/non-important things
standout #ffaa88 // color of 'stand-out' text
link #f4d926 // primary link color (not used for the menu links)
statok #f8a022 //# // generic 'ok' text color (used for vnlist statuses & category browser)
@@ -31,8 +30,8 @@ imglefttop 0
imgrighttop bgright.jpg
// misc colors
-diffadd #5ed8e5 // background color of changes in the diff viewer
-diffdel #4b2427
+diffadd #b2f68f // background color of changes in the diff viewer
+diffdel #5ed8e5
warnbg #008278 // background color of a warning box
warnborder #fcfefd // ..border
noticebg #5bdebe // notice box