summaryrefslogtreecommitdiff
path: root/install_packages.php
AgeCommit message (Expand)AuthorFilesLines
2016-06-22change-all-StartTrans-calls-to-BitBase-methodmodela bitweaver1-3/+3
2016-02-07Move from Smarty2 to Smarty3 function stylelsces1-1/+1
2014-12-23fix debugsanto spider1-1/+1
2013-09-23Allow install to runlsces1-0/+2
2013-04-08Correct USERS_PKG_NAME - need to sort the anonymous user when installing for ...lsces1-1/+1
2013-04-08clean up install feedbackspiderr1-2/+2
2012-10-06White space cleanupPRE_BOOTSTRAPlsces1-2/+2
2012-08-06Final role model fixes for installerlsces1-28/+68
2012-08-05Can't pass by reference under strict ruleslsces1-1/+1
2012-05-25replace PHP_SELF with SCRIPT_NAMEspiderr1-1/+1
2012-05-10pull static call to storeActionLog; RollbackTrans on $failedcommandsspiderr1-21/+4
2012-05-09Merge branch 'master' of github.com:bitweaver/installspiderr1-1/+1
2012-05-09error out if adminUser cannot be storedspiderr1-0/+3
2012-05-05fix installedPackages, packagespiderr1-1/+1
2012-03-20fix dependencies installspiderr1-4/+13
2012-03-07add sorting on install_packages based on info dependenciesspiderr1-6/+29
2012-02-09clear package's configs during install; use mPackages[]['default_prefs'] for ...Christian Fowler1-1/+6
2011-02-10change 'Editors' to 'Site Managers'spiderr1-1/+1
2011-01-20don't unset SESSION vars for admin info so going backwards remembers dataspiderr1-4/+4
2010-08-27Merge from 2.8 CVSLester Caine1-1/+6
2010-06-09Strip down CVS keywords.cvs2git1-1/+1
2010-04-05set admin default group to administrators on installwjames51-1/+4
2010-02-08let user select site style - so easy, so nicepre_deprecate_bit_setup_incPRE_BIT_SETUP_CHANGEwjames51-1/+2
2009-10-01remove ref to non-existant copyright.txt filewjames51-2/+2
2009-10-01fix LGPL license ref from non-existant license.txt file to lgpl urlwjames51-2/+2
2009-03-06Preset of functions for Firebird commented out - will be removed later.Lester Caine1-3/+4
2009-01-28use getBitVersion to fetch bitweaver version number set in kernel/config_defa...Max Kremmel1-6/+2
2009-01-23create valid version number when BIT_LEVEL isn't setR250Max Kremmel1-2/+6
2009-01-16check correct class for version numberMax Kremmel1-3/+3
2008-11-15tuneup getTablePrefix, convertQuery to remove unnecessary ticks, etc.Christian Fowler1-6/+10
2008-10-26add some rudimentary dependency calculations. this simply checks if deps are ...Max Kremmel1-2/+7
2008-10-18clean up codepre_update_permissionMax Kremmel1-7/+27
2008-10-03store bitweaver version number in dbMax Kremmel1-1/+4
2008-07-18trailing whitespaceMax Kremmel1-4/+8
2008-06-25typoChristian Fowler1-2/+2
2008-02-26register content types on install. many packages are updated with this, but m...R202wjames51-4/+15
2007-12-12Implementation of transperant support of InnoDb storage engine for MysqlMW1-9/+46
2007-11-08finalise the move of the top and bottom stuff to modules available in kernel....Max Kremmel1-4/+1
2007-09-15SCHEMA CHANGE: Major overhaul to liberty attachable by removing attachment_ma...Christian Fowler1-2/+1
2007-06-22Add session reset if we jump to start over. Check memory limit and output pag...Nick Palmer1-2/+4
2007-06-22Tidy phpdoc tags ( missing second * )Lester Caine1-2/+2
2007-06-22Tidy phpdoc tagsLester Caine1-6/+8
2007-06-18minor uninstall cleanup - still need to add an ininstall hook somehow - proba...Max Kremmel1-31/+28
2007-06-17use LIKE instead of STARTING. seems postgresql chokes on STARTINGMax Kremmel1-7/+4
2007-06-16fix call to level assignmentMax Kremmel1-5/+5
2007-06-15Add config_name entries starting <package> to the delete on package reinstall...Lester Caine1-3/+3
2007-06-14Tidy inclusion of convertQuery, but it really needs to be moved to the instal...Lester Caine1-8/+5
2007-06-13Doh! Missed a vd.Nick Palmer1-2/+2
2007-06-13Fix backticks in new constraints stuff.Nick Palmer1-2/+10
2007-06-13only invoke constraint call for installed packages. backticks are still horke...Christian Fowler1-2/+2