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