Quick Search:

jump to detailed chart | hide Line History

Line Count Graph

Constraint

Branch:
Author:
Tag:
Date: help

Changelog

3356 by flx on 18 December 2008, 18:01:38 +0100 (18 days ago) Fixed a NPE

./element/collection/ListEditor.java 3356 history download (+1 -1) diffs

3351 by flx on 18 December 2008, 17:50:28 +0100 (18 days ago) Added a CSS class

./element/select/ElementSwitch.java 3351 history download (+1 -0) diffs

./element/select/SelectBox.java 3351 history download (+1 -0) diffs

3327 by flx on 10 December 2008, 18:24:23 +0100 (26 days ago) (1) Removed the Html constants because inline Strings are shorter and easier to read. (2) AbstractTextElement now renderes an autocomplete="off" attribute by default to prevent form autocompletion.

./event/Button.java 3327 history download (+9 -10) diffs

./AbstractElement.java 3327 history download (+3 -4) diffs

./element/TextField.java 3327 history download (+9 -10) diffs

./element/select/MultiSelectBox.java 3327 history download (+5 -6) diffs

./element/Textarea.java 3327 history download (+8 -9) diffs

… 20 more files in changeset.
3303 by flx on 09 December 2008, 14:54:22 +0100 (27 days ago) Only invoke processRequest() for enabled elements

./CompositeElement.java 3303 history download (+0 -2) diffs

./element/select/ElementSwitch.java 3303 history download (+6 -0) diffs

./element/AbstractConditionalElement.java 3303 history download (+1 -1) diffs

./element/AbstractTextElement.java 3303 history download (+4 -6) diffs

./Form.java 3303 history download (+6 -2) diffs

3273 by bvi on 20 November 2008, 17:20:43 +0100 (46 days ago) Direct binding to nested properties is now allowed.
See: http://groups.google.com/group/riotfamily/browse_thread/thread/661704c68645fef9

./AbstractEditorBinder.java 3273 history download (+12 -8) diffs

3271 by flx on 19 November 2008, 17:59:31 +0100 (47 days ago) Fix: NPE is thrown when a textfield is used inside a switch/case element

./element/select/ElementSwitch.java 3271 history download (+5 -0) diffs

./element/select/SwitchCase.java 3271 history download (+22 -9) diffs

3270 by flx on 19 November 2008, 17:58:45 +0100 (47 days ago) Fix: A 'case' element can contain more than one child

./factory/xml/form-config.xsd 3270 history download (+1 -1) diffs

3260 by bvi on 18 November 2008, 12:42:28 +0100 (49 days ago) Single-select elements now work correctly when the 'value-property' is used.

./element/select/AbstractSingleSelectElement.java 3260 history download (+2 -1) diffs

3205 by ybl on 24 October 2008, 10:44:48 +0200 (2 months 13 days ago) Fixed ColorPicker

./element/ColorPicker.java 3205 history download (+1 -1) diffs

3202 by flx on 23 October 2008, 16:30:56 +0200 (2 months 13 days ago) The case element may now be empty

./factory/xml/form-config.xsd 3202 history download (+1 -1) diffs

3201 by flx on 23 October 2008, 16:30:36 +0200 (2 months 13 days ago) The switch/case element now looks up labels using <property>.<value> as message key.

./element/select/ElementSwitch.java 3201 history download (+6 -0) diffs

3193 by lbe on 17 October 2008, 22:22:30 +0200 (2 months 19 days ago) Formatted added code

./element/NumberField.java 3193 history download (+24 -23) diffs

3192 by lbe on 17 October 2008, 20:25:55 +0200 (2 months 19 days ago) Numberfield fixes

./element/NumberField.java 3192 history download (+54 -4) diffs

… 1 more file in changeset.
3170 by ybl on 30 September 2008, 17:44:16 +0200 (3 months 5 days ago) Various changes due to usage of generics

./element/NestedForm.java 3170 history download (+1 -1) diffs

./controller/DefaultFormContext.java 3170 history download (+4 -3) diffs

./Form.java 3170 history download (+1 -1) diffs

… 13 more files in changeset.
3144 by flx on 10 September 2008, 21:56:00 +0200 (3 months 25 days ago) Fix: FormErrors.getFieldValue() does not work anymore for lists and maps

./element/select/AbstractSelectElement.java 3144 history download (+4 -4) diffs

./element/collection/CollectionItemEditorBinding.java 3144 history download (+6 -6) diffs

./element/collection/ListEditor.java 3144 history download (+21 -0) diffs

./AbstractEditorBinder.java 3144 history download (+8 -9) diffs

./element/select/ElementSwitch.java 3144 history download (+3 -11) diffs

… 8 more files in changeset.
3141 by flx on 10 September 2008, 16:57:53 +0200 (3 months 25 days ago) Fix: AbstractChooser has no disabled state

