isis git commit: ISIS-1425: adding fallback to original behaviour if cannot locate the mixed-in action

2016-06-03 Thread danhaywood
Repository: isis Updated Branches: refs/heads/master ffd9f08c9 -> 964ab4066 ISIS-1425: adding fallback to original behaviour if cannot locate the mixed-in action Project: http://git-wip-us.apache.org/repos/asf/isis/repo Commit: http://git-wip-us.apache.org/repos/asf/isis/commit/964ab406

isis git commit: ISIS-1425: making the wrapper factory intelligent enough to handle (dereference) programmatically instantiated mixins

2016-06-03 Thread danhaywood
Repository: isis Updated Branches: refs/heads/master 5522f4bd5 -> ffd9f08c9 ISIS-1425: making the wrapper factory intelligent enough to handle (dereference) programmatically instantiated mixins Project: http://git-wip-us.apache.org/repos/asf/isis/repo Commit:

[isis] Git Push Summary

2016-06-03 Thread danhaywood
Repository: isis Updated Tags: refs/tags/simpleapp-archetype-1.12.2-RC1 [created] 5de283b0f

[isis] Git Push Summary

2016-06-03 Thread danhaywood
Repository: isis Updated Tags: refs/tags/isis-1.12.2-RC1 [created] 9ada6b97a

[4/6] isis git commit: ISIS-1424: update to example app pom.xml to reference 1.12.2

2016-06-03 Thread danhaywood
ISIS-1424: update to example app pom.xml to reference 1.12.2 Project: http://git-wip-us.apache.org/repos/asf/isis/repo Commit: http://git-wip-us.apache.org/repos/asf/isis/commit/46d4527a Tree: http://git-wip-us.apache.org/repos/asf/isis/tree/46d4527a Diff:

[6/6] isis git commit: [maven-release-plugin] prepare for next development iteration

2016-06-03 Thread danhaywood
[maven-release-plugin] prepare for next development iteration Project: http://git-wip-us.apache.org/repos/asf/isis/repo Commit: http://git-wip-us.apache.org/repos/asf/isis/commit/94d0b742 Tree: http://git-wip-us.apache.org/repos/asf/isis/tree/94d0b742 Diff:

[1/6] isis git commit: [maven-release-plugin] prepare release isis-1.12.2

2016-06-03 Thread danhaywood
Repository: isis Updated Branches: refs/heads/release-1.12.2-RC1 [created] 94d0b742c [maven-release-plugin] prepare release isis-1.12.2 Project: http://git-wip-us.apache.org/repos/asf/isis/repo Commit: http://git-wip-us.apache.org/repos/asf/isis/commit/c7c349fb Tree:

[3/6] isis git commit: ISIS-1424: recreating simpleapp archetype

2016-06-03 Thread danhaywood
ISIS-1424: recreating simpleapp archetype Project: http://git-wip-us.apache.org/repos/asf/isis/repo Commit: http://git-wip-us.apache.org/repos/asf/isis/commit/00834745 Tree: http://git-wip-us.apache.org/repos/asf/isis/tree/00834745 Diff: http://git-wip-us.apache.org/repos/asf/isis/diff/00834745

[2/8] isis git commit: ISIS-1422: refactoring (no functional change) - completely eliminated ValueSemanticsProviderContext, just use ServicesInjector throughout, and don't pass IsisConfiguration to VS

2016-06-03 Thread danhaywood
http://git-wip-us.apache.org/repos/asf/isis/blob/28bd6dd5/core/metamodel/src/main/java/org/apache/isis/core/metamodel/facets/value/datejodalocal/JodaLocalDateValueFacetUsingSemanticsProviderFactory.java -- diff --git

[6/8] isis git commit: ISIS-1422: fixing unit tests.

2016-06-03 Thread danhaywood
ISIS-1422: fixing unit tests. Project: http://git-wip-us.apache.org/repos/asf/isis/repo Commit: http://git-wip-us.apache.org/repos/asf/isis/commit/0f550803 Tree: http://git-wip-us.apache.org/repos/asf/isis/tree/0f550803 Diff: http://git-wip-us.apache.org/repos/asf/isis/diff/0f550803 Branch:

[8/8] isis git commit: ISIS-1335: adding missing/updating existing layout.xml files for applib view models.

