Quick Search:

hide Line History

Line Count Graph

Constraint

Branch:
Author:
Tag:
Date: help

Changelog

3013 by tm_jee on 26 January 2008, 03:16:03 -0600 (5 months 28 days ago) added missing xwork-json.xml

./webapps/showcase/src/webapp/WEB-INF/classes/xwork-json.xml 3013 history download (+15) new

3011 by tm_jee on 19 January 2008, 08:58:52 -0600 (6 months ago) update meta.xml to reflect webwork 2.2.7 release

./docs/meta.xml 3011 history download (+11 -0) diffs

3008 by tm_jee on 19 January 2008, 08:20:54 -0600 (6 months ago) Added WebWork 2.2.7 docs

./docs/docs.pdf 3008 history download (+135836) new

3007 by tm_jee on 19 January 2008, 08:18:24 -0600 (6 months ago) Removed ww 2.2.6 docs.pdf

./docs/docs.pdf 3007 history deleted

3003 by tm_jee on 19 January 2008, 06:13:01 -0600 (6 months ago) add wikidocs for webwork 2.2.7 release

./docs/wikidocs/06-01-2005 AJAX.html 3003 history download (+377) new

./docs/wikidocs/06-15-2005 Documentation.html 3003 history download (+418) new

./docs/wikidocs/06-15-2005 TOC Homework.html 3003 history download (+183) new

./docs/wikidocs/07-04-2005 Documentation.html 3003 history download (+431) new

./docs/wikidocs/1.0.1 Press Release.html 3003 history download (+54) new

… 576 more files in changeset.
3002 by tm_jee on 19 January 2008, 05:36:18 -0600 (6 months ago) remove wikidocs for webwork 2.2.6 and update them with webwork 2.2.7

./docs/wikidocs/06-01-2005 AJAX.html 3002 history deleted

./docs/wikidocs/06-15-2005 Documentation.html 3002 history deleted

./docs/wikidocs/06-15-2005 TOC Homework.html 3002 history deleted

./docs/wikidocs/07-04-2005 Documentation.html 3002 history deleted

./docs/wikidocs/1.0.1 Press Release.html 3002 history deleted

… 563 more files in changeset.
3001 by tm_jee on 19 January 2008, 01:58:24 -0600 (6 months ago) Fix falling test case :-

