summaryrefslogtreecommitdiff
path: root/Pigeonholes.php
AgeCommit message (Collapse)AuthorFilesLines
2007-06-16move from gPreviewStyle to gBitThemes->setStyle()Max Kremmel1-7/+4
2007-06-10Add attachment browser.Nick Palmer1-2/+4
2007-06-10simplify parseData callMax Kremmel1-5/+3
2007-06-10Make pigeonholes LibertyAttachables and descriptions parsed content. Cleanup ↵Nick Palmer1-12/+18
display_description checking in templates. Need to add the attachment browser probably.
2007-04-05Make pigeonholes not call LibertyAttachable since it is LibertyContent (for ↵Nick Palmer1-10/+13
the moment). Fixup pretty url and extended url support and make sure to force a cononical url for pigeonholes for better SEO. Make sure stuff in Related Content is actually viewable by the user.
2007-03-14remove wiki package dependencyMax Kremmel1-8/+10
2007-03-09Remove limit on categories in on page assignment.Nick Palmer1-3/+3
Fix ordering on assign page.
2007-03-05Fix issues with assign content I broke before. Add forbid insert feature. ↵Nick Palmer1-4/+27
Fix bug with insert when there are no checks on the page. Need to add better security on insert still but the interface doesn't offer it now.
2007-03-03Added assign content pagination. Swapped rows and columns on page. This can ↵Nick Palmer1-3/+16
be reversed back in admin for sites with few categories.
2007-02-26Fix a bug in getDisplayUrl. Nexus for pigeonhole by content_id now works.Nick Palmer1-3/+4
2007-02-16Added ability to restrict results of getList to a single content type when ↵Nick Palmer1-3/+8
loading extras.
2007-01-06rename some methods in BitDbBase to meet bitweaver standards. all changes ↵Max Kremmel1-4/+4
backwards compatible with deprecated function call message.
2006-12-25rename ...Page() functions to ...Node()Max Kremmel1-3/+3
2006-11-20complete docsMax Kremmel1-7/+7
2006-10-13phpDoc correctionsLester Caine1-3/+3
2006-10-12get wiki page descriptions when available for a better title attribute ↵Max Kremmel1-3/+9
setting of the links
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
this is the best way to do this, but we'll see.
2006-09-08some cleanup in getContentList(), fix syntax and clean up in ↵Max Kremmel1-8/+9
get_content.php, use more generic keys and add some docs all over the place
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 ↵Max Kremmel1-6/+16
display limitation
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 ↵Sylvie Greverend1-6/+21
content_id (with the father or not)
2006-05-15be able to filter a getList on a list of pigeonholes by setting ↵Sylvie Greverend1-2/+22
hash['pigeonholes']
2006-05-05rename liberty_content_prefs.name to liberty_content_prefs.pref_name to keep ↵Max Kremmel1-13/+5
everything conform
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 ↵Christian Fowler1-5/+5
conflict with new content preferences
2006-02-24move service functions to Pigeonholes.php, fix content types dropdown, only ↵Max Kremmel1-13/+140
check path permissions when it's required, reduce defaults to as simple as possible
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 ↵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 Kremmel1-12/+14
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-08tidy up permission checks, display of dynamically collapsable list seems ↵Max Kremmel1-32/+49
quite impossible with permissions -> removed for now