Quick Search:

View detailed chart Line History

line history graph

View Mode

Logical Physical

Show Arbitrary Diff

From to

Supports revisions and tags.

Watches and RSS

History

root: 173 82

latest revision download root:

173 annotated / raw | Diffs: previous, other | Lines: 325 ( +12, -40 )

Created: 2006-11-29 10:29:16 -0600 (23 months ago) | Author: jstrachan | Changeset: 173

minor refactorings to allow the core logic of the crud action bean to be reused for any entity-specific action such as querying

Properties

 svn:eol-style = native
 svn:keywords = Date Author Id Revision HeadURL
 svn:mime-type = text/plain

154 new/copied annotated / raw | Diffs: previous, other | Lines: 353 ( +353, -0 )

Created: 2006-11-17 13:24:57 -0600 (2 years ago) | Author: jstrachan | Changeset: 154

Copied from: able/able-web/src/main/java/com/opensymphony/able/action/DefaultCrudActionBean.java 148

Move code into the able-core library together with fixing up some exclusions on the poms

Properties

 svn:eol-style = native
 svn:keywords = Date Author Id Revision HeadURL
 svn:mime-type = text/plain

148 new/moved annotated / raw | Diffs: previous, other | Lines: 353 ( +353, -0 )

Created: 2006-11-17 12:03:23 -0600 (2 years ago) | Author: jstrachan | Changeset: 148

Moved from: able/sandbox/able-web/src/main/java/com/opensymphony/able/action/DefaultCrudActionBean.java 124

Copied to: able/able-core/src/main/java/com/opensymphony/able/action/DefaultCrudActionBean.java 154

Moving the old able-webwork out of the way ready for the nice shiny new stripes version

Properties

 svn:eol-style = native
 svn:keywords = Date Author Id Revision HeadURL
 svn:mime-type = text/plain

124 annotated / raw | Diffs: previous, other | Lines: 353 ( +2, -2 )

Created: 2006-11-17 03:50:08 -0600 (2 years ago) | Author: jstrachan | Changeset: 124

Moved to: able/able-web/src/main/java/com/opensymphony/able/action/DefaultCrudActionBean.java 148

further tidying up and moving things around a bit. So the introspection stuff (EntityInfo / PropertyInfo etc) has been moved to the introspect package

Properties

 svn:eol-style = native
 svn:keywords = Date Author Id Revision HeadURL
 svn:mime-type = text/plain

123 annotated / raw | Diffs: previous, other | Lines: 353 ( +8, -4 )

Created: 2006-11-17 03:35:17 -0600 (2 years ago) | Author: jstrachan | Changeset: 123

moved all the annotations into a single package, so we have a single standard set of metadata - also moved a few things around to try clean up the package hierarchy a tad

Properties

 svn:eol-style = native
 svn:keywords = Date Author Id Revision HeadURL
 svn:mime-type = text/plain

115 annotated / raw | Diffs: previous, other | Lines: 349 ( +26, -22 )

Created: 2006-10-10 12:33:33 -0500 (2 years 1 month ago) | Author: plightbo | Changeset: 115

two new features:
- convention based results (DefaultResolution)
- generation of JSPs for list, view, and edit

Properties

 svn:eol-style = native
 svn:keywords = Date Author Id Revision HeadURL
 svn:mime-type = text/plain

112 annotated / raw | Diffs: previous, other | Lines: 345 ( +2, -2 )

Created: 2006-09-29 12:25:02 -0500 (2 years 1 month ago) | Author: jstrachan | Changeset: 112

refactored the jaxb package to be called xml

Properties

 svn:eol-style = native
 svn:keywords = Date Author Id Revision HeadURL
 svn:mime-type = text/plain

105 annotated / raw | Diffs: previous, other | Lines: 345 ( +8, -22 )

Created: 2006-09-28 09:25:23 -0500 (2 years 1 month ago) | Author: jstrachan | Changeset: 105

simplified the transaction code and added a more complex transactional filter in case we need it -and fixed the 1-many relationships so that you can edit the members or a Team etc.

Properties

 svn:eol-style = native
 svn:keywords = Date Author Id Revision HeadURL
 svn:mime-type = text/plain

104 annotated / raw | Diffs: previous, other | Lines: 359 ( +5, -4 )

Created: 2006-09-28 07:15:52 -0500 (2 years 1 month ago) | Author: jstrachan | Changeset: 104

fixed another NPE possibility along with fixed enum based select lists

Properties

 svn:eol-style = native
 svn:keywords = Date Author Id Revision HeadURL
 svn:mime-type = text/plain

103 annotated / raw | Diffs: previous, other | Lines: 358 ( +4, -4 )

Created: 2006-09-28 07:04:10 -0500 (2 years 1 month ago) | Author: jstrachan | Changeset: 103

fixed null pointer exception

Properties

 svn:eol-style = native
 svn:keywords = Date Author Id Revision HeadURL
 svn:mime-type = text/plain

102 annotated / raw | Diffs: previous, other | Lines: 358 ( +9, -3 )

Created: 2006-09-28 06:53:52 -0500 (2 years 1 month ago) | Author: jstrachan | Changeset: 102

removed more cruft together with fixing up test cases

Properties

 svn:eol-style = native
 svn:keywords = Date Author Id Revision HeadURL
 svn:mime-type = text/plain

99 annotated / raw | Diffs: previous, other | Lines: 352 ( +15, -2 )

Created: 2006-09-28 03:17:16 -0500 (2 years 1 month ago) | Author: jstrachan | Changeset: 99

moved to Jetty 6 and moved the jetty server into the test area to avoid the war being dependent on jetty

Properties

 svn:eol-style = native
 svn:keywords = Date Author Id Revision HeadURL
 svn:mime-type = text/plain

94 annotated / raw | Diffs: previous, other | Lines: 339 ( +10, -0 )

Created: 2006-09-27 15:08:19 -0500 (2 years 1 month ago) | Author: jstrachan | Changeset: 94

tidied up forms & home page and got the new action working

Properties

 svn:eol-style = native
 svn:keywords = Date Author Id Revision HeadURL
 svn:mime-type = text/plain

86 annotated / raw | Diffs: previous, other | Lines: 329 ( +10, -7 )

Created: 2006-09-27 11:35:32 -0500 (2 years 1 month ago) | Author: jstrachan | Changeset: 86

refactored the annotations to match the core views together with implementing the generic views in JSP

Properties

 svn:eol-style = native
 svn:keywords = Date Author Id Revision HeadURL
 svn:mime-type = text/plain

85 annotated / raw | Diffs: previous, other | Lines: 326 ( +31, -12 )

Created: 2006-09-27 11:06:09 -0500 (2 years 1 month ago) | Author: jstrachan | Changeset: 85

added a first cut of the working CRUD Person page

Properties

 svn:eol-style = native
 svn:keywords = Date Author Id Revision HeadURL
 svn:mime-type = text/plain

82 new annotated / raw | Lines: 307 ( +307, -0 )

Created: 2006-09-27 07:15:53 -0500 (2 years 1 month ago) | Author: jstrachan | Changeset: 82

added a base Crud ActionBean which works with a CrudService together with a JPA based type converter

Properties

 svn:eol-style = native
 svn:keywords = Date Author Id Revision HeadURL
 svn:mime-type = text/plain

Open Source License registered to the OpenSymphony Project. This license of FishEye is provided to support the development of OpenSymphony only.
Atlassian FishEye, Subversion analysis. (Version:1.6.1 Build:build-325 2008-09-24) - Administration - Page generated 2008-11-21 15:12 -0600