summaryrefslogtreecommitdiff
path: root/LibertySystem.php
AgeCommit message (Collapse)AuthorFilesLines
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