• last updated 3 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Fixed bug #1021: Clarified example

Fixed bug #1111: Default orderby direction if clipped off in the URL

Fixed bug #1112: forum sorting by author requires named orderby partial queries

Test case for #428

file multirow-procs.tcl was initially added on branch oacs-5-0.

    • -0
    • +0
    ./test/multirow-procs.tcl
file multirow-test.tcl was initially added on branch oacs-5-0.

    • -0
    • +0
    ./test/multirow-test.tcl
file multirow-test.adp was initially added on branch oacs-5-0.

    • -0
    • +0
    ./test/multirow-test.adp
Added a url element validation filter for form elements. Check for valid URLs when creating a new subsite. Fixes Bug #1000.

  1. … 1 more file in changeset.
Fixed security hole: You could pass in the name of an orderby which included [...], and it would get executed in the page's nameapace

list builder labels couldnt start with a -

do string map once instead of twice

Fixed a bug in the call to the webspell wrapper which caused the associated test case to fail.

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 ...