summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryorhel <yorhel@1fe2e327-d9db-4752-bcf7-ef0cb4a1748b>2008-07-02 08:05:30 +0000
committeryorhel <yorhel@1fe2e327-d9db-4752-bcf7-ef0cb4a1748b>2008-07-02 08:05:30 +0000
commit9ab5195ea363a948c24f47bfad0a84c7a1ba1df4 (patch)
tree9356a830fac3de25f1fc211d5cea978da8b85f38
parent59276c24a03e688794701537a2ffded8f9c3680e (diff)
Small layout change to /hist and preperations for version 1.181.18
git-svn-id: svn://vndb.org/vndb@51 1fe2e327-d9db-4752-bcf7-ef0cb4a1748b
-rw-r--r--data/tpl/hist2
-rw-r--r--data/tpl/home10
-rw-r--r--lib/ChangeLog2
3 files changed, 7 insertions, 7 deletions
diff --git a/data/tpl/hist b/data/tpl/hist
index 1ff87bd9..05780bb6 100644
--- a/data/tpl/hist
+++ b/data/tpl/hist
@@ -78,7 +78,7 @@
[[ for (@{$d{hist}}) { my $t = (qw|v r p|)[$_->{type}]; ]]-
<tr>
- <td class="tc1_1"><a href="/[[= $t.$_->{iid}.'.'.$_->{rev} ]]">[[= $t.$_->{iid} ]]</a></td>
+ <td class="tc1_1"><a href="/[[= $t.$_->{iid}.'.'.$_->{rev} ]]">[[= $_->{rev} == 1 ? "<b>$t$_->{iid}</b>" : $t.$_->{iid} ]]</a></td>
<td class="tc1_2"><a href="/[[= $t.$_->{iid}.'.'.$_->{rev} ]]">.[[= $_->{rev} == 1 ? '<b>'.$_->{rev}.'</b>' : $_->{rev} ]]</a></td>
<td class="tc2">[[= formatdate('%Y-%m-%d %R', $_->{added}, 'dh') ]]</td>
[[ if($d{type} ne 'u' || $d{act}) { ]]-
diff --git a/data/tpl/home b/data/tpl/home
index f796f8b6..ed0bca63 100644
--- a/data/tpl/home
+++ b/data/tpl/home
@@ -13,13 +13,13 @@
or to discuss about the database at our <a href="http://forum.vndb.org/">forums</a>.
</p>
-<h3 class="home">VNDB 1.17!</h3>
+<h3 class="home">VNDB 1.18!</h3>
<p class="desc">
- This update includes improvements in the relation graph generator, adds and changes
- some categories, adds two new links to VN pages, a GTIN field to releases, and
- two new platforms.
+ Shortly after 1.17, I now present 1.18! This update includes a major change in how you refer
+ to specific revisions of an entry, adds the ability to select release dates back to 1980, NES
+ and MSX to the list of platforms, and a few warnings.
<br />
- <a href="http://forum.vndb.org/index.php?topic=54.0">Read more...</a> - <a href="http://forum.vndb.org/index.php?board=7.0">news archive</a>.
+ <a href="http://forum.vndb.org/index.php?topic=55.0">Read more...</a> - <a href="http://forum.vndb.org/index.php?board=7.0">news archive</a>.
</p>
<ul class="home">
diff --git a/lib/ChangeLog b/lib/ChangeLog
index 2010007d..6fe6f160 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -6,7 +6,7 @@ TODO:
(preferably with the option to re-add them when unhiding)
+ Add a link for the hidden 'h' option at /hist
-1.18 - ?
+1.18 - 2008-07-02 (r51)
- 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