• last updated 1 hour ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
make end of options explicit

  1. … 42 more files in changeset.
introduced "ad_file" as a means to avoid unexpected tilde substitution in file names

  1. … 50 more files in changeset.
Fix parameter name in proc doc

prefer built-in ns_dbquotevalue over DoubleApos

  1. … 2 more files in changeset.
Fix typos

  1. … 62 more files in changeset.
Bug fix: avoid confusion between command argument and option, when argument starts with "-"

  1. … 81 more files in changeset.
merged changes from the oacs-5-9 branch and resolved conflicts

  1. … 7834 more files in changeset.
Standardize spelling of names of products (Tcl, AOLserver, PostgreSQL, NaviServer)

  1. … 43 more files in changeset.
- add editor hints to keep spaces/tabs in the furture more consistent

  1. … 754 more files in changeset.
Merging back to HEAD branch oacs-5-8 (using tag vg-merge-oacs-5-8-from-20141027).

  1. … 2547 more files in changeset.
- modernize tcl

  1. … 9 more files in changeset.
Fixed ""-must-be-null problem for results returned from the database. I

added a utility in json-procs.tcl to help with this, but since I also needed

to convert PG intervals to the "PT01H02M03.5S" format used by the SCORM RTE

in actuality it's fixed in the scorm player package. But the JSON proc may

be useful for someone else so I left it in ...

  1. … 2 more files in changeset.
Added daveb's fix

Applied patch from malte which regularizes and escapes newlines in generated

JSON strings.

Merged oacs-5-6 to HEAD. HEAD now installs and passes all core tests. There

may still be some lingering problems due to my screwing up the oacs-5-6

branch earlier, I'll be looking into this later.

  1. … 214 more files in changeset.
Added my JSON utilities package. Included are procs to parse a JSON string

into a canonical Tcl list representation, to generate a JSON string from

such a representation (round-tripping works, i.e. JSON -> Tcl -> JSON),

pretty-print JSON strings, set/get attributes, create objects and arrays,

etc.

file json-procs.tcl was initially added on branch oacs-5-6.