• last updated 13 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Fix long standing regression

After https://cvs.openacs.org/changelog/OpenACS?cs=MAIN%3Adaveb%3A20080908165252, in template::list::write_csv we started looping through the list "elements", rather than the "display_elements". This prevents specifying different sets of columns to be returned depending on the "-formats" and "-selected_format" options in template::list::create. Many thanks to Oasi Software that customized this proc a long time ago, so that I could realize where the problem was.

make template::adp_puts private again. removed some of the weirdness in calendar attachments

  1. … 3 more files in changeset.
Mark 'template::adp_puts' as public, as it is used in 'calendar'

Whitespace changes

Make 'template::adp_init' public, as it is used in other packages. Fixes 'callgraph__bad_library_calls' test case

Whitespace changes

Add minimal proc doc. Fixes 'documentation__check_proc_doc' test case

Update italian message keys

    • -0
    • +1
    ./catalog/acs-templating.it_IT.ISO-8859-1.xml
Update message key

    • -1
    • +1
    ./catalog/acs-templating.es_ES.ISO-8859-1.xml
Update message keys

    • -4
    • +4
    ./catalog/acs-templating.de_DE.ISO-8859-1.xml
    • -4
    • +4
    ./catalog/acs-templating.en_US.ISO-8859-1.xml
    • -2
    • +3
    ./catalog/acs-templating.es_ES.ISO-8859-1.xml
  1. … 2 more files in changeset.
make procs public, since these have to be called from pages of other packages

  1. … 1 more file in changeset.
Fix typo

Remove duplicated code

Add new ad_form input types

Use the 'search' input type in the search widget

Add new 'url' input type to 'ad_form'

Bump version number, so packages making use of the new input type 'template::widget::number' can depend on this particular version

Add 'template::widget::number', a widget for the form input type 'number'

Make api public, complies with acs-api-browser.graph__bad_calls automated test

  1. … 4 more files in changeset.
remove protection "private", since function has to be called from other packages

  1. … 6 more files in changeset.
make listing of tested procs more complete

  1. … 18 more files in changeset.
make listing of tested procs more complete

  1. … 11 more files in changeset.
improve spelling

  1. … 1 more file in changeset.
make end of options explicit

  1. … 28 more files in changeset.
improve spelling (follow LDP)

    • -3
    • +3
    ./www/doc/exercise/ats-for-designers.adp
  1. … 6 more files in changeset.
Add missing substitution

Added support for streaming HTML + javascript body procs

Previously, the API for bodyscripts (e.g. template::add_body_script,

template::add_event_listener, template::add_body_handler,

template::add_script with the right flags) was not usable for

streaming HTML pages, since the full processing of such scripts was

handled in blank-master.{tcl,adp}, which is not in use for streaming

HTML.

Now the function template::collect_body_scripts was added, which can

be used at arbitrary time to collect the body scripts and translate

those to HTML. This function can be used in streaming mode to output

these function when new HTML chunks become available.

file body_scripts.adp was initially added on branch oacs-5-10.

file body_scripts.tcl was initially added on branch oacs-5-10.

Prefer 'namespace which' over 'info commands', as it is faster (on local tests, around 2x) and returns a single value. Many thanks to Nathan Coulter.

  1. … 52 more files in changeset.