summaryrefslogtreecommitdiff
path: root/LibertyStructure.php
AgeCommit message (Collapse)AuthorFilesLines
2007-06-13Fix expunge of root node. Use LibertyContent to do the work properly.Nick Palmer1-3/+5
2007-05-30improvement to LibertyStructures editing - separate Add Content with ↵Christian Fowler1-5/+11
Mochikit Ajax magic, add default getThumbnailUrl to LibertyContent and optionall show in structures or get_content_list
2007-01-06rename some methods in BitDbBase to meet bitweaver standards. all changes ↵Max Kremmel1-9/+9
backwards compatible with deprecated function call message.
2006-12-25rename ...Page() functions to ...Node()Max Kremmel1-16/+17
2006-12-23remove unused LibertyStructure class creationMax Kremmel1-3/+3
2006-12-23clean out a lot of the old structure stuff. comment unused functions and ↵Max Kremmel1-143/+273
move to the end of file. rename used functions to adhere to bitweaver standards - please update your custom package code accordingly
2006-09-12create a subtree behaves the same for a subtree of root and a subtree of any ↵Sylvie Greverend1-3/+3
node: add the root in the subtree ret
2006-09-01remove hits from queryMax Kremmel1-2/+2
2006-05-17`user` to `create_user` to remove reserved words used as aliasesLester Caine1-2/+2
2006-02-16new API for parseData(); please view ApiChangeLog for detailsMax Kremmel1-2/+2
2006-02-16replace tp alias with either atp (article_topic) or wp (wiki_page)Max Kremmel1-15/+15
2006-02-11Strip in-line group_id - still need serviceSql addingLester Caine1-7/+1
2006-02-09Filter lists of content by group_id ( only enabled when gatekeeper is off )Lester Caine1-2/+8
2006-02-06unify defined package constantsMax Kremmel1-2/+2
2006-02-04forgot to add table prefixMax Kremmel1-2/+2
2006-02-04simplify LibertyStructure::getStructure() API by automatically getting and ↵Max Kremmel1-14/+30
checking for the root_content_id using LibertyStructure::getRootStructureId()
2006-02-02detikify sequence namesMax Kremmel1-2/+2
2006-02-01detikify libertyMax Kremmel1-71/+71
2006-01-31massive table de-tikification. changed all tiki_ table prefixes with teh ↵bitweaver.org1-6/+6
package_ name. have changed everything except liberty except kernel
2006-01-25Added uspport for multiple database backend support. This necessitates ↵Christian Fowler1-8/+7
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-17merge recent changes into HEADMax Kremmel1-2/+1
2006-01-16call structure verification related methods statically that they can be ↵Max Kremmel1-8/+9
called without loading LibertyStructre
2006-01-14merge recent changes into HEADMax Kremmel1-86/+39
2006-01-10merge recent changes into HEADMax Kremmel1-52/+257
2005-12-29merge recent changes into HEADMax Kremmel1-10/+10
2005-12-26merge recent changes into HEADMax Kremmel1-14/+14
2005-12-18merge recent changes into HEADMax Kremmel1-15/+22
2005-12-09Missing back ticksLester Caine1-2/+2
2005-10-12merge recent changes to HEADChristian Fowler1-34/+78
2005-08-30synch recent changes from R1 to HEADMax Kremmel1-4/+5
2005-08-24synch recent changes from R1 to HEADMax Kremmel1-2/+2
2005-08-07merge recent changes from R1 to HEADMax Kremmel1-63/+60
2005-08-01merge recent changes with HEAD - R1 and HEAD are identical nowMax Kremmel1-10/+10
2005-07-17Merge recent changes from R1 to HEAD - never doing this again.Max Kremmel1-3/+5
2005-06-28Merge recent changes from R1 into HEADChristian Fowler1-0/+20
2005-06-19IMPORT TikiPro CLYDE FINALbitweaver.org1-0/+910