Commit Graph

31 Commits

Author SHA1 Message Date
Denys Vuika
7eab89c5ef #159 improved error reporting for document-list (#1180)
- expose ‘error’ event
- change path only on successful navigation
- extend demo shell with error handling and reporting
- additional unit tests for document-list
2016-11-30 14:52:06 +00:00
Denys Vuika
9066ce49e0 document-list improvements (#1169)
* #1167 document-list improvements

- allow setting custom root path
- document-list module now re-exports datatable module (no need
importing it separately if document-list is already used)
- documentation updates and fixes

* readme updates and unit test
2016-11-29 12:03:24 +00:00
Denys Vuika
3ca2c28a41 Performance improvements (#1166)
#1166 * Update angular libs
document-list: performance improvements
caching ‘heavy’ cell evaluations (i.e. date pipe)
code/test fixes
document-list: performance improvements
Removed ‘AfterViewChecked’ bottleneck as underlying data-table already
does it.
data-table: performance improvements
2016-11-28 21:36:00 +00:00
Eugenio Romano
68465e46f2 remove consecutive blank line 2016-10-12 13:47:38 +01:00
Mario Romano
07f6bb2552 fix new ts javascript api 2016-09-26 23:32:18 +01:00
Denys Vuika
b09e0bc1b3 Upgrade core, documentList, dataTable 2016-09-21 17:36:29 +01:00
Denys Vuika
e3f97a8eef #657 unit tests 2016-09-01 13:51:55 +01:00
Denys Vuika
48edbea8ae #581 fix document list data loading
- reduce amount of unnecessary data reloads
2016-08-19 10:40:50 +01:00
Will Abson
9e8f644431 Add alt text for file and folder icons in documentlist
Refs #378
2016-07-12 15:10:06 +01:00
Denys Vuika
c637d1d053 Unit tests 2016-07-08 12:16:09 +01:00
Denys Vuika
32c00b7e99 Unit tests 2016-07-07 17:05:03 +01:00
Denys Vuika
0ccf192f35 Repair unit tests 2016-07-06 12:28:38 +01:00
Denys Vuika
0138b40cf7 Test runner and license checker fixes 2016-07-05 19:21:14 +01:00
Denys Vuika
21c1cbc531 Code cleanup and fixes 2016-07-05 16:19:39 +01:00
Denys Vuika
b1553a9bed Unit tests and api improvements for document list 2016-06-30 15:44:26 +01:00
Denys Vuika
258148cc1c Unit tests for document list component 2016-06-30 13:39:52 +01:00
Denys Vuika
bf6947abf9 Unit tests for document list 2016-06-28 15:10:05 +01:00
Denys Vuika
4208de703a #129 Improve document list reload behaviour 2016-06-23 11:26:24 +01:00
Denys Vuika
859827f7c1 #251 api improvements (document list) 2016-06-22 12:51:44 +01:00
Denys Vuika
e101f22e28 #244 breadcrumb as a separate component (doclist only) 2016-06-21 15:51:51 +01:00
Denys Vuika
bf7414fc85 #242 Reworked breadcrumb, deprecated up button
- reworked breadcrumb
- deprecated up button in favour of external implementations
- removed hardcoded “document library” path from document list (always
start with root)
- always dealing with ‘absolute’ paths
- simplified upload demo
2016-06-21 11:40:49 +01:00
Denys Vuika
fe9e8cdc43 Upgrade document list to angular 2.0.0-rc.1 2016-06-14 05:37:46 +01:00
Denys Vuika
b8f1521cc4 Fix unit tests 2016-06-13 14:02:28 +01:00
Will Abson
a9a84026e0 Fix thumbnail-related document-list tests 2016-06-10 11:06:31 +01:00
Denys Vuika
4dd1073f70 #124 double click navigation, 'preview' event 2016-06-08 14:49:47 +01:00
Denys Vuika
e657fcdcab #164 column types, date formatting 2016-06-08 13:11:53 +01:00
Denys Vuika
ba6aa5800f Remove tests for deprecated api 2016-06-07 17:04:51 +01:00
Denys Vuika
30ec75fb0b Fix document list tests 2016-05-31 12:23:20 +01:00
mauriziovitale84
8395860a8f #9 Test cases fixed 2016-05-17 14:31:50 +01:00
Denys Vuika
b84b63b2f9 Fix unit tests and code coverage for document list 2016-05-16 13:48:17 +01:00
Mario Romano
0c9a7d29bd #62 document list test and coverage 2016-05-13 11:59:16 +01:00