• last updated 2 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Mark procs as deprecated, which were previously just documented as

deprecated and document recommended versions via @see. These procs

should be moved to *deprecated*.tcl after a while to give people

a chance to react (maybe in 5.11 or 5.12).

site_node::conn_url -> ad_conn

site_nodes_sync -> site_node::init_cache

site_node_id -> site_node::get_node_id -url

site_map_unmount_application -> site_node::unmount

site_node_delete_package_instance -> site_node::delete

    • -6
    • +12
    ./packages/acs-tcl/tcl/site-nodes-procs.tcl
Fix typo

    • -3
    • +3
    ./packages/xotcl-core/tcl/03-doc-procs.tcl
Prefer lappend over concat for appending lists (lappend modifies the variable 'in place')

    • -2
    • +2
    ./packages/acs-templating/tcl/list-procs.tcl
Prefer lappend over concat for appending lists (lappend modifies the variable 'in place')

    • -2
    • +2
    ./packages/acs-tcl/tcl/00-database-procs.tcl
make prepared statement parser more robust against sql casts

moderniize tcl

    • -7
    • +7
    ./packages/xotcl-core/tcl/05-db-procs.tcl
improve documentation

    • -2
    • +6
    ./packages/xotcl-core/tcl/03-doc-procs.tcl
modernize tcl

    • -3
    • +3
    ./packages/xowiki/tcl/folder-procs.tcl
    • -3
    • +3
    ./packages/xowiki/tcl/form-field-procs.tcl
    • -3
    • +3
    ./packages/xowiki/tcl/includelet-procs.tcl
    • -3
    • +3
    ./packages/xowiki/tcl/package-procs.tcl
    • -3
    • +3
    ./packages/xowiki/tcl/xowiki-procs.tcl
    • -2
    • +2
    ./packages/xowiki/tcl/xowiki-www-procs.tcl
    • -1
    • +1
    ./packages/xotcl-core/tcl/01-debug-procs.tcl
modermize tcl

    • -5
    • +5
    ./packages/acs-tcl/tcl/navigation-procs.tcl
modernize tcl

    • -2
    • +2
    ./packages/acs-tcl/tcl/navigation-procs.tcl
    • -5
    • +7
    ./packages/acs-tcl/tcl/xml-1-dom-procs.tcl
    • -2
    • +3
    ./packages/acs-templating/tcl/date-procs.tcl
modernize Tcl

    • -4
    • +4
    ./packages/dotlrn/tcl/navigation-procs.tcl
Performance: prefer lset over lreplace for modifying list values.

When a list element is modified, lset does it "in place", modifying the

variable itself, while lreplace works with values and returns a second copy

of the list with the modified elements, creating some unnecessary overhead.

On my local tests, this particular operation was around 30% faster.

More details: http://wiki.tcl.tk/1485 and http://wiki.tcl.tk/2556

    • -2
    • +2
    ./packages/acs-templating/tcl/parse-procs.tcl
Fix typo

Fix typos

    • -2
    • +2
    ./packages/address-book/doc/requirements.html
    • -10
    • +10
    ./packages/ams/catalog/ams.en_US.ISO-8859-1.xml
    • -4
    • +4
    ./packages/ams/tcl/telecom-number-widget-procs.tcl
  1. … 136 more files in changeset.
fix typos

prefer XOTcl2 idioms

modernize tcl

Fix typos

Fix typo (info command -> info commands)

Fix get_community_id_from_url call

Fix typos

    • -1
    • +1
    ./packages/acs-templating/www/doc/design.adp
    • -2
    • +2
    ./packages/acs-templating/www/doc/design.html
Fix typo (db_list_of_list -> db_list_of_lists)

Fix typo (db_for_each -> db_foreach)

Fix typos

    • -1
    • +1
    ./packages/spreadsheet/tcl/tips-procs.tcl
Fix typos (info exist -> info exists)

    • -2
    • +2
    ./packages/lors-central/www/course-add-2.tcl
    • -3
    • +3
    ./packages/lors-central/www/one-course.tcl
    • -1
    • +1
    ./packages/lors-central/www/lc-admin/grant.tcl
    • -5
    • +5
    ./packages/imsld/tcl/imsld-condition-procs.tcl
    • -8
    • +8
    ./packages/imsld/tcl/imsld-gsi-procs.tcl
    • -4
    • +4
    ./packages/imsld/tcl/imsld-parse-procs.tcl
  1. … 5 more files in changeset.
Fix typos

Fix typos

    • -2
    • +2
    ./packages/acs-core-docs/www/credits.adp
    • -2
    • +2
    ./packages/acs-core-docs/www/credits.html
    • -1
    • +1
    ./packages/acs-core-docs/www/packages.adp
    • -2
    • +2
    ./packages/acs-core-docs/www/packages.html
    • -1
    • +1
    ./packages/acs-messaging/www/doc/design.adp
    • -2
    • +2
    ./packages/acs-messaging/www/doc/design.html
    • -2
    • +2
    ./packages/acs-templating/tcl/data-procs.tcl
    • -2
    • +2
    ./packages/bookmarks/www/doc/index.html
  1. … 20 more files in changeset.
Fix typos

    • -2
    • +2
    ./packages/acs-admin/www/apm/package-add-2.tcl
    • -2
    • +2
    ./packages/acs-tcl/tcl/00-database-procs.tcl
    • -2
    • +2
    ./packages/acs-tcl/tcl/navigation-procs.tcl
    • -6
    • +6
    ./packages/ajaxhelper/tcl/ajax-procs.tcl
    • -1
    • +1
    ./packages/anon-eval/www/index-oracle.xql
    • -1
    • +1
    ./packages/anon-eval/www/index-postgresql.xql
    • -1
    • +1
    ./packages/anon-eval/www/doc/index.html
  1. … 9 more files in changeset.
fix typos

fix typo

improve spelliing