[04/50] [abbrv] isis git commit: ISIS-993: starting to refactor so that each Wicket component knows its corresponding view metadata object.

2016-01-25 Thread danhaywood
ISIS-993: starting to refactor so that each Wicket component knows its corresponding view metadata object. Project: http://git-wip-us.apache.org/repos/asf/isis/repo Commit: http://git-wip-us.apache.org/repos/asf/isis/commit/f71501e0 Tree:

[50/50] [abbrv] isis git commit: ISIS-993: working towards factoring out a PropertyGroup component.

2016-01-25 Thread danhaywood
ISIS-993: working towards factoring out a PropertyGroup component. Project: http://git-wip-us.apache.org/repos/asf/isis/repo Commit: http://git-wip-us.apache.org/repos/asf/isis/commit/205cf853 Tree: http://git-wip-us.apache.org/repos/asf/isis/tree/205cf853 Diff:

[46/50] [abbrv] isis git commit: ISIS-993: renaming of components, EntityCombinedPanel now called EntityEditablePanel. Other subsidiary panels moved alongside.

2016-01-25 Thread danhaywood
http://git-wip-us.apache.org/repos/asf/isis/blob/d946027a/core/viewer-wicket-ui/src/main/java/org/apache/isis/viewer/wicket/ui/components/entity/properties/EntityPropertiesForm.java -- diff --git

[37/50] [abbrv] isis git commit: ISIS-993: move EntityTabPanel into its own top-level class.

2016-01-25 Thread danhaywood
ISIS-993: move EntityTabPanel into its own top-level class. Project: http://git-wip-us.apache.org/repos/asf/isis/repo Commit: http://git-wip-us.apache.org/repos/asf/isis/commit/24046fc0 Tree: http://git-wip-us.apache.org/repos/asf/isis/tree/24046fc0 Diff:

[44/50] [abbrv] isis git commit: ISIS-993: renaming of the view metadata classes.

2016-01-25 Thread danhaywood
ISIS-993: renaming of the view metadata classes. Project: http://git-wip-us.apache.org/repos/asf/isis/repo Commit: http://git-wip-us.apache.org/repos/asf/isis/commit/e647a951 Tree: http://git-wip-us.apache.org/repos/asf/isis/tree/e647a951 Diff:

