• last updated 23 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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
Fix problem with Daylight Saving Time when creating recurring

events. This works fine in Oracle because the timestamps don't have

timezones. In Postgresql when calculating the interval between events

for recurring events, we need to ignore the timezone to get the

correct result when the event crosses the Daylight Saving Time boundar.

add definition of new parameters in sample code

    • -7
    • +62
    ./packages/xotcl-core/tcl/06-param-procs.tcl
add datatype string

    • -2
    • +4
    ./packages/xotcl-core/tcl/05-db-procs.tcl
allow to specify constraint values (just a stub for now)

    • -0
    • +2
    ./packages/xotcl-core/tcl/01-debug-procs.tcl
make usage of new parameter interface more explicit

    • -2
    • +2
    ./packages/xotcl-core/tcl/chat-procs.tcl
don't use numeric comparison operators on string comparisons

user curly brackets around expr to allow for bytecode compilation

    • -2
    • +2
    ./packages/acs-tcl/tcl/text-html-procs.tcl
provide compatibility for packages providing pretty_name and package_key

    • -2
    • +3
    ./packages/xotcl-core/tcl/context-procs.tcl
Fix users search URL

Merged 5.3 to HEAD

Merged 5.3 to HEAD

    • -2
    • +2
    ./packages/acs-admin/www/apm/parameter-add.tcl
  1. … 46 more files in changeset.
provide pretty_name and package_key for ::s5::Package