• last updated 4 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Deprecate "multirow" proc as it does not comply with OpenACS naming convention

Deprecate "form" proc, as it doesn't comply with naming convention

fix warning message (many thanks to Frank Bergmann for pointing this out)

Fix regression on template list

Deprecate 'element' proc, defined without a namespace

improve spelling

Deprecate exists_and_not_null proc as it does not comply with openacs naming convention and can be replaced with plain tcl idioms

  1. … 2 more files in changeset.
Deprecate exists_and_equals and replace its occurrences

  1. … 1 more file in changeset.
generalize alnum handling

Move helper function to namespace and make it private

no need to allow funny characters in proc names

ease syntax highlighting

moved filters into namespace and made these consistently private

move template_tag_* commands to proper namespace

move private function to own namepace

remove file that depends on files (in a folder ats/) that seem to have been deleted ages ago

Deprecate ad_quotehtml. use ns_quotehtml instead.

  1. … 9 more files in changeset.
ns_quotehtml user submitted value inside an error message to prevent potential XSS attack

Throw an error instead of a warning when trying to use template::data::validate::oneof without having specifyed the parameter "-options" on the form element which should be validated.

improve documentation

Added validation "oneof" to form element validations. It checks the user submitted value to be part of a predefined list of possible values of a form element. This is typically the case with widgets of type "select" or "multiselect".

improve spelling and comma settings

Try to address issue reported by Michael Aram: export variables sooner, when the uplevel they come from is still well known, rather than later in the rendering, when this could not be so trivial (e.g. in OO code)

  1. … 1 more file in changeset.
improve spelling

    • -1
    • +1
    ./www/doc/exercise/ats-for-designers.adp
    • -1
    • +1
    ./www/doc/exercise/ats-for-designers.html
  1. … 4 more files in changeset.
improve spelling

improve spelling

  1. … 11 more files in changeset.
add fix for broken "-string" flag in ad_return_template

make translation mode stylable via CSS, add styles for default and bootstrap3 themes, reduce dependencies on xinha icons

  1. … 3 more files in changeset.
improve spelling

  1. … 2 more files in changeset.
Check for already converted form variables on 'template::util::file_transform'. This can happen, for instance, during the 'preview' action of a form.