summaryrefslogtreecommitdiff
path: root/LibertyStructure.php
AgeCommit message (Collapse)AuthorFilesLines
2013-04-03update all admin menus for bootstrap dropdowns with proper sub-menusspiderr1-4/+5
2013-03-05use GONE for not found; default sort_modespiderr1-0/+4
2012-10-30Use the correct static display_url lookuplsces1-1/+1
2012-09-28Missed static function - e_strict compliancelsces1-1/+1
2012-09-22Can't see an easy way to differentiate, but this is a more firendly warninglsces1-1/+1
when save is pressed without any change to the structure. *I* was confused by it :)
2012-09-22This may need to be different between databases, but Firebird needs the deletelsces1-1/+1
and the relaod to be in the same level of transaction, or a commit to lock down the delete.
2012-09-22Strip extra white space ...lsces1-66/+66
2012-09-08Having established $type['content_object'] is empty, is a little difficult usinglsces1-1/+1
it to create it ...
2012-07-02handlerFile file_existsspiderr1-0/+1
2012-05-06replace all PHP4 style constructors with __construct; replace calls to base ↵spiderr1-2/+2
class constructors with parent::__construct()
2012-04-17Tidy up to remove 'STRICT' warningsLester Caine ext:(%22)1-2/+2
Split static and dynamic use of getDisplayUrl Create getContentUrl as the instantiated version parameters need to be identical across all classes getAttachment augmented by a static loadAttachment
2012-03-04more class_exists checks for Structure loading content, to check for ↵spiderr1-3/+9
abandoned content types
2012-03-03lots of class_exists checks for Structure loading content, to check for ↵spiderr1-15/+24
abandoned content types
2011-12-12fix require_once( $classFile ) in buildSubTocspiderr1-1/+1
2011-11-30add last_modified to LibertyStructure::buildTreeToc; is_object( ↵Christian Fowler1-5/+13
['content_object'] ) checking on loading structure objects
2011-06-28removed commented debugChristian Fowler1-1/+0
2011-03-16Remove deprecated functions, add buildTreeTocChristian Fowler1-70/+54
2010-12-28clean up buildSubtreeToc to allow prefixing for depths and use getDisplayUrl ↵spiderr1-12/+23
if available
2010-06-09Strip down CVS keywords.cvs2git1-1/+1
2010-05-31remove mochikit dependency; use BitBase.SimpleAjax instead; tweak logic to ↵Christian Fowler1-2/+19
hide + and - in add to content; add isInStructure method
2008-11-06use date to indicate since when functions have been deprecatedMax Kremmel1-9/+9
2008-10-19add @deprecated doc tags where appropriateMax Kremmel1-1/+25
2007-07-16Rename gStructureNodeCache to reflect static status.Nick Palmer1-8/+8
2007-07-16Add caching to getNode to reduce query cost when loading pigeonhole paths. ↵Nick Palmer1-9/+20
Fix a warning in createSubTree.
2007-07-10move functions not part of a class to liberty_lib.phpMax Kremmel1-288/+1
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