summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2007-08-23add service function and template to add category filter on list pages. list ↵Max Kremmel3-23/+47
services still need to be implemented in various packages.
2007-08-23remove duplicate codeMax Kremmel1-39/+7
2007-08-04improve permission and group logic and fix such restrictionsMax Kremmel3-37/+57
2007-07-16only load LibertyAttachable when neededMax Kremmel1-5/+7
2007-07-16Add m(Admin|Edit|View)ContentPermission to various classes. update ↵Max Kremmel2-2/+8
LibertyContent::has(Admin|Edit|View)Permission to work with new values. To make use of these new permission checks simply use $gContent->hasEditPermission(). Please check to see if i inserted the correct permissions in all classes. new admin permission added to treasury.
2007-07-16set gBitSystem globalMax Kremmel1-3/+3
2007-07-15truncate pigoenholes categories names when we're using the select boxMax Kremmel1-3/+3
2007-07-10move loadAjax() to BitThemesMax Kremmel1-3/+3
2007-07-09clean up ajax library calls by only allowing gBitSystem->loadAjax() instead ↵Max Kremmel1-3/+3
of assigning loadAjax to the templates. please update your files. also the suggest stuff in the group edit page has a pulse again but it's still in a coma - needs a bit more work
2007-07-09typosMax Kremmel1-2/+2
2007-07-09add structure_id based rewrite rulebitweaver.org1-0/+1
2007-07-07don't truncate descriptionMax Kremmel1-13/+11
2007-07-01standardise all menus by using new ilocation=menu and add missing iconsMax Kremmel1-7/+7
2007-07-01remove content insertion code. this is dealt with in the assign content pageMax Kremmel1-28/+3
2007-07-01check to see if descriptions are turned on before including attachment ↵Max Kremmel1-26/+7
browser and remove content insertion box. this is much easier to deal with in the assign content page
2007-06-23provide gif alternatives for all png icons. this will allow us to remove the ↵Max Kremmel1-0/+0
msie png fix and add an option to enable it
2007-06-22Add phpdoc comment blocksLester Caine1-2/+5
2007-06-16move from gPreviewStyle to gBitThemes->setStyle()Max Kremmel1-7/+4
2007-06-16Bring Attachment Browser under p_liberty_attach_attachments controlLester Caine1-7/+9
2007-06-10Fix warning.Nick Palmer1-4/+3
2007-06-10Add attachment browser.Nick Palmer3-86/+107
2007-06-10simplify parseData callMax Kremmel1-5/+3
2007-06-10Make pigeonholes LibertyAttachables and descriptions parsed content. Cleanup ↵Nick Palmer11-37/+56
display_description checking in templates. Need to add the attachment browser probably.
2007-06-09set default menu names on installationMax Kremmel1-3/+1
2007-06-08Fix category suckerfish so it works with new layouts system.Nick Palmer1-3/+7
2007-05-18provide pretty_url urls as well. please take pretty_urls into account when ↵Max Kremmel1-2/+16
adding pretty_urls_extended stuff and vice versa
2007-05-16missing forward slash in member link under the 'dynamic' section caused ↵gravyface1-1/+1
404/302 to list.php. i.e. 'view/structure9' for pretty urls
2007-04-24typolaetzer1-1/+1
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-19"what's related" - divorced module from bottom arealaetzer1-2/+2
2007-04-05Add new mod_category_suckerfish module. :)Nick Palmer2-0/+118
2007-04-05Make pigeonholes not call LibertyAttachable since it is LibertyContent (for ↵Nick Palmer7-21/+37
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 Palmer2-6/+6
Fix ordering on assign page.
2007-03-05Fix issues with assign content I broke before. Add forbid insert feature. ↵Nick Palmer5-17/+73
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-04Swap default for assign content back to what it was.Nick Palmer2-5/+5
2007-03-03Added assign content pagination. Swapped rows and columns on page. This can ↵Nick Palmer4-15/+98
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-24fix 'seperate' spelling mistakesMax Kremmel1-3/+3
2007-02-16Added ability to restrict results of getList to a single content type when ↵Nick Palmer1-3/+8
loading extras.
2007-01-14hide content selector when editing pigeonhole to avoid devestating effectsMax Kremmel1-13/+15
2007-01-10rename some files for a more intuitive and logical set of namesMax Kremmel5-9/+10
templates/display_members.tpl -> templates/service_edit_mini_inc.tpl templates/display_paths.tpl -> templates/service_edit_tab_inc.tpl templates/pigeonholes_input_inc.tpl -> templates/service_nav_path_inc.tpl templates/pigeonholes_input_mini_inc.tpl -> templates/service_view_members_inc.tpl
2007-01-10missing {tr}sMax Kremmel1-1/+1
2007-01-10only display subtree when requested and when there's more than one to showMax Kremmel1-1/+3
2007-01-10make subtree listing optionalMax Kremmel1-1/+5
2007-01-07only display path list when user has permissions to insert items into ↵Max Kremmel1-30/+32
pigeonholes
2007-01-06rename some methods in BitDbBase to meet bitweaver standards. all changes ↵Max Kremmel1-4/+4
backwards compatible with deprecated function call message.
2007-01-05searched for .title} .description} and .data} and added |escape where ↵Max Kremmel2-3/+3
appropriate (i hope). might have misinterpreted a situation or two, so please keep a lookout...
2006-12-31translate content_description when it's loaded that we don't have to worry ↵Max Kremmel1-3/+3
about it later
2006-12-31use the displayUrlMax Kremmel1-3/+4