Changeset 6883
- Timestamp:
- 03/24/10 11:01:21 (3 years ago)
- Location:
- trunk/FlexFormPlugin
- Files:
-
- 3 edited
-
data/System/FlexFormPlugin.txt (modified) (1 diff)
-
lib/Foswiki/Plugins/FlexFormPlugin.pm (modified) (1 diff)
-
lib/Foswiki/Plugins/FlexFormPlugin/Core.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/FlexFormPlugin/data/System/FlexFormPlugin.txt
r6729 r6883 135 135 | Version: | %$VERSION% | 136 136 | Change History: | <!-- versions below in reverse order --> | 137 | 24 Mar 2010: | fixed error where topic values were not inserted into the edit form properly | 137 138 | 12 Mar 2010: | cleaned up =$value= and =$values= variable in both RENDERFOREDIT and RENDERFORIDPLSAY;\ 138 139 added =$default= | 139 | 11 Mar 2010: | Foswiki:Main.MartinCleaver - added ability to provide extraction of field default valuesFoswiki:Tasks.Item8671 |140 | 11 Mar 2010: | Foswiki:Main.MartinCleaver - added ability to extract allowed values of a field Foswiki:Tasks.Item8671 | 140 141 | 10 Mar 2010: | added fine-grained control over each formfield, i.e. remapping of the formfield type | 141 142 | 08 Mar 2010: | initial release | -
trunk/FlexFormPlugin/lib/Foswiki/Plugins/FlexFormPlugin.pm
r6728 r6883 19 19 20 20 our $VERSION = '$Rev: 1340 $'; 21 our $RELEASE = 'v2.1 ';21 our $RELEASE = 'v2.11'; 22 22 our $SHORTDESCRIPTION = 'Flexible way to render %SYSTEMWEB%.DataForms'; 23 23 our $NO_PREFS_IN_TOPIC = 1; -
trunk/FlexFormPlugin/lib/Foswiki/Plugins/FlexFormPlugin/Core.pm
r6728 r6883 406 406 $metaField = $topicObj->get('FIELD', $fieldName ); 407 407 } 408 $fieldValue = $metaField->{value} if $metaField; 408 409 } 409 410
Note: See TracChangeset
for help on using the changeset viewer.
