• last updated 2 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Started I18N work (Together with Lars)

Added namespace eval $namespace calls to each file in the tcl dir.

Rooted out some hardcoded text, replaced it with respective calls to

the i18n text catalog text function.

Shuffled around proc creation and calling, so that everything works properly.

  1. … 25 more files in changeset.
no attribute minimization for xhtml so checked="checked"

Cleaned up the spell-checker a bit.

  1. … 3 more files in changeset.
1) Replaced the spell-check radio buttons with a pull-down menu of available dictionaries.

2) Added a SpellcheckDialectsP param to let the SWA choose between just 'en' and 'fr', as opposed to 'en_CA', 'en_GB', 'en_US', 'fr_CA' and 'fr_FR' ... for instance. (It is read from spellcheck-init.tcl so it demands a server restart.)

3) The init script auto-detects all of this according to the brand of the spell-check binary, its presence, etc.

4) There is currently support for: aspell, ispell or no spell-checking.

  1. … 5 more files in changeset.
Added support for spell-checking to the form bulider and ad_form.

  1. … 6 more files in changeset.
Applied patch #255

  1. … 1 more file in changeset.
- Merged changes from oacs-4-6 into HEAD.

- Added documentation to the -validate switch of template:::element::create

noting that the special variable $value is what should be used.

merge of 4.6.3b1 to HEAD

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

Added documentation for my new form builder enhancements

  1. … 1 more file in changeset.
Fixed bug catched by Janine: when a form element doesn't have any mode set, it would never check for required elements

small bug in signing hidden vars

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

  1. … 3 more files in changeset.
Fixed bug #360: Treat 'display' mode elements the same as inform widgets, and don't bomb on categories that are blank

  1. … 1 more file in changeset.
Forgot the ad_proc doc

Added 'maxlength' feature on form elements, which works correctly for multibyte characters

  1. … 3 more files in changeset.
Upgrade to 4.6.2: Form builder extensions, richtext widget, etc.

  1. … 19 more files in changeset.
add some param docs

cross link the form, element, widget, and validate procs, add template::data::validate::string, https should be valid url

  1. … 3 more files in changeset.
Only use display_value if widget isn't hidden

Changes to how buttons work: Form-builder now takes care of determining which buttons to use, not the template; Added actions functionality to form builder

  1. … 10 more files in changeset.
Implemented some enhancements to the form builder:

- support a -mode switch on forms, which can be either 'display' or 'edit'. If 'display', all fields are grayed out, and the pretty value is displayed instead of the internal value (e.g. the label of the element of a list).

- support multiple buttons on the form. Used for the 'Edit' button, but can be used for other buttons as well.

- Fixed all the standard templates to include the new buttons and to use the <label> tag.

- Added an example to the documentation showing how this new display/edit mode looks.

  1. … 15 more files in changeset.
added dummy documentation procs for element form and multirow, documented template::multirow

  1. … 3 more files in changeset.
documentation cleanup (fix @see, add -public/-private where needed)

  1. … 6 more files in changeset.
Added before_html and after_html properties to form elements to allow you to put stuff around the widget on the form. This is useful for javascript links that do something clever, but you can put anything here.

  1. … 1 more file in changeset.
A few more doc strings... This looks like the last of the existing

docs in all of acs-core

  1. … 3 more files in changeset.
About 60 more ad_procs in acs-templating now have doc strings; still more to go

  1. … 8 more files in changeset.
Merged with the 4.5 branch (oacs-4-5 tag "don-merge-1")

  1. … 58 more files in changeset.
Fixed more date and currency bugs, for the most part

  1. … 2 more files in changeset.