0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 7 hours ago. based on code collected about 8 hours ago.
Jun 19, 2024 — Jun 19, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
don't add query to next_form(), it causes problems. need to rebless thawed uploads More... over 17 years ago
change handling of upload headers, so when a QueryType::Catalyst is freeze/thawed as a QueryType::CGI it doesn't break More... over 17 years ago
was globbing incorrectly. also need some Cat-specific behaviour - could maybe be handled better More... over 17 years ago
some rearranging of test files More... over 17 years ago
new form method, tmp_upload_dir() multiform uploads working, saving server-side More... over 17 years ago
Upload changed so filehandles are stored in a new, minimal object, so we do as little as possible in our own storable hooks. Basic multiform file-upload support - data stored in client-side encrypted hidden field More... over 17 years ago
tests for multiform accessors More... over 17 years ago
t/multiform now doesn't use explicit hidden field. - was documented in r842, but wasn't working More... over 17 years ago
fixed test broken in r842 More... over 17 years ago
copy t/multiform to t/multiform_hidden_name. change t/multiform to not use explicit hidden fields More... over 17 years ago
new 'persist_stash' feature More... over 17 years ago
new 'stash_valid' form option More... over 17 years ago
new element method post_process() called on all elements after input processing, before $form->process() returns. options_from_model() moved from process() to post_process() More... over 17 years ago
new 'condition_from_stash' option for options_from_model() More... over 17 years ago
cleaned up some options_from_model tests More... over 17 years ago
update auto_id to use nested_name for %n More... over 17 years ago
options_from_model() refactored to use either a schema or context from the stash More... over 17 years ago
some whitespace to help readability More... over 17 years ago
ensure stash is merged from MultiFormConfig action into multiforms More... over 17 years ago
documented param_ignore_underscore() More... over 17 years ago
new params_ignore_underscore() method. matching fields still have constraints, etc. run. But their values are never returned by params(), param(). And they are not returned by valid() More... over 17 years ago
if multiform_hidden_name() is not set, automatically add the hidden field to the form using default_multiform_hidden_name() (except for page 1) More... over 17 years ago
change form counter to public accessor current_form_number() More... over 17 years ago
all files run through perltidy More... over 17 years ago
Select boxes for lookup tables
zby
More... over 17 years ago
minor condition cleanup More... over 17 years ago
first form doesn't need the hidden field More... over 17 years ago
tests for multiform with nested_name More... over 17 years ago
make add_valid() work with nested-names More... over 17 years ago
fixed some multiform test files More... over 17 years ago