summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2006-04-24simplify templates even some more. remove all the extra icons in the ↵Max Kremmel3-9/+3
structure template and use the ones from the section template
2006-04-24clean up templates a bitbitweaver.org3-11/+15
2006-04-19replace dislpay_name config with users_display_nameChristian Fowler1-1/+1
2006-04-19remove leading '<'Max Kremmel1-3/+3
2006-04-19add an option in pigeonhole to toggle between checkbox to scrolling list if ↵Sylvie Greverend3-16/+38
number of pigeonholes > x
2006-04-19change theme only if feature active and if theme associated to the pigeonholeSylvie Greverend1-3/+5
2006-04-19revert changes. sorry...Max Kremmel1-3/+1
2006-04-19close the <li>Max Kremmel1-6/+8
2006-04-19a try to add some delete button on a sub category- will rollbackSylvie Greverend1-0/+5
2006-04-18new param to getList to look only in a set of brothersSylvie Greverend1-3/+10
2006-04-18to go effectively to edit categSylvie Greverend1-1/+1
2006-04-18display actually set values in formMax Kremmel1-3/+3
2006-04-14more kernel_config renamesMax Kremmel7-17/+17
2006-04-11more permissions housekeeping and tidyupMax Kremmel1-1/+1
2006-04-11getList with filter on the pigeonhole name/titleSylvie Greverend1-2/+9
2006-04-11rename permissions to new standard using: p_<package>_<verb>_[<noun>]Max Kremmel12-36/+36
2006-04-05tonnes of upgrader error sqashes - liberty_content_links still remain to be ↵Max Kremmel1-12/+12
dealt with
2006-03-25escape htmlspecialchars on output instead of during store processMax Kremmel4-8/+8
2006-03-01move BitSystem:: preferences methods to get/set/load/storeConfig to avoid ↵Christian Fowler1-2/+2
conflict with new content preferences
2006-03-01move BitSystem:: preferences methods to get/set/load/storeConfig to avoid ↵Christian Fowler5-13/+13
conflict with new content preferences
2006-02-24move service functions to Pigeonholes.php, fix content types dropdown, only ↵Max Kremmel9-190/+154
check path permissions when it's required, reduce defaults to as simple as possible
2006-02-23redirect user to list page if we don't have a valid root_structure_idbitweaver.org1-35/+6
2006-02-23assign $gContent by_refbitweaver.org1-2/+2
2006-02-21Moved pigeonhole_members.parent_id FOREIGN KEY reference from ↵Sean Lee1-1/+1
Pigeonholes.content_id to liberty_content.content_id
2006-02-18make constraint point to pigeonholes instead of liberty_contentMax Kremmel1-7/+1
2006-02-18Fix reserved word field names - follow on from schemaLester Caine1-4/+4
2006-02-17registerPackage now takes a hash instead of multiple parameters - keeps # of ↵Max Kremmel1-2/+8
parameters under control
2006-02-13use serviceHashMax Kremmel1-2/+2
2006-02-13another batch of kernel_prefs name cleanup. this should be itMax Kremmel1-4/+4
2006-02-12clean up service function namesMax Kremmel2-12/+12
2006-02-11Strip in-line group_id - still need serviceSql adding (missed some)Lester Caine1-13/+2
2006-02-11Strip in-line group_id - still need serviceSql addingLester Caine1-8/+2
2006-02-10Extra contentDescs assign removedLester Caine1-3/+2
2006-02-10values and options in html_options are exclusiveLester Caine2-2/+2
2006-02-10Use the content_type Description for drop down listLester Caine2-3/+4
2006-02-09Filter lists of content by group_id ( only enabled when gatekeeper is off )Lester Caine1-3/+20
2006-02-08major change of BitDbBase::associateUpdate method - it now takes a simpler ↵Christian Fowler1-4/+3
array( 'column1' => 'value1', columnN' => 'valueN' ) as the third parameter. This allows much simpler updating based on multiple columns in the WHERE clause
2006-02-08php: introduce new method: getPref( $package, $pref, $defaut ) (order is ↵Max Kremmel2-16/+17
open for discussion tpl: $gBitPref.package.pref applied package name to all saves - should make database more organised and should allow more reliable uninstalls in the future
2006-02-08PHP reference 'bug' fixLester Caine1-3/+4
2006-02-08Make Theme/Permissions/Group optional in pigeonholesLester Caine4-39/+68
2006-02-08tidy up permission checks, display of dynamically collapsable list seems ↵Max Kremmel7-98/+113
quite impossible with permissions -> removed for now
2006-02-08Fix error when no pigeonholes available - could be tidierLester Caine1-4/+7
2006-02-07add permissioning to categories - permissions are checked recursively - w00t\!Max Kremmel5-19/+74
2006-02-06Change ['control'] to ['listInfo']Lester Caine1-2/+2
2006-02-05not sure what these are doing in hereMax Kremmel2-72/+0
2006-02-04remove unused assignmentMax Kremmel1-1/+0
2006-02-04add module that automatically displays the full pigeonhole, the content is ↵Max Kremmel4-4/+39
part of
2006-02-04masse fixing of schema CONSTRAINTs. they seem to work now that adodb has ↵Christian Fowler1-6/+6
decided to change CONSTRAINTS back to CONSTRAINT
2006-02-04simplify LibertyStructure::getStructure() API by automatically getting and ↵Max Kremmel3-15/+11
checking for the root_content_id using LibertyStructure::getRootStructureId()
2006-02-04highlight currently selected itemMax Kremmel1-2/+2