Charles Hacskaylo
|
9820f9d9c5
|
[Frontend] Mod CSS to properly hide nav-to-parent when editing
fixes #970
Not sure what problem was, but betting this was due to removal
of an ng-class previously in markup;
|
2016-05-26 12:45:25 -07:00 |
|
Victor Woeltjen
|
56ff98cce7
|
Merge branch 'master' into orphan-navigation-765
|
2016-05-26 12:35:48 -07: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 |
|
Andrew Henry
|
eefd4c8669
|
Merge pull request #949 from nasa/info-error-948
[Mobile] Remove usage of element.scope()
|
2016-05-25 15:15:53 -07:00 |
|
Henry
|
7501f679f7
|
[Style] Fixed style issues introduced by #954
|
2016-05-25 12:10:39 -07:00 |
|
Victor Woeltjen
|
52e087d8f8
|
Merge pull request #954 from nasa/open628
[Edit Mode] #628 Remove edit related concerns from Create Action
|
2016-05-25 11:55:17 -07:00 |
|
Pete Richards
|
2ff0c7b06a
|
[Test] Add spy method for addClass
Add spy method, fix a merge conflict that was improperly resolved
in https://github.com/nasa/openmct/pull/922
|
2016-05-25 10:11:34 -07:00 |
|
Pete Richards
|
ff92d3acab
|
Merge remote-tracking branch 'origin/open889' into open922
|
2016-05-25 09:55:09 -07:00 |
|
Henry
|
32d7187db6
|
Relocated creation package to edit bundle
|
2016-05-24 17:08:12 -07:00 |
|
Henry
|
f0ab817e87
|
Added tests, and fixed failing ones
|
2016-05-24 10:53:04 -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
|
1ced47fc2c
|
[Navigation] Prevent navigation to orphan objects
This is particularly useful when a persistence failure has caused
a created object not to be added to its parent container. #765
|
2016-05-23 14:07:09 -07:00 |
|
Victor Woeltjen
|
6e7f4df5e3
|
[Mobile] Remove usage of element.scope()
Usage is unnecessary and is sensitive to initialization ordering of
representations, resulting in #948.
|
2016-05-20 16:13:51 -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 |
|
Victor Woeltjen
|
1419ff86e8
|
Merge pull request #946 from nasa/open636
[New Edit Mode] #636 Removed edit concerns from DropGesture
|
2016-05-20 10:52:11 -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 |
|
Henry
|
776586ae25
|
[New Edit Mode] #634 Removed edit concerns from MctRepresentation
|
2016-05-19 17:09:56 -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 |
|
Victor Woeltjen
|
de43aa81be
|
Merge pull request #838 from nasa/open824_rebase
[Edit] #824 - Remove EditableDomainObject
|
2016-05-18 17:01:24 -07:00 |
|
Charles Hacskaylo
|
a729edd399
|
[Frontend] Label context arrows now always visible
open #929
- Also enable frame dragging in title area when
editing in Layout;
- CSS and markup changes;
|
2016-05-16 12:00:29 -07:00 |
|
Henry
|
54a0de4a08
|
[New Edit Mode] #636 Removed edit concerns from DropGesture
|
2016-05-13 17:59:43 -07:00 |
|
Henry
|
a11dba88b2
|
[New Edit Mode] #634 Removed edit concerns from MctRepresentation
|
2016-05-12 20:23:33 -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
|
4b786d3536
|
Removed sysouts
|
2016-05-12 16:09:08 -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 |
|
Victor Woeltjen
|
3d891073da
|
[Popup] Add method to jqlite mocks
...to resolve build failure preventing merge,
https://github.com/nasa/openmct/pull/922#issuecomment-218588876
|
2016-05-11 14:25:23 -07:00 |
|