summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryorhel <yorhel@1fe2e327-d9db-4752-bcf7-ef0cb4a1748b>2008-06-30 06:17:28 +0000
committeryorhel <yorhel@1fe2e327-d9db-4752-bcf7-ef0cb4a1748b>2008-06-30 06:17:28 +0000
commitcf4d4c5ea3bd32cd94c2ba71247e867ee2a6da0d (patch)
tree7b1c903a7a2892f704b4028902c50524626c48f4
parentef5c79a7b20f847ce45adf714b063b739c0b1846 (diff)
Changed earliest release date to 1980
git-svn-id: svn://vndb.org/vndb@45 1fe2e327-d9db-4752-bcf7-ef0cb4a1748b
-rw-r--r--data/tpl/defs.pl2
-rw-r--r--lib/ChangeLog2
2 files changed, 3 insertions, 1 deletions
diff --git a/data/tpl/defs.pl b/data/tpl/defs.pl
index 5a09677d..d3e84b8a 100644
--- a/data/tpl/defs.pl
+++ b/data/tpl/defs.pl
@@ -455,7 +455,7 @@ sub cform {
$ret .= sprintf qq| <select name="%s" id="%s">\n%s</select>\n|,
$_->{short}, $_->{short}, eval {
my $r='';
- for my $s (0, 1990..((localtime())[5]+1905), 9999) {
+ for my $s (0, 1980..((localtime())[5]+1905), 9999) {
$r .= sprintf qq| <option value="%s"%s>%s</option>\n|,
$s, $frm->{$_->{short}} && ($frm->{$_->{short}}[0]||0) == $s ? ' selected="selected"' : '',
!$s ? '-year-' : $s < 9999 ? $s : 'TBA';
diff --git a/lib/ChangeLog b/lib/ChangeLog
index f725ee25..99448d1c 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -10,6 +10,8 @@ TODO:
- Releases, producers and visual novel items can't be fully deleted anymore
- Hidden vote and vnlist items from the 'recent' lists on VN stat pages for
users who don't want that to be seen
+ - Edit summary field is required
+ - Changed earliest release date to 1980
1.17 - 2008-06-21 (r33)
- Added PS3 and Xbox 360 to platforms