• last updated 7 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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.
subcommunities should behave like any other community, no need to make it special

  1. … 2 more files in changeset.
now role pretty_name and pretty_plural can be customized per community

  1. … 8 more files in changeset.
rem dotlrn_members and dotlrn_members_staff which are now in dotlrn_dotlrn

rem dotlrn_survey

allow multiple instances of the same class per term; other minor fixes

  1. … 16 more files in changeset.
adding confirm page for spam sending

  1. … 4 more files in changeset.
adding dependency on bulk-mail package