• last updated 10 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
fix for bug 2526, adding DoubleApos functionality to tcl_to_sql_list

  1. … 1 more file in changeset.
fix for bug 2526, adding DoubleApos/ns_dbquotevalue functionality

  1. … 1 more file in changeset.
doing a proper revert fix for bug 2526, due to bug 2593

reversing fix for bug 2526, due to bug 2593

resolves bug 2526, tcl_to_sql_list now uses db_ bind vars, includes tests requested by daveb

  1. … 1 more file in changeset.
Merge from HEAD fixed to variable regular expressions.

add recognizing array variables like @xx.y.z@ as xx(y.z). Note that the regexps show up in multiple places so any changes to the @ var regexps should be made carefully. In particular if @x@ defined and if @x@ nil handle variables special since they can't be derefrenced

  1. … 2 more files in changeset.
add recognizing array variables like @xx.y.z@ as xx(y.z). Note that the regexps show up in multiple places so any changes to the @ var regexps should be made carefully. In particular if @x@ defined and if @x@ nil handle variables special since they can't be derefrenced

  1. … 3 more files in changeset.
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

  1. … 1 more file in changeset.
merge all the changes on the oacs-5-1 and dotlrn-2-0 branches up to tag jcd-merge-20040420

  1. … 647 more files in changeset.
fixing bug 1318

  1. … 1 more file in changeset.
merge of changes on oacs-5-0 branch to oacs-5-0-0b4 tag

  1. … 598 more files in changeset.
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

  1. … 1 more file in changeset.
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...

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.

  1. … 25 more files in changeset.
Fixed bug #828: Typo

Applied patch #255

  1. … 1 more file in changeset.
making all written and read files of the templating system (adp and tcl files) be in the charset of the AOLserver OutputCharset parameter

merge of 4.6.3b1 to HEAD

  1. … 107 more files in changeset.
Fix typo that caused number_list to return an empty_list

Fix typo that caused number_list to return and empty list every time.

adding a level switch to multirow_to_list proc

merge patch 14 from oacs-4-6

Bad varname in template::util::multirow_to_list closes 91/patch 14 Ola Hansson

A few more doc strings... This looks like the last of the existing

docs in all of acs-core

  1. … 3 more files in changeset.
last of the templating docstrings that existed.

  1. … 4 more files in changeset.
converted template db api calls to std db api calls

  1. … 3 more files in changeset.
added a function for converting a list of ns_sets (probably created with db_list_of_ns_sets) into a multirow datasource

Removed two unused procs.

tested and fixed the template query db api

  1. … 26 more files in changeset.
ported templating to use standard db api

  1. … 27 more files in changeset.