xotcl

Clone Tools
  • last updated 7 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- 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

  1. … 1 more file in changeset.
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.
protect legacy HTTPd against XSS on error messages

make sure, the restted path ends with a slash

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

remove comma before "that"

  1. … 2 more files in changeset.
follow the Tcl, not the OpenACS numbering scheme

  1. … 10 more files in changeset.
change version number to first version number after the 2.2.0 release (2.3d0)

  1. … 6 more files in changeset.
improve spelling

bump version numbers consistently to 2.2

  1. … 1 more file in changeset.
fix typos

  1. … 25 more files in changeset.
* configure, configure.ac, nx.tcl, pkgIndex.tcl, xotcl2.tcl, pkg.vc: Bump version to 2.2.0.

  1. … 5 more files in changeset.
improve spelling

  1. … 8 more files in changeset.
improve spelling

improve spelling

  1. … 2 more files in changeset.
improve comments

  1. … 13 more files in changeset.
improve wording

  1. … 3 more files in changeset.
remove duplicated word

fix typos

    • -1
    • +1
    ./library/serialize/RecoveryPoint.xotcl
    • -1
    • +1
    ./library/serialize/ScriptCreator.xotcl
fix typos

  1. … 2 more files in changeset.
add comment and improve linebreak

Fold "substdefault" and "substdefaultoptions" into a single parameter option "substdefault"

  1. … 4 more files in changeset.
fix typos, updaty copyright years according to commits

  1. … 12 more files in changeset.
Fix typos

  1. … 57 more files in changeset.
- Use more straightforward Tcl idiom to access first character of a string - Standardize spelling of names of products (Tcl, AOLserver, PostgreSQL)

  1. … 10 more files in changeset.
- Use uniform spelling of "Tcl" - Fix more spelling errors

  1. … 18 more files in changeset.
Use uniform spelling of "Tcl"

  1. … 11 more files in changeset.