• last updated 15 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- turning testwise force_refresh_login for package xowiki off

- using testwise untrusted user_id for link checking

- forcing login only in "enforce permssions", not in "check permissions"

    • -5
    • +5
    ./packages/xowiki/tcl/package-procs.tcl
- turning testwise force_refresh_login for package xowiki off

- using testwise untrusted user_id for link checking

- forcing login only in "enforce permssions", not in "check permissions"

    • -2
    • +6
    ./packages/xotcl-core/tcl/context-procs.tcl
    • -4
    • +6
    ./packages/xotcl-core/tcl/policy-procs.tcl
fixes to adp/tcl templating updates

    • -1
    • +2
    ./packages/ecommerce/www/admin/cat/category.adp
    • -4
    • +3
    ./packages/ecommerce/www/admin/cat/category.tcl
- provide better feedback for error handling

- simplify handling of wymeditors in complex compound fields

    • -7
    • +2
    ./packages/xowiki/tcl/xowiki-www-procs.tcl
- make weblog-mini-calendar nicer

    • -1
    • +1
    ./packages/xowiki/www/resources/xowiki.css
provide error handling to the rss-client includelet

    • -13
    • +19
    ./packages/xowiki/tcl/includelet-procs.tcl
    • -5
    • +9
    ./packages/xowiki/tcl/syndicate-procs.tcl
fixing var references, adding some field length tests to keep processes from stopping during bulk imports

    • -21
    • +101
    ./packages/ecommerce/tcl/ecds-procs.tcl
Needed a default value for this new acs-tcl parameter, otherwise you can't

log in to upgrade.

    • -2
    • +2
    ./packages/acs-tcl/tcl/security-procs.tcl
A new column was added to the groups table, and an upgrade script provided,

but the acs-kernel version had not been bumped. Nor had the dependency in

acs-subsite (which uses the new column).

    • -1
    • +1
    ./packages/acs-subsite/acs-subsite.info
- factor out protocol handler from ical-procs, provide backward compatibility

    • -0
    • +175
    ./packages/xotcl-core/tcl/50-protocol-handler-procs.tcl
    • -171
    • +4
    ./packages/xotcl-core/tcl/ical-procs.tcl
minor form fixes

Switched some param calls to use ad_conn subsite_id

    • -3
    • +3
    ./packages/acs-tcl/tcl/navigation-procs.tcl
Add missing ad_script_abort calls to avoid usless errors in the logs

    • -0
    • +4
    ./packages/dotlrn/www/configure-element.tcl
More missing defaults

Add default config for PG < 8.3 query.

Fix postgtresql 8.3 compatibility for another query.

updating nextval seq to work with 8.2+

- fixed octal number bug in view-week-display and view-one-day-display

- fixed bug for print-button in month display (items.weekday was not set)

    • -2
    • +2
    ./packages/calendar/www/view-print-display.adp
    • -2
    • +2
    ./packages/calendar/www/view-week-display.tcl
- normalize string expressions

    • -2
    • +2
    ./packages/forums/lib/forums-portlet.tcl
    • -8
    • +8
    ./packages/forums/lib/message/post.tcl
    • -3
    • +3
    ./packages/forums/lib/message/row2.tcl
    • -11
    • +11
    ./packages/forums/lib/message/thread-chunk.tcl
    • -2
    • +2
    ./packages/forums/lib/search/search-chunk.tcl
    • -2
    • +2
    ./packages/forums/tcl/forum-reply-procs.tcl
    • -2
    • +2
    ./packages/forums/tcl/forums-install-procs.tcl
    • -6
    • +6
    ./packages/forums/tcl/forums-procs.tcl
    • -3
    • +3
    ./packages/forums/tcl/forums-sc-procs.tcl
  1. … 9 more files in changeset.
fixing uninstall for survey

- deinstall service contracts and notification types

- care about "drop funcion .... cascade"

    • -0
    • +50
    ./packages/survey/sql/postgresql/survey-notifications-drop.sql
- drop_package('...') complain in new versions that it can't drop

some stored procedures. Adding therefore a CASCADE to

the get_func_drop_command().

- adjust formatting of stored procedure to usual OpenACS guidelines

fix formatting to conform to usual OpenACS style

- fix syntax for apm_upgrade_logic (the error message said

The length of spec should be dividable by 3)

- define pool order explicitly, otherwise the pools are used randomly

- set connections to pool1 to 15 (has to be at least maxthreads,

otherwise conneciton threads have to wait for db handles)

Fix totally broken syntax for contraints

- adding formfield of type checkbox

    • -1
    • +33
    ./packages/xowiki/tcl/form-field-procs.tcl
    • -33
    • +41
    ./packages/xowiki/tcl/xowiki-www-procs.tcl
- provide mapping for commas in labels (__COMMA__) in

form-constraints together with fc_encode and fc_decode

- new method FormField->has_instance_variable to check

whether the formfield or a component has a certain

variable set to a certain value (used to detect,

if e.g. a compound form field contains a wym-weditor)

- new method FormField->process_user_input to

iterate over formfields before these are stored

- new method CompoundField->create_components to

factor out common code

- new method CompoundField->get_named_sub_component

to ease access of subcomponents

    • -14
    • +71
    ./packages/xowiki/tcl/form-field-procs.tcl
    • -1
    • +2
    ./packages/xowiki/tcl/xowiki-procs.tcl
    • -21
    • +37
    ./packages/xowiki/tcl/xowiki-www-procs.tcl
fix variable name

    • -2
    • +2
    ./packages/xowiki/tcl/xowiki-procs.tcl