summaryrefslogtreecommitdiff
path: root/view.php
AgeCommit message (Collapse)AuthorFilesLines
2007-06-10Make pigeonholes LibertyAttachables and descriptions parsed content. Cleanup ↵Nick Palmer1-2/+3
display_description checking in templates. Need to add the attachment browser probably.
2007-04-23fatalError message translation standardisation: fatalError message is not ↵Max Kremmel1-3/+3
translated in the function so it has to be translated when it's passed in. this allows for dynamically changed errormessages without causing duplicate master strings
2007-04-05Make pigeonholes not call LibertyAttachable since it is LibertyContent (for ↵Nick Palmer1-2/+7
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.
2006-06-20no need to check for empty()bitweaver.org1-3/+3
2006-06-18display correct number of assignable elements and fix pagination related ↵Max Kremmel1-7/+9
display limitation
2006-04-24clean up templates a bitbitweaver.org1-3/+3
2006-04-11rename permissions to new standard using: p_<package>_<verb>_[<noun>]Max Kremmel1-4/+4
2006-02-23redirect user to list page if we don't have a valid root_structure_idbitweaver.org1-35/+6
2006-02-08php: introduce new method: getPref( $package, $pref, $defaut ) (order is ↵Max Kremmel1-4/+3
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-08tidy up permission checks, display of dynamically collapsable list seems ↵Max Kremmel1-5/+43
quite impossible with permissions -> removed for now
2006-01-24merge assign content changes to HEAD and clean up APIMax Kremmel1-3/+3
2006-01-24rename $gPigeonholes to $gContent since we're dealing with LibertyContentMax Kremmel1-8/+8
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-18remove custom positioning codeMax Kremmel1-6/+2
2006-01-18get various areas working again with recent code changesMax Kremmel1-6/+20
2006-01-17bring getList() up to the new standards and use pagination when listing ↵Max Kremmel1-4/+8
categories
2006-01-14merge recent changes into HEADMax Kremmel1-4/+5
2005-08-21import pigeonholes - take 2Max Kremmel1-0/+46