| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2013-04-03 | update all admin menus for bootstrap dropdowns with proper sub-menus | spiderr | 1 | -4/+5 | |
| 2013-03-05 | use GONE for not found; default sort_mode | spiderr | 1 | -0/+4 | |
| 2012-10-30 | Use the correct static display_url lookup | lsces | 1 | -1/+1 | |
| 2012-09-28 | Missed static function - e_strict compliance | lsces | 1 | -1/+1 | |
| 2012-09-22 | Can't see an easy way to differentiate, but this is a more firendly warning | lsces | 1 | -1/+1 | |
| when save is pressed without any change to the structure. *I* was confused by it :) | |||||
| 2012-09-22 | This may need to be different between databases, but Firebird needs the delete | lsces | 1 | -1/+1 | |
| and the relaod to be in the same level of transaction, or a commit to lock down the delete. | |||||
| 2012-09-22 | Strip extra white space ... | lsces | 1 | -66/+66 | |
| 2012-09-08 | Having established $type['content_object'] is empty, is a little difficult using | lsces | 1 | -1/+1 | |
| it to create it ... | |||||
| 2012-07-02 | handlerFile file_exists | spiderr | 1 | -0/+1 | |
| 2012-05-06 | replace all PHP4 style constructors with __construct; replace calls to base ↵ | spiderr | 1 | -2/+2 | |
| class constructors with parent::__construct() | |||||
| 2012-04-17 | Tidy up to remove 'STRICT' warnings | Lester 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-04 | more class_exists checks for Structure loading content, to check for ↵ | spiderr | 1 | -3/+9 | |
| abandoned content types | |||||
| 2012-03-03 | lots of class_exists checks for Structure loading content, to check for ↵ | spiderr | 1 | -15/+24 | |
| abandoned content types | |||||
| 2011-12-12 | fix require_once( $classFile ) in buildSubToc | spiderr | 1 | -1/+1 | |
| 2011-11-30 | add last_modified to LibertyStructure::buildTreeToc; is_object( ↵ | Christian Fowler | 1 | -5/+13 | |
| ['content_object'] ) checking on loading structure objects | |||||
| 2011-06-28 | removed commented debug | Christian Fowler | 1 | -1/+0 | |
| 2011-03-16 | Remove deprecated functions, add buildTreeToc | Christian Fowler | 1 | -70/+54 | |
| 2010-12-28 | clean up buildSubtreeToc to allow prefixing for depths and use getDisplayUrl ↵ | spiderr | 1 | -12/+23 | |
| if available | |||||
| 2010-06-09 | Strip down CVS keywords. | cvs2git | 1 | -1/+1 | |
| 2010-05-31 | remove mochikit dependency; use BitBase.SimpleAjax instead; tweak logic to ↵ | Christian Fowler | 1 | -2/+19 | |
| hide + and - in add to content; add isInStructure method | |||||
| 2008-11-06 | use date to indicate since when functions have been deprecated | Max Kremmel | 1 | -9/+9 | |
| 2008-10-19 | add @deprecated doc tags where appropriate | Max Kremmel | 1 | -1/+25 | |
| 2007-07-16 | Rename gStructureNodeCache to reflect static status. | Nick Palmer | 1 | -8/+8 | |
| 2007-07-16 | Add caching to getNode to reduce query cost when loading pigeonhole paths. ↵ | Nick Palmer | 1 | -9/+20 | |
| Fix a warning in createSubTree. | |||||
| 2007-07-10 | move functions not part of a class to liberty_lib.php | Max Kremmel | 1 | -288/+1 | |
| 2007-06-13 | Fix expunge of root node. Use LibertyContent to do the work properly. | Nick Palmer | 1 | -3/+5 | |
| 2007-05-30 | improvement to LibertyStructures editing - separate Add Content with ↵ | Christian Fowler | 1 | -5/+11 | |
| Mochikit Ajax magic, add default getThumbnailUrl to LibertyContent and optionall show in structures or get_content_list | |||||
| 2007-01-06 | rename some methods in BitDbBase to meet bitweaver standards. all changes ↵ | Max Kremmel | 1 | -9/+9 | |
| backwards compatible with deprecated function call message. | |||||
| 2006-12-25 | rename ...Page() functions to ...Node() | Max Kremmel | 1 | -16/+17 | |
| 2006-12-23 | remove unused LibertyStructure class creation | Max Kremmel | 1 | -3/+3 | |
| 2006-12-23 | clean out a lot of the old structure stuff. comment unused functions and ↵ | Max Kremmel | 1 | -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-12 | create a subtree behaves the same for a subtree of root and a subtree of any ↵ | Sylvie Greverend | 1 | -3/+3 | |
| node: add the root in the subtree ret | |||||
| 2006-09-01 | remove hits from query | Max Kremmel | 1 | -2/+2 | |
| 2006-05-17 | `user` to `create_user` to remove reserved words used as aliases | Lester Caine | 1 | -2/+2 | |
| 2006-02-16 | new API for parseData(); please view ApiChangeLog for details | Max Kremmel | 1 | -2/+2 | |
| 2006-02-16 | replace tp alias with either atp (article_topic) or wp (wiki_page) | Max Kremmel | 1 | -15/+15 | |
| 2006-02-11 | Strip in-line group_id - still need serviceSql adding | Lester Caine | 1 | -7/+1 | |
| 2006-02-09 | Filter lists of content by group_id ( only enabled when gatekeeper is off ) | Lester Caine | 1 | -2/+8 | |
| 2006-02-06 | unify defined package constants | Max Kremmel | 1 | -2/+2 | |
| 2006-02-04 | forgot to add table prefix | Max Kremmel | 1 | -2/+2 | |
| 2006-02-04 | simplify LibertyStructure::getStructure() API by automatically getting and ↵ | Max Kremmel | 1 | -14/+30 | |
| checking for the root_content_id using LibertyStructure::getRootStructureId() | |||||
| 2006-02-02 | detikify sequence names | Max Kremmel | 1 | -2/+2 | |
| 2006-02-01 | detikify liberty | Max Kremmel | 1 | -71/+71 | |
| 2006-01-31 | massive table de-tikification. changed all tiki_ table prefixes with teh ↵ | bitweaver.org | 1 | -6/+6 | |
| package_ name. have changed everything except liberty except kernel | |||||
| 2006-01-25 | Added uspport for multiple database backend support. This necessitates ↵ | Christian Fowler | 1 | -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-17 | merge recent changes into HEAD | Max Kremmel | 1 | -2/+1 | |
| 2006-01-16 | call structure verification related methods statically that they can be ↵ | Max Kremmel | 1 | -8/+9 | |
| called without loading LibertyStructre | |||||
| 2006-01-14 | merge recent changes into HEAD | Max Kremmel | 1 | -86/+39 | |
| 2006-01-10 | merge recent changes into HEAD | Max Kremmel | 1 | -52/+257 | |
| 2005-12-29 | merge recent changes into HEAD | Max Kremmel | 1 | -10/+10 | |
