• last updated 1 hour ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
bugfix in template::element::set_values proc. It should set element(values) to the passed in list of values, not a list containing the passed in list.

- Default multirow to list-template name.

- Throw error if you're providing bulk_actions, but haven't set the key

merge of changes on oacs-5-0 branch to oacs-5-0-0b4 tag

  1. … 587 more files in changeset.
build a list to eval rather than eval ad_context_bar $args, bug 1265

  1. … 7 more files in changeset.
fix a few more missing rdbms stanzas

  1. … 11 more files in changeset.
Implementing display-mode radio/checkboxes using the 'disabled' HTML attribute instead of GIFs.

create the columns array in template::util::list_of_ns_sets_to_multirow so template::multirow foreach will work, fix typo in template::multirow procdoc

bugfix #1099: using noparse instead of ~ or +; removed unprotecting via ~ or +

  1. … 1 more file in changeset.
bugfix #1096: let displayed text in form begin with -

  1. … 1 more file in changeset.
typo in get_property display_date: must be instead of

making proc util::array_to_vars do proper quoting partially fixing bug 810. Kudos to Lars for teaching me about the merits of the list command...

Merging changes (which had accidentally been committed to head) to oacs-5-0.

Don't perform spell-checking on elemets which are in display mode.

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