1
0
Fork 0
mirror of https://github.com/Yetangitu/ampache synced 2025-10-06 03:49:56 +02:00

preparing for release point, exciting stuff

This commit is contained in:
Karl 'vollmerk' Vollmer 2007-11-26 02:03:17 +00:00
parent da4199c418
commit 767a3781ec
17 changed files with 33531 additions and 28720 deletions

View file

@ -192,6 +192,9 @@ switch ($_REQUEST['action']) {
Error::display('general');
Error::display('catalog_add');
show_box_bottom();
show_confirmation('','','/admin/index.php');
}
else {
require Config::get('prefix') . '/templates/show_add_catalog.inc.php';

View file

@ -7,7 +7,7 @@
; if this config file is up to date
; this is compared against a value hardcoded
; into the init script
config_version = 5
config_version = 6
;###################
; Path Vars #

View file

@ -3,7 +3,8 @@
--------------------------------------------------------------------------
--------------------------------------------------------------------------
v.3.4-Alpha3
v.3.4-Alpha3 11/25/2007
- Fixed display problem and lack of link when creating a catalog
- Inital Version of Democratic play working, minor speed improvements
to normal tmpplaylist class due to simplification and removal
of democratic related code

View file

@ -1,5 +1,5 @@
-------------------------------------------------------------------------------
----------------- INSTALL - Ampache v.3.3.3 - 01/27/2007 ----------------------
----------------- INSTALL - Ampache v.3.4 ----------------------
-------------------------------------------------------------------------------
I'm assuming that you have Apache, PHP and MySQL running when you

View file

@ -13,7 +13,6 @@ Contents:
3. Setting Up
a) Upgrading
4. License
a) Donations (Beer!)
5. Contact info
1. Intro:
@ -73,6 +72,7 @@ Contents:
- Icecast2
- Winamp using (HTTPQ)
- Democratic Vote based play
- 3rd Party clients using API (Amarok)
C) Current Translations
@ -97,7 +97,7 @@ Contents:
Robert Hopson - Libglue, Playlists, Ogg support.. and much more
Andy Morgan - Protagonist
RosenSama - Previous Developer
Ben Shields - Graphics Boy
Ben Shields - Ampache Logo
Randall Ehren (Initial XML-RPC)
s1amson (lots of beta testing)
Caleb Crome (bug fixes and enhancements)
@ -110,7 +110,7 @@ Contents:
Maan Bsat (random fixes)
latka (from media.tangent.org site) for orphaned song ideas
Lamar Hansford (README/INSTALL improvements) & Upload
Enrico Lai http://www.enricolai.com for the XSPF Flash Player
Lacy Morrow (Flash Player)
And many many more...
2. Getting all the components
@ -145,14 +145,6 @@ Contents:
This Application falls under the Standard GPL v2. See Licence
included with this tar file
4a. Donations
We don't want your money but we will take your beer. If you
love ampache and want to encourage us to write more please
visit ampache.org for information on how to donate some beer
to our cause. If you can't send beer a postcard would also
be great. E-mail beer@ampache.org for shipping address
5. Contact Info
Hate it? Love it? Let us know. Let us know if you think of any

View file

@ -81,8 +81,8 @@ if (!count($results)) {
}
/** This is the version.... fluf nothing more... **/
$results['version'] = '3.4-Alpha3 Build (004)';
$results['int_config_version'] = '5';
$results['version'] = '3.4-Alpha3';
$results['int_config_version'] = '6';
$results['raw_web_path'] = $results['web_path'];
$results['web_path'] = $http_type . $_SERVER['HTTP_HOST'] . $results['web_path'];

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff