Alfresco from a developers point of view
RSS icon Email icon Home icon
  • Alfresco Share eats documents

    Posted on March 30th, 2009 jan 6 comments

    I just recognized thats Alfresco Share has some really bad behaviour handling documents with the same name:

    1. Upload a a new document to Share doclib, e.g. called test.doc
    2. Upload another test.doc document with other content to the same space/folder via Share
    3. What happened? The 2nd upload overwrites the first one, the content property has been replaced, the first test.doc content has gone…

    Upps! Please don’t try this with your boss’s 200 page concept ;-)

    I followed this in Enterprise 3.0.1 & Ent. 3.1…

    I’ll raise an issue when I recover my  JIRA credentials.

  • Role based configurations in Alfesco Share?

    Posted on March 19th, 2009 jan 3 comments

    I’m currently writing a concept of a knowledge management portal based on Alfresco Share. The Alfresco guys are adding some missing features to Share in the next release(s), e.g. support of custom meta-data, Rules & Actions. But I’m missing a few other things, one of them I’d like to discuss in this post.

    What about Role based configuration? I think it is quite often that you’d like to configurate, that for example a consumer doesn’t see some adminitrative components or Dashlets you’ve added to Share to support your use case.

    I know that you can achieve this by custom coding (Or am I missing sth.?), but from my point of view this should be an configuration task.

  • Preview of custom metadata support in Share

    Posted on March 13th, 2009 jan 1 comment

    As discussed in my prevoius post, Alfresco Share is currently missing support for custom metadata.
    Gavin Cornwell (Alfresco) gives a preview of the comming support in 3.2 Enterprise here

    I’m sure, that the new REST based Form Service will help a lot of developers!