1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188
|
[Module]
Name=CGI::Formalware
Changelog.Creator=Module::Metadata::Changes V 1.08
Changelog.Parser=Config::IniFiles V 2.57
[V 1.16]
Date=2010-02-21T12:54:37
Comments= <<EOT
- Remove text 'All rights reserved' (for Debian licensing).
- Remove POD heads 'Required Modules' and 'Changes'.
EOT
[V 1.15]
Date=2010-02-10T14:01:26
Comments=- MANIFEST.SKIP updated to exclude MYMETA.yml. Add MYMETA.yml.
[V 1.14]
Date=2009-11-13T13:20:00
Comments= <<EOT
- Run dos2unix
- Rename Changes.txt to CHANGES
EOT
[V 1.13]
Date=2005-10-27T19:40:00
Comments= <<EOT
- Regenerate META.yml with Module::Build V 0.2611 to correct a faulty
META.yml output by V 0.24 which falsely said 'provides: {}'
which in turn stopped the PAUSE indexer from finding the module file
which in turn meant this module might be omitted from the master index:
ftp://pause.perl.org/pub/PAUSE/modules/01modules.index.html
EOT
[V 1.12]
Date=2004-07-19T14:10:00
Comments= <<EOT
- Change Makefile.PL to coexist with Module::Build
- Delete ./test.pl
- Rewrite t/test.t to use Test::More
- Add t/pod.t to test all PODs
EOT
[V 1.11]
Date=2003-03-23T11:29:00
Comments= <<EOT
- Move demos into examples/ directory
- Change test.xml to use CSS /css/test.css rather than /test.css
- No source code changes in this version
- Patch to stop shipping blib/ directory in Unix distros because the
PAUSE indexer takes this directory to indicate a binary distro
which means it does not index the module and this in turn means
the module is not listed in the CPAN daily update list etc.
EOT
[V 1.10]
Date=2002-05-12T13:12:11
Comments= <<EOT
- Clean up licence and email stuff in all modules scripts and other docs.
Upgrading is not necessary
EOT
[V 1.09]
Date=2000-06-29T00:00:00
Comments= <<EOT
----------------
o Tested under Apache 1.3.12 for Windows with ActivePerl and with mod_perl.
o The Table of Contents is now 'live' meaning you can click on a page's
name to jump to that page.
o Paragraphs can now have a text attribute. So both of the following are
accepted:
<paragraph />
<paragraph text = 'Some string' />
o The number of columns in a radio group can be controlled. So both of the
following are accepted:
<radioGroup
name = 'serverName'
prompt = 'Server name: '
value = 'Example|Simple|Test'
/>
<radioGroup
name = 'serverName'
prompt = 'Server name: '
value = 'Example|Simple|Test'
columns = '1' # Optional. Default: '1'. A string not a digit
/>
o A file browse button is now available. Use it like this:
<fileField
name = 'fileName'
prompt = 'Filename: '
size = '60'
override = '0'
/>
This change requires the use of start_multipart_form() rather than
start_form().
o The initial page which asks for the name of the XML file now contains
more explanatory text.
o The output of local and remote scripts now have the '<' and '>' characters
encoded as < and >. This applies particularly to the output of DOS
directory listings.
o The documentation has been expanded to spell out exactly which CGI
functions are supported. These are:
<fileField ...>
<horizontalRule ...>
<paragraph ...>
<radioGroup ...>
<textField ...>
o General code clean-up: Hash items which were 'X' => Y are now X => Y.
EOT
[V 1.08]
Date=2000-01-31T00:00:00
Comments= <<EOT
----------------
o Change usage of radio_buttons to avoid a bug in CGI.pm V 2.56
o Fix bugs which occurred when scripts are numbered
o Change my email address to ron@savage.net.au & add the URI of the package
EOT
[V 1.07]
Date=1999-05-25T00:00:00
Comments= <<EOT
--------------
o Put Todo.txt text into POD
o Ensure POD survives buggy pod2man
EOT
[V 1.06]
Date=1999-04-19T00:00:00
Comments= <<EOT
--------------
o Patch Makefile.PL to support ActivePerl's ppm.
EOT
[V 1.05]
Date=1999-04-01T00:00:00
Comments= <<EOT
--------------
o Add details to Makefile.PL.
o Change die to croak but we don't die anyway.
EOT
[V 1.04]
Date=1999-03-19T00:00:00
Comments= <<EOT
--------------
o Remove references to projectLib.pl from the docs.
o Clean up the docs.
EOT
[V 1.03]
Date=1999-03-12T00:00:00
Comments= <<EOT
--------------
o Add constructor options and documentation to match.
o Change die to croak.
o Add support for cascading style sheets.
o Add tables for main stuff and an optional Table of Contents for page TOCs.
o Change all references from page to form.
EOT
[V 1.02]
Date=1999-02-17T00:00:00
Comments= <<EOT
--------------
o Add 'use constant'.
EOT
[V 1.01]
Date=1999-02-10T00:00:00
Comments= <<EOT
--------------
o Change name from xml2HtmlGenerator.pl to xml2CgiForm.pl.
It's shorter :-).
o Change start up screen's button to say 'Submit' not 'Next page'.
o Fix error message which referred to textField instead of radioGroup.
o Script headings must be unique per page no longer unique overall.
o radioGroup and textField names must be unique per page.
This is for macros (%..%).
o Expand macro handling to accept all field names on a form.
o Remove special handling of %version% whenever %tag% was found.
EOT
[V 1.00]
Date=1999-02-02T00:00:00
Comments= <<EOT
-------------
o First version.
EOT
|