| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2022-11-12 | major cleanup to install of new installation testing | spiderr | 1 | -651/+0 | |
| 2022-05-03 | fix error display with required package missing | spiderr | 1 | -1/+2 | |
| 2021-06-02 | clean up install for new includes/classes directory pathing | spiderr | 1 | -1/+1 | |
| 2016-06-22 | change-all-StartTrans-calls-to-BitBase-method | modela bitweaver | 1 | -3/+3 | |
| 2016-02-07 | Move from Smarty2 to Smarty3 function style | lsces | 1 | -1/+1 | |
| 2014-12-23 | fix debug | santo spider | 1 | -1/+1 | |
| 2013-09-23 | Allow install to run | lsces | 1 | -0/+2 | |
| 2013-04-08 | Correct USERS_PKG_NAME - need to sort the anonymous user when installing for ↵ | lsces | 1 | -1/+1 | |
| roles | |||||
| 2013-04-08 | clean up install feedback | spiderr | 1 | -2/+2 | |
| 2012-10-06 | White space cleanupPRE_BOOTSTRAP | lsces | 1 | -2/+2 | |
| 2012-08-06 | Final role model fixes for installer | lsces | 1 | -28/+68 | |
| Have renamed ANONUMOUS_GROUP_ID to ANONYMOUS_TEAM_ID to isolate changed code In the end while re-templating 'group' to 'role' may have been possible, the role model is something of a different way of wroking to conventional Linux group | |||||
| 2012-08-05 | Can't pass by reference under strict rules | lsces | 1 | -1/+1 | |
| 2012-05-25 | replace PHP_SELF with SCRIPT_NAME | spiderr | 1 | -1/+1 | |
| 2012-05-10 | pull static call to storeActionLog; RollbackTrans on $failedcommands | spiderr | 1 | -21/+4 | |
| 2012-05-09 | Merge branch 'master' of github.com:bitweaver/install | spiderr | 1 | -1/+1 | |
| 2012-05-09 | error out if adminUser cannot be stored | spiderr | 1 | -0/+3 | |
| 2012-05-05 | fix installedPackages, package | spiderr | 1 | -1/+1 | |
| 2012-03-20 | fix dependencies install | spiderr | 1 | -4/+13 | |
| 2012-03-07 | add sorting on install_packages based on info dependencies | spiderr | 1 | -6/+29 | |
| 2012-02-09 | clear package's configs during install; use mPackages[]['default_prefs'] for ↵ | Christian Fowler | 1 | -1/+6 | |
| adding prefs instead of hard coded inserts | |||||
| 2011-02-10 | change 'Editors' to 'Site Managers' | spiderr | 1 | -1/+1 | |
| 2011-01-20 | don't unset SESSION vars for admin info so going backwards remembers data | spiderr | 1 | -4/+4 | |
| 2010-08-27 | Merge from 2.8 CVS | Lester Caine | 1 | -1/+6 | |
| 2010-06-09 | Strip down CVS keywords. | cvs2git | 1 | -1/+1 | |
| 2010-04-05 | set admin default group to administrators on install | wjames5 | 1 | -1/+4 | |
| 2010-02-08 | let user select site style - so easy, so nicepre_deprecate_bit_setup_incPRE_BIT_SETUP_CHANGE | wjames5 | 1 | -1/+2 | |
| 2009-10-01 | remove ref to non-existant copyright.txt file | wjames5 | 1 | -2/+2 | |
| 2009-10-01 | fix LGPL license ref from non-existant license.txt file to lgpl url | wjames5 | 1 | -2/+2 | |
| 2009-03-06 | Preset of functions for Firebird commented out - will be removed later. | Lester Caine | 1 | -3/+4 | |
| FB2.1.x is the lowest version of Firebird that should be used, but these allow FB2.0 at present. | |||||
| 2009-01-28 | use getBitVersion to fetch bitweaver version number set in ↵ | Max Kremmel | 1 | -6/+2 | |
| kernel/config_defaults_inc.php | |||||
| 2009-01-23 | create valid version number when BIT_LEVEL isn't setR250 | Max Kremmel | 1 | -2/+6 | |
| 2009-01-16 | check correct class for version number | Max Kremmel | 1 | -3/+3 | |
| 2008-11-15 | tuneup getTablePrefix, convertQuery to remove unnecessary ticks, etc. | Christian Fowler | 1 | -6/+10 | |
| 2008-10-26 | add some rudimentary dependency calculations. this simply checks if deps are ↵ | Max Kremmel | 1 | -2/+7 | |
| met. i think this should do for the beginning. | |||||
| 2008-10-18 | clean up codepre_update_permission | Max Kremmel | 1 | -7/+27 | |
| 2008-10-03 | store bitweaver version number in db | Max Kremmel | 1 | -1/+4 | |
| 2008-07-18 | trailing whitespace | Max Kremmel | 1 | -4/+8 | |
| 2008-06-25 | typo | Christian Fowler | 1 | -2/+2 | |
| 2008-02-26 | register content types on install. many packages are updated with this, but ↵R202 | wjames5 | 1 | -4/+15 | |
| more need updating | |||||
| 2007-12-12 | Implementation of transperant support of InnoDb storage engine for Mysql | MW | 1 | -9/+46 | |
| 2007-11-08 | finalise the move of the top and bottom stuff to modules available in ↵ | Max Kremmel | 1 | -4/+1 | |
| kernel. inline site header and footer have now been removed from bitweaver.tpl and installer inserts these modules in various places | |||||
| 2007-09-15 | SCHEMA CHANGE: Major overhaul to liberty attachable by removing ↵ | Christian Fowler | 1 | -2/+1 | |
| attachment_map and only allow attachments to be wired to a single piece of content. removed attachment_map, single and multiple attachments are working, ajax code was removed, and should be put in a separate library/class to handle what to do with 'floating' files waiting for a store | |||||
| 2007-06-22 | Add session reset if we jump to start over. Check memory limit and output ↵ | Nick Palmer | 1 | -2/+4 | |
| page early and without using memory. Fix continue if no packages to install so that we can get to resolve conflicts if we jump back in the middle of an install. | |||||
| 2007-06-22 | Tidy phpdoc tags ( missing second * ) | Lester Caine | 1 | -2/+2 | |
| 2007-06-22 | Tidy phpdoc tags | Lester Caine | 1 | -6/+8 | |
| 2007-06-18 | minor uninstall cleanup - still need to add an ininstall hook somehow - ↵ | Max Kremmel | 1 | -31/+28 | |
| probably going to be something in schema_inc.php that there is no unnecessary overhead | |||||
| 2007-06-17 | use LIKE instead of STARTING. seems postgresql chokes on STARTING | Max Kremmel | 1 | -7/+4 | |
| 2007-06-16 | fix call to level assignment | Max Kremmel | 1 | -5/+5 | |
| 2007-06-15 | Add config_name entries starting <package> to the delete on package ↵ | Lester Caine | 1 | -3/+3 | |
| reinstall. This removes things like <package>_rss and prevents errors when that is reapplied. | |||||
| 2007-06-14 | Tidy inclusion of convertQuery, but it really needs to be moved to the ↵ | Lester Caine | 1 | -8/+5 | |
| installer or datadict driver as this controls building the tables | |||||