Renamed EncodingTestCase to AbstractEncodingTestCase, cause ant's test target in osbuild.xml is
configured to ignore Abstract* as test case, with EncodingTestCase (being abs…

./src/test/com/opensymphony/webwork/util/AbstractEncodingTestCase.java 3001 history download (+154) new/moved

./src/test/com/opensymphony/webwork/util/EncodingTestCase.java 3001 history deleted

./src/test/com/opensymphony/webwork/util/FastByteArrayOutputStreamTestCase.java 3001 history download (+1 -1) diffs

3000 by tm_jee on 18 January 2008, 20:09:56 -0600 (6 months ago) WW-1495 FastByteArrayOutputStream has an encoding bug

Thanks Brat (Atlassian) and Alexey for reporting this and providing a patch. Thanks guys, all the best to you and Atlassian.


./src/java/com/opensymphony/webwork/util/FastByteArrayOutputStream.java 3000 history download (+82 -18) diffs

./src/test/com/opensymphony/webwork/util/EncodingTestCase.java 3000 history download (+155) new

./src/test/com/opensymphony/webwork/util/FastByteArrayOutputStreamTestCase.java 3000 history download (+430) new

2999 by tm_jee on 21 December 2007, 22:28:29 -0600 (7 months ago) added an example into showcase (showing the use of Dojo with WebWork's JSON result)

./webapps/showcase/src/java/com/opensymphony/webwork/showcase/json 2999 history download (+0) new

./webapps/showcase/src/java/com/opensymphony/webwork/showcase/json/CountryCitiesAction.java 2999 history download (+79) new

./webapps/showcase/src/webapp/WEB-INF/classes/xwork.xml 2999 history download (+2 -0) diffs

./webapps/showcase/src/webapp/WEB-INF/decorators/main.jsp 2999 history download (+1 -0) diffs

./webapps/showcase/src/webapp/json 2999 history download (+0) new

… 2 more files in changeset.
2998 by tm_jee on 21 December 2007, 22:17:15 -0600 (7 months ago) added JSON result to webwork distribution

./src/java/webwork-default.xml 2998 history download (+1 -0) diffs

2994 by tm_jee on 15 December 2007, 22:32:49 -0600 (7 months ago) WW-1490 (upgrade DWR to 2.x version)

./pom.xml 2994 history download (+2 -2) diffs

2993 by tm_jee on 15 December 2007, 22:18:26 -0600 (7 months ago) WW-1490 (Upgrade DWR to 2.x version)
- added javadoc
- replace deprecated DWR API usage


./src/java/com/opensymphony/webwork/dwr/WebWorkDwrAccessControl.java 2993 history download (+22 -1) diffs

./src/java/com/opensymphony/webwork/validators/DWRValidator.java 2993 history download (+22 -19) diffs

2992 by tm_jee on 15 December 2007, 08:52:49 -0600 (7 months ago) WW-1491
Add an example for DWR webwork integration


./webapps/showcase/src/webapp/WEB-INF/decorators/main.jsp 2992 history download (+1 -0) diffs

./webapps/showcase/src/webapp/showcase.jsp 2992 history download (+3 -0) diffs

2991 by tm_jee on 15 December 2007, 08:15:23 -0600 (7 months ago) removed unecessary import

./webapps/showcase/src/java/com/opensymphony/webwork/showcase/dwr/WordListAction.java 2991 history download (+0 -1) diffs

2989 by tm_jee on 15 December 2007, 08:06:13 -0600 (7 months ago) Removed uneeded import statement

./webapps/showcase/src/java/com/opensymphony/webwork/showcase/UITagExample.java 2989 history download (+0 -1) diffs

2988 by tm_jee on 15 December 2007, 08:00:49 -0600 (7 months ago) WW-1490
Upgrade DWR to 2.x version

./ivy.xml 2988 history download (+1 -1) diffs

2986 by tm_jee on 05 December 2007, 09:10:35 -0600 (7 months ago) updated Toby's email address

./docs/meta.xml 2986 history download (+1 -1) diffs

2984 by tm_jee on 02 December 2007, 09:39:49 -0600 (7 months ago) added "extending" snippet

./src/java/com/opensymphony/webwork/interceptor/BooleanTweaker.java 2984 history download (+7 -0) diffs

2983 by tm_jee on 02 December 2007, 09:31:31 -0600 (7 months ago) WW-1489 (Handling of unchecked checkboxes)
Thanks Konstantin.


./src/java/com/opensymphony/webwork/interceptor/BooleanTweaker.java 2983 history download (+149) new

./src/java/webwork-default.xml 2983 history download (+1 -0) diffs

./src/test/com/opensymphony/webwork/interceptor/BooleanTweakerTest.java 2983 history download (+44) new

2982 by tm_jee on 01 December 2007, 19:40:52 -0600 (7 months ago) WW-1476 (datepicker.ftl simple theme)

./src/java/template/simple/datepicker.ftl 2982 history download (+3 -3) diffs

2981 by tm_jee on 01 December 2007, 18:29:37 -0600 (7 months ago) WW-1463 (Missing blank in submit-ajax.ftl)

./src/java/template/ajax/submit-ajax.ftl 2981 history download (+1 -1) diffs

2980 by tm_jee on 30 November 2007, 07:54:21 -0600 (7 months ago) corrected bad code causing compilation error in previous commit

./src/java/com/opensymphony/webwork/views/AbstractHttpHeaderPopulatingResult.java 2980 history download (+1 -1) diffs

2978 by tm_jee on 30 November 2007, 07:30:38 -0600 (7 months ago) WW-1456 (IE not friendly to SSL headers in JasperReportsResult)

./src/java/com/opensymphony/webwork/views/AbstractHttpHeaderPopulatingResult.java 2978 history download (+12 -0) diffs

./src/test/com/opensymphony/webwork/views/HttpHeaderPopulatingResultTest.java 2978 history download (+54) new

2976 by tm_jee on 29 November 2007, 23:46:08 -0600 (7 months ago) corrected a typo

./webapps/showcase/src/java/com/opensymphony/webwork/showcase/validation/QuizAction-validation.xml 2976 history download (+1 -1) diffs

2975 by tm_jee on 29 November 2007, 23:09:44 -0600 (7 months ago) updated comments

./webapps/showcase/src/java/com/opensymphony/webwork/showcase/validation/QuizAction-validation.xml 2975 history download (+4 -2) diffs

earlier earlier | later later