What's new in Alfresco 4.2

Alfresco has recently released its latest version for Enterprise and Community editions with great new features that makes the end users lives easier.

1. New look

Alfresco has changed quite a bit the look and feel of their main user interface (Alfresco Share), making it cleaner and nicer letting the user focus on the importan content of the page. As the screenshot below shows some management buttons have been moved or replaced by icons, the CSS has been changed to make it sexier, etc.

 

Alfresco User Dashboard

Alfresco added new menus to the menu bar too, easying the access to certain areas.

Alfresco Sites' dashboards and layout has also changed. The navigation bar has been moved to the right and hid some area under the "More" menu.

Alfresco Share Site Dashboard

The document library has been refactored adding new views such as Gallery View, Media View, Table View and some others apart from the pre-existing Detailed and Simple views. The user has the option to set it in Full Screen mode.

Alfresco Share Document Library view options

2. ZIP and download

Up until this version, the user needed to download each and every item she wanted to one by one. With this version the user can not just download several files at the same time compressing them in a ZIP format file, but she can also download whole folder structures.

Alfresco Share zip download

3. User Trashcan

Now all users can retrieve accidently deleted files and folders without contacting an Adminstrator. Accessible under the My Profile area, a user Trashcan is a searchable location where files can be restored or purged with multi-select actions. It is also possible to restore entire deleted Share sites with document library content and all components and permissions still intact. Users can also view the content of deleted documents without restoring them completely, as a quick way of retrieving or validating accidently deleted content.

4. Improved Google Docs integration

New seamless integration with Google Docs. No need of a "system" google docs account anymore, using your own google account.

5. Share document

Quick share functionality to share documents with external people or in social networks, not needing an Alfresco user account to access it. This was a highly demamded feature only available in Alfresco cloud and brought to Enterprise and Community editions now. Once shared the document will be marked as shared and anyone having the link will have access to it. Unsharing the file is easy by just clicking the Unshare option.

Alfresco Share share button

6. Easier Alfresco Share customization

With the new UI framework it is easier to develop and customize the Alfresco Share via widgets and extensible hooks avoiding code duplication and supporting easier the upgrades. There will be a future blog post explaining how to extend and customize the Alfresco Share interface, with examples and code snippets.

Share continues to be based on YUI library, but the updated framework is based on the Dojo library. The main goals of the new framework are:

  • Provide a library of fine-grained, decoupled widgets that completely encapsulate all of their function, styling and localization behaviour.
  • To make it easy to unit test those widgets across multiple browsers.
  • To reduce the complexity of Surf rendered pages by removing Page, Template and Component configurations and replacing them with pages defined by an easily customisable JSON model in the JavaScript controller of a single web script.
  • To be able to dynamically build pages both for and within the running UI and render them without restarting any servers.
  • To provide a foundation on which our business partners and customers can build their own solutions.

7. Improved modules

Along with the improved Alfresco come the improved modules. We already highlighted the improved Google Docs integration but there are some other major enhancements in other modules such as Records Management (RM) or the Desktop Sync client. The RM module has specially improved in the usability being able to declare and access records from the Document Management part , we will write about it in another post.

8. CMIS API

The CMIS API has been updated to support CMIS version 1.1 features:

  • Type mutability
  • Secondary object types
  • Retention and hold support
  • Browser binding
  • Bulk update properties
  • Append to a content stream

 9. Administration

Alfresco has drastically changed the Administration console in Alfresco Share. What it used to be the Administration console has been simplified to content administration, leaving all the system administration functionalities in a separate stand alone page.

Below is a screenshot of the new simplified Administration page, which can be accessed from Alfresco Share:

Alfresco Share Administration

The other screenshot below is the new stand alone Alfresco System Administration page on http://localhost:8080/alfresco/service/enterprise/admin/admin-systemsummary

Alfresco System Administration

As you can see new features have been added to this page such as clustering, system settings, authentication management, etc. making it easier to system administrator to deal with Alfresco using a User Interface instead of JMX or XML files.

Activiti's workflow administration console is also still available on http://localhost:8080/alfresco/activiti-admin

Alfresco Activiti Explorer

Show Comments