summaryrefslogtreecommitdiff
path: root/Pigeonholes.php
AgeCommit message (Expand)AuthorFilesLines
2006-10-13phpDoc correctionsLester Caine1-3/+3
2006-10-12get wiki page descriptions when available for a better title attribute settin...Max Kremmel1-3/+9
2006-09-22syntax errorSylvie Greverend1-3/+3
2006-09-20patches bug in content_list_sql, wrong key name was usedwjames51-3/+3
2006-09-20adds support for universal category REQUEST key to content_list_sqlwjames51-3/+13
2006-09-09rename filter hash key to $pParamHash['pigeonholes']['filter'] - not sure if ...Max Kremmel1-7/+7
2006-09-08some cleanup in getContentList(), fix syntax and clean up in get_content.php,...Max Kremmel1-8/+9
2006-09-08use uasort instead of usort to maintain array keybitweaver.org1-3/+3
2006-09-08only perform array related operations when there is one to work withMax Kremmel1-21/+23
2006-09-07finally added truncation of categories and pigeonhole path list sortingMax Kremmel1-10/+49
2006-06-18remove cantMax Kremmel1-11/+2
2006-06-18display correct number of assignable elements and fix pagination related disp...Max Kremmel1-6/+16
2006-06-14changed $aux['name'] to $aux['pref_name'] at line 444 for proper db retrievalJerry Russell1-3/+3
2006-06-06kernel_config name updatesMax Kremmel1-3/+3
2006-06-05get created date of members so things like blog posts can auto-generate a titlebitweaver.org1-3/+3
2006-05-31extend LibertyContent instead of LibertyAttachable to reduce loadMax Kremmel1-4/+4
2006-05-15possibility to get all the sons of a pigeonhole from the pigeonhole content_i...Sylvie Greverend1-6/+21
2006-05-15be able to filter a getList on a list of pigeonholes by setting hash['pigeonh...Sylvie Greverend1-2/+22
2006-05-05rename liberty_content_prefs.name to liberty_content_prefs.pref_name to keep ...Max Kremmel1-13/+5
2006-05-02reduce db count by one - woohoo!Max Kremmel1-5/+7
2006-04-19remove leading '<'Max Kremmel1-3/+3
2006-04-19change theme only if feature active and if theme associated to the pigeonholeSylvie Greverend1-3/+5
2006-04-18new param to getList to look only in a set of brothersSylvie Greverend1-3/+10
2006-04-14more kernel_config renamesMax Kremmel1-3/+3
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 Kremmel1-6/+6
2006-03-01move BitSystem:: preferences methods to get/set/load/storeConfig to avoid con...Christian Fowler1-5/+5
2006-02-24move service functions to Pigeonholes.php, fix content types dropdown, only c...Max Kremmel1-13/+140
2006-02-18Fix reserved word field names - follow on from schemaLester Caine1-4/+4
2006-02-13another batch of kernel_prefs name cleanup. this should be itMax Kremmel1-4/+4
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-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 ar...Christian Fowler1-4/+3
2006-02-08php: introduce new method: getPref( $package, $pref, $defaut ) (order is open...Max Kremmel1-12/+14
2006-02-08tidy up permission checks, display of dynamically collapsable list seems quit...Max Kremmel1-32/+49
2006-02-07add permissioning to categories - permissions are checked recursively - w00t\!Max Kremmel1-6/+7
2006-02-04add module that automatically displays the full pigeonhole, the content is pa...Max Kremmel1-3/+9
2006-02-02fix content_type selection in getAssignableContentMax Kremmel1-3/+3
2006-02-02detikify sequence namesMax Kremmel1-3/+3
2006-02-01unify table aliasesMax Kremmel1-4/+4
2006-02-01detikify libertyMax Kremmel1-41/+41
2006-01-31massive table de-tikification. changed all tiki_ table prefixes with teh pack...bitweaver.org1-34/+34
2006-01-30make sure the first heading in the column displays &hellip; when neededpre_table_detikificationbitweaver.org1-5/+6
2006-01-30use content preferences instead of pigeonhole_settings tableMax Kremmel1-97/+5
2006-01-26load structure only when neededMax Kremmel1-10/+12
2006-01-25fix Pigeonholes::getAssignableContent()Max Kremmel1-8/+7
2006-01-25fix ->fields callsChristian Fowler1-3/+3
2006-01-25Added uspport for multiple database backend support. This necessitates remova...Christian Fowler1-29/+19
2006-01-24merge assign content changes to HEAD and clean up APIMax Kremmel1-13/+24