2016-06-03 Thread danhaywood
ISIS-1335: adding missing/updating existing layout.xml files for applib view models. Project: http://git-wip-us.apache.org/repos/asf/isis/repo Commit: http://git-wip-us.apache.org/repos/asf/isis/commit/5522f4bd Tree: http://git-wip-us.apache.org/repos/asf/isis/tree/5522f4bd Diff:

[1/8] isis git commit: ISIS-1422: refactoring (no functional change) - completely eliminated ValueSemanticsProviderContext, just use ServicesInjector throughout, and don't pass IsisConfiguration to VS

2016-06-03 Thread danhaywood
Repository: isis Updated Branches: refs/heads/master 6863d1524 -> 5522f4bd5 http://git-wip-us.apache.org/repos/asf/isis/blob/28bd6dd5/core/metamodel/src/main/java/org/apache/isis/core/metamodel/facets/value/shortint/ShortWrapperValueSemanticsProvider.java

[5/8] isis git commit: ISIS-1422: refactoring (no functional change) - looking up components from ServicesInjector rather than pass them in.

2016-06-03 Thread danhaywood
ISIS-1422: refactoring (no functional change) - looking up components from ServicesInjector rather than pass them in. for misc facets (ActionInvocationFacet, MaxLengthFacet, Encodable, RegEx, MultiLine) Project: http://git-wip-us.apache.org/repos/asf/isis/repo Commit:

[7/8] isis git commit: ISIS-1422: use PublishingServiceInternal's withPublishingSuppressed wormhole to stop publishing when invoke an action for autoComplete.

2016-06-03 Thread danhaywood
ISIS-1422: use PublishingServiceInternal's withPublishingSuppressed wormhole to stop publishing when invoke an action for autoComplete. Project: http://git-wip-us.apache.org/repos/asf/isis/repo Commit: http://git-wip-us.apache.org/repos/asf/isis/commit/a3225182 Tree:

[2/2] isis git commit: ISIS-1132: finally, the fix... the (legacy) Isis encoder/decoder stuff is used to copy the value from the object into the action parameter; the impl for joda DateTime was missin

2016-06-03 Thread danhaywood
ISIS-1132: finally, the fix... the (legacy) Isis encoder/decoder stuff is used to copy the value from the object into the action parameter; the impl for joda DateTime was missing the time portion, so was defaulting to +1:00 (presumably due to locale, GMT+1 hour). Project:

[4/7] isis git commit: ISIS-1132: finally, the fix... the (legacy) Isis encoder/decoder stuff is used to copy the value from the object into the action parameter; the impl for joda DateTime was missin

2016-06-03 Thread danhaywood
ISIS-1132: finally, the fix... the (legacy) Isis encoder/decoder stuff is used to copy the value from the object into the action parameter; the impl for joda DateTime was missing the time portion, so was defaulting to +1:00 (presumably due to locale, GMT+1 hour). Project:

[6/7] isis git commit: ISIS-1132: finally, the fix... the (legacy) Isis encoder/decoder stuff is used to copy the value from the object into the action parameter; the impl for joda DateTime was missin

2016-06-03 Thread danhaywood
ISIS-1132: finally, the fix... the (legacy) Isis encoder/decoder stuff is used to copy the value from the object into the action parameter; the impl for joda DateTime was missing the time portion, so was defaulting to +1:00 (presumably due to locale, GMT+1 hour). Project:

[5/7] isis git commit: ISIS-1396: detaching an EntityModel should cascade the detach to all child property ScalarModels.

2016-06-03 Thread danhaywood
ISIS-1396: detaching an EntityModel should cascade the detach to all child property ScalarModels. Project: http://git-wip-us.apache.org/repos/asf/isis/repo Commit: http://git-wip-us.apache.org/repos/asf/isis/commit/da3f1ece Tree: http://git-wip-us.apache.org/repos/asf/isis/tree/da3f1ece Diff:

[1/2] isis git commit: ISIS-1396: detaching an EntityModel should cascade the detach to all child property ScalarModels.

2016-06-03 Thread danhaywood
Repository: isis Updated Branches: refs/heads/maintenance-1.12.x [created] 1dd64e618 ISIS-1396: detaching an EntityModel should cascade the detach to all child property ScalarModels. Project: http://git-wip-us.apache.org/repos/asf/isis/repo Commit: