• last updated 12 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- provide destroy_on_cleanup for nx objects as well

- make show-object links able to navigate

    • -4
    • +6
    ./packages/xotcl-core/tcl/01-debug-procs.tcl
- make test for overwritten tcl 8.5 command apply namespace independent

- add show-object method to show current object via api-browser

    • -0
    • +14
    ./packages/xotcl-core/tcl/01-debug-procs.tcl
adding qf_input qf_insert_html, not tested

    • -37
    • +127
    ./packages/spreadsheet/tcl/form-procs.tcl
fix multirow variables

- remove unneeded colon

more revisions, untested

    • -18
    • +118
    ./packages/spreadsheet/tcl/form-procs.tcl
adding more code.. still incomplete

    • -6
    • +59
    ./packages/spreadsheet/tcl/form-procs.tcl
- create slots via ::xotcl::MetaSlot

    • -2
    • +2
    ./packages/xotcl-core/tcl/05-db-procs.tcl
- create slots via ::xotcl::MetaSlot

    • -2
    • +2
    ./packages/xotcl-core/tcl/01-debug-procs.tcl
    • -2
    • +2
    ./packages/xotcl-core/tcl/05-db-procs.tcl
- renamed protype pages according to form naming conventions

    • -0
    • +22
    ./packages/xowiki/www/prototypes/announcement-talk.form.page
- use usual parameter notation

- cleanup of redundant definitions

    • -13
    • +13
    ./packages/xowiki/tcl/form-field-procs.tcl
If the comment has a file attached, the comment content was being displayed

using the attachement's mime type. Well, the script tried to, typically

it would cause the script to bomb.

adding thick/thin template

minor css tweaks

centralize navbar css in bug-tracker.css

    • -6
    • +6
    ./packages/bug-tracker/lib/nav-bar.adp
PG 9.0 support. Avoiding using acs_object_id_seq view for fetchting next value for the t_acs_object_id_seq sequence.

    • -2
    • +2
    ./packages/chat/sql/postgresql/chat-create.sql
    • -0
    • +49
    ./packages/chat/sql/postgresql/upgrade/upgrade-5.0d8-5.0d9.sql
remove conflicts in html docs

    • -6
    • +1
    ./packages/acs-core-docs/www/acs-admin.html
    • -6
    • +1
    ./packages/acs-core-docs/www/acs-plat-dev.html
    • -1
    • +1
    ./packages/acs-core-docs/www/analog-setup.html
    • -23
    • +1
    ./packages/acs-core-docs/www/aolserver4.html
    • -20
    • +2
    ./packages/acs-core-docs/www/apm-design.html
  1. … 120 more files in changeset.
fix broken image paths

    • -0
    • +5
    ./packages/acs-core-docs/www/acs-admin.html
    • -0
    • +5
    ./packages/acs-core-docs/www/acs-plat-dev.html
    • -15
    • +15
    ./packages/acs-core-docs/www/analog-setup.html
    • -61
    • +84
    ./packages/acs-core-docs/www/aolserver.html
    • -48
    • +70
    ./packages/acs-core-docs/www/aolserver4.html
    • -91
    • +109
    ./packages/acs-core-docs/www/apm-design.html
  1. … 159 more files in changeset.
fix broken image paths

    • -2
    • +2
    ./packages/acs-core-docs/www/acs-admin.html
    • -2
    • +2
    ./packages/acs-core-docs/www/acs-plat-dev.html
    • -15
    • +15
    ./packages/acs-core-docs/www/analog-setup.html
    • -69
    • +69
    ./packages/acs-core-docs/www/aolserver.html
    • -56
    • +56
    ./packages/acs-core-docs/www/aolserver4.html
    • -100
    • +100
    ./packages/acs-core-docs/www/apm-design.html
  1. … 156 more files in changeset.
be a bit more graceful on missing requests.

content_type css_file does not exist, require admin permission to do this, read file all at once instead of line by line

- adding support for some HTML5 input types and attributes

    • -2
    • +153
    ./packages/xowiki/tcl/form-field-procs.tcl
case fold before checking if column exists

changing code to consistently handle cases of novalue versus empty string, other syntax fixes

    • -46
    • +37
    ./packages/spreadsheet/tcl/form-procs.tcl
dont give table and id columns for tables that do not exist; maybe there should be an upgrade to fix this as well

make created view with : use _ instead (fix for xowiki object types)

you need to flush the package id to package_key map on update otherwise parameter updates and other things depending on package key fail until server restart. no attempt made to fix teh xotcl-core cached version. also misnamed query fixed

accept pkey, fkey, and key as constraint suffixes since the pg automatic names use them and are good