| riotfamily:/riotfamily/trunk/forms/src/org/riotfamily/forms/factory/xml/ |
jump to detailed chart | hide Line HistoryConstraint |
Changelog
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.
./form-config.xsd
3327
3270
by flx on
19 November 2008, 17:58:45 +0100
(47 days ago)
Fix: A 'case' element can contain more than one child
./form-config.xsd
3270
3202
by flx on
23 October 2008, 16:30:56 +0200
(2 months 13 days ago)
The case element may now be empty
./form-config.xsd
3202
3138
by flx on
09 September 2008, 21:28:02 +0200
(3 months 26 days ago)
Removed duplicate imports and fixed deprecation warnings
./XmlFormRepository.java
3138
./XmlFormRepositoryDigester.java
3138
3129
by jfl on
04 September 2008, 20:35:38 +0200
(4 months 1 day ago)
NestedForm style class is now handled in template
./form-config.xsd
3129
3073
by flx on
29 August 2008, 16:00:29 +0200
(4 months 8 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.
./XmlFormRepository.java
3073
./XmlFormRepositoryDigester.java
3073
3066
by flx on
29 August 2008, 14:32:23 +0200
(4 months 8 days ago)
Changed the log level from info to debug
./XmlFormRepository.java
3066
3035
by flx on
27 August 2008, 21:42:21 +0200
(4 months 9 days ago)
(1) Option and AutoCompleter models are now autowired by constructor and Spring callbacks are invoked after all properties have been set. (2) Changed the XML syntax for autocomplete elements. (3) The …
./XmlFormRepositoryDigester.java
3035
./form-config.xsd
3035
2921
by flx on
18 August 2008, 14:06:44 +0200
(4 months 19 days ago)
Refactored the ElementSwitch element
./XmlFormRepositoryDigester.java
2921
./form-config.xsd
2921
2904
by ahe on
14 August 2008, 21:33:16 +0200
(4 months 22 days ago)
select-elements: added style-class-property
./form-config.xsd
2904
2856
by jfl on
11 August 2008, 22:42:32 +0200
(4 months 25 days ago)
Added a ElementSwitch form element
./XmlFormRepositoryDigester.java
2856
./form-config.xsd
2856
2794
by flx on
01 August 2008, 22:03:00 +0200
(5 months 4 days ago)
Added a simple FileUpload element to riot-forms that works with byte arrays.
./XmlFormRepositoryDigester.java
2794
./form-config.xsd
2794
2767
by flx on
31 July 2008, 14:46:08 +0200
(5 months 6 days ago)
Added the "remove-unknown-keys" and "keep-null-values" options to the MapEditor
./form-config.xsd
2767
2759
by cwo on
30 July 2008, 12:18:35 +0200
(5 months 7 days ago)
Introduced priorityConfigLocations in order to ensure that project configurations supersede
./XmlFormRepository.java
2759
2729
by ahe on
24 July 2008, 17:38:53 +0200
(5 months 12 days ago)
bugfixing: autocomplete as element
./form-config.xsd
2729
2664
by flx on
18 July 2008, 15:53:39 +0200
(5 months 19 days ago)
Lists can now also be sorted with up/down buttons instead of drag-and-drop
./form-config.xsd
2664
2644
by jfl on
14 July 2008, 16:09:19 +0200
(5 months 23 days ago)
Added position property to ListEditor
./form-config.xsd
2644
2605
by flx on
09 July 2008, 11:41:51 +0200
(5 months 28 days ago)
Moved the newInstance() method form PropertyUtils to SpringUtils
2604
by flx on
09 July 2008, 11:41:32 +0200
(5 months 28 days ago)
Added a generic type
./XmlFormRepository.java
2604
2517
by ybl on
19 June 2008, 15:56:39 +0200
(6 months ago)
Changed from Java 1.4 to 5
./XmlFormRepository.java
2517
./XmlFormRepositoryDigester.java
2517
2511
by ybl on
18 June 2008, 20:26:28 +0200
(6 months ago)
Added Generics
./XmlFormRepositoryDigester.java
2511
2480
by flx on
16 June 2008, 17:10:41 +0200
(6 months ago)
Added more Java 5 generic parameter types
./XmlFormRepository.java
2480
./XmlFormRepositoryDigester.java
2480
2458
by jfl on
13 June 2008, 14:53:22 +0200
(6 months ago)
Form elements have a visibility flag now.
Select elements can be set to hide-if-empty. So they are not renderer if now options to choose from are found
./form-config.xsd
2458
2454
by flx on
11 June 2008, 19:33:35 +0200
(6 months ago)
Fix: The ContentEditorBinder was reused across forms which is not allowed.
./XmlFormRepository.java
2454
2453
by flx on
11 June 2008, 19:18:14 +0200
(6 months ago)
Refactored forms to allow easy creation of dependent select elements.
./XmlFormRepositoryDigester.java
2453
2426
by flx on
20 May 2008, 19:58:54 +0200
(7 months ago)
A labelRenderer can now be configured on the MapEditor element.
./XmlFormRepositoryDigester.java
2426
./form-config.xsd
2426
2357
by flx on
29 April 2008, 20:08:53 +0200
(8 months ago)
PasswordFields can now display a password strength meter.
./form-config.xsd
2357
2343
by flx on
23 April 2008, 21:32:09 +0200
(8 months ago)
The PasswordField can now set hashed passwords.
./form-config.xsd
2343
2321
by flx on
18 April 2008, 21:39:19 +0200
(8 months ago)
Modified the form-config.xsd to allow empty forms.
./form-config.xsd
2321
|