library

Clone Tools
  • last updated 17 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
* library/mongodb/*: Ran NSF MongoDB tests, against MongoDB 4.0.9 and Mongo-C driver 1.14.0 (both, latest stable); updated README.md accordingly, and fixed gridfs tests that hadn't been corrected for renaming README to README.md

improve grammar and spelling

  1. … 7 more files in changeset.
* nx.tcl, properties.test: Add exists accessor to properties and variables; incl. tests and documentation

  1. … 7 more files in changeset.
Bump version number from 2.3a0 to 2.3

  1. … 4 more files in changeset.
Change http:// occurrences to https://, if applicable (URLs tested)

  1. … 51 more files in changeset.
Rewrite URLs containing tcl.tk as authority to tcl-lang.org

  1. … 12 more files in changeset.
improve spelling

  1. … 3 more files in changeset.
improve wording

  1. … 1 more file in changeset.
WIP

  1. … 2 more files in changeset.
avoid variable name "index" in generated code since "index" shadows an outer function

  1. … 3 more files in changeset.
mongodb: add "bson asJSON" convenience method

improve spelling

improve spelling

* nx.tcl, xotcl2.tcl: Fully qualify uses of Tcl's upvar and uplevel, to avoid confusion when introducing equally named procs/ cmds in the OS namespaces.

improve spelling

    • -1
    • +1
    ./xotcl/library/lib/metadataAnalyzer.xotcl
  1. … 2 more files in changeset.
improve spelling

    • -1
    • +1
    ./xotcl/library/lib/metadataAnalyzer.xotcl
  1. … 1 more file in changeset.
- improved handling of object property autonamed

A call of "new" calls internally the "create" method. When the

"create" method is overloaded, we want to be able to check already

on this level, whether the object is autonamed or not. The previous

version has set the property at the end of the "new" method, which

was too late for ttrace.

  1. … 1 more file in changeset.
xotcl1 compatibility: preserve overwritte slot accessor methods via instprocs

many thanks to Zoran for indicating this

improve spelling

improve spelling

  1. … 2 more files in changeset.
momgoDB interface: add option "-asJSON" to "find all" to ease interaction e.g. with single page applications.

xotcl regression test: Added a more complex test for testing "new" + volatile

- improved error message "not allowed to have default": make clear, this is from a parameter specification - added object property "autonamed" (set automatically for objects created via "new") - xotcl2 volatile: improved backward compatibility with XOTcl 1 - extended regression test

  1. … 4 more files in changeset.
- added new variant of "volatile" trying to mimick the XOTcl1 volatile behavior. - added experimental feature NSF_WITH_TCL_OBJ_TYPES_AS_CONVERTER, which uses registered TclObjTypes as value checkers (currently deactivated)

  1. … 4 more files in changeset.
whitespace change

WIP

  1. … 1 more file in changeset.
protect legacy HTTPd against XSS on error messages

base package nx::zip on Tcl 8.6 builtins instead of relying on the Trf package

make sure, the restted path ends with a slash

security fix: avoid directory traversal attack in old XOTcl HTTP class