summaryrefslogtreecommitdiff
path: root/BitInstaller.php
AgeCommit message (Expand)AuthorFilesLines
2012-08-05Tidier fix for strict complaince of the BitInstall classlsces1-2/+2
2012-08-05display has to match base class formatlsces1-4/+4
2012-05-10replace all PHP4 style calls to BitSystem base constructors with parent::__co...spiderr1-2/+2
2010-06-09Strip down CVS keywords.cvs2git1-1/+1
2010-01-26Introduce ability for installer to drop sequences, and make articles upgrade ...Daniel Sutcliffe1-1/+8
2009-03-31pdpdoc updateLester Caine1-2/+2
2009-02-26fix renamesequence to work with more than just mysqlTekimaki1-2/+2
2008-11-25Prevent leak of $sql to next passLester Caine1-1/+2
2008-11-16update some inline comments and indicate what version we're upgrading from.Max Kremmel1-4/+8
2008-11-15modify behaviour of QUERY processing slightly: when db specific query is pass...Max Kremmel1-25/+38
2008-11-15tuneup getTablePrefix, convertQuery to remove unnecessary ticks, etc.Christian Fowler1-4/+12
2008-10-31renamed dep stuff to requirement stuff, clean up schema_inc files, move versi...Max Kremmel1-17/+3
2008-10-30shuffle around some dependency stuff: move dep settings to schema_inc.php fil...Max Kremmel1-260/+17
2008-10-30add image map to dependency graph to make nodes clickable.Max Kremmel1-10/+53
2008-10-29undefined var fix.Max Kremmel1-2/+2
2008-10-29add dependency graph - there's a couple of options / features that can be twe...Max Kremmel1-23/+105
2008-10-28better help text.Max Kremmel1-2/+2
2008-10-28sort packages for display. we sort them in right order before upgrading them.Max Kremmel1-3/+4
2008-10-28sort required packages first since these upgrades should be applied first.Max Kremmel1-2/+24
2008-10-26add some rudimentary dependency calculations. this simply checks if deps are ...Max Kremmel1-23/+132
2008-10-25minor fixes in logic and undefined index stuffMax Kremmel1-1/+11
2008-10-25don't require an upgrade hash. this allows upgrades to display messages befor...Max Kremmel1-6/+10
2008-10-25don't choke when we can't drop a table - sometimes it doesn't matter if we ca...Max Kremmel1-2/+2
2008-10-24move the liberty meta table upgrade hack to the new package version upgrades ...Max Kremmel1-9/+13
2008-10-24lots more work towards package based upgrades. basics all working now. see wi...Max Kremmel1-148/+217
2008-10-23move blob methods into class and add some package upgrading methodsMax Kremmel1-56/+174
2008-07-03clean up code and add docsMax Kremmel1-38/+108
2007-12-10Handle prefixes for sequences in a proper way on upgrade, as pointed out by l...MW1-6/+9
2007-12-07Add missing prefix in case 'CREATESEQUENCE' and better handling of RENAMESEQU...MW1-8/+11
2007-04-21extend installer that we can have installer extensions for external packages....Max Kremmel1-21/+33
2007-04-04add CREATESEQUENCE upgrade optionMax Kremmel1-1/+8
2007-04-02Massive changes to themes layout engine:Max Kremmel1-3/+2
2007-03-01update function names to new names in preflight_inc.phpMax Kremmel1-2/+2
2007-01-06rename some methods in BitDbBase to meet bitweaver standards. all changes bac...Max Kremmel1-2/+2
2006-08-23Numerous fixes to upgrade scripts + eliminate ability of users to invalidate ...Jams H Thompson1-6/+13
2006-08-05tabs to indent codeMax Kremmel1-14/+14
2006-07-04keep global names consistent - fix use of gBitDbCaseSensitivityMax Kremmel1-3/+3
2006-05-03remove the kill_script stuff, which only works on MSIE and replace it with a ...Max Kremmel1-10/+1
2006-04-05tonnes of upgrader error sqashes - liberty_content_links still remain to be d...Max Kremmel1-135/+136
2006-03-01move BitSystem:: preferences methods to get/set/load/storeConfig to avoid con...Christian Fowler1-2/+2
2006-02-19Apply $gDbCaseSensitivity to the installed database connection.Lester Caine1-1/+3
2006-02-15dump errors if user create fails, nuke ancient process_sql functionChristian Fowler1-96/+2
2006-02-08php: introduce new method: getPref( $package, $pref, $defaut ) (order is open...Max Kremmel1-4/+4
2006-02-03add RENAMESEQUENCE to installerMax Kremmel1-8/+24
2006-02-03Remove initial Firebird database configure - no connection available noLester Caine1-6/+1
2005-12-05merge recent changes into HEADMax Kremmel1-1/+4
2005-10-12merge recent changes to HEADChristian Fowler1-47/+5
2005-08-30synch recent changes from R1 to HEADMax Kremmel1-2/+4
2005-08-11merge recent changes with HEAD - keeping stuff up to date in case someone sta...Max Kremmel1-2/+2
2005-08-07merge recent changes from R1 to HEADMax Kremmel1-24/+26