• last updated 22 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
1. Added documentation for where_clause and where_clause_eval

2. Added support for DefaultListFilterStyle parameter

Added switch -key to template::list::page_where_clause

Added page_flush_p switch

Removed TODO that's done

Added the list builder. Wham\!

  1. … 3 more files in changeset.
file list-procs.tcl was initially added on branch oacs-4-6.

Made the form bomb when there's a validation error in a hidden element, because these errors are very hard to find, and cause the form to just go back in the face of the user over and over again. Better to bomb and make it explicit.

Merged over the get_errors proc from HEAD

Yon added an 'attachment' widget to use for uploading a number of files to a form

Added two missing hidden vars in display mode.\nFixed a little syntax error that was already fixed on the oacs-4-6 branch.

make forums noquote friendly and remove special case in acs-templating

  1. … 11 more files in changeset.
Added 'show_required_p' flag to forms, made standard-lars the default form style, and added a parameter for the default list style, which won't be relevant until I commit the list builder later, but it doesn't hurt any.

  1. … 2 more files in changeset.
Make <if foo nil> work without foo being a static string instead of a variable.

search widget: Check to make sure element(options) is set before unsetting it. Otherwise it would cause an error.

template::multirow extend mistakenly upvar'd only one level, not to the level of the multirow

noquote changes (Dirk Gomez)

  1. … 72 more files in changeset.
widget::input proc had missing close brace after merge. Using the 4.6 version of the proc verbatim as no additions on head could be found

merge of 4.6.3b1 to HEAD

  1. … 97 more files in changeset.
Added a little clarification to the template::element::create -validate option

Carry the -html option to the form builder date widget on through to the HTML form elements

Fixed <group> tag so it allows you to pass in a variable instead of a fixed sting

Added documentation for my new form builder enhancements

syntax error in display mode for richtext bug 445 patch 155 Ola Hansson

fix paginator::get_pages not showing last page bug 451/patch 157 Timo Hentschel

Fixed bug catched by Janine: when a form element doesn't have any mode set, it would never check for required elements

Added comment about what happens in the widget::input display mode

adding the form builder float data type on the 4-6 branch (previously added on head)

adding the float datatype that can be used by the form builder. Making the integer datatype accept a leading plus and making the message say invalid integer instead of invalid number

small bug in signing hidden vars

adds signed hidden vars. dont emit value on option list if value and label match