Commit Graph
9334 Commits
Author SHA1 Message Date
Mario Romano ddcae60d8a fix rebase 2016-08-02 10:49:34 +01:00
Mario Romano c544cdce7d #354 update readme aws logo 2016-08-02 10:49:34 +01:00
Mario Romano 41faaabe74 #354 update readme with button 2016-08-02 10:49:34 +01:00
Mario Romano 520310735b set host url in the left menu bar 2016-08-02 10:49:34 +01:00
Mario Romano 8fae7d1c34 redirect to index.html - single page 2016-08-02 10:49:34 +01:00
Mario Romano ef8a46fec4 fast deploy on aws 2016-08-02 10:49:34 +01:00
Mario Romano 0bd5603418 Merge pull request #490 from Alfresco/dev-wabson-480
Improve scripts and script docs
2016-08-02 10:44:32 +01:00
Eugenio Romano 2e8644b4bc hide close button viewer in not overlay mode 2016-08-02 10:25:18 +01:00
Maurizio Vitale 393b66602a Merge pull request #498 from Alfresco/dev-denys-form-viewer
Tabs widget enhancements, Form Viewer route
2016-08-01 11:33:56 +01:00
Denys Vuika 3a9e89a19a Tabs widget enhancements, Form Viewer route 2016-07-29 19:15:06 +01:00
Will Abson 34506770eb Remove typings install from build commands 2016-07-29 18:15:36 +01:00
Will Abson 4c997685ab Add postinstall script to components that were missing it 2016-07-29 17:24:07 +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
Mario Romano 5b6bab3f51 Merge pull request #494 from Alfresco/dev-mvitale-464
Create a single page for Activiti components
2016-07-29 15:55:35 +01:00
Enzo Rivello 53e0957831 instructing wsrv to start with 0.0.0.0 instead that with localhost, will make it compatible with the docker container 2016-07-29 15:36:36 +01:00
mauriziovitale84 4c2f12f821 Fixed onInit problem 2016-07-29 14:43:32 +01:00
mauriziovitale84 e35b048022 Hard coded path for the web activiti API 2016-07-29 14:43:13 +01:00
mauriziovitale84 186032afb4 Fixed BPM path to using the real API 2016-07-29 14:09:57 +01:00
mauriziovitale84 74c205ec11 Fixed problem after rebase 2016-07-29 12:03:37 +01:00
mauriziovitale84 15e1a33be1 Add complete API unit test 2016-07-29 11:58:18 +01:00
mauriziovitale84 ff95dd57cd Unit test task list service 2016-07-29 11:58:18 +01:00
mauriziovitale84 e94c0b0e41 Unit test task filters 2016-07-29 11:56:49 +01:00
mauriziovitale84 16eec259c5 Unit test tasklist 2016-07-29 11:56:49 +01:00
mauriziovitale84 421b21017a Fix unused variable 2016-07-29 11:56:49 +01:00
mauriziovitale84 48a2a4c1fd Basic documentation 2016-07-29 11:56:49 +01:00
mauriziovitale84 8b96d5e8aa Improve the task list component
- Customize the task list column passing the json schema instead of DataTableAdapter
 - Add function to add people
 - Add function to add comments
 - Add function to add checklist
 - TaskFilter as a differenct component
 - Change the layout in the demo shell
 - Using Tabs instead of dropdown
2016-07-29 11:56:49 +01:00
mauriziovitale84 d612cc8ffa Improve the activiti task details 2016-07-29 11:56:12 +01:00
mauriziovitale84 5e9cbcdfeb Use the activiti page instead of task page in the demo shell 2016-07-29 11:56:12 +01:00
mauriziovitale84 3366ca43ac Retrive the form name 2016-07-29 11:48:43 +01:00
mauriziovitale84 b96dcb7bb0 Basic single page with activiti task list and form render 2016-07-29 11:48:43 +01:00
Eugenio Romano 0d5274f54c Merge pull request #491 from Alfresco/dev-denys-489
Migrate to angular/router component
2016-07-29 09:33:17 +01:00
Denys Vuika 5dc42b9e6c #489 Upgrade to angular/router 2016-07-28 15:48:37 +01:00
hashraf88 82a0b41b4a Update README.md 2016-07-28 13:47:34 +01:00
hashraf88 4976311351 Update README.md 2016-07-28 13:46:42 +01:00
hashraf88 b3eafdce62 Update README.md 2016-07-28 13:46:00 +01:00
hashraf88 76a330ace1 Update README.md 2016-07-28 13:35:06 +01:00
hashraf88 2743c881b4 Update README.md 2016-07-28 13:31:07 +01:00
hashraf88 bec75649ad Update README.md 2016-07-28 13:30:40 +01:00
hashraf88 d1a0d6661d Add files via upload 2016-07-28 13:29:50 +01:00
Will Abson 585da569dd Fix stdout to include component names again 2016-07-28 13:29:38 +01:00
hashraf88 9fe1ab0172 Delete BrowserStack.png 2016-07-28 13:29:29 +01:00
hashraf88 aedff059db Update README.md 2016-07-28 13:29:15 +01:00
hashraf88 a0d46a0478 Update README.md 2016-07-28 13:26:35 +01:00
Will Abson 1a7d018687 Ensure that parameters still passed to start.sh from start-linked.sh
- Fixes -install parameter and others

Refs #480
2016-07-28 13:26:34 +01:00
Will Abson 74933e8069 Improve README contents 2016-07-28 13:26:33 +01:00
Will Abson 6ff5a4326d Remove static list of components from clean and publish scripts 2016-07-28 13:26:33 +01:00
Will Abson f55b8938fa New script to build components prior to running start.sh
- Add to start-linked.sh
2016-07-28 13:26:33 +01:00
Will Abson 77290442ba Re-work demo-shell script 2016-07-28 13:26:33 +01:00
hashraf88 92c4504729 Update README.md 2016-07-28 13:25:59 +01:00
hashraf88 38f5a45089 Update README.md 2016-07-28 13:22:48 +01:00