./element/select/AbstractChooser.java 3141 history download (+2 -0) diffs

3140 by flx on 10 September 2008, 16:57:20 +0200 (3 months 25 days ago) Fix: An ASCII "i" is rendered after the "i"-image

./element/NestedForm.ftl 3140 history download (+1 -1) diffs

3139 by flx on 09 September 2008, 21:49:26 +0200 (3 months 26 days ago) Fix: The calendar element does not work

./element/Calendar_init.ftl 3139 history download (+3 -6) diffs

3138 by flx on 09 September 2008, 21:28:02 +0200 (3 months 26 days ago) Removed duplicate imports and fixed deprecation warnings

./element/collection/CollectionItemEditorBinding.java 3138 history download (+0 -1) diffs

./AbstractElement.java 3138 history download (+0 -1) diffs

./factory/xml/XmlFormRepository.java 3138 history download (+0 -1) diffs

./BeanEditorBinder.java 3138 history download (+1 -1) diffs

./controller/AbstractFormController.java 3138 history download (+0 -1) diffs

… 72 more files in changeset.
3136 by flx on 09 September 2008, 21:25:32 +0200 (3 months 26 days ago) Fixed the switch element

./element/select/ElementSwitch.java 3136 history download (+35 -1) diffs

./element/select/SwitchCase.java 3136 history download (+6 -1) diffs

3129 by jfl on 04 September 2008, 20:35:38 +0200 (4 months 1 day ago) NestedForm style class is now handled in template

./element/NestedForm.ftl 3129 history download (+1 -1) diffs

./element/NestedForm_noindent.ftl 3129 history download (+1 -1) diffs

./factory/xml/form-config.xsd 3129 history download (+2 -0) diffs

3128 by jfl on 04 September 2008, 20:35:04 +0200 (4 months 1 day ago) The ListEditor can now be configured to add a copy of the last list item

./element/collection/ListEditor.java 3128 history download (+29 -2) diffs

3125 by flx on 04 September 2008, 16:08:37 +0200 (4 months 1 day ago) Added @suppressWarnings("unchecked")

./FormErrors.java 3125 history download (+1 -0) diffs

3120 by ybl on 04 September 2008, 16:01:09 +0200 (4 months 1 day ago) Ported Fix for bug RIOT-84 from Riot 7-0-4. Now only the Save button is a submit button.

./event/Button.java 3120 history download (+1 -1) diffs

3118 by flx on 03 September 2008, 20:06:12 +0200 (4 months 2 days ago) Dependencies updated to Spring 2.5.5 and Hibernate 3.3.0.SP1.

./support 3118 history deleted

./support/AbstractBindingResultSupport.java 3118 history deleted

3117 by flx on 03 September 2008, 20:06:11 +0200 (4 months 2 days ago) Dependencies updated to Spring 2.5.5 and Hibernate 3.3.0.SP1.

./FormErrors.java 3117 history download (+105 -15) diffs

… 13 more files in changeset.
3089 by flx on 31 August 2008, 18:59:06 +0200 (4 months 5 days ago) Fire ChangeEvent when setValue() is invoked

./element/select/AbstractChooser.java 3089 history download (+2 -0) diffs

3088 by flx on 31 August 2008, 17:51:51 +0200 (4 months 5 days ago) (1) Only invoke setBackingObject() if the object is another instance. (2) Use a temporary list and clear the original collection at the end, as otherwise Hibernate will restore the saved snapshot unde…

./element/collection/MapEditor.java 3088 history download (+1 -1) diffs

./element/collection/ListEditor.java 3088 history download (+8 -3) diffs

3074 by jfl on 29 August 2008, 18:48:57 +0200 (4 months 7 days ago) Fixed preview

./element/upload/FileUpload$PreviewElement.ftl 3074 history download (+1 -1) diffs

./element/upload/FileUpload.java 3074 history download (+4 -0) diffs

3073 by flx on 29 August 2008, 16:00:29 +0200 (4 months 7 days ago) All classes now use the new RiotLog instead of Commons Logging. RiotLog supports logging with varargs and allows us to easily switch to another logging framework in future.

./AbstractElement.java 3073 history download (+3 -3) diffs

./factory/xml/XmlFormRepository.java 3073 history download (+3 -3) diffs

./controller/AbstractFormController.java 3073 history download (+3 -3) diffs

./fileupload/FormsMultipartResolver.java 3073 history download (+3 -3) diffs

./ErrorUtils.java 3073 history download (+4 -4) diffs

… 85 more files in changeset.
earlier earlier | later later
FishEye: Open Source License registered to Riot.
Atlassian FishEye, Subversion, CVS & Perforce analysis. (Version:1.5.2 Build:build-298 2008-05-26 ) - Administration - Page generated 2009-01-06 13:37 +0100