| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 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 | |||||
| 2007-06-13 | Doh! Missed a vd. | Nick Palmer | 1 | -2/+2 | |
| 2007-06-13 | Fix backticks in new constraints stuff. | Nick Palmer | 1 | -2/+10 | |
| 2007-06-13 | only invoke constraint call for installed packages. backticks are still ↵ | Christian Fowler | 1 | -2/+2 | |
| horked, and need to be either removed, or need to be cleaned via BitDbBase object/method | |||||
| 2007-06-13 | Fix fake warnings on mysql when creating constraints. | Nick Palmer | 1 | -2/+3 | |
| 2007-06-13 | Added ability to create constraints directly in the installer to handle ↵ | Nick Palmer | 1 | -6/+24 | |
| circular constraints. Fixed liberty schema's circular constraints. | |||||
| 2007-06-12 | Tidy calls to NewDataDictionary - corrected ADOdb end | Lester Caine | 1 | -2/+2 | |
| 2007-05-01 | remove sequences when reinstalling | Max Kremmel | 1 | -1/+13 | |
| 2007-04-21 | extend installer that we can have installer extensions for external ↵ | Max Kremmel | 1 | -2/+5 | |
| packages. fix some minor stuff and clean up templates a bit. | |||||
| 2007-04-18 | Make installer catch and display errors on package installs properly. | Nick Palmer | 1 | -16/+50 | |
| 2007-04-02 | Massive changes to themes layout engine: | Max Kremmel | 1 | -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. | |||||
