summaryrefslogtreecommitdiff
path: root/Pigeonholes.php
AgeCommit message (Collapse)AuthorFilesLines
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 ↵Max Kremmel1-3/+9
part of
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 ↵bitweaver.org1-34/+34
package_ name. have changed everything except liberty except kernel
2006-01-30make sure the first heading in the column displays … 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 ↵Christian Fowler1-29/+19
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-24merge assign content changes to HEAD and clean up APIMax Kremmel1-13/+24
2006-01-24tighten API by using only $pListHashMax Kremmel1-10/+8
2006-01-24rename $gPigeonholes to $gContent since we're dealing with LibertyContentMax Kremmel1-4/+4
fix some minor layout issues and add some basic prefs to schema_inc add option to not show any category members, but only category name - can act as tagging system that way
2006-01-20apply R1 fix in HEADMax Kremmel1-3/+3
2006-01-20further work on pigeonholes view layoutMax Kremmel1-2/+3
2006-01-20merge recent changes into HEADMax Kremmel1-4/+4
2006-01-19completely pull positioning stuff and try and make listing better - table ↵Max Kremmel1-39/+3
based layout rocks now
2006-01-18remove custom positioning codeMax Kremmel1-44/+6
2006-01-18get various areas working again with recent code changesMax Kremmel1-19/+22
2006-01-17htmlspecialchars title for links - should be done for all getDisplayLink()sMax Kremmel1-3/+3
2006-01-17bring getList() up to the new standards and use pagination when listing ↵Max Kremmel1-7/+7
categories
2006-01-14merge recent changes into HEADMax Kremmel1-21/+58
2006-01-10merge recent changes into HEADMax Kremmel1-17/+24
2005-12-26merge recent changes into HEADMax Kremmel1-40/+40
2005-12-20Tue Dec 20 08:41:39 2005 Michael Jennings (mej)Michael Jennings1-3/+3
Be specific about JOIN type. ----------------------------------------------------------------------
2005-11-22tighten up getMemberList sqlbitweaver.org1-10/+10
2005-11-03add parenthesis for DISTINCT()Max Kremmel1-3/+3
2005-10-28used wrong JOIN: RIGHT JOIN --> LEFT JOINMax Kremmel1-3/+3
2005-10-26adjust getMemberList() to work with new moduleMax Kremmel1-43/+63
2005-10-22apply some default sort modeMax Kremmel1-4/+7
2005-10-19php 4.4 stuffMax Kremmel1-4/+4
2005-10-18display category specific themeMax Kremmel1-3/+3
2005-10-18get pigeonholes working with recent changes to LibertyContentMax Kremmel1-7/+115
add new table for storing individual pigeonhole settings such as theme add theme as custom pigoenhole preference - not fully working yet, but basics are there
2005-09-11reduce query count by 50% for getList()Max Kremmel1-13/+22
2005-09-11added notes about where queries can be optimised. currently it uses up too ↵Max Kremmel1-2/+4
many queries
2005-08-21import pigeonholes - take 2Max Kremmel1-0/+747