• last updated 9 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
make some Notices either warnings or debug and made them more descriptive by generally including the proc name as well bug #1032

  1. … 67 more files in changeset.
Added a call to "fconfigure $ispell_proc -blocking 0" to avoid problems with the piped channel for the spell-checker.

Cleaned up the 'webspell' wrapper and added a catch around the statement which opens it.

  1. … 1 more file in changeset.
Fixed bug #955. The number of elements in $errors was unbalanced between near misses and misses, which got a foreach loop out of sync ...

Provide link to creating the message key when message key doesn't exist at all

Replaced another 'Yes, please' with a 'Yes'

Internationalized spellcheck label

  1. … 1 more file in changeset.
Typo

removing ns_log LARS: debug printouts. Retaining those in the APM dependency check on debug level

  1. … 2 more files in changeset.
I18n of list-builder ('no data')

Fixed bad list in acs-templating-init, where the word 'repeat' had been dropped from the wizard section

Someone changed 'checked' to 'checked="checked"' on elements, which broke the display-mode of radioboxes and checkboxes. Fixed.

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.

    • -0
    • +68
    ./0-acs-templating-procs.tcl
    • -0
    • +113
    ./acs-templating-init.tcl
  1. … 11 more files in changeset.
no attribute minimization for xhtml so checked="checked"

make numericrange work with ad_form, fix a bug in the rounding of value to interval for numericRange

Added URL to the aspell project at SF in the ns_log statement.

standardized list choices

Changed "ns_log Error" to "ns_log Notice" when "exec aspell dump dicts" is caught. Normally it's due to an old version of aspell and spell-checking will continue to work, but with one dictionary only ...

Fixed bug #939 reported by Lars Pind. Only display the spellcheck sub-widget in edit mode.

Fixing an error in the join clause of the party_search widget which resulted in returning way too many, and redundant matches.

get rid of the annoying and potentially incorrect leading space when returning parsed templates.

new-portals was removed from HTML default adp variable quoting. This was a temporary measure. Removing

Fixed bug #801: Buttons multirow not available inside formtemplate so edit/display modes don't work

making party_search widget queries do a lower() on the search_string

I broke a test case when I changed the way spellcheck_properties works ...

Cleaned up the spell-checker a bit.

disabling the cache patch of Brad for the meantime, there seems to be some problem. bug fix on multilevel wizard not functioning

wrapping aspell code in catch so that startup doesn't fail if an error is thrown

I rewrote the check for aspell or ispell so it actually works.

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. … 1 more file in changeset.