11-11-2011 05:29 AM
11-11-2011 06:10 AM
11-12-2011 05:56 AM
Weak user rights management: Could you expand on that please?Here are some example I have:
Forum module: Share is deliberately designed with "light" implementations of forums, blogs and wiki as we don't think it's in anyone's best interest to spend time duplicating phpBB, Wordpress or MediaWiki respectively. If there are features you'd like to see, please raise enhancement requests in JIRA so we can consider them for future versions.
11-12-2011 03:39 PM
This is actually a great idea and would make a sensible enhancement to the current user import. I'll let our Product Management team know. Incidentally, the following entries in share-config-custom.xml will remove those search defaults (assuming you're using v4.0)
- I want to add about 50users to Alfresco installation and give them access to one site A, with no particular rights to another site B
…I am not able to link these users to any particular group while doing the CSV uploads (or did not find a way to do so).
<alfresco-config>
<!–
Overridden Search config entries to:
- remove minimum search term length for all searches.
–>
<config evaluator="string-compare" condition="Search" replace="true">
<search>
<!– default minimum length for search terms –>
<min-search-term-length>0</min-search-term-length>
<!– default maximum number of results for a search –>
<max-search-results>250</max-search-results>
</search>
</config>
<!–
Overridden form-config.xml entries to:
- remove minimum search term length for people searches.
–>
<config>
<forms>
<default-controls>
<type name="association:cm:person" template="/org/alfresco/components/form/controls/authority.ftl">
<control-param name="minSearchTermLength">0</control-param>
</type>
<type name="association:cm:authority" template="/org/alfresco/components/form/controls/authority.ftl">
<control-param name="minSearchTermLength">0</control-param>
</type>
<type name="association:cm:authorityContainer" template="/org/alfresco/components/form/controls/authority.ftl">
<control-param name="minSearchTermLength">0</control-param>
</type>
</default-controls>
</forms>
</config>
</alfresco-config>
Yes, this is a known limitation we are hoping to fix in a future version. In the meantime, you can override the page config in the site-data folder and change the "user" authentication value to "admin".
- Access to main page items and allowing site creation
The access to items (such as 'sites', 'people', repository') which are accessible in the header of the main page can not be easily customised. I found a way to get them displayed only if the connected user has Admin rights but it does not prevent other to access these if they have the link. I do not want everybody to be able to browse the repository or to create new sites.
I hadn't seen that post. Currently this isn't possible without some code modification - i.e. changing the webscript that picker uses and making sure the current site (if you are in one) is passed in the query. You should raise this as an enhancement request (or bug if you consider it one) in JIRA.
- Visibility (confidentiality) of other users
I made a another post on this: https://forums.alfresco.com/en/viewtopic.php?f=47&t=41736
Once you've hidden the Repository Browser, normal users should no longer see these. I agree it's somewhat of a User Experience issue however.
- Visible directories
It seems that directories such as Surf-config can not be hidden whereas common users do not need to be aware of it
What I was expecting for a collaborative approach is to have this forum more tightly coupled with the other modules.The model backing the "Comments" functionality on documents and folders is actually the same used for discussions, however we took a decision early on to deliberately simplify to a flat structure - with hindsight we could have made that more nested through configuration.
For example, from a 'document' or a 'folder' of the library, I was hoping to see a possibility to launch a discussion related to that document.
Also, I was thinking that we would be able to launch group based discussions
Finally, I know that users are often not proactive in going to the forum. Getting the possibility to receive the message directly in the email box and reply to them from the e.mail (kind of features existing in facebook for example) would be quite efficient.
…the exhaustive list of parameters of the alfresco-global.properties file. Does such a list exist ?I don't think there is - the approach taken is to cover the settings for each configurable item in the relevant section, rather than just a big list. It might be something our Documentation Team can put together however, as our source docs are Dita-based, hence quite modular.
11-12-2011 05:06 PM
06-06-2012 10:23 PM
06-07-2012 03:28 AM
06-07-2012 09:57 AM
05-31-2013 05:35 AM
05-31-2013 07:22 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.