larkin
1525657ac2
[Task] Remove TODOS
2015-06-11 13:09:02 -07:00
larkin
9123078293
[Entanglement] Add entanglement bundle
...
The entanglement bundle defines move, copy, and link actions, and
exposes them as context menu actions.
* The Move action moves an object from it's current parent to a new
parent object.
* The Copy action deep-copies an object to a new parent object.
* The Link action links an object to a new parent object.
These actions are implemented by three new services: moveService,
copyService, and linkService.
Mocks are provided for each service for easy testing of components
that depend on them.
Additionally, this bundle provides a DomainObjectFactory that simplifies
the construction of mockDomainObjects for tests.
These actions are exposed to the user as context menu options.
2015-06-11 13:09:01 -07:00
larkin
8811f2a53e
[Creation] createObject returns newObject
...
createObject returns a promise which is resolved when the object
has been persisted. The promise is resolved with an instance of the
new domainObject.
2015-06-11 13:09:01 -07:00
Pete Richards
e6d830bfdc
Merge pull request #1 from nasa/open1221
...
[Platform] Tweak misc. items to support clocks/timers
2015-06-09 10:23:06 -07:00
Pete Richards
eb9446dd14
Merge pull request #2 from nasa/open1199
...
[Example] Add minimal web server
2015-06-09 09:47:16 -07:00
Pete Richards
31e0e0adc7
Merge pull request #3 from nasa/open-1201
...
[Integration] Window Titling
2015-06-08 11:27:42 -07:00
larkin
689701b37f
[Licenses] Add License Header
2015-06-08 11:23:25 -07:00
larkin
eb1621dad9
Merge branch 'open1200' into open-1201
2015-06-08 11:11:50 -07:00
Victor Woeltjen
3a36fda8ab
Merge remote-tracking branch 'nasa/open1219' into open1229
...
Merge changes for WTD-1219; WTD-1229
Conflicts:
platform/commonUI/general/res/css/theme-espresso.css
2015-06-08 09:53:33 -07:00
Victor Woeltjen
5f64e499f4
[Example] Work around JSLint
...
JSLint doesn't like Express's use of static (a reserved word) as a
method name, so change the way it's accessed. WTD-1199.
2015-06-04 10:47:04 -07:00
Victor Woeltjen
450bc059e4
Merge branch 'open-master' into open1199
2015-06-04 10:40:34 -07:00
Victor Woeltjen
fcd214ed60
[Forms] Show initial value in datetime control
...
Initialize value for datetime control based on available
data, and keep up-to-date with changes from UI. Supports
clocks/timers, which use datetime as an entry field,
WTD-1221.
2015-06-04 09:16:25 -07:00
Victor Woeltjen
2648f01966
[Composition] Disallow composition for leaf types
...
Disallow composition for domain object types which will
not have a composition property; WTD-1221.
2015-06-04 09:16:12 -07:00
Victor Woeltjen
e452921729
[Core] Revise explicit setting of modified timestamp
...
Allow undefined as an explicit value for a domain
object's modification timestamp (as set via the
mutation capability.) Avoids a bug in minimal auto-refresh,
being added for WTD-1221.
2015-06-04 09:16:08 -07:00
Victor Woeltjen
28805cd55c
[Forms] Add test cases to DateTimeController
...
Add test cases for behavioral changes to DateTimeController,
added for WTD-1221.
2015-06-04 09:15:39 -07:00
Victor Woeltjen
45568ecb21
[Forms] Allow date-time controls to be optional
...
Don't force date-time inputs to act as if they are
required; allow them to be treated as optional, but
enforce that this only occurs when left completely
empty (as opposed to partially complete.)
Supports WTD-1221.
2015-06-04 09:15:04 -07:00
Charles Hacskaylo
f23f127207
[Frontend] Markup and CSS for Time Controller
...
WTD-1219
Markup, CSS, etc. for time controller;
New template .html file;
Rebuilt from open-master and ue-frontend branches;
2015-06-02 19:29:57 -07:00
Charles Hacskaylo
c20ad3764d
Merge branch 'open-master' into ue-frontend
...
Conflicts:
platform/commonUI/general/res/css/theme-espresso.css
platform/commonUI/general/res/sass/lists/_tabular.scss
2015-06-02 18:26:49 -07:00
Charles Hacskaylo
48c4282416
Merge branch 'open-master' into ue-frontend
...
Conflicts:
platform/commonUI/general/res/css/theme-espresso.css
platform/commonUI/general/res/sass/lists/_tabular.scss
2015-06-02 18:25:26 -07:00
Charles Hacskaylo
6104201d89
[Frontend] Markup and CSS for revised scrolling tabular view
...
WTD-1217
2015-06-02 17:45:39 -07:00
Charles Hacskaylo
0fbb54add3
Merging ue-frontend
2015-06-02 17:44:59 -07:00
Charles Hacskaylo
b09ec23617
[Frontend] Renew of ue-frontend
...
Picks up markup and CSS changes from
open1174 (breadcrumbs)
2015-06-02 16:12:19 -07:00
Victor Woeltjen
ca4f37b259
[Licenses] Remove license header scripts
...
Remove scripts for license headers, WTD-1051.
2015-06-02 11:48:23 -07:00
Victor Woeltjen
99e5feb9dc
[Licenses] Change link for normalize
...
WTD-1051.
2015-05-29 10:37:06 -07:00
Victor Woeltjen
ff1d4854a8
Revert "[Licenses] Remove license ref from dialog"
...
This reverts commit 2ca789e36a
.
Change was made to misunderstanding of instructions; WTD-1051.
2015-05-29 10:08:43 -07:00
Victor Woeltjen
1415e9e72f
[Licenses] Add missing copyright/license info
...
WTD-1051.
2015-05-29 10:05:59 -07:00
Victor Woeltjen
8156dd967f
[Licenses] Reorganize licenses file
...
Reorganize licenses file; remove full text of Apache notice, move
other Apache-licensed dependencies to the top. WTD-1051.
2015-05-29 09:22:13 -07:00
Victor Woeltjen
61bc662efb
[Licenses] Add missing copyright years
...
WTD-1051.
2015-05-22 14:48:53 -07:00
Victor Woeltjen
11ab4df159
[Configuration] Ignore node modules in build
...
Ignore node modules and the top-level app.js when running
JSLint for a Maven build; scope of this testing is client
code. WTD-1199.
2015-05-21 20:47:49 -07:00
Victor Woeltjen
ce2b48981a
[Windowing] Add in-line documentation
...
WTD-1200.
2015-05-20 10:06:59 -07:00
Victor Woeltjen
a937a3193b
[Windowing] Show title of navigated object
...
Show title of navigated object in window, WTD-1200.
2015-05-20 09:57:04 -07:00
Victor Woeltjen
6ed14ed3a9
[Configuration] Deprioritize default constants
...
Mark ElasticSearch configuration constants as priority=fallback;
these are intended to be specified/overridden on a per-deployment
basis. WTD-1199.
2015-05-20 09:04:48 -07:00
Victor Woeltjen
3ace850d31
[Configuration] Use example persistence
...
Use example persistence in open source friendly branch to avoid
need for set up of ElasticSearch when running, WTD-1199.
2015-05-20 09:04:26 -07:00
Victor Woeltjen
2797af43e9
[Configuration] Add server app
...
Add server app which provides the ability to include/exclude
bundles. WTD-1199.
2015-05-20 09:03:55 -07:00
Victor Woeltjen
4fa99597c2
[Licenses] Update copyright year
...
WTD-1051.
2015-05-13 17:30:38 -07:00
Victor Woeltjen
69ea79d894
[Licenses] Add server licenses
...
WTD-1051.
2015-05-13 17:02:29 -07:00
Victor Woeltjen
4c720d97b7
[Licenses] Add server-side licenses
...
WTD-1051.
2015-05-13 16:47:13 -07:00
Victor Woeltjen
2ca789e36a
[Licenses] Remove license ref from dialog
...
WTD-1051.
2015-05-13 16:44:57 -07:00
Victor Woeltjen
10863514cb
[Licenses] Add license headers
...
WTD-1051.
2015-05-13 16:43:30 -07:00
Victor Woeltjen
118d8481fb
[Licenses] Update copyright years
...
WTD-1051.
2015-05-13 15:58:22 -07:00
Victor Woeltjen
130d3b3905
[Licenses] Update copyright years
...
WTD-1051.
2015-05-13 15:54:21 -07:00
Victor Woeltjen
c4a5ec0c7b
[Licenses] Add usage note
...
Add usage note to license header script, WTD-1051.
2015-05-13 12:46:37 -07:00
Victor Woeltjen
28fbc5be09
Merge branch 'open-master' into open1051b
...
Merge in latest to add license headers, WTD-1051
2015-05-13 12:42:47 -07:00
Victor Woeltjen
4c6cad3e77
Merge remote-tracking branch 'nasa/open1163' into open1176
...
WTD-1176
2015-05-06 10:11:01 -07:00
Victor Woeltjen
2be2e23847
[Build] Bump version number
...
Bump version number, restore snapshot status to
open sprint Surtur. WTD-820.
2015-05-04 13:36:49 -07:00
Victor Woeltjen
bfb3a0b57b
[Build] Remove snapshot status
...
Remove SNAPSHOT from version number to close out
sprint Skoll, WTD-820.
2015-05-04 13:31:25 -07:00
Victor Woeltjen
ad9a0b4ee2
[Info] Remove inspect from active bundles
...
Remove markup demonstration for info bubbles from list of
active bundles, WTD-1162.
2015-05-01 10:44:02 -07:00
Charles Hacskaylo
ac81968f93
[Frontend] CSS in Fixed Position view Edit mode
...
WTD-1163
WTD-1114
Added CSS to give a border to all elements in Fixed Position view when in Edit mode.
Only applied to outer element, does not affect object border styling;
2015-05-01 10:43:15 -07:00
Victor Woeltjen
ab60b92b9e
Merge remote-tracking branch 'nasa/open1054' into open1162
...
Merge markup/styling for info bubble, WTD-1162
2015-05-01 10:33:16 -07:00
Charles Hacskaylo
6aadf921e1
[Frontend] Tweaks to spacing
...
WTD-1163
WTD-1146
2015-05-01 10:18:33 -07:00