* table cell component
- table cell component with performance improvements
* permissions and sorting fixes
- fixed ability to set default sorting
- fixed permission evaluation
- new: context menu now also works with permissions
- disabled tags column in demo shell due to performance implications
* fix unit tests
* fix tsconfig for unit testing
* fix upload issues with various file types
- removes file type check as most browsers leave this field empty
- allows uploading all types of files
* remove obsolete tests
* change prepublish to build only
add .npmrc in the gitignore and npmignore
clean .npmrc during the clean task
change registry during publish with npmrc file
add rimraf install in npm publish
* add option to link an alfresco-js-api from github
* npm build on develop branch will use the alfresco-js-api from develop
* modify script after review
add -gitjsapi to starts.sh to change jsapi pointing
add -vjsapi to starts.sh to change jsapi pointing
* start dist demo shell script option
* fix sourcemap
fix relative path and pre publish build
change travis wait
all test run build and remove unused cpx
* global test task
modify publish script to accept options
* appveyor run
* different approach single test run
* make it work the analytics test
modify start demo shell script to use a different registry
* sourcemap demo shell working
* update readme and add install after any clean
add registry option in start.sh script
add develop and normal mode in demo shell
add -d option in start.sh to point to the local components
add -c option in build script to point to the local components
* Add the permission check on the activiti button
* Fix code after unit test
* Add basic documentation
* Improve the code and fix the missing file issue
* Fix unit test after refactoring
* remove duplicate log
* make the local link build fast and run the test only if asked #1588
* demo core doesn't exist
* link after install
* move in after success matrix build and install scripts
Various upload dialog improvements
- fix: headers alignment
- fix: Name column alignment
- fix: rename ‘CANCEL’ button to ‘Cancel all’ (as it’s what it does)
- fix: ‘Cancel all’ button still visible after all upload complete
- new: improved layout and api for file upload components
- new: strongly typed methods for UploadService
* improved uploading of files
- new core/UploadDirective to allow dropping files to any html element
- enhanced file dropping for DataTable rows (disabled by default)
- enhanced file dropping for DocumentList rows (disabled by default)
- upload drop area now handles file uploads for child elements (i.e.
rows in the document list)
* fix unit tests
* unit tests and code cleanup
* #1732, fix upload of folders
* Fix typo `fallbackThubnail` -> `fallbackThumbnail`
* Fix typo `showUdoNotificationBar` -> `showNotificationBar`
Update upload mis-spelled properties to 'showNotificationBar' since
showUndoNotificationBar is already a method on the drag area component
Refs #1559
* Fix test cases