• last updated 3 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Bring files on oacs-5-10 in sync with HEAD

  1. … 161 more files in changeset.
Fix incorrect default value

Trailing whitespace cleanup

dotlrn cache reform: added missing cache flush; added caching of "community_key"

Remove extra whitespace

Whitespace changes

improve spelling

  1. … 8 more files in changeset.
Whitespace changes

  1. … 6 more files in changeset.
Fix typos

  1. … 8 more files in changeset.
dotlrn cache reform: move caching from util_memoize into three seperate caches to reduce stress on util_memoize.

These caches are:

- ::dotlrn::dotlrn_cache

Default general purpose cache for dotlrn-wide value (e.g. available applets, etc)

- ::dotlrn::dotlrn_user_cache

Partitioned cache for values specific to a user (e.g. personal_portal_id, theme_id, etc)

- ::dotlrn::dotlrn_community_cache

Partitioned cache for values specific to a community (e.g name, roles, portal_id, etc)

    • -2
    • +2
    ./www/admin/add-edit-site-template.tcl
Removed broken @cvs-id

  1. … 3 more files in changeset.
Removed obsolete @arch-tag

    • -3
    • +2
    ./www/member-email-toggle-postgresql.xql
    • -3
    • +2
    ./www/admin/add-edit-site-template.xql
  1. … 21 more files in changeset.
Removed obsolete @arch-tag

    • -2
    • +1
    ./sql/postgresql/site-templates-create.sql
    • -2
    • +1
    ./sql/postgresql/site-templates-drop.sql
  1. … 24 more files in changeset.
Removed obsolete @arch-tag

    • -4
    • +1
    ./www/admin/add-edit-site-template.tcl
  1. … 46 more files in changeset.
removed obsolete flag -include_bio of acs_user::get

  1. … 5 more files in changeset.
improve spelling

  1. … 8 more files in changeset.
Whitespace changes

  1. … 4 more files in changeset.
Fix proc doc errors detected by 'documentation__check_parameters'

  1. … 5 more files in changeset.
improve spelling

  1. … 6 more files in changeset.
improve rowcount expressions

  1. … 33 more files in changeset.
Remove superflous parentheses

  1. … 28 more files in changeset.
Fix typos

Whitespace changes

Fix reference to acs_object_type.table_name so that it points to real tables (fixes automated tests)

    • -0
    • +29
    ./sql/oracle/upgrade/upgrade-2.10.0d2-2.10.0d3.sql
    • -0
    • +31
    ./sql/postgresql/upgrade/upgrade-2.10.0d2-2.10.0d3.sql
improve spelling

  1. … 11 more files in changeset.
Fix typos

  1. … 11 more files in changeset.
Fix typos

  1. … 5 more files in changeset.
Add documentation to public procs (fixes automated tests), uniform doc sytle

  1. … 1 more file in changeset.
Add documentation to public procs (fixes automated tests), uniform doc sytle, streamline idioms, reduce divergencies between oracle and postgres codebase

Add documentation to public procs (fixes automated tests), uniform doc sytle