• last updated 16 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
make variable naming more consistent (statusCode -> status_code), export received content-length into instance variable

    • -4
    • +6
    ./xotcl-core/tcl/http-client-procs.tcl
Merged oacs-5-3 to HEAD

    • -24
    • +29
    ./lorsm/tcl/lorsm-install-procs.tcl
Merged oacs-5-3 branch to HEAD

    • -8
    • +8
    ./acs-developer-support/lib/toolbar.adp
    • -3
    • +4
    ./acs-developer-support/lib/toolbar.tcl
    • -2
    • +2
    ./acs-developer-support/tcl/acs-developer-support-procs.tcl
    • -1
    • +4
    ./assessment/tcl/as-item-choice-procs.tcl
    • -1
    • +1
    ./assessment/tcl/as-item-type-mc-procs-postgresql.xql
    • -13
    • +42
    ./assessment/tcl/as-item-type-mc-procs.tcl
  1. … 173 more files in changeset.
fix cvs IDs

    • -1
    • +1
    ./categories/tcl/category-links-procs.tcl
    • -1
    • +1
    ./categories/tcl/category-list-procs.tcl
    • -1
    • +1
    ./categories/tcl/category-synonyms-procs.tcl
    • -1
    • +1
    ./categories/tcl/category-trees-procs.tcl
minor cleanip (cvs id, comparisons)

    • -1
    • +1
    ./categories/tcl/category-form-procs.tcl
fixes for all cases, where ::template::head::* variables (a) might survive a connection and (b) where they are not

initialized properly.

    • -8
    • +14
    ./acs-templating/tcl/head-procs.tcl
  1. … 1 more file in changeset.
adding https support, adding some documentation

    • -28
    • +187
    ./xotcl-core/tcl/http-client-procs.tcl
Update to reflect the need for template::head

    • -0
    • +1
    ./acs-developer-support/acs-developer-support.info
Allow editing of CSS files if running 5.4 with template::head support

    • -0
    • +23
    ./acs-developer-support/lib/toolbar.tcl
    • -0
    • +2
    ./acs-developer-support/www/css-edit.adp
    • -0
    • +103
    ./acs-developer-support/www/css-edit.tcl
    • -0
    • +4
    ./acs-developer-support/www/css-list.adp
    • -0
    • +35
    ./acs-developer-support/www/css-list.tcl
    • -0
    • +30
    ./acs-developer-support/www/css-make-live.tcl
make handling of unknown file types more robust

Set default order for class members

Fix commented out title, with title in the html comment, occaisionally a

user would type "--" in the title causing the page to break because the

comment was not parsed correctly.

Solved bug in function switch

use tcl 8.4 comparison operators and braced exprs for byte code compilation

    • -1
    • +1
    ./acs-templating/tcl/currency-procs.tcl
use tcl 8.4 style comparisons and braced exprs

    • -7
    • +7
    ./acs-templating/tcl/acs-integration-procs.tcl
    • -6
    • +6
    ./acs-templating/tcl/element-procs.tcl
Free generation of stub objects for accessing stored procedures from db_function args.

The new version uses PostgresSQLs system catalog + parses first paragraph of function declarations

eCVS: ----------------------------------------------------------------------

    • -120
    • +236
    ./xotcl-core/tcl/05-db-procs.tcl
new update script in case, someone managed to get the .info file without the update script

    • -2
    • +2
    ./acs-content-repository/acs-content-repository.info
    • -0
    • +146
    ./acs-content-repository/sql/postgresql/upgrade/upgrade-5.4.0d7-5.4.0d8.sql
    • -0
    • +360
    ./acs-content-repository/sql/postgresql/upgrade/upgrade-5.4.0d8-5.4.0d9.sql
add update script

add missing alias for function category__name

fix more function_args, fix comment for default values in stored procedures

    • -2
    • +2
    ./acs-content-repository/acs-content-repository.info
provide default for pretty_name in ::xo::db::Class

Made class_to_object_type more robust to allow ::xo::db::Class instances with arbitrary superclasses

move ::xowiki::Page requireCSS and friends into ::xo namespace

    • -1
    • +30
    ./xotcl-core/tcl/30-widget-procs.tcl
    • -23
    • +23
    ./xowiki/tcl/xowiki-portlet-procs.tcl
    • -1
    • +1
    ./xowiki/www/portlets/calendar-portlet.tcl
replicate Emma's referer fix on HEAD

    • -2
    • +2
    ./dotlrn/www/admin/class-instance-new.tcl
fix ordering in weblog query

bump version number to assure versions are in sync

turn on page fragment caching for categories-recent

Page Fragment Cache for ::xowiki::portet classes

    • -42
    • +90
    ./xowiki/tcl/xowiki-portlet-procs.tcl
beautification of SQL query

make usage of new parameter code explicit