summaryrefslogtreecommitdiff
path: root/install_cleanup.php
AgeCommit message (Expand)AuthorFilesLines
2013-04-08smarty3 cleanup of templatesspiderr1-0/+1
2012-08-06Final role model fixes for installerlsces1-12/+20
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 about...wjames51-1/+9
2008-10-24move the liberty meta table upgrade hack to the new package version upgrades ...Max Kremmel1-94/+1
2008-10-13better check existing database for missing tables to work out if we've got to...Max Kremmel1-2/+2
2008-10-13fix logic with installer force when updating pre 2.1 bitweaver and create mis...Max Kremmel1-11/+25
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 updating...Max Kremmel1-1/+4
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 break...Lester Caine1-2/+2
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 pa...Nick Palmer1-7/+13
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 should...Max Kremmel1-1/+79
2006-03-01move BitSystem:: preferences methods to get/set/load/storeConfig to avoid con...Christian Fowler1-2/+2
2006-02-08php: introduce new method: getPref( $package, $pref, $defaut ) (order is open...Max Kremmel1-2/+2
2006-01-14merge recent changes into HEADMax Kremmel1-2/+3
2006-01-10merge recent changes into HEADMax Kremmel1-0/+89