• last updated 8 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
changeing message key acs-kernel.common_no to acs-kernel.common_No (since the label is No as well), adding a new message key acs-kernel.common_no (with lower case "no")

  1. … 51 more files in changeset.
Adding dotlrn_community::membership_approve callback

Last shot at site nodes cleanup. Duplicated site_nodes libraries have been removed and calls to their procs replaced by calls to site_node::

  1. … 3 more files in changeset.
First shot for site_nodes cleanup: removed duplicated library in dotlrn package and unused procs in new-portal/tcl/side-nodes-procs.tcl.

  1. … 3 more files in changeset.
Merged changes to HEAD ...

  1. … 1553 more files in changeset.
Zen is now installed by default.

Required changes to how the site template stuff is used to initialize dotlrn (do

NOT EVER hardwire ANYTHING into an after_instantiate callback that MIGHT SOMEDAY

want to be configurable! Sheesh!!!!). Since Selva used the same layouts as

the default new-portal layouts, we didn't run into this problem with Selva.

But I sure as hell ran into it with Zen.

Localized a couple things in Zen too.

  1. … 3 more files in changeset.
Added upgrade to set access keys of pages with titles and access keys we

know about. People using custom page titles are own their own, unfortunately.

file apm-callback-procs.xql was initially added on branch oacs-5-3.

    • -0
    • +0
    ./apm-callback-procs.xql
fixed bug 3075 on dotlrn

Handle email inteligently. Instead of magically emailing when a

membership is approved, explictly send the email. Allow the admin the

option to skip sending email, or edit the email before sending.

  1. … 10 more files in changeset.
Merging dotlrn-all and dotlrn-extras from oacs-5-2

  1. … 881 more files in changeset.
The after-instantiate callback was setting the site's master template to

"dotlrn-master-custom". This is wrong, it should only be set at install time

so users can override it with their own custom template if they want.

While this could be done in an after-install callback, in .LRN we have tried

to do such things in the install.xml file, giving users one easy-to-read

place to modify the initial configuration of .LRN.

Indeed, the install.xml file was setting the site default master to

dotlrn-master, only to have the callback overwrite it.

So I changed the install.xml file to set the default master to dotlrn-master-custom.

This is still not as cleanly done as I'd wish (for the default Sloan theme,

dotlrn-master works perfectly well) but we want to push out 2.2.1 alpha.

  1. … 1 more file in changeset.
more fixes for bug 2835: WAI-AA

  1. … 39 more files in changeset.
Reverted all changes from Mannheim

  1. … 220 more files in changeset.
file community-init.tcl was initially added on branch oacs-5-2.

Mannheim update, fix and merge bugbash

  1. … 11 more files in changeset.
Mannheim update, fix and merge bugbash

  1. … 196 more files in changeset.
Caching of package_id

First shot at merging oacs-5-2 apps used in .LRN to HEAD.

  1. … 2464 more files in changeset.
Set the kernel parameter "ad_vpt_home" to the control panel when we

install .LRN. Bumped version number to 2.2.0a4 and provided upgrade

script.

  1. … 1 more file in changeset.
Added dotlrn_club::add_user_multiple procedure to add a user to multiple communities at once, so it could be run in a scheduled procedure

Changed a couple of notices to debug

Don't fail if default email parameter is on, but there isn't a default

email for a community.

1. Copy site template when cloning a community

2. Updated a bunch of dependency files

  1. … 32 more files in changeset.
Truncate bind var identifier under 30 chars (oracle restriction)

Fix typo (removed a $)

1. Renamed more upgrade files to get around our dumb logic for running scripts

2. Fixed bug 2808. Bulk uploads were royally hosed.

  1. … 4 more files in changeset.
adding documentation to procs related with .LRN Site Templates

functionality

1. Applied patch for bug 2717, the notorious "upgrade destroys portals"

bug.

2. Made dotlrn depend on version 5.2 of the kernel.

  1. … 2 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. … 2 more files in changeset.