summaryrefslogtreecommitdiff
path: root/install_cleanup.php
AgeCommit message (Collapse)AuthorFilesLines
2012-08-06Final role model fixes for installerlsces1-12/+20
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-05-25replace PHP_SELF with SCRIPT_NAMEspiderr1-1/+1
2010-06-09Strip down CVS keywords.cvs2git1-1/+1
2010-02-12comment out service hash assignment - should no longer applywjames51-2/+2
2010-02-12flatten services hash and introduce new param for adding some meta data ↵wjames51-1/+9
about services to easy site configuration, see lcconfig
2008-10-24move the liberty meta table upgrade hack to the new package version upgrades ↵Max Kremmel1-94/+1
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-13better check existing database for missing tables to work out if we've got ↵Max Kremmel1-2/+2
to replace the meta tables
2008-10-13fix logic with installer force when updating pre 2.1 bitweaver and create ↵Max Kremmel1-11/+25
missing sequences as well as new meta tables.
2008-10-03update perm_level transparently in the background when this page is loaded.create_permissionMax Kremmel1-3/+20
2008-07-03use better isInstalled method instead of dodgy @Max Kremmel1-2/+2
2008-07-02add better explanation why given permissions might be on the listMax Kremmel1-7/+7
2008-07-02scan all plugins after inserting meta tables - this is synonymous to ↵Max Kremmel1-1/+4
updating to R2.1
2008-06-12Delete correct three tables in the correct orderLester Caine1-2/+2
2008-06-12delete liberty_meta_content_map before tables linked by foreign keys to ↵Lester Caine1-2/+2
break those links
2008-05-24add check for old meta tables and a button to upgrade theseMax Kremmel1-8/+86
2007-12-12Implementation of transperant support of InnoDb storage engine for MysqlMW1-5/+16
2007-11-01avoid undefined index when inserting perms into groupsMax Kremmel1-5/+8
2007-06-22Also make permission cleanup do the assign to groups that would be done at ↵Nick Palmer1-7/+13
package install time.
2007-06-22Fix permission deletion.Nick Palmer1-3/+11
2007-06-22Tidy phpdoc tags ( missing second * )Lester Caine1-2/+2
2007-06-22Tidy phpdoc tagsLester Caine1-2/+4
2007-06-13avoid undefined index if someone disables all packagesMax Kremmel1-2/+3
2007-06-12Tidy calls to NewDataDictionary - corrected ADOdb endLester Caine1-2/+2
2007-04-01check hash before feeding it into foreach loopMax Kremmel1-13/+15
2007-03-07add a generic post package installation database integrity check. this ↵Max Kremmel1-1/+79
should make it easy to spot dodgy schema_inc stuff.
2006-03-01move BitSystem:: preferences methods to get/set/load/storeConfig to avoid ↵Christian Fowler1-2/+2
conflict with new content preferences
2006-02-08php: introduce new method: getPref( $package, $pref, $defaut ) (order is ↵Max Kremmel1-2/+2
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-01-14merge recent changes into HEADMax Kremmel1-2/+3
2006-01-10merge recent changes into HEADMax Kremmel1-0/+89