[36/50] [abbrv] isis git commit: ISIS-993: optional left and right columns either side of tab groups; tweaks to CSS; HasPath for all elements of the layout metadata classes (working towards support fo

2016-01-25 Thread danhaywood
ISIS-993: optional left and right columns either side of tab groups; tweaks to CSS; HasPath for all elements of the layout metadata classes (working towards support for persistence of widget state and hints) Project: http://git-wip-us.apache.org/repos/asf/isis/repo Commit:

[07/50] [abbrv] isis git commit: ISIS-993: factored out LayoutMetadataService, renamed the metadata classes

2016-01-25 Thread danhaywood
ISIS-993: factored out LayoutMetadataService, renamed the metadata classes Project: http://git-wip-us.apache.org/repos/asf/isis/repo Commit: http://git-wip-us.apache.org/repos/asf/isis/commit/1574fb63 Tree: http://git-wip-us.apache.org/repos/asf/isis/tree/1574fb63 Diff:

[49/50] [abbrv] isis git commit: ISIS-993: just starting on refactoring out EntityCollection (cf PropertyGroup) from EntityCollections (WIP).

2016-01-25 Thread danhaywood
ISIS-993: just starting on refactoring out EntityCollection (cf PropertyGroup) from EntityCollections (WIP). Project: http://git-wip-us.apache.org/repos/asf/isis/repo Commit: http://git-wip-us.apache.org/repos/asf/isis/commit/f33e0e24 Tree:

[40/50] [abbrv] isis git commit: ISIS-993: reorganizing components is all.

2016-01-25 Thread danhaywood
ISIS-993: reorganizing components is all. Project: http://git-wip-us.apache.org/repos/asf/isis/repo Commit: http://git-wip-us.apache.org/repos/asf/isis/commit/9a3c26e1 Tree: http://git-wip-us.apache.org/repos/asf/isis/tree/9a3c26e1 Diff: http://git-wip-us.apache.org/repos/asf/isis/diff/9a3c26e1

[23/50] [abbrv] isis git commit: ISIS-993: now rendering properties and collections in tabs ok.

2016-01-25 Thread danhaywood
ISIS-993: now rendering properties and collections in tabs ok. Some stuff still to do: - provide a far-right column that is not tabbed at all. - better handling of column spans, to adjust if spans don't sum to 12 correctly. - layout views don't render. - allow layout views be edited and, perhaps,

[34/50] [abbrv] isis git commit: ISIS-993: simplifying and finetuning.

2016-01-25 Thread danhaywood
ISIS-993: simplifying and finetuning. - layout.json disabled completely if a layout.xml is discovered - got rid of the enable/disable dynamic reloading, went back to checking deployment category for isProduction mode or not - ObjectLayoutMetadataService caches bad XML and also maintains xml ->

[35/50] [abbrv] isis git commit: ISIS-993: entity page now remembers the selected tab (in session) on a per-object basis

2016-01-25 Thread danhaywood
ISIS-993: entity page now remembers the selected tab (in session) on a per-object basis Project: http://git-wip-us.apache.org/repos/asf/isis/repo Commit: http://git-wip-us.apache.org/repos/asf/isis/commit/e9e18b95 Tree: http://git-wip-us.apache.org/repos/asf/isis/tree/e9e18b95 Diff:

[38/50] [abbrv] isis git commit: ISIS-993: always normalize

2016-01-25 Thread danhaywood
ISIS-993: always normalize Project: http://git-wip-us.apache.org/repos/asf/isis/repo Commit: http://git-wip-us.apache.org/repos/asf/isis/commit/b83dbf36 Tree: http://git-wip-us.apache.org/repos/asf/isis/tree/b83dbf36 Diff: http://git-wip-us.apache.org/repos/asf/isis/diff/b83dbf36 Branch:

[01/50] [abbrv] isis git commit: ISIS-993: factored out PropertyGroup component. [Forced Update!]

2016-01-25 Thread danhaywood
Repository: isis Updated Branches: refs/heads/ISIS-993 b04c27ff3 -> f33e0e243 (forced update) ISIS-993: factored out PropertyGroup component. Project: http://git-wip-us.apache.org/repos/asf/isis/repo Commit: http://git-wip-us.apache.org/repos/asf/isis/commit/1f764b50 Tree:

[16/50] [abbrv] isis git commit: ISIS-993: metadata has back owners. Wicket component broken at this point

2016-01-25 Thread danhaywood
http://git-wip-us.apache.org/repos/asf/isis/blob/6f79a2a1/core/viewer-wicket-ui/src/main/java/org/apache/isis/viewer/wicket/ui/components/entity/tabgroups/EntityTabGroupsPanel.java -- diff --git

[11/50] [abbrv] isis git commit: ISIS-993: improving the usability of the schema; minor stuff for wicket components

2016-01-25 Thread danhaywood
ISIS-993: improving the usability of the schema; minor stuff for wicket components Project: http://git-wip-us.apache.org/repos/asf/isis/repo Commit: http://git-wip-us.apache.org/repos/asf/isis/commit/017fab93 Tree: http://git-wip-us.apache.org/repos/asf/isis/tree/017fab93 Diff:

[14/50] [abbrv] isis git commit: ISIS-993: pretty much there on deriving and syncing the metamodel with the layout.xml info;

2016-01-25 Thread danhaywood
ISIS-993: pretty much there on deriving and syncing the metamodel with the layout.xml info; next step is to do the new Wicket views for the tabs themselves Project: http://git-wip-us.apache.org/repos/asf/isis/repo Commit: http://git-wip-us.apache.org/repos/asf/isis/commit/499366fd Tree:

[26/50] [abbrv] isis git commit: ISIS-993: refactoring EntityPropertiesForm so can factor out a new component.

2016-01-25 Thread danhaywood
ISIS-993: refactoring EntityPropertiesForm so can factor out a new component. Project: http://git-wip-us.apache.org/repos/asf/isis/repo Commit: http://git-wip-us.apache.org/repos/asf/isis/commit/084ab6d8 Tree: http://git-wip-us.apache.org/repos/asf/isis/tree/084ab6d8 Diff:

[28/50] [abbrv] isis git commit: ISIS-993: fixed the OK/edit issue.

2016-01-25 Thread danhaywood
ISIS-993: fixed the OK/edit issue. Project: http://git-wip-us.apache.org/repos/asf/isis/repo Commit: http://git-wip-us.apache.org/repos/asf/isis/commit/798dafec Tree: http://git-wip-us.apache.org/repos/asf/isis/tree/798dafec Diff: http://git-wip-us.apache.org/repos/asf/isis/diff/798dafec

[21/50] [abbrv] isis git commit: ISIS-993: factored out LayoutMetadataService, renamed the metadata classes

2016-01-25 Thread danhaywood
http://git-wip-us.apache.org/repos/asf/isis/blob/fb0f1273/core/metamodel/src/main/java/org/apache/isis/core/metamodel/facets/actions/layout/HiddenFacetForActionLayoutXml.java -- diff --git

[23/50] [abbrv] isis git commit: ISIS-993: remove the 'first-field' class appender, since doesn't seem to be used

2016-01-25 Thread danhaywood
ISIS-993: remove the 'first-field' class appender, since doesn't seem to be used Project: http://git-wip-us.apache.org/repos/asf/isis/repo Commit: http://git-wip-us.apache.org/repos/asf/isis/commit/f9f43c29 Tree: http://git-wip-us.apache.org/repos/asf/isis/tree/f9f43c29 Diff:

[16/50] [abbrv] isis git commit: ISIS-1287: fixing bad link in security docs

2016-01-25 Thread danhaywood
ISIS-1287: fixing bad link in security docs Project: http://git-wip-us.apache.org/repos/asf/isis/repo Commit: http://git-wip-us.apache.org/repos/asf/isis/commit/0c17f546 Tree: http://git-wip-us.apache.org/repos/asf/isis/tree/0c17f546 Diff:

[25/50] [abbrv] isis git commit: ISIS-993: started working on adding a fixed column to right hand side

2016-01-25 Thread danhaywood
ISIS-993: started working on adding a fixed column to right hand side Project: http://git-wip-us.apache.org/repos/asf/isis/repo Commit: http://git-wip-us.apache.org/repos/asf/isis/commit/ea02966b Tree: http://git-wip-us.apache.org/repos/asf/isis/tree/ea02966b Diff:

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

2016-01-25 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/006f98a2 Tree: http://git-wip-us.apache.org/repos/asf/isis/tree/006f98a2 Diff:

[42/50] [abbrv] isis git commit: ISIS-993: further refactoring, working towards factoring out EntityColumnMembers. However getting an exception when there are two tab groups (with the id/feedback... n

2016-01-25 Thread danhaywood
ISIS-993: further refactoring, working towards factoring out EntityColumnMembers. However getting an exception when there are two tab groups (with the id/feedback... not sure why yet). Project: http://git-wip-us.apache.org/repos/asf/isis/repo Commit:

[12/50] [abbrv] isis git commit: ISIS-1296: merging in 1.11.1-RC1 branch, fixing conflict

2016-01-25 Thread danhaywood
ISIS-1296: merging in 1.11.1-RC1 branch, fixing conflict Project: http://git-wip-us.apache.org/repos/asf/isis/repo Commit: http://git-wip-us.apache.org/repos/asf/isis/commit/8812424a Tree: http://git-wip-us.apache.org/repos/asf/isis/tree/8812424a Diff:

[06/50] [abbrv] isis git commit: ISIS-1296: updating the banner for the webconsole

2016-01-25 Thread danhaywood
ISIS-1296: updating the banner for the webconsole Project: http://git-wip-us.apache.org/repos/asf/isis/repo Commit: http://git-wip-us.apache.org/repos/asf/isis/commit/5d3d14b4 Tree: http://git-wip-us.apache.org/repos/asf/isis/tree/5d3d14b4 Diff:

[20/50] [abbrv] isis git commit: ISIS-993: factored out LayoutMetadataService, renamed the metadata classes

2016-01-25 Thread danhaywood
http://git-wip-us.apache.org/repos/asf/isis/blob/fb0f1273/core/metamodel/src/test/java/org/apache/isis/core/metamodel/facets/actions/layout/ActionLayoutAnnotationFacetFactoryTest.java -- diff --git

[50/50] [abbrv] isis git commit: ISIS-993: started to add tab component

2016-01-25 Thread danhaywood
ISIS-993: started to add tab component Project: http://git-wip-us.apache.org/repos/asf/isis/repo Commit: http://git-wip-us.apache.org/repos/asf/isis/commit/0f3d01fd Tree: http://git-wip-us.apache.org/repos/asf/isis/tree/0f3d01fd Diff: http://git-wip-us.apache.org/repos/asf/isis/diff/0f3d01fd

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

2016-01-25 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/277f4cb3 Tree: http://git-wip-us.apache.org/repos/asf/isis/tree/277f4cb3 Diff:

[47/50] [abbrv] isis git commit: ISIS-993: improving the usability of the schema; minor stuff for wicket components

2016-01-25 Thread danhaywood
ISIS-993: improving the usability of the schema; minor stuff for wicket components Project: http://git-wip-us.apache.org/repos/asf/isis/repo Commit: http://git-wip-us.apache.org/repos/asf/isis/commit/8ff81a7e Tree: http://git-wip-us.apache.org/repos/asf/isis/tree/8ff81a7e Diff:

[26/50] [abbrv] isis git commit: ISIS-993: slight simplification to metadata to make easier to fit into existing wicket cpt implementation; Wicket components now rendering again

2016-01-25 Thread danhaywood
ISIS-993: slight simplification to metadata to make easier to fit into existing wicket cpt implementation; Wicket components now rendering again Project: http://git-wip-us.apache.org/repos/asf/isis/repo Commit: http://git-wip-us.apache.org/repos/asf/isis/commit/f7d55cf3 Tree:

[38/50] [abbrv] isis git commit: ISIS-993: simplifying and finetuning.

2016-01-25 Thread danhaywood
ISIS-993: simplifying and finetuning. - layout.json disabled completely if a layout.xml is discovered - got rid of the enable/disable dynamic reloading, went back to checking deployment category for isProduction mode or not - ObjectLayoutMetadataService caches bad XML and also maintains xml ->

[43/50] [abbrv] isis git commit: ISIS-993: now rendering properties and collections in tabs ok.

2016-01-25 Thread danhaywood
ISIS-993: now rendering properties and collections in tabs ok. Some stuff still to do: - provide a far-right column that is not tabbed at all. - better handling of column spans, to adjust if spans don't sum to 12 correctly. - layout views don't render. - allow layout views be edited and, perhaps,

[27/50] [abbrv] isis git commit: ISIS-993: add the ObjectLayoutMetadata#actions collection if null

2016-01-25 Thread danhaywood
ISIS-993: add the ObjectLayoutMetadata#actions collection if null Project: http://git-wip-us.apache.org/repos/asf/isis/repo Commit: http://git-wip-us.apache.org/repos/asf/isis/commit/a1ed8903 Tree: http://git-wip-us.apache.org/repos/asf/isis/tree/a1ed8903 Diff:

[28/50] [abbrv] isis git commit: ISIS-993: refactoring EntityPropertiesForm so can factor out a new component.

2016-01-25 Thread danhaywood
ISIS-993: refactoring EntityPropertiesForm so can factor out a new component. Project: http://git-wip-us.apache.org/repos/asf/isis/repo Commit: http://git-wip-us.apache.org/repos/asf/isis/commit/01781b8c Tree: http://git-wip-us.apache.org/repos/asf/isis/tree/01781b8c Diff:

[18/50] [abbrv] isis git commit: ISIS-1287: fixing bad link to cgcom in all guides

2016-01-25 Thread danhaywood
ISIS-1287: fixing bad link to cgcom in all guides Project: http://git-wip-us.apache.org/repos/asf/isis/repo Commit: http://git-wip-us.apache.org/repos/asf/isis/commit/c229efea Tree: http://git-wip-us.apache.org/repos/asf/isis/tree/c229efea Diff:

[11/50] [abbrv] isis git commit: ISIS-1296: updating website and status for 1.11.1 release.

2016-01-25 Thread danhaywood
ISIS-1296: updating website and status for 1.11.1 release. Project: http://git-wip-us.apache.org/repos/asf/isis/repo Commit: http://git-wip-us.apache.org/repos/asf/isis/commit/78bd18e2 Tree: http://git-wip-us.apache.org/repos/asf/isis/tree/78bd18e2 Diff:

[34/50] [abbrv] isis git commit: ISIS-993: entity page now remembers the selected tab (in session) on a per-object basis

2016-01-25 Thread danhaywood
ISIS-993: entity page now remembers the selected tab (in session) on a per-object basis Project: http://git-wip-us.apache.org/repos/asf/isis/repo Commit: http://git-wip-us.apache.org/repos/asf/isis/commit/d83b2cfe Tree: http://git-wip-us.apache.org/repos/asf/isis/tree/d83b2cfe Diff:

[45/50] [abbrv] isis git commit: ISIS-993: simplifying the metadata. the wicket components still broken at this point

2016-01-25 Thread danhaywood
http://git-wip-us.apache.org/repos/asf/isis/blob/79248dc5/core/metamodel/src/main/java/org/apache/isis/core/metamodel/facets/collections/layout/DescribedAsFacetForCollectionLayoutXml.java -- diff --git

[29/50] [abbrv] isis git commit: ISIS-993: working towards getting dynamic reloading working smoothly - not there yet.

2016-01-25 Thread danhaywood
http://git-wip-us.apache.org/repos/asf/isis/blob/47f4aea4/core/viewer-wicket-ui/src/main/java/org/apache/isis/viewer/wicket/ui/components/entity/tabgroups/EntityTabGroupsPanel$EntityTabPanel.html -- diff --git

[05/50] [abbrv] isis git commit: ISIS-1296: adding/updating similar IntelliJ launch configs

2016-01-25 Thread danhaywood
ISIS-1296: adding/updating similar IntelliJ launch configs Project: http://git-wip-us.apache.org/repos/asf/isis/repo Commit: http://git-wip-us.apache.org/repos/asf/isis/commit/89bd3fd5 Tree: http://git-wip-us.apache.org/repos/asf/isis/tree/89bd3fd5 Diff:

[48/50] [abbrv] isis git commit: ISIS-993: metadata classes, facet factory, starting on the wicket component

2016-01-25 Thread danhaywood
http://git-wip-us.apache.org/repos/asf/isis/blob/99f808c1/core/metamodel/src/main/java/org/apache/isis/core/metamodel/facets/object/layoutxml/LayoutXmlFacet.java -- diff --git

[31/50] [abbrv] isis git commit: ISIS-993: fixed the OK/edit issue.

2016-01-25 Thread danhaywood
ISIS-993: fixed the OK/edit issue. Project: http://git-wip-us.apache.org/repos/asf/isis/repo Commit: http://git-wip-us.apache.org/repos/asf/isis/commit/d41f2d13 Tree: http://git-wip-us.apache.org/repos/asf/isis/tree/d41f2d13 Diff: http://git-wip-us.apache.org/repos/asf/isis/diff/d41f2d13

[46/50] [abbrv] isis git commit: ISIS-993: simplifying the metadata. the wicket components still broken at this point

2016-01-25 Thread danhaywood
ISIS-993: simplifying the metadata. the wicket components still broken at this point Project: http://git-wip-us.apache.org/repos/asf/isis/repo Commit: http://git-wip-us.apache.org/repos/asf/isis/commit/79248dc5 Tree: http://git-wip-us.apache.org/repos/asf/isis/tree/79248dc5 Diff:

[24/50] [abbrv] isis git commit: ISIS-993: factored out EntityColumnMembers

2016-01-25 Thread danhaywood
ISIS-993: factored out EntityColumnMembers Project: http://git-wip-us.apache.org/repos/asf/isis/repo Commit: http://git-wip-us.apache.org/repos/asf/isis/commit/aacec3b4 Tree: http://git-wip-us.apache.org/repos/asf/isis/tree/aacec3b4 Diff: http://git-wip-us.apache.org/repos/asf/isis/diff/aacec3b4

[17/50] [abbrv] isis git commit: ISIS-1287: more bad links in the security docs.

2016-01-25 Thread danhaywood
ISIS-1287: more bad links in the security docs. Project: http://git-wip-us.apache.org/repos/asf/isis/repo Commit: http://git-wip-us.apache.org/repos/asf/isis/commit/3887fb2e Tree: http://git-wip-us.apache.org/repos/asf/isis/tree/3887fb2e Diff:

[35/50] [abbrv] isis git commit: ISIS-993: more on the layout service, ability to download a zip of all layouts

2016-01-25 Thread danhaywood
ISIS-993: more on the layout service, ability to download a zip of all layouts Project: http://git-wip-us.apache.org/repos/asf/isis/repo Commit: http://git-wip-us.apache.org/repos/asf/isis/commit/c998c76d Tree: http://git-wip-us.apache.org/repos/asf/isis/tree/c998c76d Diff:

[30/50] [abbrv] isis git commit: ISIS-993: working towards getting dynamic reloading working smoothly - not there yet.

2016-01-25 Thread danhaywood
ISIS-993: working towards getting dynamic reloading working smoothly - not there yet. * moved responsibility for reading the XML to ObjectLayoutMetadataFacet (not certain if that was a good idea). * Update to MedataMenu to switch on/off dynamic layouts. Don't invalidate entire spec, instead

[19/50] [abbrv] isis git commit: ISIS-1298: change @Hidden to @Programmatic for ViewModel.Cloneable#clone() method

2016-01-25 Thread danhaywood
ISIS-1298: change @Hidden to @Programmatic for ViewModel.Cloneable#clone() method Project: http://git-wip-us.apache.org/repos/asf/isis/repo Commit: http://git-wip-us.apache.org/repos/asf/isis/commit/3fc1eb21 Tree: http://git-wip-us.apache.org/repos/asf/isis/tree/3fc1eb21 Diff:

[40/50] [abbrv] isis git commit: ISIS-993: pretty much there on deriving and syncing the metamodel with the layout.xml info;

2016-01-25 Thread danhaywood
ISIS-993: pretty much there on deriving and syncing the metamodel with the layout.xml info; next step is to do the new Wicket views for the tabs themselves Project: http://git-wip-us.apache.org/repos/asf/isis/repo Commit: http://git-wip-us.apache.org/repos/asf/isis/commit/4a8ff11b Tree:

[22/50] [abbrv] isis git commit: ISIS-993: factored out LayoutMetadataService, renamed the metadata classes

2016-01-25 Thread danhaywood
ISIS-993: factored out LayoutMetadataService, renamed the metadata classes Project: http://git-wip-us.apache.org/repos/asf/isis/repo Commit: http://git-wip-us.apache.org/repos/asf/isis/commit/fb0f1273 Tree: http://git-wip-us.apache.org/repos/asf/isis/tree/fb0f1273 Diff:

[07/50] [abbrv] isis git commit: ISIS-1296: recreating simpleapp archetype

2016-01-25 Thread danhaywood
ISIS-1296: 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/b06d913e Tree: http://git-wip-us.apache.org/repos/asf/isis/tree/b06d913e Diff: http://git-wip-us.apache.org/repos/asf/isis/diff/b06d913e

[14/50] [abbrv] isis git commit: ISIS-1287: improving logging

2016-01-25 Thread danhaywood
ISIS-1287: improving logging Project: http://git-wip-us.apache.org/repos/asf/isis/repo Commit: http://git-wip-us.apache.org/repos/asf/isis/commit/261f8599 Tree: http://git-wip-us.apache.org/repos/asf/isis/tree/261f8599 Diff: http://git-wip-us.apache.org/repos/asf/isis/diff/261f8599 Branch:

[02/50] [abbrv] isis git commit: [maven-release-plugin] prepare release isis-1.11.1

2016-01-25 Thread danhaywood
[maven-release-plugin] prepare release isis-1.11.1 Project: http://git-wip-us.apache.org/repos/asf/isis/repo Commit: http://git-wip-us.apache.org/repos/asf/isis/commit/7c2621ad Tree: http://git-wip-us.apache.org/repos/asf/isis/tree/7c2621ad Diff:

[08/50] [abbrv] isis git commit: [maven-release-plugin] prepare release simpleapp-archetype-1.11.1

2016-01-25 Thread danhaywood
[maven-release-plugin] prepare release simpleapp-archetype-1.11.1 Project: http://git-wip-us.apache.org/repos/asf/isis/repo Commit: http://git-wip-us.apache.org/repos/asf/isis/commit/54f7ec13 Tree: http://git-wip-us.apache.org/repos/asf/isis/tree/54f7ec13 Diff:

[36/50] [abbrv] isis git commit: ISIS-993: no longer show edit buttons for tabbed panel; sorted out a rendering issue of Blob/Clob when in tabbed view.

2016-01-25 Thread danhaywood
ISIS-993: no longer show edit buttons for tabbed panel; sorted out a rendering issue of Blob/Clob when in tabbed view. Project: http://git-wip-us.apache.org/repos/asf/isis/repo Commit: http://git-wip-us.apache.org/repos/asf/isis/commit/2b170467 Tree:

[01/50] [abbrv] isis git commit: ISIS-1296: remove -Xdoclint flag for javadoc since not recognized if using Java8 for release [Forced Update!]

2016-01-25 Thread danhaywood
Repository: isis Updated Branches: refs/heads/ISIS-993 e3b93b6ad -> b04c27ff3 (forced update) ISIS-1296: remove -Xdoclint flag for javadoc since not recognized if using Java8 for release Project: http://git-wip-us.apache.org/repos/asf/isis/repo Commit:

[04/50] [abbrv] isis git commit: ISIS-1296: updating pom.xml to use Isis 1.11.1; fixing JDOQL strings; reinstating eclipse .launch files (with some minor renames/rationalization and now using app mani

2016-01-25 Thread danhaywood
ISIS-1296: updating pom.xml to use Isis 1.11.1; fixing JDOQL strings; reinstating eclipse .launch files (with some minor renames/rationalization and now using app manifests) Project: http://git-wip-us.apache.org/repos/asf/isis/repo Commit:

[32/50] [abbrv] isis git commit: ISIS-993: metadata has back owners. Wicket component broken at this point

2016-01-25 Thread danhaywood
http://git-wip-us.apache.org/repos/asf/isis/blob/f5c3b104/core/viewer-wicket-ui/src/main/java/org/apache/isis/viewer/wicket/ui/components/entity/tabgroups/EntityTabGroupsPanel.java -- diff --git

[47/50] [abbrv] isis git commit: ISIS-993: renaming of components, EntityCombinedPanel now called EntityEditablePanel. Other subsidiary panels moved alongside.

2016-01-25 Thread danhaywood
ISIS-993: renaming of components, EntityCombinedPanel now called EntityEditablePanel. Other subsidiary panels moved alongside. Project: http://git-wip-us.apache.org/repos/asf/isis/repo Commit: http://git-wip-us.apache.org/repos/asf/isis/commit/d946027a Tree:

[03/50] [abbrv] isis git commit: ISIS-993: SessionScopedAttribute factored out, now used for the selectedItem drop-down so that the system remembers which view to use for rendering a collection (for a

2016-01-25 Thread danhaywood
ISIS-993: SessionScopedAttribute factored out, now used for the selectedItem drop-down so that the system remembers which view to use for rendering a collection (for a particular object). Project: http://git-wip-us.apache.org/repos/asf/isis/repo Commit:

[19/50] [abbrv] isis git commit: ISIS-993: simplifying the metadata. the wicket components still broken at this point

2016-01-25 Thread danhaywood
http://git-wip-us.apache.org/repos/asf/isis/blob/199c70d9/core/metamodel/src/main/java/org/apache/isis/core/metamodel/facets/collections/layout/DescribedAsFacetForCollectionLayoutXml.java -- diff --git

[24/50] [abbrv] isis git commit: ISIS-993: started working on adding a fixed column to right hand side

2016-01-25 Thread danhaywood
ISIS-993: started working on adding a fixed column to right hand side Project: http://git-wip-us.apache.org/repos/asf/isis/repo Commit: http://git-wip-us.apache.org/repos/asf/isis/commit/1be513ad Tree: http://git-wip-us.apache.org/repos/asf/isis/tree/1be513ad Diff:

[45/50] [abbrv] isis git commit: ISIS-993: can now store multiple different session attributes on an EntityCollectionModel.

2016-01-25 Thread danhaywood
ISIS-993: can now store multiple different session attributes on an EntityCollectionModel. Project: http://git-wip-us.apache.org/repos/asf/isis/repo Commit: http://git-wip-us.apache.org/repos/asf/isis/commit/376ab6f0 Tree: http://git-wip-us.apache.org/repos/asf/isis/tree/376ab6f0 Diff:

[48/50] [abbrv] isis git commit: ISIS-993: removing myBlockContainer CSS class, not used since bootstrap refactor for v1.8.0

2016-01-25 Thread danhaywood
ISIS-993: removing myBlockContainer CSS class, not used since bootstrap refactor for v1.8.0 Project: http://git-wip-us.apache.org/repos/asf/isis/repo Commit: http://git-wip-us.apache.org/repos/asf/isis/commit/2da70738 Tree: http://git-wip-us.apache.org/repos/asf/isis/tree/2da70738 Diff:

[02/50] [abbrv] isis git commit: ISIS-993: SessionScopedAttribute factored out, now used for the selectedItem drop-down so that the system remembers which view to use for rendering a collection (for a

2016-01-25 Thread danhaywood
http://git-wip-us.apache.org/repos/asf/isis/blob/35201392/core/viewer-wicket-ui/src/main/java/org/apache/isis/viewer/wicket/ui/components/entity/propsandcolls/EntityPropsAndCollsForm.java -- diff --git

[25/50] [abbrv] isis git commit: ISIS-993: add the ObjectLayoutMetadata#actions collection if null

2016-01-25 Thread danhaywood
ISIS-993: add the ObjectLayoutMetadata#actions collection if null Project: http://git-wip-us.apache.org/repos/asf/isis/repo Commit: http://git-wip-us.apache.org/repos/asf/isis/commit/78f9d8e0 Tree: http://git-wip-us.apache.org/repos/asf/isis/tree/78f9d8e0 Diff:

[31/50] [abbrv] isis git commit: ISIS-993: working towards getting dynamic reloading working smoothly - not there yet.

2016-01-25 Thread danhaywood
http://git-wip-us.apache.org/repos/asf/isis/blob/2e8c0943/core/viewer-wicket-ui/src/main/java/org/apache/isis/viewer/wicket/ui/components/entity/tabgroups/EntityTabGroupsPanel$EntityTabPanel.html -- diff --git

[15/50] [abbrv] isis git commit: ISIS-993: started to add tab component

2016-01-25 Thread danhaywood
ISIS-993: started to add tab component Project: http://git-wip-us.apache.org/repos/asf/isis/repo Commit: http://git-wip-us.apache.org/repos/asf/isis/commit/abdbcc15 Tree: http://git-wip-us.apache.org/repos/asf/isis/tree/abdbcc15 Diff: http://git-wip-us.apache.org/repos/asf/isis/diff/abdbcc15

[29/50] [abbrv] isis git commit: ISIS-993: remove the 'first-field' class appender, since doesn't seem to be used

2016-01-25 Thread danhaywood
ISIS-993: remove the 'first-field' class appender, since doesn't seem to be used Project: http://git-wip-us.apache.org/repos/asf/isis/repo Commit: http://git-wip-us.apache.org/repos/asf/isis/commit/93a2e7a5 Tree: http://git-wip-us.apache.org/repos/asf/isis/tree/93a2e7a5 Diff:

[42/50] [abbrv] isis git commit: ISIS-993: attempting to unify the existing UiHintContainer and the ScopedSessionAttribute stuff; only part way there.

2016-01-25 Thread danhaywood
ISIS-993: attempting to unify the existing UiHintContainer and the ScopedSessionAttribute stuff; only part way there. Project: http://git-wip-us.apache.org/repos/asf/isis/repo Commit: http://git-wip-us.apache.org/repos/asf/isis/commit/cddf2555 Tree:

[30/50] [abbrv] isis git commit: ISIS-993: factored out EntityColumnMembers

2016-01-25 Thread danhaywood
ISIS-993: factored out EntityColumnMembers Project: http://git-wip-us.apache.org/repos/asf/isis/repo Commit: http://git-wip-us.apache.org/repos/asf/isis/commit/82d6d645 Tree: http://git-wip-us.apache.org/repos/asf/isis/tree/82d6d645 Diff: http://git-wip-us.apache.org/repos/asf/isis/diff/82d6d645

[33/50] [abbrv] isis git commit: ISIS-993: in process of converting TabbedPanel into own panel.

2016-01-25 Thread danhaywood
ISIS-993: in process of converting TabbedPanel into own panel. Project: http://git-wip-us.apache.org/repos/asf/isis/repo Commit: http://git-wip-us.apache.org/repos/asf/isis/commit/fc5355f5 Tree: http://git-wip-us.apache.org/repos/asf/isis/tree/fc5355f5 Diff:

[20/50] [abbrv] isis git commit: ISIS-993: simplifying the metadata. the wicket components still broken at this point

2016-01-25 Thread danhaywood
ISIS-993: simplifying the metadata. the wicket components still broken at this point Project: http://git-wip-us.apache.org/repos/asf/isis/repo Commit: http://git-wip-us.apache.org/repos/asf/isis/commit/199c70d9 Tree: http://git-wip-us.apache.org/repos/asf/isis/tree/199c70d9 Diff:

[22/50] [abbrv] isis git commit: ISIS-993: slight simplification to metadata to make easier to fit into existing wicket cpt implementation; Wicket components now rendering again

2016-01-25 Thread danhaywood
ISIS-993: slight simplification to metadata to make easier to fit into existing wicket cpt implementation; Wicket components now rendering again Project: http://git-wip-us.apache.org/repos/asf/isis/repo Commit: http://git-wip-us.apache.org/repos/asf/isis/commit/afe44fc3 Tree:

[10/50] [abbrv] isis git commit: ISIS-993: metadata classes, facet factory, starting on the wicket component

2016-01-25 Thread danhaywood
ISIS-993: metadata classes, facet factory, starting on the wicket component Project: http://git-wip-us.apache.org/repos/asf/isis/repo Commit: http://git-wip-us.apache.org/repos/asf/isis/commit/ea9204f1 Tree: http://git-wip-us.apache.org/repos/asf/isis/tree/ea9204f1 Diff:

[18/50] [abbrv] isis git commit: ISIS-993: simplifying the metadata. the wicket components still broken at this point

2016-01-25 Thread danhaywood
http://git-wip-us.apache.org/repos/asf/isis/blob/199c70d9/example/application/simpleapp/dom/src/main/java/domainapp/dom/simple/SimpleObject.layout.xml -- diff --git

[41/50] [abbrv] isis git commit: ISIS-993: using getPath() to create the session key for tab selection.

2016-01-25 Thread danhaywood
ISIS-993: using getPath() to create the session key for tab selection. Project: http://git-wip-us.apache.org/repos/asf/isis/repo Commit: http://git-wip-us.apache.org/repos/asf/isis/commit/691a0be7 Tree: http://git-wip-us.apache.org/repos/asf/isis/tree/691a0be7 Diff:

[isis] Git Push Summary

2016-01-25 Thread danhaywood
Repository: isis Updated Tags: refs/tags/todoapp-archetype-1.6.0 [deleted] 055a18caa

[isis] Git Push Summary

2016-01-25 Thread danhaywood
Repository: isis Updated Tags: refs/tags/rel/todoapp-archetype-1.6.0 [created] 055a18caa

[isis] Git Push Summary

2016-01-25 Thread danhaywood
Repository: isis Updated Tags: refs/tags/simpleapp-archetype-1.8.0 [deleted] 0ae881311

[isis] Git Push Summary

2016-01-25 Thread danhaywood
Repository: isis Updated Tags: refs/tags/rel/simpleapp-archetype-1.8.0 [created] 0ae881311

[isis] Git Push Summary

2016-01-25 Thread danhaywood
Repository: isis Updated Tags: refs/tags/isis-objectstore-jdo-1.5.0 [deleted] 42bc806ff

[isis] Git Push Summary

2016-01-25 Thread danhaywood
Repository: isis Updated Tags: refs/tags/rel/isis-objectstore-jdo-1.0.0 [created] 423f7a110

[isis] Git Push Summary

2016-01-25 Thread danhaywood
Repository: isis Updated Tags: refs/tags/isis-security-shiro-1.1.0 [deleted] 340f5709d

[isis] Git Push Summary

2016-01-25 Thread danhaywood
Repository: isis Updated Tags: refs/tags/isis-objectstore-jdo-1.1.0 [deleted] 468d6f4ea

[isis] Git Push Summary

2016-01-25 Thread danhaywood
Repository: isis Updated Tags: refs/tags/rel/isis-security-shiro-1.1.1 [created] 47dd14d9e

[isis] Git Push Summary

2016-01-25 Thread danhaywood
Repository: isis Updated Tags: refs/tags/rel/isis-objectstore-jdo-1.5.0 [created] 42bc806ff

[isis] Git Push Summary

2016-01-25 Thread danhaywood
Repository: isis Updated Tags: refs/tags/rel/isis-0.1.2-incubating [created] 40c529018

[isis] Git Push Summary

2016-01-25 Thread danhaywood
Repository: isis Updated Tags: refs/tags/isis-0.1.2-incubating [deleted] 40c529018

[isis] Git Push Summary

2016-01-25 Thread danhaywood
Repository: isis Updated Tags: refs/tags/isis-objectstore-jdo-1.0.0 [deleted] 423f7a110

[isis] Git Push Summary

2016-01-25 Thread danhaywood
Repository: isis Updated Tags: refs/tags/rel/isis-1.11.1 [created] 4b94d18ec

[isis] Git Push Summary

2016-01-25 Thread danhaywood
Repository: isis Updated Tags: refs/tags/rel/isis-1.1.0 [created] 4859004d0

[isis] Git Push Summary

2016-01-25 Thread danhaywood
Repository: isis Updated Tags: refs/tags/rel/isis-viewer-wicket-1.2.0 [created] 5142ba9c2

[isis] Git Push Summary

2016-01-25 Thread danhaywood
Repository: isis Updated Tags: refs/tags/rel/isis-viewer-wicket-1.4.0 [created] 4b0985f7f

[isis] Git Push Summary

2016-01-25 Thread danhaywood
Repository: isis Updated Tags: refs/tags/rel/isis-objectstore-jdo-1.1.0 [created] 468d6f4ea

[isis] Git Push Summary

2016-01-25 Thread danhaywood
Repository: isis Updated Tags: refs/tags/rel/quickstart_wicket_restful_jdo-archetype-1.3.0 [created] 34209efc7

[isis] Git Push Summary

2016-01-25 Thread danhaywood
Repository: isis Updated Tags: refs/tags/isis-1.11.1 [deleted] 4b94d18ec

[isis] Git Push Summary

2016-01-25 Thread danhaywood
Repository: isis Updated Tags: refs/tags/isis-1.0.0 [deleted] 53dddebcb

  1   2   3   >