• last updated 13 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
fix to 503, usability/wording issue

cleaned up files: updated require sections, removed references to arsdigita and openforce, and replaced out-of-date owner info. Most of these edits were done by hand due to bug 1106; I tried to do the same things the APM would do (remove file sections, etc) and updating the release date to today

  1. … 27 more files in changeset.
change default on show_portrait_p to 1 bug 1049

Added an additional parameter to limit the authorities for which we auto-add users to dotlrn. Since we control which users get created in which authority, this lets us safely auto-add users to dotlrn.

  1. … 1 more file in changeset.
Added parameters to make users automatically become .LRN users when they visit

  1. … 1 more file in changeset.
version was changed to 1.0d1 for the Oralce 9i upgrade, however that's lower than 1.0. Changing version to be 2.0d1 instead

  1. … 1 more file in changeset.
Updated version numbers to upgrade to changes made for Oracle 9i support

  1. … 37 more files in changeset.
changing dotlrn/install.xml to only install dotlrn applets (which cascades to exactly the packages we want for dotlrn) instead of all packages in the file system. Updating dependency info dotlrn package and applet packages info files.

  1. … 7 more files in changeset.
making dotlrn-fs, dotlrn-calendar, and dotlrn-dotlrn applets finally use the right portal page pretty names. Reverting the 1.109 revision in dotlrn.info so that dotlrn now still creates the portal pages. This is the minimal effort change that fixes the portal page pretty name I18N bug

  1. … 3 more files in changeset.
making dotlrn no longer add portal pages for applets (they'll do so themselves). Making dotlrn-dotlrn portal pages use the right pretty name message keys

  1. … 1 more file in changeset.
merging dotlrn-1-0-1 tag down onto head. Thanks to Jarkko Laine and Mohan Pakkurti for all the help. See comments at http://openacs.org/storage/download/index?version_id=104101

  1. … 121 more files in changeset.
removing the file listings from the info files since those are no longer used by OpenACS

  1. … 20 more files in changeset.
Used wrong applet key for homework

Added homework to the default applets.

removing the last traces of the Control Panel name (replaced with My Account and Administer)

  1. … 4 more files in changeset.
adding a space between My and Space, see bug 184

  1. … 2 more files in changeset.
changing Calendar link in personal navbar to be My Calendar. Changing Control panel link for personal navbar to be My Account. The Control Panel link for communities is now called Administer

  1. … 1 more file in changeset.
A handful of various fixes, mostly for PG 7.3. Unfortunately I copied

over the fixed directory tree from my test instance here by mistake so

everything looks changed.

  1. … 12 more files in changeset.
adding message catalog files to dotlrn.info file

adding missing files to dotlrn info file

change because underscore proc only takes two arguments now, localizing more texts in UI, using message keys for the role names in the database

  1. … 31 more files in changeset.
making the dotlrn package (with its .adp, .info, and .tcl files) use the message catalog

  1. … 192 more files in changeset.
Typo in default name for control panel: "Contol Panel".

fix typo attachmens -> attachments

added an operation to the dotlrn_applet service contract. the operation's name

is ChangeEventHandler and is usually implemented by change_event_handler

method in the dotlrn_applet implementation. dotLRN can throw events based on

changes to a community via the dotlrn_community::generate_change_event method.

currently the only event being thrown and handled is the 'rename' event. this

event is thrown when the name of a community is changed. the only applets that

currently listen for this event are dotlrn_fs, dotlrn_forums, and

dotlrn_calendar.

applets do not have to handle all events, only events they are interested in

handling.

we will add events on an as needed basis.

  1. … 51 more files in changeset.
mostly changes to support the new dotlrn reseach paper module. also some user

type functions to provide an api to access the user type data

  1. … 34 more files in changeset.
pg fixes

  1. … 8 more files in changeset.
updated

update info file. fix referential constraint in dotlrn_applets table.

  1. … 2 more files in changeset.
reordering applets for attachments - dotlrn_fs must come before dotlrn_bboard