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

fixed info files so packages would install correctly when using the APM

  1. … 3 more files in changeset.
adding back dotlrn_syllabus

we no longer have a separate no_browse index page

  1. … 1 more file in changeset.
adding archive stuff

  1. … 7 more files in changeset.
now using "tree_sortkey" instead of "connect by"

  1. … 8 more files in changeset.
changed dotlrn_bboard to dotlrn_forums

added drop scripts. KEEP THEM UP TO DATE OR SUFFER THE WRATH OF YON

  1. … 30 more files in changeset.
removed some unused files

  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.