Commit Graph
100 Commits
Author SHA1 Message Date
Will Abson 5519f9fb00 Fix typos in component properties (#1560)
* 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
2017-01-28 14:52:23 +00:00
Will Abson 09b98e7071 Allow button label to be added via staticTitle input (#1566)
* Allow button label to be added via staticTitle input

Refs #1551

* Minor fix to JSDoc
2017-01-28 14:52:12 +00:00
Will Abson 0ddd245f83 Fix build errors when using latest JS-API (#1555)
Refs #1554
2017-01-27 16:20:59 +00:00
Will Abson e846a15aa8 Display name and date for process instances if no name present (#1515)
* Display name and date for process instances if no name present

Refs #1461

* Re-work tests for processlist and process details to reflect changes

Refs #1461
2017-01-24 00:56:23 +00:00
Will Abson 82603bbfef Display process instance details after Start Process (#1525)
Refs #1332
2017-01-24 00:53:25 +00:00
Will Abson c6126b6be1 Hide the process list when starting and after started new process (#1470)
- Ensures that the newly-started process is *always* shown
- No need to reload the list any more as not shown
- Filter component shows no selected filter when starting process
- User can exit Start Process by clicking a filter again

Refs #1332, #1307
2017-01-16 03:53:18 -08:00
Will Abson 0afcc29e37 Load process definitions for Tasks app (#1459)
Refs #1416
2017-01-13 16:57:35 +00:00
Will Abson 6658630eea Process filters should use own model class not task filter (#1458)
Refs #1422
2017-01-13 16:56:35 +00:00
Will Abson c5dca890b7 Better support for long file names in viewer (#1424)
- Display ellipsis
- Use full width of the title div

Refs #1325
2017-01-10 07:27:56 -08:00
Will Abson 8c0048ad7f Prevent live search from being run too soon (#1402)
Refs #1356
2017-01-06 11:00:14 +00:00
Will Abson 560d1bcd7f Fix Start Process button for processes without a start form (#1391)
Refs #1390
2017-01-05 09:54:54 +00:00
Will Abson 499a22f62e Merge pull request #1252 from Alfresco/dev-mromano-1141
#1141 fix process filter creation
2016-12-14 09:31:21 +00:00
Will Abson b34a38fcff Allow navigation to folders from search results (#1209)
* Allow navigation to folders from search results

- Uses router to pass ID of the folder
- Modified document list component to accept folder ID without path
- Current limitations
  - Breadcrumb cannot currently be shown when navigating via folder id
  - Clicking between folders does not update the current route

* Allow root folder ID to be changed and have documentlist reload

- e.g switching from Company home to My Files

* New tests for navigating to folders based on ID

Refs #666
2016-12-13 09:30:58 +00:00
Will Abson 508fcec77d Merge pull request #1031 from Alfresco/dev-mromano-878
Demo, Documentation, packages and code improvements
2016-11-10 08:51:21 +00:00
Will Abson 15455276f9 Merge pull request #1024 from Alfresco/dev-denys-1000
tasklist: fix tooltips for Chrome
2016-11-08 15:05:24 +00:00
Will Abson ad6da9a657 Merge pull request #901 from Alfresco/dev-denys--activiti-form-tests
Unit tests for Activiti Form component
2016-10-14 16:03:43 +01:00
Will Abson 2e2beae3fb Merge pull request #495 from Alfresco/docker-fix
instructing wsrv to start with 0.0.0.0 instead that with localhost
2016-07-29 16:43:38 +01:00
Will Abson b6d96ed5eb Merge pull request #460 from Alfresco/dev-denys-455
About page with package versions
2016-07-22 15:50:00 +01:00
Will Abson 74c9cd4474 Merge pull request #459 from Alfresco/dev-denys-440
Basic Activiti Form renderer
2016-07-22 11:06:48 +01:00
Will Abson b3a5cdabe9 Blur live search input after emiting 'search' event
- Ensures that the drop-down disappears from screen

Refs #228
2016-06-28 15:31:22 +01:00
Will Abson 12c98a831e Use 100% of screen width for results on smaller screens
- Ellipsis used and text truncated if name overflows
- Icon column does not expand out as screen gets wider

Refs #228
2016-06-28 15:29:20 +01:00
Will Abson b4766d7be4 Hide search results modified by and modified at cols on smaller screens
Refs #228
2016-06-28 09:35:33 +01:00
Will Abson 141e45f211 Fix alignment of search result columns, should be left-aligned
Refs #228
2016-06-28 09:33:46 +01:00
Will Abson 1276b0d4de Adjust position of live search drop-down for smaller screens
Refs #228
2016-06-28 09:33:46 +01:00
Will Abson 8d72004133 Adjust width of search control for smaller screens
Refs #228
2016-06-28 09:33:45 +01:00
Will Abson 4f171c8fd4 Demo shell hiding app title when search bar expanded
Refs #228
2016-06-28 09:33:45 +01:00
Will Abson 8c07c4a7c2 Emit event when live search bar is expanded
Refs #228
2016-06-28 09:33:45 +01:00
Will Abson a9a416a907 Add test for preview event
Refs #283
2016-06-27 17:49:34 +01:00
Will Abson 52209f06f9 Remove console.log() statements from search service
Refs #283
2016-06-27 17:14:28 +01:00
Will Abson a7d450c583 Load viewer on search results click
Refs #283
2016-06-27 17:14:14 +01:00
Will Abson 0f01e1b2cb Add tests for search term field validator
Refs #195
2016-06-27 10:54:13 +01:00
Will Abson f78d88af06 Prevent error message when not enough alphanum characters in term
Refs #195
2016-06-27 10:01:42 +01:00
Will Abson ab6bc6907b Fix and improve test for expandable property on search control comp
Refs #190
2016-06-24 11:30:13 +01:00
Will Abson 4a255d29c0 Add tests for search services and components
Refs #190
2016-06-24 11:29:15 +01:00
Will Abson d9f55fec48 Update core version to 0.1.31
- Following merge of AuthenticationService changes to use JS API
2016-06-10 17:29:15 +01:00
Will Abson 0045f214da Merge pull request #162 from Alfresco/dev-wabson-loginjsapi
Use JS client lib for authentication service
2016-06-10 17:23:45 +01:00
Will Abson 9167daf110 Increment search version to 0.1.18 2016-06-10 16:11:07 +01:00
Will Abson ef8fde5c6f Workaround for search box viewer instance not appearing on result click
Refs #173
2016-06-10 16:10:40 +01:00
Will Abson 7e6616d053 Display file name in viewer after clicking on live search result 2016-06-10 14:16:37 +01:00
Will Abson 76a01d572f Add test to ensure that file name is present in unsupported dialog 2016-06-10 14:16:08 +01:00
Will Abson 0ee3dbe4f0 Use JS client lib for authentication service
- Fix up, modify and simplify tests

Refs #161
2016-06-10 14:02:02 +01:00
Will Abson fa6d54bad1 Fix name of file in unsupported notification 2016-06-10 13:52:25 +01:00
Will Abson a398da9a09 Bump search version to 0.1.16 2016-06-10 12:24:03 +01:00
Will Abson c78c5dd61c Retroactively add mimeType property into and tests 2016-06-10 12:22:21 +01:00
Will Abson f0e00e39c3 Fix filename shown in title area of viewer component 2016-06-10 12:22:21 +01:00
Will Abson eba56e22a8 Fix images being shown as unsupported formats in viewer 2016-06-10 11:31:37 +01:00
Will Abson a91f563004 Fix unused variable tslint issue and remove AlfrescoSettingsService 2016-06-10 11:06:32 +01:00
Will Abson bb9c8fc23f Bump document-list to v0.1.23 2016-06-10 11:06:31 +01:00
Will Abson a9a84026e0 Fix thumbnail-related document-list tests 2016-06-10 11:06:31 +01:00
Will Abson e7cf6f0225 Fix DI issue in AuthenticationService tests 2016-06-10 09:29:11 +01:00
Will Abson 7391dcb9a8 Bump package versions needed before npm publish 2016-06-09 19:24:05 +01:00
Will Abson bc5e466faf Limit search results to cm:content items only
Refs #146
2016-06-09 19:13:47 +01:00
Will Abson e7967fee35 Add ContentService dep to viewer comp in search bar 2016-06-09 19:07:18 +01:00
Will Abson 294cca91de Use public API content URLs in viewer component
- Required a more sophisticated way to detect PDF content
2016-06-09 18:59:11 +01:00
Will Abson e39439b68c Add new AlfrescoContentService in ng2-alfresco-core
- Returns v1 public API endpoints for content and thumbnails
- Refactor getHost(), basePath and similar props into settings
- Use AlfrescoAuthenticationService to get alf_ticket value
2016-06-09 18:59:11 +01:00
Will Abson b8f129ed82 Bump search version to 0.1.17 2016-06-09 18:57:26 +01:00
Will Abson 316c6ca263 Revert changes which should have been made in dev-wabson-contentserviceapi 2016-06-09 18:54:52 +01:00
Will Abson 74c77d5028 Add new files missed from commit e67d043a54
Refs #173
2016-06-09 18:47:03 +01:00
Will Abson 8021322a30 Check for MDL-related componentHandler not being present
- Same as in document library, preparing for tests
2016-06-09 18:33:00 +01:00
Will Abson e67d043a54 Preview search-as-you-type results in the viewer
Refs #173
2016-06-09 18:32:59 +01:00
Will Abson fc939a4c98 Remove row borders from search-as-you-type control 2016-06-09 18:32:59 +01:00
Will Abson 417e0edd44 Search-as-you-type drop-down should disappear when input focus is lost
Refs #173
2016-06-09 18:32:59 +01:00
Will Abson 914ad910b7 Initial search as you type capability
Refs #173
2016-06-09 18:32:59 +01:00
Will Abson c713799445 Rename input el to match Control property in component class 2016-06-09 18:32:59 +01:00
Will Abson a44d6b42df Bump search version to 0.1.14 2016-06-07 14:47:20 +01:00
Will Abson 4784740108 Fix .gitignore lines for earch module entrypoint generated files 2016-06-07 14:07:36 +01:00
Will Abson 8bdbccb138 Display message when errors occur whilst searching
Refs #144
2016-06-07 14:07:35 +01:00
Will Abson 11f0d08128 Fix search results summary when no results found
Refs #144
2016-06-07 14:07:35 +01:00
Will Abson 1c090338d2 Bump search component version to 0.1.13 pre-publish 2016-06-06 16:39:56 +01:00
Will Abson 8a5557a790 Remove http deps from search service which were no longer used 2016-06-06 16:01:36 +01:00
Will Abson 532dd2a244 Fix search demo for non-default repo hostnames 2016-06-06 16:01:36 +01:00
Will Abson 51158adb53 Reference new alfresco-js-api/bundle.js file 2016-06-06 11:07:56 +01:00
Will Abson 4c2707b499 Upgrade demo shell to use new JS API 2016-06-06 11:06:21 +01:00
Will Abson 6c38f2fbba Bump search version prior to publish to 0.1.12 2016-06-06 10:32:11 +01:00
Will Abson 2957b516ad Bump documentlist version to 0.1.16
- Allow changes to JS lib to be published
2016-06-06 10:32:11 +01:00
Will Abson 69c47330f2 Document list uses new alfresco-js-api package 2016-06-06 10:32:11 +01:00
Will Abson 66e6df4e2a Use new API client in search 2016-06-03 18:20:44 +01:00
Will Abson 499cc7b124 Add instructions on using Docker build 2016-06-03 16:09:21 +01:00
Will Abson 6ce5165da3 Add Dockerfile for building clean version of demo-shell 2016-06-03 10:13:05 +01:00
Will Abson 7117cb9f19 Upgrade search component version used in demo-shell 2016-06-03 10:12:11 +01:00
Will Abson d762f3554e New search component version with dep on latest core version 2016-06-03 10:07:00 +01:00
Will Abson ed27182e45 Bump core version to 0.1.25 2016-06-03 10:02:15 +01:00
Will Abson e6881fb896 Fix translations with parameters (e.g. search results summary)
- Fixed version of ng2-translate in core to 1.11.1 for beta15 compat
- Removed references to ng2-translate in other modules
2016-06-03 09:35:30 +01:00
Will Abson aa46edc46b Add AfterViewInit interface to SearchControlComponent 2016-06-03 09:35:30 +01:00
Will Abson d989bf309f Add i18n to search components 2016-06-03 09:33:42 +01:00
Will Abson 831bc9eb7d Add autocomplete input option on search control
Refs #69
2016-06-02 13:42:07 +01:00
Will Abson 8f1659fca1 Add expandable input field to search control 2016-06-01 18:56:01 +01:00
Will Abson bf63eace1b Add inputType option to search control component 2016-06-01 16:34:18 +01:00
Will Abson d3c7bacc0a Add README info on component usage
Refs #90
2016-06-01 16:34:18 +01:00
Will Abson 6b8e8d50f0 Extract search box into its own component
- Upgraded to latest 0.1.5 version of search
- Search is now only shown if the user is logged in
- Heading now lives inside the demo app not inside search

Refs #69
2016-06-01 15:23:55 +01:00
Will Abson 973f9d0748 Clean up search and core versions in package.json files 2016-06-01 15:23:55 +01:00
Will Abson d5d1e22eb8 Increment search version prior to npm publish 2016-06-01 15:23:54 +01:00
Will Abson 335b0f99c9 Add demo folder for search component
Refs #90
2016-06-01 15:23:54 +01:00
Will Abson f97f4ea088 Add additional columns to search results
Refs #69
2016-05-20 16:43:38 +01:00
Will Abson aaaf728168 Add padding around search elements 2016-05-20 16:43:38 +01:00
Will Abson 6ee280e902 Add alfresco-core dependency to search 2016-05-20 16:43:38 +01:00
Will Abson 42623c7a0a Fix ng2-alfresco-core build issue caused by missing ng2-translate 2016-05-20 16:43:38 +01:00
Will Abson af29318936 Point API dependency to published version 2016-05-20 16:43:38 +01:00
Will Abson e528ad8f9b Increment ng2-alfresco-search dep version to fix tslint issue on install 2016-05-20 09:56:01 +01:00
Will Abson c74f9e9fe6 Link to dist folder of ng2-alfresco-search 2016-05-19 18:15:33 +01:00