• last updated 10 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Merged LORS packages oacs-5-4 to Trunk

    • -4
    • +0
    /openacs-4/packages/lors/lib/course-new.tcl
    • -49
    • +64
    /openacs-4/packages/lors/lib/course-structure.tcl
    • -14
    • +7
    /openacs-4/packages/lors/tcl/lors-procs.tcl
    • -9
    • +9
    /openacs-4/packages/lorsm/lib/user-lorsm.tcl
  1. … 13 more files in changeset.
- fixing a bug PageTemplate in connection to PageInstance creation (one reason more to deprecate it soon)

    • -1
    • +12
    /openacs-4/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"

    • -5
    • +5
    /openacs-4/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"

fixes to adp/tcl templating updates

- provide better feedback for error handling

- simplify handling of wymeditors in complex compound fields

- make weblog-mini-calendar nicer

provide error handling to the rss-client includelet

fixing var references, adding some field length tests to keep processes from stopping during bulk imports

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

log in to upgrade.

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).

Fixed dpkg-reconfigure. Fixed dependencies.

    • -0
    • +2
    /installers/debian/dotlrn/README.tsearch
    • -12
    • +19
    /installers/debian/dotlrn/config
Fixed reconfigure and changed dependencies.

    • -0
    • +2
    /installers/debian/openacs/README.tsearch
    • -12
    • +19
    /installers/debian/openacs/config
- factor out protocol handler from ical-procs, provide backward compatibility

minor form fixes

Switched some param calls to use ad_conn subsite_id

Add missing ad_script_abort calls to avoid usless errors in the logs

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)

- normalize string expressions

    • -5
    • +5
    /openacs-4/packages/forums/forums.info
    • -6
    • +6
    /openacs-4/packages/forums/tcl/forums-procs.tcl
  1. … 9 more files in changeset.
fixing uninstall for survey

- deinstall service contracts and notification types

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

- 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)