Quick Search:

jump to detailed chart | hide Line History

Line Count Graph

Constraint

Branch:
Author:
Tag:
Date: help
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)

./json 2999 history download (+0) new

./json/CountryCitiesAction.java 2999 history download (+79) new

… 5 more files in changeset.
2991 by tm_jee on 15 December 2007, 08:15:23 -0600 (11 months ago) removed unecessary import

./dwr/WordListAction.java 2991 history download (+0 -1) diffs

2990 by tm_jee on 15 December 2007, 08:14:41 -0600 (11 months ago) WW-1491
Add an example for DWR webwork integration

./dwr 2990 history download (+0) new

./dwr/WordCheckAction.java 2990 history download (+52) new

./dwr/WordList.java 2990 history download (+72) new

./dwr/WordListAction.java 2990 history download (+26) new

… 7 more files in changeset.
2989 by tm_jee on 15 December 2007, 08:06:13 -0600 (11 months ago) Removed uneeded import statement

./UITagExample.java 2989 history download (+0 -1) diffs

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

./validation/QuizAction-validation.xml 2976 history download (+1 -1) diffs

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

./validation/QuizAction-validation.xml 2975 history download (+4 -2) diffs

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)

./validation/QuizAction-validation.xml 2974 history download (+11 -4) diffs

./validation/QuizAction.java 2974 history download (+19 -0) diffs

./validation/QuizAction.properties 2974 history download (+1 -1) diffs

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…

./validation/FieldValidatorsExampleAction-conversion.properties 2948 history download (+1 -1) diffs

./validation/FieldValidatorsExampleAction.java 2948 history download (+0 -4) diffs

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

./action/AbstractCRUDAction.java 2925 history download (+8 -51) diffs

./action/EmployeeAction.java 2925 history download (+8 -51) diffs

./action/SkillAction.java 2925 history download (+7 -51) diffs

./application/TestDataProvider.java 2925 history download (+4 -2) diffs

./dao/AbstractDao.java 2925 history download (+8 -51) diffs

… 7 more files in changeset.
2918 by tm_jee on 02 June 2007, 06:59:26 -0500 (18 months ago) added an example of using MessageStoreInterceptor in showcase

./messageStore 2918 history download (+0) new

./messageStore/ShowFormAction-submitForm-validation.xml 2918 history download (+20) new

./messageStore/ShowFormAction.java 2918 history download (+28) new

./validation/CollectionValidatorExample-validation.xml 2918 history download (+8 -0) diffs

… 4 more files in changeset.
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

./fileupload/FileUploadAction-validation.xml 2914 history download (+14) new

… 1 more file in changeset.
2879 by tm_jee on 27 March 2007, 03:12:10 -0500 (20 months ago) WW-1437
ShowCase problem with sessionInvalidation feature

./sessionInvalidation/SessionInvalidationAction.java 2879 history download (+23 -7) diffs

2876 by rainerh on 25 March 2007, 05:05:30 -0500 (20 months ago) Adding sample for proper I18NInterceptor usage

Issue Number: XW-478

./i18n 2876 history download (+0) new

./i18n/ChangeRequestLocaleAction.java 2876 history download (+12) new

./i18n/ChangeRequestLocaleAction.properties 2876 history download (+6) new

./i18n/ChangeRequestLocaleAction_de.properties 2876 history download (+6) new

./i18n/ChangeRequestLocaleAction_en.properties 2876 history download (+6) new

… 7 more files in changeset.
2865 by tm_jee on 18 March 2007, 04:16:10 -0500 (20 months ago) WW-1392
- alter ajax (client) validation example to try to simuate this issue where i18n messages generated by ajax-validation could be internationalized

./validation/QuizAction-validation.xml 2865 history download (+2 -2) diffs

./validation/QuizAction.properties 2865 history download (+2) new

./validation/QuizAction_zh_CN.properties 2865 history download (+2) new

… 1 more file in changeset.
2863 by tm_jee on 14 March 2007, 10:15:22 -0500 (20 months ago) - WW-1166
- AJAX submit button with action parameter does not submit with action in the query parameters in Firefox 1.5
- added an example of such usage into showcase

./ajax/AjaxTestAction.java 2863 history download (+4 -0) diffs

./ajax/Example4ShowPanelAction.java 2863 history download (+7 -0) diffs

./ajax/MultipleRemoteButtonExampleAction.java 2863 history download (+36) new

… 5 more files in changeset.
2833 by tm_jee on 04 February 2007, 10:39:32 -0600 (21 months ago) removed unneeded System.out.println() and added serialVersionUID

./wizard/TabbedWizardAction.java 2833 history download (+2 -10) diffs

2832 by tm_jee on 04 February 2007, 10:36:47 -0600 (21 months ago) - added a tab panel wizard to showcase example
- it is basically a tab panels that uses scope interceptor to remember states of each tab when save button is clicked, when end button is clicked it use…

./wizard/TabbedWizardAction.java 2832 history download (+78) new

