| sandbox:/ |
jump to detailed chart | hide Line HistoryConstraint |
NOTE: this repository is being scanned, some statistics may still be out of date.
Changelog
177
by larham on
04 April 2007, 23:26:25 -0500
(17 months ago)
let runtime exceptions escape try/catch so that Hibernate can understand when it needs to create a table, for example.
able/able-core/src/main/java/com/opensymphony/able/filter/SimpleTransactionServletFilter.java
177
176
by larham on
04 April 2007, 23:17:03 -0500
(17 months ago)
update to newer versions; remove dependence on snapshots where regular releases have become available
able/able-core/pom.xml
176
able/able-web/pom.xml
176
175
by larham on
02 April 2007, 14:31:00 -0500
(17 months ago)
add trivial text about projects
able/README.txt
175
174
by jstrachan on
05 December 2006, 10:19:21 -0600
(21 months ago)
added support for displaytag for pagination
able/able-web/pom.xml
174
able/able-web/src/main/webapp/WEB-INF/jsp/generic/list.jsp
174
able/able-web/src/main/webapp/WEB-INF/jsp/generic/plainlist.jsp
174
able/able-web/src/main/webapp/WEB-INF/jsp/include/taglibs.jspf
174
able/able-web/src/main/webapp/css/style.css
174
173
by jstrachan on
29 November 2006, 10:29:16 -0600
(21 months ago)
minor refactorings to allow the core logic of the crud action bean to be reused for any entity-specific action such as querying
able/able-core/src/main/java/com/opensymphony/able/action/DefaultCrudActionBean.java
173
able/able-core/src/main/java/com/opensymphony/able/action/EntityActionBeanSupport.java
173
able/able-core/src/main/java/com/opensymphony/able/action/QueryActionBeanSupport.java
173
able/able-core/src/main/java/com/opensymphony/able/util/StringHelper.java
173
172
by kjetilhp on
28 November 2006, 16:43:11 -0600
(21 months ago)
forgot clearing form after adding user with ajax, fixed
able/able-web/src/main/webapp/WEB-INF/jsp/home.jsp
172
171
by kjetilhp on
28 November 2006, 16:34:11 -0600
(21 months ago)
Switched to java5 logging trough commons-logging instead of log4j, pom updated.. added protoype.js for Ajax stuff
able/able-web/pom.xml
171
able/able-web/src/main/resources/commons-logging.properties
171
able/able-web/src/main/resources/log4j.dtd
171
able/able-web/src/main/resources/log4j.xml
171
able/able-web/src/main/resources/logging.properties
171
170
by jstrachan on
28 November 2006, 11:46:55 -0600
(21 months ago)
added CSS for odd rows which are generated by the autostripe JavaScript
able/able-web/src/main/webapp/css/style.css
170
169
by jstrachan on
27 November 2006, 13:59:22 -0600
(21 months ago)
added a link to the search syntax
able/able-web/src/main/webapp/WEB-INF/jsp/generic/generateList.jsp
169
able/able-web/src/main/webapp/WEB-INF/jsp/generic/list.jsp
169
168
by jstrachan on
24 November 2006, 04:52:37 -0600
(21 months ago)
Zapped the local maven repo, as we can use http://repo.logicblaze.com/maven2-all/ for now
able/maven-repo
168
able/maven-repo/opensymphony
168
able/maven-repo/opensymphony/compass
168
able/maven-repo/opensymphony/compass/compass
168
able/maven-repo/opensymphony/compass/compass/1.1M2
168
167
by jstrachan on
24 November 2006, 04:43:28 -0600
(21 months ago)
Tried using a separate m2 repo for the compass jars together with providing a temporary repo we can use to publish snapshots until someone at OpenSymphony creates some m2 repo we can use
able/able-core/pom.xml
167
able/able-web/pom.xml
167
able/able-web/src/main/java/com/opensymphony/able/demo/model/Attachment.java
167
able/able-web/src/main/resources/com/opensymphony/able/demo
167
able/able-web/src/main/resources/com/opensymphony/able/model
167
166
by kjetilhp on
24 November 2006, 02:54:51 -0600
(21 months ago)
added an ajax service to show how to use that with stripes, nicer buttons, expanded Build class, removed log4j.properties and added a dtd.. fixed some bugs
able/able-web/pom.xml
166
able/able-web/src/main/java/com/opensymphony/able/demo/action/RegisterActionBean.java
166
able/able-web/src/main/resources/commons-logging.properties
166
able/able-web/src/main/resources/logging.properties
166
able/able-web/src/main/webapp/WEB-INF/jsp/home.jsp
166
165
by kjetilhp on
23 November 2006, 10:47:31 -0600
(21 months ago)
added an ajax service to show how to use that with stripes, nicer buttons, expanded Build class, removed log4j.properties and added a dtd.. fixed some bugs
able/able-web/src/main/webapp/WEB-INF/jsp/home.jsp
165
164
by kjetilhp on
23 November 2006, 10:46:47 -0600
(21 months ago)
added an ajax service to show how to use that with stripes, nicer buttons, expanded Build class, removed log4j.properties and added a dtd.. fixed some bugs
able/able-web/pom.xml
164
able/able-web/src/main/java/com/opensymphony/able/demo/action/CurrentBuildAction.java
164
able/able-web/src/main/java/com/opensymphony/able/demo/model/Build.java
164
able/able-web/src/main/java/com/opensymphony/able/demo/service/LoadDatabaseService.java
164
able/able-web/src/main/resources/log4j.dtd
164
163
by jstrachan on
21 November 2006, 09:10:14 -0600
(21 months ago)
added some annotations to test case
able/able-core/src/test/java/com/opensymphony/able/demo/model/Person.java
163
162
by jstrachan on
20 November 2006, 12:47:10 -0600
(21 months ago)
Moved the test cases into the able-core module and got them working
able/able-core/src/main/java/com/opensymphony/able/introspect/EntityInfo.java
162
able/able-core/src/test/java/com/opensymphony/able/demo
162
able/able-core/src/test/java/com/opensymphony/able/demo/action
162
able/able-core/src/test/java/com/opensymphony/able/demo/action/PersonActionBean.java
162
able/able-core/src/test/java/com/opensymphony/able/demo/model
162
161
by jstrachan on
20 November 2006, 12:42:16 -0600
(21 months ago)
Moved the test cases into the able-core module and got them working
able/able-core/src/test/java/com/opensymphony/able/action/JpaCrudActionBeanTest.java
161
able/able-core/src/test/java/com/opensymphony/able/example/action
161
able/able-core/src/test/java/com/opensymphony/able/example/jaxb/Envelope.java
161
able/able-core/src/test/java/com/opensymphony/able/introspect/EntityInfoTest.java
161
160
by jstrachan on
20 November 2006, 12:41:40 -0600
(21 months ago)
Moved the test cases into the able-core module and got them working
able/able-core/src/test/resources/META-INF
160
able/able-core/src/test/resources/META-INF/persistence.xml
160
able/able-core/src/test/resources/com/opensymphony/able/jpa/spring.xml
160
able/able-core/src/test/resources/com/opensymphony/able/stripes
160
159
by jstrachan on
20 November 2006, 11:46:31 -0600
(21 months ago)
Moved test cases into able-core
able/able-core/src/test
159
able/able-core/src/test/java
159
able/able-core/src/test/resources
159
able/able-core/src/test/java/com
159
able/able-core/src/test/java/com/opensymphony
159
158
by jstrachan on
20 November 2006, 11:45:49 -0600
(21 months ago)
Zapped old stuff
able/able-core/src/test
158
able/able-core/src/test/java
158
able/able-core/src/test/resources
158
157
by jstrachan on
20 November 2006, 11:33:27 -0600
(21 months ago)
show language in welcome page
able/able-web/src/main/webapp/WEB-INF/jsp/home.jsp
157
156
by kjetilhp on
18 November 2006, 14:35:39 -0600
(21 months ago)
fixed so that the calendar shows up in front, added a able spesific stylesheet to js calendar based on the blue2 scheme
able/able-web/src/main/webapp/WEB-INF/decorators/main.jsp
156
able/able-web/src/main/webapp/js/jscalendar/calendar-blue-able.css
156
155
by jstrachan on
17 November 2006, 13:49:27 -0600
(21 months ago)
zapped old crud
able/able-web/src/main/java/com/opensymphony/able/validation
155
154
by jstrachan on
17 November 2006, 13:24:57 -0600
(21 months ago)
Move code into the able-core library together with fixing up some exclusions on the poms
able/able-core/pom.xml
154
able/able-core/src/main/java/com
154
able/able-core/src/main/java/com/opensymphony
154
able/able-core/src/main/java/com/opensymphony/able
154
able/able-core/src/main/java/com/opensymphony/able/action
154
153
by jstrachan on
17 November 2006, 13:24:22 -0600
(21 months ago)
Move code into the able-core library together with fixing up some exclusions on the poms
able/able-web/pom.xml
153
able/able-web/src/main/java/com/opensymphony/able/action
153
able/able-web/src/main/java/com/opensymphony/able/action/CrudActionBean.java
153
able/able-web/src/main/java/com/opensymphony/able/action/Validator.java
153
able/able-web/src/main/java/com/opensymphony/able/action/QueryStrategy.java
153
152
by jstrachan on
17 November 2006, 13:10:21 -0600
(21 months ago)
Added able-core to pom
able/able-web/pom.xml
152
151
by jstrachan on
17 November 2006, 12:11:41 -0600
(21 months ago)
updated build instructions
able/README.txt
151
149
by jstrachan on
17 November 2006, 12:05:05 -0600
(21 months ago)
Completed the move of the new stuff into the root
able/README.txt
149
able/old/able-webwork
149
able/old/able-webwork/pom.xml
149
able/old/able-webwork/quickstart.xml
149
able/old/able-webwork/setup-idea.txt
149
148
by jstrachan on
17 November 2006, 12:03:23 -0600
(21 months ago)
Moving the old able-webwork out of the way ready for the nice shiny new stripes version
able/able-core
148
able/able-core/pom.xml
148
able/able-core/src
148
able/able-core/src/main
148
able/able-core/src/main/java
148
|