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 |
Naomi
|
578f758274
|
CC-5810 : Installation can have race conditions with the cache
Preferences.php is used to set values since it will save the value to cache there as well.
defaultdata.sql is used where possible.
|
2014-04-23 15:41:15 -04:00 |
Martin Konecny
|
973a415164
|
-fix installation error
|
2013-01-15 15:37:26 -05:00 |
James
|
8c19384d32
|
- CRLF fix
|
2013-01-14 16:21:02 -05:00 |
James
|
5a97fb69f2
|
CC-4384: Remove annoying usage of $CC_CONFIG
- done
|
2013-01-14 16:16:14 -05:00 |
Martin Konecny
|
75620be761
|
remove all mosty carriage return characters
|
2012-09-17 16:46:51 -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 |
paul.baranowski
|
95d69a3bbe
|
CC-1927: Remove PEAR DB
Fixed all install/upgrade scripts.
|
2012-04-19 16:34:14 -04:00 |
Martin Konecny
|
cb3cb5b48c
|
CC-3237: Remove phing dependency of end user database installation
-Done
|
2012-01-12 13:34:27 -05:00 |
martin
|
f2ef006385
|
CC-2758: Make airtime-install script Debian/Ubuntu compatible
-cosmetic changes
|
2011-11-01 15:21:09 -04:00 |
martin
|
cd95170b06
|
CC-2807: Remove AIRTIME_VERSION from constants.php and use the value in the database instead
-done
|
2011-09-23 16:26:19 -04:00 |
James
|
9eb21cb327
|
Merge branch '1.9.1' into devel
Conflicts:
VERSION
airtime_mvc/application/configs/constants.php
airtime_mvc/application/models/Preference.php
install_minimal/include/airtime-db-install.php
install_minimal/include/airtime-upgrade.php
python_apps/api_clients/api_client.py
|
2011-08-24 10:30:59 -04:00 |
martin
|
87431a24c1
|
-removed AirtimeInstall::SetDefaultTimezone(); (should only be in 2.0)
-reindent code
|
2011-08-23 12:42:45 -04:00 |
James
|
8e6185855a
|
CC-2719: update unique_id and import_timestamp on reinstall
-fixed
|
2011-08-23 10:17:46 -04:00 |
martin
|
0a11160298
|
cc-2683: not using utc time
-fix install script inputting timezone preference even if
it already existed
|
2011-08-16 15:34:19 -04:00 |
martin
|
84ec62eeca
|
CC-1942: Add ability to set timezone in preferences
-Can change the timezone for PHP. Need to change for python as well.
|
2011-08-15 10:06:42 -04:00 |
James
|
349e26dcee
|
CC-2652-adding default import value into db on install
- done
- extra fix: add unique id on upgrade to 1.9.0
|
2011-08-08 15:06:55 -04:00 |
James
|
931fb4db62
|
CC-2518: Auto install script for manual install
- install dir is renamed to install_minimal
- virtualenv command is moved to install script.
- need more work on install_full part
|
2011-07-19 17:30:23 -04:00 |