| Age | Commit message (Collapse) | 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 ↵ | spiderr | 1 | -2/+2 | |
| parent::__construct() | |||||
| 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 | |
| 1.0.0 use so it works properly | |||||
| 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 ↵ | Max Kremmel | 1 | -25/+38 | |
| passed in, SQL92 default query of same QUERY hash will not be executed anymore. | |||||
| 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 ↵ | Max Kremmel | 1 | -17/+3 | |
| version info from info hash to registerPackageVersion90, move requirements to registerRequirements() | |||||
| 2008-10-30 | shuffle around some dependency stuff: move dep settings to schema_inc.php ↵ | Max Kremmel | 1 | -260/+17 | |
| file since they are not related to upgrade versions, move dep methods to BitSystem to make them available on package page (we should really do something about these installer methods in kernel), add dep graph on package page for an easy overview if deps are met when a package has been activated - requireds PEAR::Image_GraphViz to be installed. | |||||
| 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 ↵ | Max Kremmel | 1 | -23/+105 | |
| tweaked. we'll test the current settings for now. | |||||
| 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 | |
| met. i think this should do for the beginning. | |||||
| 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 ↵ | Max Kremmel | 1 | -6/+10 | |
| before and after the upgrade in case they need to say something or link to somewhere | |||||
| 2008-10-25 | don't choke when we can't drop a table - sometimes it doesn't matter if we ↵ | Max Kremmel | 1 | -2/+2 | |
| can't drop it. | |||||
| 2008-10-24 | move the liberty meta table upgrade hack to the new package version upgrades ↵ | Max Kremmel | 1 | -9/+13 | |
| and give liberty version 2.0.0. Please note that running this upgrade on cvs installs won't work. fix in the works. | |||||
| 2008-10-24 | lots more work towards package based upgrades. basics all working now. see ↵ | Max Kremmel | 1 | -148/+217 | |
| wiki test upgrade script for details. | |||||
| 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 ↵ | MW | 1 | -6/+9 | |
| lester on irc | |||||
| 2007-12-07 | Add missing prefix in case 'CREATESEQUENCE' and better handling of ↵ | MW | 1 | -8/+11 | |
| RENAMESEQUENCE to deal with autogenerated sequences that never been triggered or simply missing. DropSequence now do work w/o error as it been added to BitDbAdodb | |||||
| 2007-04-21 | extend installer that we can have installer extensions for external ↵ | Max Kremmel | 1 | -21/+33 | |
| packages. fix some minor stuff and clean up templates a bit. | |||||
| 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 | |
| - merged 3 tables into 1 and removed user-specific layout contol. - moved all layout related code to themes/BitThemes.php. - cleaned up module parameter assignment to module php and tpl files. - improved layout of layout page by enabling all option editing at once. - removed limitation that every module can only be assigned once - more changes, but i can't remember all just now. | |||||
| 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 ↵ | Max Kremmel | 1 | -2/+2 | |
| backwards compatible with deprecated function call message. | |||||
| 2006-08-23 | Numerous fixes to upgrade scripts + eliminate ability of users to invalidate ↵ | Jams H Thompson | 1 | -6/+13 | |
| each others passwords | |||||
| 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 | |
| decent security message | |||||
| 2006-04-05 | tonnes of upgrader error sqashes - liberty_content_links still remain to be ↵ | Max Kremmel | 1 | -135/+136 | |
| dealt with | |||||
| 2006-03-01 | move BitSystem:: preferences methods to get/set/load/storeConfig to avoid ↵ | Christian Fowler | 1 | -2/+2 | |
| conflict with new content preferences | |||||
| 2006-02-19 | Apply $gDbCaseSensitivity to the installed database connection. | Lester Caine | 1 | -1/+3 | |
| $gDbCaseSensitivity is being set in config_inc.php and probably needs adding to the installer as an option? | |||||
| 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 ↵ | Max Kremmel | 1 | -4/+4 | |
| open for discussion tpl: $gBitPref.package.pref applied package name to all saves - should make database more organised and should allow more reliable uninstalls in the future | |||||
| 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 | |
| Postgres may hav a problem here, unless it opens an additional connection | |||||
| 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 ↵ | Max Kremmel | 1 | -2/+2 | |
| starts going nuts in HEAD | |||||
| 2005-08-07 | merge recent changes from R1 to HEAD | Max Kremmel | 1 | -24/+26 | |
