• last updated 19 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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)

  1. … 11 more files in changeset.
First shot at merging oacs-5-2 apps used in .LRN to HEAD.

  1. … 2478 more files in changeset.
Fixing issue whith cache flushing when changing the default site template

for a user or community. There was a problem too with the portal themes,

when the default site template for user and communities was changed

by a dotlrn admin.

  1. … 5 more files in changeset.
Adding functionality to .LRN for changing *site templates*.

  1. … 28 more files in changeset.
Moving callback implementation's code from dotlrn-procs to dotlrn-callback-procs

  1. … 3 more files in changeset.
Adding callbacks implementations for "user merge" suport

  1. … 1 more file in changeset.
Default applets instance_name to package's pretty_name instead of package_key

  1. … 2 more files in changeset.
Make package instance names be the pretty name of the package, not the package-key

  1. … 3 more files in changeset.
1. Added add_portlet/remove_portlet calls that accept portal_id as a param,

so that we can call this code from within the applet itself (e.g. add_user_to_community)

and be called directly so that we can create portal templates.

2. Infrastructure for applet cloning

3. New portal types system in dotlrn which replaces dummy_comm_p

4. Minor fixes to portal configuration, dotlrn-static

5. renamed add_element_or_append_id and remove_element_or_remove_id to

add_element_parameters and remove_element_parameters respectively

  1. … 76 more files in changeset.
access level is now a column in dotlrn_user_profile_rels, not a separate rel; so all the limited vs full rel stuff was removed and replaced by this simpler system

  1. … 49 more files in changeset.
renamed _memoized to _not_cached since this is what they actually are

  1. … 6 more files in changeset.
updates mostly for speed: aks

  1. … 3 more files in changeset.
license breaks xql files

  1. … 73 more files in changeset.
adding license

  1. … 395 more files in changeset.
fixed the rel segment names for dotlrn-procs.tcl, for dotlrn-init

changed dotlrn user infrastructure

  1. … 49 more files in changeset.
fixed hack

  1. … 4 more files in changeset.
fixed up a few things

  1. … 8 more files in changeset.
updated the whole architecture to do dotlrn_user_rel, and portal-id

  1. … 41 more files in changeset.
fixed mounting

  1. … 1 more file in changeset.
added good stuff

  1. … 1 more file in changeset.
small tweaks

  1. … 13 more files in changeset.
blah

  1. … 5 more files in changeset.

dotLRN beginning

  1. … 20 more files in changeset.
Initial revision

  1. … 20 more files in changeset.