• last updated 14 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
file parse-test-procs.tcl was initially added on branch oacs-5-1.

    • -0
    • +0
    ./tcl/test/parse-test-procs.tcl
Inline form with widget and button on the same line for really simple forms

such as filters for listbuilder.

file inline.adp was initially added on branch oacs-5-1.

    • -0
    • +0
    ./resources/forms/inline.adp
Oops, a tiny blunder in my previous update, returned an illegal SQL

snippet if there were no IDs selected. The list builder should cleverly

refuse to do the query in this case, but we'll settle for it doing a SELECT

that returns nothing for now.

Skip validation when a widget is in spellcheck mode.

rudimentary print-only css file

    • -0
    • +3
    ./www/resources/print.css
Oracle testing uncovered a missing parenthesis. Don't you wish EVERYONE

tested their changes under Oracle as well as PG?

Oops forgot the ever-so-important .xql files!

file list-procs-oracle.xql was initially added on branch oacs-5-1.

    • -0
    • +0
    ./tcl/list-procs-oracle.xql
file list-procs-postgresql.xql was initially added on branch oacs-5-1.

    • -0
    • +0
    ./tcl/list-procs-postgresql.xql
Greatly sped up pagination in the list builder.

1. The list builder builds a separate (optionally cached) paginator for each

page group, rather than each list. No more filling of the Tcl cache with (say) 5500

forum entries when we know that users rarely march through the entire list of forums.

2. Since the list builder builds an "in (list of ids)" query clause to select

just those rows needed for this display page, there's no reason to sort the list

of ids so I'm building the list within the list builder rather than using

the more generalized paginator code. Minor speedup ...

This could probably be sped up more by simply caching the list of keys within

the list builder and replicating some other paginator functionality in lightweight

form specific to the list builder, but this will do for now. And maybe forever.

Add reference to how to sort hierarchical queries with list-builder.

doc updates and versioning for openacs 5.1.3

  1. … 113 more files in changeset.
Improve robustness of template::util::date::set_property proc for dealing

with hours that begin with a zero.

noquote fixes

upped version numbers to 5.1.2 and updated documentation

  1. … 102 more files in changeset.
substitued check if widget in radio checkbox with check if widget eq radio or widget eq checkbox because of bug in in-operator (only partial matching, no complete matching required)

file acs-templating.ca_ES.ISO-8859-1.xml was initially added on branch oacs-5-1.

    • -0
    • +0
    ./catalog/acs-templating.ca_ES.ISO-8859-1.xml
file acs-templating.pt_PT.ISO-8859-1.xml was initially added on branch oacs-5-1.

    • -0
    • +0
    ./catalog/acs-templating.pt_PT.ISO-8859-1.xml
file acs-templating.ms_MY.utf-8.xml was initially added on branch oacs-5-1.

    • -0
    • +0
    ./catalog/acs-templating.ms_MY.utf-8.xml
file acs-templating.eu_ES.ISO-8859-1.xml was initially added on branch oacs-5-1.

    • -0
    • +0
    ./catalog/acs-templating.eu_ES.ISO-8859-1.xml
updated translations from translate.openacs.org

    • -1
    • +1
    ./catalog/acs-templating.ar_LB.utf-8.xml
    • -0
    • +33
    ./catalog/acs-templating.ca_ES.ISO-8859-1.xml
    • -1
    • +1
    ./catalog/acs-templating.da_DK.ISO-8859-1.xml
    • -1
    • +14
    ./catalog/acs-templating.de_DE.ISO-8859-1.xml
    • -1
    • +1
    ./catalog/acs-templating.en_US.ISO-8859-1.xml
    • -5
    • +5
    ./catalog/acs-templating.es_ES.ISO-8859-1.xml
    • -1
    • +1
    ./catalog/acs-templating.es_GT.ISO-8859-1.xml
    • -0
    • +29
    ./catalog/acs-templating.eu_ES.ISO-8859-1.xml
    • -1
    • +1
    ./catalog/acs-templating.fi_FI.utf-8.xml
    • -1
    • +24
    ./catalog/acs-templating.fr_FR.ISO-8859-1.xml
    • -1
    • +1
    ./catalog/acs-templating.hu_HU.utf-8.xml
    • -1
    • +2
    ./catalog/acs-templating.it_IT.ISO-8859-1.xml
    • -1
    • +1
    ./catalog/acs-templating.ko_KR.utf-8.xml
    • -0
    • +33
    ./catalog/acs-templating.ms_MY.utf-8.xml
    • -1
    • +1
    ./catalog/acs-templating.nl_NL.ISO-8859-1.xml
  1. … 985 more files in changeset.
upping version numbers for release

  1. … 61 more files in changeset.
test

    • binary
    ./www/resources/sort-neither.png
Resolves bug 2045: tcl/prase-procs.tcl spelling fix, courtesy of Frank Myhr.

Fixes bug #861 by adding javascript return statements to workaround buggy browsers

adds the function template::adp_include which is a public interface for generating strings from adp includes instead of the private template::adp_parse -string; also docs for template::util::multirow_foreach

merge of changes on oacs-5-1 branch between tags jcd-merge-5-1-20040628 and jcd-merge-5-1-20040712 to HEAD

  1. … 113 more files in changeset.
Fix template::util::date::set_property to not fail when passed in a

NULL date retreived from the database.

currency::widget now honours display mode (previously ignored it)

currency::widget no longer stomps the trailing 0 off the fractional part (perviously it converted 50c into 05c over an edit/ok cycle and looked bad as well)