summaryrefslogtreecommitdiff
path: root/LibertySystem.php
AgeCommit message (Collapse)AuthorFilesLines
2006-09-03change all biticon links to point to the new icons provided in ↵Max Kremmel1-1/+2
themes/icon_styles, update themes manager to make icon styles selectable, massive script used to do this ( will me made available shortly ) - might not all be perfect. please help out by fixing broken icon links.
2006-08-31add FORUM service to bitboards so content comments now appear in linked ↵Christian Fowler1-6/+7
board. it looks very, very cool. way to go Hash9.
2006-08-26Make more information available to pluginsJams H Thompson1-3/+3
2006-08-20add invokeServiceFunctionR call until a generalisation can be desidedHash91-1/+23
2006-08-18adds MAPS service constantwjames51-1/+2
2006-08-08add geo service definitionMax Kremmel1-1/+3
2006-08-05make sure mPlugins is an array() when not setMax Kremmel1-2/+2
2006-08-01fix undefined constant definition error during installationMax Kremmel1-6/+7
2006-07-31rename mPackage to mSystem to avoid variable nameing conflictsMax Kremmel1-14/+14
2006-07-31make LibertySystem extendableMax Kremmel1-34/+34
2006-07-30load only active liberty plugins and eliminate liberty_plugins tableJams H Thompson1-49/+95
2006-07-23improve package management and performance, eliminate some package related ↵Jams H Thompson1-3/+10
install errors
2006-07-11organise functions by content and add more documentationMax Kremmel1-74/+107
2006-07-03modify LibertySystem to make it easier to extend and take advantage of the ↵Max Kremmel1-14/+21
plugin system for other packages
2006-07-02add some docsMax Kremmel1-1/+80
2006-04-26remove accidental schema commitChristian Fowler1-1/+2
2006-04-15convert allow_html feature to permission p_liberty_enter_htmlChristian Fowler1-1/+2
2006-04-13Removed the Library Data/MethodsLee L Bell1-23/+1
2006-04-10revert recent changes. didn't work as expected.Max Kremmel1-17/+4
2006-04-10change behaviour of liberty data plugin parsing: plugins and their contents ↵Max Kremmel1-4/+17
are not parsed by format parser anymore. if you want to parse text within the plugin, you need to call the parser yourself from within the plugin, you need to call LibertyContent::parseData manually
2006-03-25escape htmlspecialchars on output instead of during store processMax Kremmel1-1/+2
2006-03-03Added 3 methods to for Plugin LibrarysLee L Bell1-1/+22
2006-03-01Added define for LIBERTY_TEXT_AREA - allows Liberty Plugins to work on all ↵Lee L Bell1-2/+2
Liberty Packages
2006-02-28check for empty serviceChristian Fowler1-3/+3
2006-02-22add getContentTypeDescription methods - particularly useful in .tpl filesChristian Fowler1-1/+9
2006-02-16Constant for meta package.Louis-Philippe Huberdeau1-1/+2
2006-02-10add constants for new servicesMax Kremmel1-1/+3
2006-02-08major change of BitDbBase::associateUpdate method - it now takes a simpler ↵Christian Fowler1-2/+2
array( 'column1' => 'value1', columnN' => 'valueN' ) as the third parameter. This allows much simpler updating based on multiple columns in the WHERE clause
2006-02-08Add LIBERTY_SERVICE_SEARCHLester Caine1-1/+2
2006-02-01detikify libertyMax Kremmel1-10/+10
2006-01-25Added uspport for multiple database backend support. This necessitates ↵Christian Fowler1-9/+9
removal of all use of ->EOF and ->fields on the result sets. Also, queries that snag a single row and then use $rs->fields should revert to the simpler getRow() funciton in the BitDb classes. BitDb.php was broken into kernel/BitDbBase.php and kernel/BitDbAdodb.php. kernel/BitDbPear.php was added wiht functionality for Pear::DB Also, the bitweavercore cvs module now works. So you can install a total barebones bitweaver - even without the wiki package. The main fix was to insure pageExists was only executing if wiki package was active so it would not select from non-existant tables
2006-01-20merge recent changes into HEADMax Kremmel1-4/+7
2005-12-18merge recent changes into HEADMax Kremmel1-31/+54
2005-11-22merge recent changes into HEADMax Kremmel1-2/+1
2005-10-12merge recent changes to HEADChristian Fowler1-3/+6
2005-08-30synch recent changes from R1 to HEADMax Kremmel1-1/+2
2005-08-24synch recent changes from R1 to HEADMax Kremmel1-1/+33
2005-08-07merge recent changes from R1 to HEADMax Kremmel1-17/+13
2005-08-01merge recent changes with HEAD - R1 and HEAD are identical nowMax Kremmel1-8/+8
2005-07-25Merge recent changes R1 1.0.2 beta --> HEADMax Kremmel1-5/+5
2005-06-28Merge recent changes from R1 into HEADChristian Fowler1-13/+25
2005-06-19IMPORT TikiPro CLYDE FINALbitweaver.org1-0/+303