summaryrefslogtreecommitdiff
path: root/install_packages.php
AgeCommit message (Collapse)AuthorFilesLines
2012-08-06Final role model fixes for installerlsces1-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-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
adding prefs instead of hard coded inserts
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
FB2.1.x is the lowest version of Firebird that should be used, but these allow FB2.0 at present.
2009-01-28use getBitVersion to fetch bitweaver version number set in ↵Max Kremmel1-6/+2
kernel/config_defaults_inc.php
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
met. i think this should do for the beginning.
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 ↵R202wjames51-4/+15
more need updating
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 ↵Max Kremmel1-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-15SCHEMA CHANGE: Major overhaul to liberty attachable by removing ↵Christian Fowler1-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-22Add session reset if we jump to start over. Check memory limit and output ↵Nick Palmer1-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-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 - ↵Max Kremmel1-31/+28
probably going to be something in schema_inc.php that there is no unnecessary overhead
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 ↵Lester Caine1-3/+3
reinstall. This removes things like <package>_rss and prevents errors when that is reapplied.
2007-06-14Tidy inclusion of convertQuery, but it really needs to be moved to the ↵Lester Caine1-8/+5
installer or datadict driver as this controls building the tables
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 ↵Christian Fowler1-2/+2
horked, and need to be either removed, or need to be cleaned via BitDbBase object/method
2007-06-13Fix fake warnings on mysql when creating constraints.Nick Palmer1-2/+3
2007-06-13Added ability to create constraints directly in the installer to handle ↵Nick Palmer1-6/+24
circular constraints. Fixed liberty schema's circular constraints.
2007-06-12Tidy calls to NewDataDictionary - corrected ADOdb endLester Caine1-2/+2
2007-05-01remove sequences when reinstallingMax Kremmel1-1/+13
2007-04-21extend installer that we can have installer extensions for external ↵Max Kremmel1-2/+5
packages. fix some minor stuff and clean up templates a bit.
2007-04-18Make installer catch and display errors on package installs properly.Nick Palmer1-16/+50
2007-04-02Massive changes to themes layout engine:Max Kremmel1-3/+1
- 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.