Henry
|
c2517c1670
|
[Edit Mode] Canceling edit mode with unsaved changes now shows confirmation dialog to user. Fixes #664
|
2016-06-15 17:10:29 -07:00 |
|
Pete Richards
|
3480809129
|
Merge remote-tracking branch 'origin/open629'
|
2016-06-14 10:44:58 -07:00 |
|
Victor Woeltjen
|
0aebecfbb0
|
Merge pull request #987 from nasa/anim-to-edit-709
[Frontend] Animation added to transition from browse to edit mode
|
2016-06-13 13:31:49 -07:00 |
|
Andrew Henry
|
f167022eea
|
Changed logic of persisted check slightly
|
2016-06-02 10:26:38 +01:00 |
|
Charles Hacskaylo
|
76edba1014
|
[Frontend] Mods to Edit button
fixes #709
- Changed title and style of main Edit button;
- Updated EditItem.js protractor ID accordingly;
|
2016-06-01 19:19:58 -07:00 |
|
Andrew Henry
|
b1266abf01
|
[Edit] Fixed issue with cancel action throwing an error. Fixes #979
|
2016-06-01 10:41:01 +01:00 |
|
Henry
|
eda1f23df9
|
[Edit Mode] #629 rewriting disabled tests
|
2016-05-26 11:38:12 -07:00 |
|
Charles Hacskaylo
|
f1113fda24
|
[Frontend] New message for unsaved changes warning
open #747
|
2016-05-26 09:04:40 -07:00 |
|
Henry
|
7501f679f7
|
[Style] Fixed style issues introduced by #954
|
2016-05-25 12:10:39 -07:00 |
|
Henry
|
32d7187db6
|
Relocated creation package to edit bundle
|
2016-05-24 17:08:12 -07:00 |
|
Henry
|
96af931c0b
|
Modified EditActionPolicy to prevent editing of table views unless object is a table type
|
2016-05-23 16:48:31 -07:00 |
|
Henry
|
eff46b076c
|
[New Edit Mode] #628 Removed duplicate logic from Create Action
|
2016-05-23 15:03:20 -07:00 |
|
Victor Woeltjen
|
264896c264
|
Merge branch 'master' into persist-on-mutation-825
Conflicts:
platform/commonUI/edit/src/actions/RemoveAction.js
platform/commonUI/edit/test/actions/EditAndComposeActionSpec.js
platform/commonUI/edit/test/actions/RemoveActionSpec.js
platform/entanglement/src/services/LinkService.js
platform/features/timeline/src/controllers/drag/TimelineDragHandler.js
platform/features/timeline/src/controllers/swimlane/TimelineSwimlaneDecorator.js
platform/features/timeline/test/controllers/drag/TimelineDragHandlerSpec.js
platform/features/timeline/test/controllers/swimlane/TimelineSwimlaneDropHandlerSpec.js
|
2016-05-20 14:26:39 -07:00 |
|
Henry
|
b6502e9ea1
|
[New Edit Mode] #633 Removed Editing workflow concerns from FixedController, LayoutController
|
2016-05-20 14:12:24 -07:00 |
|
Victor Woeltjen
|
9861e63589
|
[Code Style] Run fixstyle on merged changes
|
2016-05-20 13:09:16 -07:00 |
|
Victor Woeltjen
|
bce5643994
|
Merge branch 'master' into jscs-rebase-142
Conflicts:
platform/commonUI/edit/test/actions/EditAndComposeActionSpec.js
platform/representation/src/MCTRepresentation.js
|
2016-05-20 13:07:58 -07:00 |
|
Victor Woeltjen
|
ad5691142e
|
[Code Style] Rename shadowing variables
|
2016-05-20 13:05:32 -07:00 |
|
Victor Woeltjen
|
e3208187bf
|
Merge branch 'master' into persist-on-mutation-825
Conflicts:
platform/commonUI/edit/test/actions/EditAndComposeActionSpec.js
|
2016-05-20 10:59:54 -07:00 |
|
Henry
|
601bc03ba2
|
[New Edit Mode] #636 Modified EditAndCompose action to rely on a slightly refactored EditActionPolicy to remove folder specific logic
|
2016-05-20 10:42:17 -07:00 |
|
Victor Woeltjen
|
bcf85db9c4
|
[Persistence] Delegate new 'persisted' method
|
2016-05-19 13:31:27 -07:00 |
|
Victor Woeltjen
|
8279acc9a5
|
[Persistence] Don't expect persist calls in PropertiesAction spec
|
2016-05-19 12:04:08 -07:00 |
|
Victor Woeltjen
|
63438ad9ba
|
[Persistence] Don't expect persist calls in LinkAction spec
|
2016-05-19 12:02:42 -07:00 |
|
Victor Woeltjen
|
467f4d2257
|
[Persistence] Don't expect persist calls in RemoveAction spec
|
2016-05-19 12:00:51 -07:00 |
|
Victor Woeltjen
|
9b273bc148
|
[Persistence] Don't expect persist calls in EditRepresenter spec
|
2016-05-19 11:52:58 -07:00 |
|
Victor Woeltjen
|
d3f2a24267
|
Merge branch 'master' into persist-on-mutation-825
Conflicts:
platform/core/src/capabilities/PersistenceCapability.js
platform/features/timeline/src/controllers/swimlane/TimelineSwimlaneDropHandler.js
|
2016-05-19 11:41:08 -07:00 |
|
Victor Woeltjen
|
fa77139077
|
[Code Style] Run gulp fixstyle
...to apply code style settings from #142.
|
2016-05-19 11:29:13 -07:00 |
|
Henry
|
54a0de4a08
|
[New Edit Mode] #636 Removed edit concerns from DropGesture
|
2016-05-13 17:59:43 -07:00 |
|
Henry
|
d08cdfba49
|
Fixed linting issues
|
2016-05-12 16:50:19 -07:00 |
|
Henry
|
ffacf6e1ae
|
Resolved residual merge issue
|
2016-05-12 16:18:48 -07:00 |
|
Henry
|
69c4c3a2c8
|
Added tests
|
2016-05-12 16:14:42 -07:00 |
|
Henry
|
c305fba0a7
|
Modified dirty function
|
2016-05-12 16:14:42 -07:00 |
|
Henry
|
44f4a82fa1
|
Resolved merge conflicts
|
2016-05-12 16:14:31 -07:00 |
|
Henry
|
5bf750c90c
|
Fixed creation
|
2016-05-12 16:11:57 -07:00 |
|
Henry
|
836b5db8cf
|
Reviewed edit mode checking
|
2016-05-12 16:11:57 -07:00 |
|
Henry
|
1753a5473c
|
Resolved merge conflicts
|
2016-05-12 16:11:52 -07:00 |
|
Henry
|
d00e13e4ee
|
Resolved merge conflicts
|
2016-05-12 16:09:53 -07:00 |
|
Henry
|
433dd87e51
|
Resolved merge conflicts
|
2016-05-12 16:07:39 -07:00 |
|
Henry
|
cf9eb3f602
|
Resolved Merge conflicts, removed previously deleted files
|
2016-05-12 16:05:27 -07:00 |
|
Henry
|
bd686790dc
|
Resolved merge conflicts
|
2016-05-12 16:03:19 -07:00 |
|
Henry
|
e5ef7c0c22
|
Resovled merge conflicts
|
2016-05-12 15:58:17 -07:00 |
|
Pete Richards
|
3ca9d21bbd
|
Merge remote-tracking branch 'origin/open663'
|
2016-05-09 10:33:39 -07:00 |
|
Pete Richards
|
61683800cc
|
[Style] Update style to reflect new jshint config
Update style to match new jshint config
https://github.com/nasa/openmct/issues/671
|
2016-05-09 10:33:26 -07:00 |
|
Pete Richards
|
f3b265bdd5
|
Merge branch 'master' into open671
|
2016-05-09 10:19:24 -07:00 |
|
Victor Woeltjen
|
8756b7213f
|
[Persistence] Remove persistence usage from EditRepresenter
|
2016-04-29 11:35:00 -07:00 |
|
Victor Woeltjen
|
433d26e703
|
[Persistence] Remove persistence usage from Remove action
|
2016-04-26 16:53:12 -07:00 |
|
Victor Woeltjen
|
c99ffcb1f4
|
[Persistence] Remove persistence call from compose action
|
2016-04-26 16:50:15 -07:00 |
|
Victor Woeltjen
|
7fb7a5452f
|
[Persistence] Remove persistence usage from Edit Properties
|
2016-04-26 16:43:52 -07:00 |
|
Henry
|
11cfb6e1b8
|
[Edit] Elements pool filtering displays more consistent results
|
2016-04-21 10:42:50 -07:00 |
|
Henry
|
06436c488a
|
[Edit Mode] #794 Modified policy to show remove action in context for non-editable domain object types
|
2016-04-18 19:05:46 -07:00 |
|
Andrew Henry
|
6cb9619fbe
|
Merge pull request #829 from nasa/open630
[Edit mode] Simplify SaveAction
|
2016-04-14 16:11:49 -07:00 |
|