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

update

trying to standardize info files

  1. … 14 more files in changeset.
Big checkin. All portal elements tcl and sql have been cleaned up. cleaned up portal api's. still incomplete

  1. … 76 more files in changeset.
portrait and admin pretty name parameterized, other minor UI clean up

  1. … 15 more files in changeset.
removed anything pertaining to user's portals for a community, we don't support that anymore; renamed sql files

  1. … 131 more files in changeset.
aks: adding dotlrn_syllabus to default_comm_applets

dotlrn portal template stuff (not fully functional).

  1. … 22 more files in changeset.