Commit Graph

133 Commits

Author SHA1 Message Date
Denys Vuika
c7167bb812 basic webpack setup 2016-12-06 15:39:22 +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
Mario Romano
3f98ef146d 0.5.0 2016-11-25 19:09:08 +00:00
Mario Romano
8fc548eea4 #1038 version bump 2016-11-10 21:09:26 +00:00
Mario Romano
db7380ca3c update search component 2016-11-09 14:36:16 +00:00
Denys Vuika
c005002b8f Add missing 'analytics' reference to demo app 2016-11-07 15:29:50 +00:00
Denys Vuika
3c1c2ec94b Add missing user info reference
includes minor code readability improvements
2016-11-07 12:04:10 +00:00
Eugenio Romano
b221860a62 Merge pull request #954 from Alfresco/dev-denys-ie11
IE compatibility fixes
2016-10-31 17:30:35 +00:00
Denys Vuika
8e1a716477 #930 additional polyfills for IE
- fix: IE-related polyfills to fix DatePicker issues
2016-10-31 14:32:29 +00:00
Mario Romano
19a4532cfb Merge pull request #953 from Alfresco/dev-denys-ie
IE fixes
2016-10-31 13:52:41 +00:00
Denys Vuika
70dd495920 Remove 'live reload' from default 'npm start'
- `npm start` now runs demo shell without TS watchers and live reload
(public/testing mode)
- new `npm run start:dev` script to run ‘development’ mode with
watchers and live reload
2016-10-31 11:14:23 +00:00
mauriziovitale84
7f3754da4f Add properties color 2016-10-31 10:29:33 +00:00
mauriziovitale84
fb41403717 Enable Diagram Component 2016-10-31 10:29:33 +00:00
Eugenio Romano
2dc1cec71e disallow consecutive-blank-lines 2016-10-12 11:16:36 +01:00
Eugenio Romano
a962512df0 renditions service test improvements 2016-10-12 10:20:31 +01:00
mauriziovitale84
53adb5dbd6 add ng2-charts dependency 2016-10-10 17:09:45 +01:00
mauriziovitale84
be6e70df79 Fix chart and mdl-date-picker dependency 2016-10-10 17:06:38 +01:00
Mario Romano
dbf734fe3c #631 dialog 2016-10-05 22:42:58 +01:00
Mario Romano
3ede06022c Merge pull request #833 from Alfresco/dev-eromano-cleanscript
fix clean script, remove typing folder and install rimraf if is not p…
2016-10-04 11:18:31 +02:00
Mario Romano
1f49f550c1 Update package.json 2016-10-03 23:35:21 +01:00
Eugenio Romano
b309961edb fix clean script, remove typing folder and install rimraf if is not present 2016-09-30 09:42:53 +01:00
Denys Vuika
b2e40162c6 #632 date widget (basic implementation) 2016-09-29 16:07:26 +01:00
Denys Vuika
ad40c24d0b Upgrade to release version of TypeScript (2.0.3) 2016-09-23 12:36:41 +01:00
Denys Vuika
3fcc84cd02 Upgrade demo-shell 2016-09-21 12:09:14 +01:00
Denys Vuika
f80995d03b #763 Upgrade demo shell to TS 2.0.2 2016-09-19 11:24:53 +01:00
Denys Vuika
73b5ba10cd #738 Upgrade MDL library
closes #738
2016-09-13 14:44:13 +01:00
Mario Romano
f19670b550 version bump 2016-09-08 18:28:41 +01:00
Denys Vuika
3544a6ffcd #715 start demo app with localhost by default
start page points to localhost:3000, server is running at 0.0.0.0:3000
by default
2016-09-08 12:08:42 +01:00
Eugenio Romano
54e050969b add tag in demo shell 2016-09-07 17:40:36 +02:00
Denys Vuika
684ddd27ff Merge pull request #645 from Alfresco/dev-eromano-420
fix rendering big file and loading indicators
2016-08-30 14:43:25 +01:00
Denys Vuika
b0876b3ee4 #644 Fix date parsing/formatting for Safari 2016-08-30 12:39:43 +01:00
Eugenio Romano
2b354b5059 fix rendering big file and loading indicators 2016-08-30 12:32:08 +01:00
Mario Romano
c18171654b fix demo versions 2016-08-30 00:02:14 -04:00
Mario Romano
1665cc0890 version bump 2016-08-29 23:46:29 -04:00
Eugenio Romano
720480de00 move js-api version 0.3.0 2016-08-23 16:56:01 +01:00
Denys Vuika
3dc95dc4ed #586 fix npm scripts for demo app and demo projects
- pre-build TypeScript code before running watchers
- don’t clean (rimraf) destination folders on watcher (done on
pre-build, fixes many browser load errors)
- simplified ‘tslint’ tasks for demo projects
- running ’tsc’ and ‘tsc -w’ from local node_modules (don’t expect
global typescript compiler)
2016-08-23 14:10:42 +01:00
Mario Romano
b6626e1c20 fix tslint and package.json + build-all script 2016-08-11 16:30:36 +01:00
Mario Romano
90f1dec1e3 Merge pull request #501 from Alfresco/dev-mromano-354
Dev mromano 354
2016-08-02 13:35:47 +01:00
Mario Romano
ddcae60d8a fix rebase 2016-08-02 10:49:34 +01:00
Mario Romano
ef8a46fec4 fast deploy on aws 2016-08-02 10:49:34 +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
Mario Romano
90b3d3364c change setting for webscript package.json 2016-07-27 13:29:48 +01:00
mauriziovitale84
596e88126d Rename activiti component and add demo folder 2016-07-25 09:54:10 +01:00
mauriziovitale84
336e1c9d38 Activiti Task List Component 2016-07-25 09:52:28 +01:00
Denys Vuika
4f86f04a29 #455 migrate to wsrv, versions server extension 2016-07-22 11:14:36 +01:00
Denys Vuika
ab891ff5c2 Merge branch 'development' into dev-denys-440
# Conflicts:
#	.travis.yml
#	demo-shell-ng2/app/app.component.html
#	demo-shell-ng2/app/app.component.ts
#	demo-shell-ng2/package.json
#	demo-shell-ng2/systemjs.config.js
2016-07-22 09:59:44 +01:00
Denys Vuika
27416e1b13 #440 rename to 'ng2-activiti-form' 2016-07-21 16:17:20 +01:00
Eugenio Romano
a638f3ee6f refer to internal webscript dist until the new package is not release 2016-07-19 14:18:15 +01:00
Eugenio Romano
3d84c9b99b move js api 0.2.1 2016-07-19 11:17:09 +01:00
Eugenio Romano
60106239b7 integrate call in the demo shell and script demo shell 2016-07-18 17:27:12 +01:00