• last updated 47 mins ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
refactor code and use caching to reduce (maybe overly cautious) flushes on site_nodes_id_cache-*

reduce verbosity

added LTI test page

file lti-test.adp was initially added on branch oacs-5-10.

    • -0
    • +0
    /openacs-4/packages/xooauth/www/admin/lti-test.adp
file lti-test.tcl was initially added on branch oacs-5-10.

    • -0
    • +0
    /openacs-4/packages/xooauth/www/admin/lti-test.tcl
switch default package selection to "full"

added editor hints

modernize Tcl code: replace array by dict

    • -19
    • +20
    /openacs-4/packages/acs-tcl/tcl/html-procs.tcl
improved wording in comment

added commit for extending usage of OpenACS filters for other HTTP methods (e.g. in the REST context)

improve spelling

whitespace changes

added missing eval statement

provide a short hint how to allow swa always pasting

Whitespace changes

Disable RSS offering in file-storage if the RSS generation service is disabled in rss-support. Bump version numbers and fix dependencies, as the RssGenActiveP parameter is only available in latest rss-support.

Whitespace changes

    • -3
    • +3
    /openacs-4/packages/news/www/index.adp
    • -7
    • +7
    /openacs-4/packages/news/www/index.tcl
    • -13
    • +4
    /openacs-4/packages/news/www/admin/index.adp
    • -17
    • +17
    /openacs-4/packages/news/www/admin/index.tcl
Disable RSS offering in news and news-portlet if the RSS generation service is disabled in rss-support. Bump version numbers and fix dependencies, as the RssGenActiveP parameter is only available in latest rss-support.

    • -7
    • +7
    /openacs-4/packages/news/www/index.adp
    • -6
    • +11
    /openacs-4/packages/news/www/index.tcl
    • -4
    • +8
    /openacs-4/packages/news/www/admin/index.adp
    • -6
    • +9
    /openacs-4/packages/news/www/admin/index.tcl
Whitespace cleanup

Use page contract

Add missing var

Add include contract

Whitespace changes

Add parameter RssGenActiveP to the rss-support package, to enable/disable the RSS generation service. Bump version number.

fix typo

reduce verbosity

reduce verbosity (set verbose_blocking per default to 0), improve speed of dump creation

added example line to ease spotting of the creation of unnamed mutexes

provide name for mutexes to ease spotting potential locks

New method to cleanup all data associated with a community in the throttle object:

if a community is deleted when a user is accessing it, some leftover information will be kept in the object. At the next request this will be interpreted as the community having been left and the system will try to track this event into request_monitor_community_activities. Depending on who comes first, we might try to insert a tuple in the table for an object that does not exist anymore.

Hence, we use this method to cleanup all community info before the actual deletion in dotlrn (happening only downstream).