Commit Graph

41 Commits

Author SHA1 Message Date
Mario Romano
9655e51943 #1471 rollback className change (#1472) 2017-01-16 11:49:43 +00:00
Denys Vuika
facafbd55c Single naming convention for core services (#1363)
* remove temporary file from repo

* fix: alfresco-api.service

* new: auth.service.ts

- new auth.service.ts implementation
- deprecation warning for AlfrescoAuthenticationService
- fix ‘clean-build’ typo
- extra vscode settings for ‘.d.ts’ files

* use AuthService internally

* new: content.service.ts

- deprecation warning for AlfrescoContentService
- use new ContentService internally

* new: settings.service.ts

- new SettingsService
- deprecation warning for AlfrescoSettingsService
- using new SettingsService internally

* new: translate.service and translate-loader.service

- custom TranslateLoader becomes AlfrescoTranslateLoader
- custom TranslateService becomes AlfrescoTranslateService
- deprecation notices for old service and loader implementations

* fix: document list

* fix: search

* fix: tag

also fixes #1364

* fix: activiti form

* fix: activiti tasklist, improve unit tests

* fix: activiti processlist, unit tests improvements

* fix: diagram component

* fix: analytics component

* fix: upload component

- fix numerous issues with unit tests (hidden by ‘any’ type)
- test improvements

* fix: webscript

* fix: userinfo unit tests

* code fixes

* fix 'beforeAll' issue

* tasklist unit testing improvements

* fix: form unit tests

* fix: unit tests
2017-01-03 10:46:27 +00:00
Eugenio Romano
cb714bf260 #1240 Folder search, after clicking on folder in list of suggestions, suggestions do not disappear 2016-12-15 16:59:42 +00:00
Eugenio Romano
e133fd6408 create bundle for all components 2016-12-14 15:49:08 +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
Denys Vuika
d973c39462 fix: ng2-alfresco-search 2016-12-08 18:35:29 +00:00
Denys Vuika
cda0d78a7b fix component tests 2016-12-08 16:45:56 +00:00
Denys Vuika
29f426f643 code fixes
- interpolate ng2 components html content
- fix: load images for Login
- fix: load images for User Info
- fix: load images for Document List
- fix: decorator inheritance issue for Form
- fix: load images for Search
2016-12-07 14:55:09 +00:00
Denys Vuika
10423ca985 remove module.id 2016-12-06 17:01:31 +00:00
mauriziovitale84
76a9fa41e6 #1145 Fix multi-language 2016-11-25 19:09:08 +00:00
Will Abson
0e127c26af Update search component to work with 0.4.0 JS API
- Use new search (query) methods
- Allow search parameters to be overridden by component
- Fix up tests

Refs #555
2016-11-04 14:21:19 +00:00
Will Abson
88d21a4bbd Avoid later cast through type in declarations 2016-10-31 16:58:15 +00:00
Will Abson
c100412538 Rename search outputs after feedback from @DenysVuyka
Refs #371
2016-10-31 16:36:20 +00:00
Will Abson
3f440215b9 Ensure maximum number of results is shown in FAYT results
Refs #371
2016-10-26 13:10:56 +01:00
Will Abson
a8bea1800b Allow use of arrow keys to navigate FAYT results and update tests
Refs #371
2016-10-26 12:56:42 +01:00
Will Abson
8bfe58c2a7 New implementation of focus/blur event management using Obserable
Refs #371
2016-10-25 18:08:57 +01:00
Will Abson
964111a3b6 Initial tabbable search results implementation
Refs #371
2016-10-24 09:54:10 +01:00
Eugenio Romano
7a4bb0aec9 Merge pull request #892 from Alfresco/dev-wabson-890
Re-enable search service tests
2016-10-13 15:05:25 +01:00
Eugenio Romano
68465e46f2 remove consecutive blank line 2016-10-12 13:47:38 +01:00
Will Abson
78a0253ebb Re-enable search service tests 2016-10-12 12:08:48 +01:00
Eugenio Romano
12914e0680 change tsconfig,module name ,karma.conf,karma-tst-shim and #749 2016-10-06 11:56:07 +01:00
Will Abson
dda838be5e Re-enable translation service tests
Refs #737
2016-10-05 09:58:13 +01:00
Will Abson
4beda8e55e Clear autocomplete results/errors between searches
Refs #737
2016-10-04 16:17:53 +01:00
Will Abson
28783322fd Re-add search control tests working for final NG 2.0.0
Refs #737
2016-10-04 15:40:52 +01:00
Will Abson
124da1ff0b Add missing tests for search autocomplete component
Refs #737, #363
2016-10-04 15:40:52 +01:00
Denys Vuika
90646ce910 Upgrade ng2-alfresco-search 2016-09-21 12:46:57 +01:00
Denys Vuika
2c830d9693 Single place for translate pipe 2016-09-17 19:56:55 +01:00
Vito Albano
9d1fe536ad Fix wrong reference to search term 2016-09-12 15:12:43 +01:00
Eugenio Romano
0c253ffdf0 fix no result and refactoring tests 2016-09-02 01:02:40 +01:00
Denys Vuika
e76b9bcc76 Improve 'search' package config 2016-07-15 11:50:53 +01:00
Will Abson
f92539db19 Add alt text for mimetype icons in search component
Refs #302
2016-06-29 16:44:58 +01:00
Will Abson
4a255d29c0 Add tests for search services and components
Refs #190
2016-06-24 11:29:15 +01:00
Mario Romano
9b6ed69095 fix tests 2016-06-20 09:56:44 +01:00
Mario Romano
52689806e6 fix style and naming 2016-06-20 09:56:44 +01:00
Mario Romano
1fa7a4466b fix lint erros 2016-06-16 12:46:34 +01:00
Denys Vuika
bd1100c33b Improve 'ng2-alfresco-core' imports 2016-06-15 13:57:47 +01:00
Denys Vuika
91cb3bf906 Upgrade Search to angular 2.0.0-rc.1 2016-06-14 10:24:06 +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