Commit Graph

17 Commits

Author SHA1 Message Date
drigato 7490c81a8f CC-5895: Upgrade Propel to 1.7
Moved composer.json to top level of repo so propel will get installed there
Updated install scripts to reflect this change
2014-07-23 15:56:23 -04:00
drigato 9c2a086487 CC-5895: Upgrade Propel to 1.7
Update install scripts with new propel library path
2014-07-23 15:18:46 -04:00
Martin Konecny 973a415164 -fix installation error 2013-01-15 15:37:26 -05:00
James 8664acaaec - re-install fix 2013-01-15 13:27:40 -05:00
Rudi Grinberg 73e52adee1 Upgraded version number to 2.2.0 2012-08-22 10:39:26 -04:00
Martin Konecny f052c121e1 CC-3836: On install, If Airtime is not previously installed, overwrite files in /etc/airtime
-done
2012-05-16 12:57:11 -04:00
Martin Konecny c633779352 -better comment in airtime-installed-check.php 2012-04-30 12:25:05 -04:00
Martin Konecny c90be06f20 -fix error in fresh install 2012-04-27 18:36:04 -04:00
Martin Konecny 2a9ea435f2 CC-3694: Upgrade fails with Propel database conversion.
-fixed
2012-04-20 15:37:51 -04:00
paul.baranowski 96b010e7f0 CC-1927 Remove PEAR DB
* Removed all traces of PEAR functions.
* Fixed AirtimeInstall::GetVersionInstalled() to return the correct answer
  even when it cant connect to the database.  Also fixed return value to
  be consistent on failure.
* Fixed phone_home_stat.php and soundcloud-uploader.php
2012-04-19 16:35:19 -04:00
paul.baranowski c0da27b445 CC-1927: Remove Pear DB
Final touches on install/upgrade scripts, now they are working.
Still need to remove last traces of PEAR throughout the code.
2012-04-19 16:34:14 -04:00
Martin Konecny 2f1033ecb8 CC-3163: Duplicate message during install
-fixed
2011-12-05 15:25:59 -05:00
Martin Konecny c48154ef2f SAAS-83: Add ability to install Airtime components separately
-fixed
2011-11-30 17:59:00 -05:00
Martin Konecny 3a39aacd85 SAAS-83: Add ability to install Airtime components separately
-moving along...
2011-11-26 00:57:14 -05:00
Martin Konecny e145be81de -fix some minor issue when specifying airtime-install -h 2011-11-24 17:04:24 -05:00
Martin Konecny d71c2289ac CC-3072: Test upgrade to 2.0.0 from 1.8.0 and up (including minor versions, except 1.9.1) 2011-11-23 15:09:28 -05:00
Yuchen Wang db82e51c30 CC-3048: Install_minimal should check much sooner if Airtime is already installed
- fixed by creating new php file airtime-installed-check, which checks whether current version
of airtime exists; this file gets called right after root user check and whether debian
package exists check
- moved some code from airtime-install.php to AirtimeInstall.php as static functions
so that we reduce duplicated code
- both the new file airtime-installed-check.php and airtime-install.php use the new
static functions created above
2011-11-18 14:06:42 -05:00