Questions tagged [alfresco-share]

Alfresco Share is a web-based collaboration environment for managing documents, wiki content, blogs and more.

Alfresco Share is a web-based collaboration environment for managing documents, wiki content, blogs and more. Share leverages the Alfresco repository to provide content services and utilises the Alfresco Surf Platform to provide the underlying presentation framework.

See https://wiki.alfresco.com/wiki/Alfresco_Share

1122 questions
0
votes
1 answer

Is it possible to append the currency sign in YUI2 datatable after the numerals?

I would like to position the currency label after the numerals in the datatable. I currently have this configuration: currencyOptions: { prefix: '€', decimalPlaces: 2, decimalSeparator: ',', thousandsSeparator: '.'} but this prefixes the sign.
Dark Star1
  • 6,986
  • 16
  • 73
  • 121
0
votes
0 answers

Alfresco, Batch disable inheritance on a huge amount of Folders

I have an Alfresco Folder with 10000 + Children Spaces, and they are inheriting a specific role that I want to remove. Is there any way, either by Alfresco's UI or even programmatically, to disable the inheritance for each child Space ? The only way…
yannicuLar
  • 3,083
  • 3
  • 32
  • 50
0
votes
1 answer

Alfresco Share document library without login

I need to allow guest users to access the document library of the Alfresco Share. I created a template similar to documentlibrary, where I set the authentication level required to guest:
Guilherme
  • 1,705
  • 1
  • 25
  • 45
0
votes
1 answer

How to customize the move-to popup in Alfresco Share?

I have a requirement where I need to customize the move to popup in Alfresco share such that in the destination section I only need to show Repository and My User Home and not sites . Can anyone provide a solution on how this can be achieved ?
user2361591
  • 153
  • 1
  • 14
0
votes
1 answer

Alfresco java.lang.IllegalStateException error when creating space

"java.lang.IllegalStateException: Failed to resolve to a single NodeRef with parameters (store=workspace:SpacesStore uuid=null path=/app:company_home/cm:DCSL_DOCS/cm:Scanned_Docs), found 0 nodes." above shows my erro. here is my source code which…
Priyan RockZ
  • 1,605
  • 7
  • 40
  • 68
0
votes
1 answer

What information is available to a rule in alfresco share?

I'd like to have a rule that prepends some numbering to files and folders within a workspace but since this is a new area for me, I'm unsure what information is available to the rule. I was going to have the rule fire a script when executed but this…
Dark Star1
  • 6,986
  • 16
  • 73
  • 121
0
votes
1 answer

reading the value of a document property from within a behavior

question description and code was updated Question 1: would be with what do I replace the dummy int attachmentid = 123; in the code below in order to read custom property sc:OpenERPattachmentID1 to get the id value stored in it? (Question 1 was…
MrHappy
  • 81
  • 1
  • 1
  • 10
0
votes
1 answer

Is it possible to override a component in share.js in alfresco share?

I want to change the default width of the panel resizer for alfresco share and I noticed this is set in the share.js dropping the whole file into my extension path just to change the values seems a bit too extreme.
Dark Star1
  • 6,986
  • 16
  • 73
  • 121
0
votes
1 answer

How to test if a user is in a site context in Alfresco Share?

I need to test if a user is within a site context or not to perform some action in share page views. How can I achieve this?
Dark Star1
  • 6,986
  • 16
  • 73
  • 121
0
votes
1 answer

Search A / B or "A / B" or A/B in Alfresco 4.2d have issues

I have a custom model in which I have a property having following constraint : Custom List
0
votes
1 answer

Global search in Alfresco 4.2.c with accented characters

Global search with accented characters workout doesn't work out of the box on my 4.2.c install, however whilst I was making some dev modifications and JVM modifications and by the time I had gotten around to working on the finding the cause and…
Dark Star1
  • 6,986
  • 16
  • 73
  • 121
0
votes
0 answers

Embedded windows media player doesn't work on alfresco

I wanna use embedded windows media player on our alfresco system for displaying .mkv etc. I already defined windows media player on alfresco but it doesn't resolve the video url different than internet explorer. I use as default the url from…
Umut
  • 66
  • 5
0
votes
1 answer

Getting the Information about folder of alfresco using java application

I have a my web appliacation which run on one server and alfresco application on another server.Now we are opening the alfresco share page using single-sign on.I want that if user click on particular folder then the information about that folder…
0
votes
1 answer

Changing property value in alfresco share trough jquery cmis, need beginner aid, 4.2.c

So I've read about how apps for alfresco share can query data with jquery cmis on pages like http://blog.productivist.com/query-alfresco-using-cmis-and-jquery/ But what if I want to do the exact opposite? I've got a webapp that after receiving input…
MrHappy
  • 81
  • 1
  • 1
  • 10
0
votes
2 answers

How to pass a workspace url as a parameter to the repository in alfresco share?

I am trying to pass the string representation of a nodeRef as a parameter to the repository like so: url: Alfresco.constants.PROXY_URI + "synapture/commande/commande-get/" + new Alfresco.util.NodeRef(commandeObj.commandeNodeRef) however when I look…
Dark Star1
  • 6,986
  • 16
  • 73
  • 121