… 3 more files in changeset.
2776 by tmjee on 24 December 2006, 22:27:45 -0600 (23 months ago) added a simple example in showcase demonstrating "collection validation"

Issue number:  XW-452
Obtained from:
Submitted by:
Reviewed by:

./validation/CollectionValidatorExample-conversion.properties 2776 history download (+1) new

./validation/CollectionValidatorExample-validation.xml 2776 history download (+27) new

./validation/CollectionValidatorExample.java 2776 history download (+34) new

./validation/Person.java 2776 history download (+22) new

… 4 more files in changeset.
2773 by tmjee on 21 December 2006, 09:08:00 -0600 (23 months ago) - added an example using flash interceptor / result

Issue number:
Obtained from:
Submitted by:
Reviewed by:

./flash 2773 history download (+0) new

./flash/FlashAction.java 2773 history download (+47) new

… 5 more files in changeset.
2772 by tmjee on 21 December 2006, 09:00:09 -0600 (23 months ago) - added an field conversion validation example

Issue number:
Obtained from:
Submitted by:
Reviewed by:

./validation/ConversionValidationExample-validation.xml 2772 history download (+27) new

./validation/ConversionValidationExample.java 2772 history download (+42) new

… 4 more files in changeset.
2755 by tmjee on 11 December 2006, 00:00:21 -0600 (23 months ago) Have an interceptor that invalidates http session
- added a simple example into showcase demonstrating "sessionInvalidation" interceptor

Issue number:  WW-1382
Obtained from:
Submitted by:
Reviewed …

./sessionInvalidation 2755 history download (+0) new

./sessionInvalidation/SessionInvalidationAction.java 2755 history download (+46) new

… 9 more files in changeset.
2747 by tmjee on 03 December 2006, 00:39:06 -0600 (23 months ago) extended Wizard example to use an Pojo instead of just simple objects like (string, integer etc)
just to show that it could work with pojo as well.

Issue number:
Obtained from:
Submitted by:
Reviewed…

./wizard/Hobby.java 2747 history download (+27) new

./wizard/WizardAction.java 2747 history download (+17 -0) diffs

… 3 more files in changeset.
2735 by tmjee on 27 November 2006, 09:32:47 -0600 (2 years ago) - added an example into showcase using scope interceptor to build a simple wizard demo app
- basically it just goes through 3 pages with previous and forward buttons, and remembers the proeprties of e…

./wizard 2735 history download (+0) new

./wizard/WizardAction.java 2735 history download (+116) new

… 9 more files in changeset.
2733 by tmjee on 23 November 2006, 08:32:16 -0600 (2 years ago) - switched usage of Log4j to Commons-Logging

Issue number:
Obtained from:
Submitted by:
Reviewed by:

./application/MemoryStorage.java 2733 history download (+7 -2) diffs

2686 by rainerh on 14 August 2006, 15:02:40 -0500 (2 years 3 months ago) commented validation for requiredstring currentSkill.name
-> Sample works again

./action/SkillAction-validation.xml 2686 history download (+2 -2) diffs

2655 by tmjee on 16 July 2006, 01:07:22 -0500 (2 years 4 months ago) - added example in showcase to simulate these issue (WW-1295 and WW-1325)

Issue number:  WW-1295 WW-1325
Obtained from:
Submitted by:
Reviewed by:

./ajax/Example4ShowPanelAction.java 2655 history download (+52) new

… 10 more files in changeset.
2633 by tmjee on 04 July 2006, 10:10:06 -0500 (2 years 4 months ago) - fix UI Example in showcase doesn't work properly
- fix "favourite vehical" double select box doesn't auto-populate properly

Issue number:  WW-1316
Obtained from:
Submitted by:
Reviewed by:

./UITagExample.java 2633 history download (+8 -3) diffs

… 1 more file in changeset.
2610 by tmjee on 16 June 2006, 03:50:28 -0500 (2 years 5 months ago) - backport tree component example from SAF2 to WebWork


Issue number:  WW-1300
Obtained from:
Submitted by:
Reviewed by:

./ajax/tree 2610 history download (+0) new

./ajax/tree/Category.java 2610 history download (+99) new

2609 by tmjee on 16 June 2006, 03:49:20 -0500 (2 years 5 months ago) - backport tree component example from SAF2 to WebWork

Issue number:  WW-1330
Obtained from:
Submitted by:
Reviewed by:

./DynamicTreeSelectAction.java 2609 history download (+35) new

./ShowDynamicTreeAction.java 2609 history download (+17) new

… 7 more files in changeset.
2599 by tmjee on 10 June 2006, 04:49:22 -0500 (2 years 5 months ago) - added example of using custom freemarker manager into showcase

Issue number:
Obtained from:
Submitted by:
Reviewed by:

./freemarker 2599 history download (+0) new

./freemarker/CustomFreemarkerManager.java 2599 history download (+41) new

./freemarker/CustomFreemarkerManagerUtil.java 2599 history download (+26) new

… 8 more files in changeset.
earlier earlier | later later
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-12-01 12:49 -0600