From 21871e8d17385885961c9b0319757f259bdb6f74 Mon Sep 17 00:00:00 2001 From: Karl 'vollmerk' Vollmer Date: Sun, 27 Jan 2008 19:16:01 +0000 Subject: added in the rating images from greengeek, removed some useless functions, tweaked working on update to correctly reflect limitations --- docs/CHANGELOG | 1 + images/ratings/x.gif | Bin 873 -> 866 bytes images/ratings/x_off.gif | Bin 873 -> 866 bytes lib/class/rating.class.php | 2 +- lib/general.lib.php | 20 ----- lib/ui.lib.php | 147 ----------------------------------- templates/show_object_rating.inc.php | 2 +- update.php | 4 +- 8 files changed, 5 insertions(+), 171 deletions(-) diff --git a/docs/CHANGELOG b/docs/CHANGELOG index 962a5b76..abe0eabc 100755 --- a/docs/CHANGELOG +++ b/docs/CHANGELOG @@ -4,6 +4,7 @@ -------------------------------------------------------------------------- v.3.4-Beta2 + - Added new rating images (Thx greengeek) - Added check for old database versions, prevent upgrade if too old - Fixed issue with user creation (Thx yoog) - Fixed Now Playing refresh diff --git a/images/ratings/x.gif b/images/ratings/x.gif index de7140ff..1b46f290 100644 Binary files a/images/ratings/x.gif and b/images/ratings/x.gif differ diff --git a/images/ratings/x_off.gif b/images/ratings/x_off.gif index f815d7e8..4edbf8c1 100644 Binary files a/images/ratings/x_off.gif and b/images/ratings/x_off.gif differ diff --git a/lib/class/rating.class.php b/lib/class/rating.class.php index f981fc4e..14c13753 100644 --- a/lib/class/rating.class.php +++ b/lib/class/rating.class.php @@ -1,7 +1,7 @@ /favicon.ico" /> -Ampache - Update +<?php echo _('Ampache Update'); ?>
-This page handles all database updates to Ampache starting with 3.2. According to your database your current version is: . +This page handles all database updates to Ampache starting with 3.3.3.5. According to your database your current version is: . the following updates need to be performed

-- cgit