summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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 MysqlMW5-19/+108
2007-12-10Handle prefixes for sequences in a proper way on upgrade, as pointed out by ↵MW1-6/+9
lester on irc
2007-12-07Support code to make it possible to upgrade a mysql db to use InnoDb engine.MW2-3/+28
Does nothing yet until other parts been committed.
2007-12-07Add missing prefix in case 'CREATESEQUENCE' and better handling of ↵MW1-8/+11
RENAMESEQUENCE to deal with autogenerated sequences that never been triggered or simply missing. DropSequence now do work w/o error as it been added to BitDbAdodb
2007-11-21check for safe_mode setting before running shell_exec()Max Kremmel1-2/+2
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-11-08remove duplicat file_uploads checkMax Kremmel1-5/+4
2007-11-01avoid undefined index when inserting perms into groupsMax Kremmel1-5/+8
2007-10-27prevents dead end if Javascript is being blockedlaetzer1-1/+1
2007-10-26Fix typo.Nick Palmer1-2/+2
2007-10-15add loud warning gfx for blind peopleMax Kremmel3-7/+8
2007-10-12prevents light text on light background (in packager)laetzer1-1/+2
2007-10-09Fixed typo in install welcome text ("unparalled"-->"unparalleled").dmahaffey1-1/+1
2007-10-06add some notes when upgrading from R1 to R2Max Kremmel1-0/+13
2007-10-05Add warning about mysql 4.0 or lower.Nick Palmer2-1/+13
2007-10-03add warning about activating too many packagesChristian Fowler1-0/+2
2007-10-03upgade just the detectable upgrading packages.Christian Fowler1-3/+5
2007-10-01Fix places in installer that prevent a secure install.Nick Palmer2-5/+5
2007-09-26Fix parse to handle duplicate tags properly and bump required version to PHP ↵Nick Palmer1-2/+2
4.3.
2007-09-24set default BIT_ROOT_URI if not set, move STORAGE_HOST_URI and BIT_ROOT_URI ↵Max Kremmel1-1/+14
definition to kernel/config_inc.php
2007-09-18display notes about package file permissions when no new ones can be found.Max Kremmel1-53/+79
2007-09-17add more options to final upgrade pageMax Kremmel2-11/+30
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-08-19fix htmlPRE_LIB_ATTACHMENT_REFACTORMax Kremmel1-20/+22
2007-07-11improve installation help for pear extensions and link to set of bitweaver ↵Max Kremmel1-11/+28
pear bundle on bwo.
2007-07-11no need to set default style herewjames51-2/+2
2007-07-10remove some of the config assignments and clean up code a bit. there is ↵Max Kremmel1-1/+1
still a global var that needs replacing but it's a bit too late for that now
2007-07-09commit changes on bwobitweaver.org1-2/+0
2007-07-09move pump files to individual packagesMax Kremmel6-283/+13
2007-07-09add note about R1 upgradesMax Kremmel1-1/+6
2007-07-01deal with magickwand / imagick duo in a better wayMax Kremmel1-10/+6
2007-07-01clean up output a bit and add install_command to pear extension checksMax Kremmel2-24/+40
2007-06-29.external class for external linksMax Kremmel1-2/+2
2007-06-29Update to use HTMLPurifier installed via PEAR and to use features of the ↵Nick Palmer1-1/+5
latest version available via the PEAR installer.
2007-06-24update gd help noteMax Kremmel1-2/+2
2007-06-23provide gif alternatives for all png icons. this will allow us to remove the ↵Max Kremmel1-0/+0
msie png fix and add an option to enable it
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 help for Firebird database install failureLester Caine2-1/+5
2007-06-22Add session reset if we jump to start over. Check memory limit and output ↵Nick Palmer2-3/+46
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 Caine2-4/+4
2007-06-22Tidy phpdoc tagsLester Caine3-9/+19
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-17massive rework of group permission assignment UI. this interface is a ↵Max Kremmel3-12/+36
'everything on one page' type solution. it also replaces the unassigned permissions page which was really just a temporary solution
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-15expand on graphviz helpMax Kremmel1-3/+3
2007-06-15Add graphviz stuff to install_checks.Nick Palmer1-1/+10