| webwork:/trunk/webapps/showcase/ |
jump to detailed chart | hide Line HistoryConstraint |
NOTE: this repository is being scanned, some statistics may still be out of date.
Changelog
2999
by tm_jee on
21 December 2007, 22:28:29 -0600
(11 months ago)
added an example into showcase (showing the use of Dojo with WebWork's JSON result)
./src/java/com/opensymphony/webwork/showcase/json
2999
./src/java/com/opensymphony/webwork/showcase/json/CountryCitiesAction.java
2999
./src/webapp/WEB-INF/classes/xwork.xml
2999
./src/webapp/WEB-INF/decorators/main.jsp
2999
./src/webapp/json
2999
2992
by tm_jee on
15 December 2007, 08:52:49 -0600
(11 months ago)
WW-1491
Add an example for DWR webwork integration
./src/webapp/WEB-INF/decorators/main.jsp
2992
./src/webapp/showcase.jsp
2992
2991
by tm_jee on
15 December 2007, 08:15:23 -0600
(11 months ago)
removed unecessary import
./src/java/com/opensymphony/webwork/showcase/dwr/WordListAction.java
2991
2990
by tm_jee on
15 December 2007, 08:14:41 -0600
(11 months ago)
WW-1491
Add an example for DWR webwork integration
./src/java/com/opensymphony/webwork/showcase/dwr
2990
./src/java/com/opensymphony/webwork/showcase/dwr/WordCheckAction.java
2990
./src/java/com/opensymphony/webwork/showcase/dwr/WordList.java
2990
./src/java/com/opensymphony/webwork/showcase/dwr/WordListAction.java
2990
./src/webapp/WEB-INF/classes/xwork-dwr.xml
2990
2989
by tm_jee on
15 December 2007, 08:06:13 -0600
(11 months ago)
Removed uneeded import statement
./src/java/com/opensymphony/webwork/showcase/UITagExample.java
2989
2976
by tm_jee on
29 November 2007, 23:46:08 -0600
(12 months ago)
corrected a typo
./src/java/com/opensymphony/webwork/showcase/validation/QuizAction-validation.xml
2976
2975
by tm_jee on
29 November 2007, 23:09:44 -0600
(12 months ago)
updated comments
./src/java/com/opensymphony/webwork/showcase/validation/QuizAction-validation.xml
2975
2974
by tm_jee on
29 November 2007, 23:07:06 -0600
(12 months ago)
change quiz validation example to support providing arguments to i18n message (XW-591)
./src/java/com/opensymphony/webwork/showcase/validation/QuizAction-validation.xml
2974
./src/java/com/opensymphony/webwork/showcase/validation/QuizAction.java
2974
./src/java/com/opensymphony/webwork/showcase/validation/QuizAction.properties
2974
2948
by tm_jee on
13 August 2007, 08:05:47 -0500
(15 months ago)
- fix a bug that throws ClassCastException in showcase field validators example
- FieldValidatorsExampleAction-conversion.properties should not have the entry dateFieldValidator=java.util.Date…
./src/java/com/.../webwork/showcase/validation/FieldValidatorsExampleAction-conversion.properties
2948
./src/java/com/opensymphony/webwork/showcase/validation/FieldValidatorsExampleAction.java
2948
2944
by tm_jee on
11 August 2007, 06:48:17 -0500
(15 months ago)
WW-1470
- Create Selenium test cases for features in showcase example - added more selenium test cases
./src/webapp/selenium/tests/TestSuite.html
2944
./src/webapp/selenium/tests/UiTagsTest.jsp
2944
2943
by tm_jee on
11 August 2007, 03:50:47 -0500
(15 months ago)
WW-1470
- Create Selenium test cases for features in showcase example - added more selenium test cases
./src/webapp/selenium/tests/ActionTagTest.jsp
2943
./src/webapp/selenium/tests/AppendIteratorTagTest.jsp
2943
./src/webapp/selenium/tests/DateTagTest.jsp
2943
./src/webapp/selenium/tests/DebugTagTest.jsp
2943
./src/webapp/selenium/tests/IfTagFreemarkerTest.jsp
2943
2941
by tm_jee on
07 August 2007, 11:50:56 -0500
(15 months ago)
WW-1469
- Integrate Selenium testing into showcase
./src/webapp/WEB-INF/decorators/plain.jsp
2941
./src/webapp/WEB-INF/decorators.xml
2941
./src/webapp/WEB-INF/sitemesh.xml
2941
./src/webapp/selenium
2941
./src/webapp/selenium/README.txt
2941
2934
by rainerh on
21 July 2007, 06:01:58 -0500
(16 months ago)
Preparing the 2.2.6 security fix release
o added javadoc/source jar artifact creation to maven build
./Showcase.iml
2934
2925
by tm_jee on
16 June 2007, 08:49:41 -0500
(17 months ago)
changed logging from using Log4j to jakarta's commons logging since commons logging is used throughly in all other places except these
./src/java/com/opensymphony/webwork/showcase/action/AbstractCRUDAction.java
2925
./src/java/com/opensymphony/webwork/showcase/action/EmployeeAction.java
2925
./src/java/com/opensymphony/webwork/showcase/action/SkillAction.java
2925
./src/java/com/opensymphony/webwork/showcase/application/TestDataProvider.java
2925
./src/java/com/opensymphony/webwork/showcase/dao/AbstractDao.java
2925
2919
by tm_jee on
02 June 2007, 07:03:07 -0500
(18 months ago)
linked MessageStoreInterceptor example
./src/webapp/showcase.jsp
2919
2918
by tm_jee on
02 June 2007, 06:59:26 -0500
(18 months ago)
added an example of using MessageStoreInterceptor in showcase
./src/java/com/opensymphony/webwork/showcase/messageStore
2918
./src/java/com/opensymphony/webwork/showcase/messageStore/ShowFormAction-submitForm-validation.xml
2918
./src/java/com/opensymphony/webwork/showcase/messageStore/ShowFormAction.java
2918
./src/java/com/opensymphony/webwork/showcase/validation/CollectionValidatorExample-validation.xml
2918
./src/webapp/WEB-INF/classes/xwork-messageStore.xml
2918
2914
by tm_jee on
24 May 2007, 12:40:13 -0500
(18 months ago)
extended file upload example, such that it checks that the filename should not be more than 15 characters long
./src/java/com/opensymphony/webwork/showcase/fileupload/FileUploadAction-validation.xml
2914
2893
by tm_jee on
12 April 2007, 01:14:30 -0500
(19 months ago)
WW-1446
- - the top header menu + logo does not show in IE7 on XP
./src/webapp/styles/tools.css
2893
2892
by tm_jee on
11 April 2007, 22:38:22 -0500
(19 months ago)
WW-1446
- Wizard -> Link to Tabbed Panel Wizard is broken
./src/webapp/wizard/index.jsp
2892
2891
by tm_jee on
11 April 2007, 22:30:07 -0500
(19 months ago)
WW-1446 (Issues with showcase before 2.2.5 release)
- validation -> validation (client) we could use a heading explaining why there is two forms on the page (see validation -> validation ajax)
./src/webapp/validation/quiz-ajax.jsp
2891
./src/webapp/validation/quiz-basic.jsp
2891
./src/webapp/validation/quiz-client-css.jsp
2891
2889
by tm_jee on
11 April 2007, 21:46:03 -0500
(19 months ago)
WW-1446
- (cosmetic issue) 18n example has the location selection 2x in the href section. - its actually 2 different case, just that the 2 doesn't have a title, making it seems like the same thing i…
./src/webapp/i18n/index.jsp
2889
2888
by tm_jee on
06 April 2007, 12:35:27 -0500
(19 months ago)
WW-1440
- Multiple forms cause conflicting customOnSubmit() functions to be created - an example in showcase using multiple forms within it containing optiontransferselect tags (simulating this issu…
./src/webapp/WEB-INF/classes/xwork-tags-ui.xml
2888
./src/webapp/tags/ui/index.jsp
2888
./src/webapp/tags/ui/optiontransferselect_multipleform.jsp
2888
2882
by tm_jee on
27 March 2007, 03:29:27 -0500
(20 months ago)
WW-1437
- ShowCase problem with sessionInvalidation feature
2881
by tm_jee on
27 March 2007, 03:25:18 -0500
(20 months ago)
removing an irrelevant html block that "ask for favourite color" which isn't related to this showcase example
2880
by tm_jee on
27 March 2007, 03:23:24 -0500
(20 months ago)
added another form where its element has labelposition="top", just so that when we try out this page, we could make sure that client-side valiation works for both situation (either labelposition="top"…
2879
by tm_jee on
27 March 2007, 03:12:10 -0500
(20 months ago)
WW-1437
ShowCase problem with sessionInvalidation feature
./src/java/com/opensymphony/webwork/showcase/sessionInvalidation/SessionInvalidationAction.java
2879
2877
by rainerh on
25 March 2007, 06:21:40 -0500
(20 months ago)
ShowCase problem with sessionInvalidation feature
o commenting sessionInvalitation for now Issue Number: WW-1437
2876
by rainerh on
25 March 2007, 05:05:30 -0500
(20 months ago)
Adding sample for proper I18NInterceptor usage
Issue Number: XW-478
./src/java/com/opensymphony/webwork/showcase/i18n
2876
./src/java/com/opensymphony/webwork/showcase/i18n/ChangeRequestLocaleAction.java
2876
./src/java/com/opensymphony/webwork/showcase/i18n/ChangeRequestLocaleAction.properties
2876
./src/java/com/opensymphony/webwork/showcase/i18n/ChangeRequestLocaleAction_de.properties
2876
./src/java/com/opensymphony/webwork/showcase/i18n/ChangeRequestLocaleAction_en.properties
2876
2869
by tm_jee on
21 March 2007, 12:02:06 -0500
(20 months ago)
- updated "file upload" showcase example to have a file limit of 2Mb and will show upload error upon exceeding this limit
./src/webapp/WEB-INF/classes/xwork-fileupload.xml
2869
|