mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
Update README.md
This commit is contained in:
@@ -17,11 +17,11 @@ with a simple and easy to use interface for working with files stored in the Alf
|
|||||||
|
|
||||||
### Prerequisites
|
### Prerequisites
|
||||||
|
|
||||||
This application uses the latest releases from Alfresco:
|
This application was created based on the latest releases from Alfresco:
|
||||||
|
|
||||||
- [Alfresco ADF (2.4.0)](https://community.alfresco.com/community/application-development-framework/pages/get-started)
|
- [Alfresco ADF (2.5.0)](https://community.alfresco.com/community/application-development-framework/pages/get-started)
|
||||||
- [Alfresco Content Services (5.2.3)](https://www.alfresco.com/platform/content-services-ecm)
|
- [Alfresco Content Services (6.0.0)](https://www.alfresco.com/platform/content-services-ecm)
|
||||||
or [Alfresco Community Edition (201802 EA)](https://www.alfresco.com/products/community/download)
|
or [Alfresco Community Edition (6.0 - General Release: 201806)](https://www.alfresco.com/products/community/download)
|
||||||
|
|
||||||
<p class="warning">
|
<p class="warning">
|
||||||
You also need <a href="https://nodejs.org/en/" target="_blank">node.js</a> (LTS) installed to build it locally from source code.
|
You also need <a href="https://nodejs.org/en/" target="_blank">node.js</a> (LTS) installed to build it locally from source code.
|
||||||
@@ -192,8 +192,9 @@ For more information on the [SearchComponent](https://github.com/Alfresco/alfres
|
|||||||
#### Actions and the Actions Toolbar
|
#### Actions and the Actions Toolbar
|
||||||
|
|
||||||
All the views incorporate the [toolbar](https://alfresco.github.io/adf-component-catalog/components/ToolbarComponent.html)
|
All the views incorporate the [toolbar](https://alfresco.github.io/adf-component-catalog/components/ToolbarComponent.html)
|
||||||
component from the Alfresco Application Development Framework;
|
component from the Alfresco Application Development Framework.
|
||||||
apart from the Trash view they all display the following actions when the current user has the necessary permissions,
|
|
||||||
|
Actions are displayed in the toolbar when item(s) are selected, or a right click is performed; apart from the Trash view they all display the following actions when the current user has the necessary permissions,
|
||||||
actions are automatically hidden when the user does not have permission.
|
actions are automatically hidden when the user does not have permission.
|
||||||
|
|
||||||
<table>
|
<table>
|
||||||
@@ -244,6 +245,15 @@ actions are automatically hidden when the user does not have permission.
|
|||||||
once the move action has completed the user is notified and can undo the action (which moves the items back to the original location).
|
once the move action has completed the user is notified and can undo the action (which moves the items back to the original location).
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>Share</td>
|
||||||
|
<td>
|
||||||
|
Create and copy a link to a file that can be shared, the links are accessible without granting permissions to the file, and do not require users to login to the application.
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
Not applicable.
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>Delete</td>
|
<td>Delete</td>
|
||||||
<td colspan="2">
|
<td colspan="2">
|
||||||
@@ -259,11 +269,20 @@ actions are automatically hidden when the user does not have permission.
|
|||||||
</td>
|
</td>
|
||||||
<td>Not applicable</td>
|
<td>Not applicable</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>Permissions</td>
|
||||||
|
<td>
|
||||||
|
Permissions on a file can be adjusted as required in a number of ways; disable inheritance from the parent folder, change a user or groups role and grant users/groups access.
|
||||||
|
</td>
|
||||||
|
<td>Not available</td>
|
||||||
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
Besides the actions available in the toolbar users can single click an item to select it,
|
Besides the actions available in the toolbar users can
|
||||||
or double click on a file to view it, and a folder to open it.
|
* single click on a file to view it, and a folder to open it
|
||||||
|
* single click an item to select it
|
||||||
|
* double click on a file to view it, and a folder to open it
|
||||||
|
|
||||||
### File Viewer
|
### File Viewer
|
||||||
|
|
||||||
@@ -308,10 +327,12 @@ At the bottom of the content the Viewer Controls allow users to interact with th
|
|||||||
- Jump to page number
|
- Jump to page number
|
||||||
- Zoom in/out
|
- Zoom in/out
|
||||||
- Fit to page
|
- Fit to page
|
||||||
|
- Print
|
||||||
- Image View:
|
- Image View:
|
||||||
- Zoom in/out
|
- Zoom in/out
|
||||||
- Rotate left/right (does not alter content in the repository)
|
- Rotate left/right (does not alter content in the repository)
|
||||||
- Reset image
|
- Reset image
|
||||||
|
- Print
|
||||||
- Media View:
|
- Media View:
|
||||||
- Play/pause
|
- Play/pause
|
||||||
- Timeline position
|
- Timeline position
|
||||||
@@ -333,14 +354,9 @@ The Properties tab displays the node's metadata info by using the [ContentMetada
|
|||||||
|
|
||||||
For more information, please check also the [ContentMetadataComponent](https://alfresco.github.io/adf-component-catalog/components/ContentMetadataComponent.html).
|
For more information, please check also the [ContentMetadataComponent](https://alfresco.github.io/adf-component-catalog/components/ContentMetadataComponent.html).
|
||||||
|
|
||||||
#### Versions tab
|
#### Comments tab
|
||||||
|
|
||||||
The Versions tab displays info about the node's versions and allows users to [manage versions](#version-manager), according to their permissions. Only the file nodes have version data available.
|
The Comments tab displays all comments made on the selected node in the respoistory by using the [CommentsComponent](https://alfresco.github.io/adf-component-catalog/components/CommentsComponent.html). Users can post new comments that will be displayed immediately.
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
It uses the [VersionManagerComponent](https://alfresco.github.io/adf-component-catalog/components/VersionManagerComponent.html) from ADF framework.
|
|
||||||
Managing versions of a file can be possible also by accessing the 'Manage Versions' option from the 'More actions' menu.
|
|
||||||
|
|
||||||
### Version Manager
|
### Version Manager
|
||||||
|
|
||||||
@@ -360,6 +376,7 @@ There are 2 ways users can access the Version Manager:
|
|||||||
#### Upload new version
|
#### Upload new version
|
||||||
|
|
||||||
A new version for the selected file can be added by using this button. Users can upload a new file version using a file that is does not have the same name, or mime type as the current version, whilst allowing the user to choose the type of version (minor or major) and inputting supporting comments.
|
A new version for the selected file can be added by using this button. Users can upload a new file version using a file that is does not have the same name, or mime type as the current version, whilst allowing the user to choose the type of version (minor or major) and inputting supporting comments.
|
||||||
|
|
||||||
Please also check the [UploadVersionButtonComponent](https://alfresco.github.io/adf-component-catalog/components/UploadVersionButtonComponent.html).
|
Please also check the [UploadVersionButtonComponent](https://alfresco.github.io/adf-component-catalog/components/UploadVersionButtonComponent.html).
|
||||||
|
|
||||||
#### Actions Menu
|
#### Actions Menu
|
||||||
|
Reference in New Issue
Block a user