| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2007-08-23 | add service function and template to add category filter on list pages. list ↵ | Max Kremmel | 3 | -23/+47 | |
| services still need to be implemented in various packages. | |||||
| 2007-08-23 | remove duplicate code | Max Kremmel | 1 | -39/+7 | |
| 2007-08-04 | improve permission and group logic and fix such restrictions | Max Kremmel | 3 | -37/+57 | |
| 2007-07-16 | only load LibertyAttachable when needed | Max Kremmel | 1 | -5/+7 | |
| 2007-07-16 | Add m(Admin|Edit|View)ContentPermission to various classes. update ↵ | Max Kremmel | 2 | -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-16 | set gBitSystem global | Max Kremmel | 1 | -3/+3 | |
| 2007-07-15 | truncate pigoenholes categories names when we're using the select box | Max Kremmel | 1 | -3/+3 | |
| 2007-07-10 | move loadAjax() to BitThemes | Max Kremmel | 1 | -3/+3 | |
| 2007-07-09 | clean up ajax library calls by only allowing gBitSystem->loadAjax() instead ↵ | Max Kremmel | 1 | -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-09 | typos | Max Kremmel | 1 | -2/+2 | |
| 2007-07-09 | add structure_id based rewrite rule | bitweaver.org | 1 | -0/+1 | |
| 2007-07-07 | don't truncate description | Max Kremmel | 1 | -13/+11 | |
| 2007-07-01 | standardise all menus by using new ilocation=menu and add missing icons | Max Kremmel | 1 | -7/+7 | |
| 2007-07-01 | remove content insertion code. this is dealt with in the assign content page | Max Kremmel | 1 | -28/+3 | |
| 2007-07-01 | check to see if descriptions are turned on before including attachment ↵ | Max Kremmel | 1 | -26/+7 | |
| browser and remove content insertion box. this is much easier to deal with in the assign content page | |||||
| 2007-06-23 | provide gif alternatives for all png icons. this will allow us to remove the ↵ | Max Kremmel | 1 | -0/+0 | |
| msie png fix and add an option to enable it | |||||
| 2007-06-22 | Add phpdoc comment blocks | Lester Caine | 1 | -2/+5 | |
| 2007-06-16 | move from gPreviewStyle to gBitThemes->setStyle() | Max Kremmel | 1 | -7/+4 | |
| 2007-06-16 | Bring Attachment Browser under p_liberty_attach_attachments control | Lester Caine | 1 | -7/+9 | |
| 2007-06-10 | Fix warning. | Nick Palmer | 1 | -4/+3 | |
| 2007-06-10 | Add attachment browser. | Nick Palmer | 3 | -86/+107 | |
| 2007-06-10 | simplify parseData call | Max Kremmel | 1 | -5/+3 | |
| 2007-06-10 | Make pigeonholes LibertyAttachables and descriptions parsed content. Cleanup ↵ | Nick Palmer | 11 | -37/+56 | |
| display_description checking in templates. Need to add the attachment browser probably. | |||||
| 2007-06-09 | set default menu names on installation | Max Kremmel | 1 | -3/+1 | |
| 2007-06-08 | Fix category suckerfish so it works with new layouts system. | Nick Palmer | 1 | -3/+7 | |
| 2007-05-18 | provide pretty_url urls as well. please take pretty_urls into account when ↵ | Max Kremmel | 1 | -2/+16 | |
| adding pretty_urls_extended stuff and vice versa | |||||
| 2007-05-16 | missing forward slash in member link under the 'dynamic' section caused ↵ | gravyface | 1 | -1/+1 | |
| 404/302 to list.php. i.e. 'view/structure9' for pretty urls | |||||
| 2007-04-24 | typo | laetzer | 1 | -1/+1 | |
| 2007-04-23 | fatalError message translation standardisation: fatalError message is not ↵ | Max Kremmel | 1 | -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 area | laetzer | 1 | -2/+2 | |
| 2007-04-05 | Add new mod_category_suckerfish module. :) | Nick Palmer | 2 | -0/+118 | |
| 2007-04-05 | Make pigeonholes not call LibertyAttachable since it is LibertyContent (for ↵ | Nick Palmer | 7 | -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-14 | remove wiki package dependency | Max Kremmel | 1 | -8/+10 | |
| 2007-03-09 | Remove limit on categories in on page assignment. | Nick Palmer | 2 | -6/+6 | |
| Fix ordering on assign page. | |||||
| 2007-03-05 | Fix issues with assign content I broke before. Add forbid insert feature. ↵ | Nick Palmer | 5 | -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-04 | Swap default for assign content back to what it was. | Nick Palmer | 2 | -5/+5 | |
| 2007-03-03 | Added assign content pagination. Swapped rows and columns on page. This can ↵ | Nick Palmer | 4 | -15/+98 | |
| be reversed back in admin for sites with few categories. | |||||
| 2007-02-26 | Fix a bug in getDisplayUrl. Nexus for pigeonhole by content_id now works. | Nick Palmer | 1 | -3/+4 | |
| 2007-02-24 | fix 'seperate' spelling mistakes | Max Kremmel | 1 | -3/+3 | |
| 2007-02-16 | Added ability to restrict results of getList to a single content type when ↵ | Nick Palmer | 1 | -3/+8 | |
| loading extras. | |||||
| 2007-01-14 | hide content selector when editing pigeonhole to avoid devestating effects | Max Kremmel | 1 | -13/+15 | |
| 2007-01-10 | rename some files for a more intuitive and logical set of names | Max Kremmel | 5 | -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-10 | missing {tr}s | Max Kremmel | 1 | -1/+1 | |
| 2007-01-10 | only display subtree when requested and when there's more than one to show | Max Kremmel | 1 | -1/+3 | |
| 2007-01-10 | make subtree listing optional | Max Kremmel | 1 | -1/+5 | |
| 2007-01-07 | only display path list when user has permissions to insert items into ↵ | Max Kremmel | 1 | -30/+32 | |
| pigeonholes | |||||
| 2007-01-06 | rename some methods in BitDbBase to meet bitweaver standards. all changes ↵ | Max Kremmel | 1 | -4/+4 | |
| backwards compatible with deprecated function call message. | |||||
| 2007-01-05 | searched for .title} .description} and .data} and added |escape where ↵ | Max Kremmel | 2 | -3/+3 | |
| appropriate (i hope). might have misinterpreted a situation or two, so please keep a lookout... | |||||
| 2006-12-31 | translate content_description when it's loaded that we don't have to worry ↵ | Max Kremmel | 1 | -3/+3 | |
| about it later | |||||
| 2006-12-31 | use the displayUrl | Max Kremmel | 1 | -3/+4 | |
