• last updated 22 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
adding support for Xinha to new master templates

fix 2 bugs: (a) ::template::head::scripts variable was accumulating content over multiple requests (namespaced variables are not reset)

(b) order of list elements in ::template::head::scripts was incorrect (why not using objects?)

adding https support, adding some documentation

Update to reflect the need for template::head

Allow editing of CSS files if running 5.4 with template::head support

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

    • -3
    • +4
    ./packages/xowiki/tcl/xowiki-form-procs.tcl
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.

    • -1
    • +0
    ./packages/lars-blogger/www/entry-chunk.adp
Solved bug in function switch

    • -3
    • +3
    ./packages/evaluation/tcl/evaluation-procs.tcl
use tcl 8.4 comparison operators and braced exprs for byte code compilation

    • -3
    • +3
    ./packages/acs-templating/tcl/date-procs.tcl
    • -2
    • +2
    ./packages/acs-templating/tcl/parse-procs.tcl
use tcl 8.4 style comparisons and braced exprs

    • -6
    • +6
    ./packages/acs-templating/tcl/form-procs.tcl
    • -3
    • +3
    ./packages/acs-templating/tcl/widget-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
    ./packages/xotcl-core/tcl/05-db-procs.tcl
new update script in case, someone managed to get the .info file without the update script

add update script

add missing alias for function category__name

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

provide default for pretty_name in ::xo::db::Class

    • -4
    • +6
    ./packages/xotcl-core/tcl/05-db-procs.tcl
Made class_to_object_type more robust to allow ::xo::db::Class instances with arbitrary superclasses

    • -5
    • +12
    ./packages/xotcl-core/tcl/05-db-procs.tcl
move ::xowiki::Page requireCSS and friends into ::xo namespace

    • -1
    • +30
    ./packages/xotcl-core/tcl/30-widget-procs.tcl
    • -3
    • +3
    ./packages/xowiki/tcl/category-procs.tcl
    • -5
    • +5
    ./packages/xowiki/tcl/form-field-procs.tcl
    • -2
    • +2
    ./packages/xowiki/tcl/package-procs.tcl
    • -1
    • +1
    ./packages/xowiki/tcl/weblog-procs.tcl
    • -23
    • +23
    ./packages/xowiki/tcl/xowiki-portlet-procs.tcl
    • -26
    • +3
    ./packages/xowiki/tcl/xowiki-procs.tcl
    • -5
    • +4
    ./packages/xowiki/tcl/xowiki-www-procs.tcl
    • -1
    • +1
    ./packages/xowiki/www/portlet-ajax.tcl
    • -1
    • +1
    ./packages/xowiki/www/portlets/include.tcl
replicate Emma's referer fix on HEAD

fix ordering in weblog query

    • -2
    • +3
    ./packages/xowiki/tcl/weblog-procs.tcl
bump version number to assure versions are in sync

turn on page fragment caching for categories-recent

    • -1
    • +2
    ./packages/xowiki/tcl/xowiki-portlet-procs.tcl
Page Fragment Cache for ::xowiki::portet classes

    • -5
    • +12
    ./packages/xowiki/tcl/package-procs.tcl
    • -42
    • +90
    ./packages/xowiki/tcl/xowiki-portlet-procs.tcl
    • -2
    • +18
    ./packages/xowiki/tcl/xowiki-procs.tcl
beautification of SQL query

    • -3
    • +4
    ./packages/xowiki/tcl/syndicate-procs.tcl
make usage of new parameter code explicit

    • -2
    • +2
    ./packages/xowiki/tcl/form-field-procs.tcl
make code more robust when run under scheduled procs

    • -3
    • +3
    ./packages/xotcl-core/tcl/06-package-procs.tcl
    • -8
    • +28
    ./packages/xotcl-core/tcl/context-procs.tcl
guard call to initialize_loaded_object in instantiate_objects for plain xotcl objects, not having this method

    • -2
    • +4
    ./packages/xotcl-core/tcl/05-db-procs.tcl
prevent double sourcing by the apm_loader

    • -2
    • +5
    ./packages/xotcl-core/tcl/05-db-procs.tcl
don't return all revisions when using automatic views

    • -2
    • +2
    ./packages/xotcl-core/tcl/cr-procs.tcl