Sync with latest development (#139)

* Update index.html

* Update features.md

* Update header.md

* Update header.md

* Update header.md

* Add files via upload

* Update header.md

* Update header.md

* Add files via upload

* Update header.md

* Add files via upload

* Add files via upload

* Update header.md

* Add files via upload

* Delete sid-nav.png

* Add files via upload

* Update side-nav.md

* Add files via upload

* Update side-nav.md

* Update side-nav.md

* Update doc-list.md

* Add files via upload

* Update doc-list.md

* Update doc-list.md

* Delete doclist.png

* Add files via upload

* small changes to docs

* [ACA-1038] 'Load more' doesn't work correctly on destination picker (#135)

made sure that a search is performed only if there is a search string to search for

* [ACA-951] Color theme and logo (#138)

- documented customization of the logo and header background color
This commit is contained in:
Denys Vuika
2017-12-13 17:39:14 +00:00
committed by GitHub
parent ae84e67ee3
commit ebc3111824
19 changed files with 105 additions and 51 deletions

View File

@@ -15,7 +15,7 @@ with a simple and easy to use interface for working with files stored in the Alf
### Prerequisites
This application utilises the latest releases from Alfresco:
This application uses the latest releases from Alfresco:
- [Alfresco ADF version 2.0](https://community.alfresco.com/community/application-development-framework/pages/get-started)
- [Alfresco Content Services version 5.2.2](https://www.alfresco.com/platform/content-services-ecm)
@@ -26,11 +26,11 @@ You also need [node.js](https://nodejs.org/en/) (8.9.1 or later) installed to bu
</p>
The latest version of the Alfresco Content platform is required
due to the application utilising the latest [REST APIs](https://docs.alfresco.com/5.2/pra/1/topics/pra-welcome.html) developments.
due to the application using the latest [REST APIs](https://docs.alfresco.com/5.2/pra/1/topics/pra-welcome.html) developments.
## Where to get help
There are a number of ways to get help with building applications using the Alfresco Application Development Framework:
There are several ways to get help with building applications using the Alfresco Application Development Framework:
### Alfresco DevCon 2018
@@ -85,19 +85,19 @@ Please refer to the "[Using with Docker](/docker)" article for more details.
### How to contribute
Fork our repository and submit a pull request when your code is ready for review.
To be considered the Travis build has to be green and all our automation tests have to run without regressions.
To be considered the Travis build must be green and all our automation tests must run without regressions.
### Contribute to the existing code base
What are we reviewing for?
- **License**: Every file should contain the Alfresco LICENSE header, LGPL Licence.
- **Tests**: Add unit cases to cover the new behaviour, and make sure all the existing tests are still green.
- **Tests**: Add unit cases to cover the new behavior, and make sure all the existing tests are still green.
- **JS Documentation**: Every class needs to have its own inline jsdoc, this documentation should explain the general purpose of the class and of each method.
- **Documentation**: Update the documentation explaining how to use the new functionality, may not be necessary in the cases where change impacts only the CSS style.
- **Clean Coding**: Some good rules are enforced by the tslint, but we want also our code to be easy to read. Please avoid comments inside the code or leaving pieces of code commented out.
- **Localization**: Your contribution needs to support localization, with all new strings externalized, all translations are inside the i18n. The minimum requirement is English.
### How long will it take for my contribution to be reviewed?
### How long will it take for my contribution to be reviewed
The time necessary for a code review will vary, smaller changes may be reviewed within days, while larger changes may take longer.