• last updated 6 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
merge of changes on oacs-5-1 branch between tags jcd-merge-5-1-20040517 and jcd-merge-5-1-20040628 to HEAD

  1. … 687 more files in changeset.
Fixed Bug #1860 error when changing description,...etc in a community

Changed the parameter name from name to calendar_name

merge all the changes on the oacs-5-1 and dotlrn-2-0 branches up to tag jcd-merge-20040420

    • -406
    • +405
    ./dotlrn-calendar-procs.tcl
  1. … 647 more files in changeset.
Replaced calendar_have_private_p with calendar::have_private_p

  1. … 3 more files in changeset.
set the calendar to not inherit permissions otherwise students can add entries to the class calendar, bug 1226

Fixed Bug 1226

- Break security inheritance for the newly created calendar object to

explicitly take the create permission from regular users.

- Grant 'admin' to Admins and 'read' to Community Members on the

calendar package, not only on the particular calendar

Changed to new namespace proc declaration style

    • -431
    • +430
    ./dotlrn-calendar-procs.tcl
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.
taking a stab at fixing the problem of file-storage and calendar applets not adding their portlets to the right pages due to I18N changes. Making the applets use the same message keys as dotlrn to avoid the naming mismatch

  1. … 3 more files in changeset.
Did some noquote fixing

  1. … 3 more files in changeset.
correcting mistake - must story the message key in the database rather than the localized text for Day Summary pretty name

I18N: making the day summary pretty name be localized

  1. … 1 more file in changeset.
fix bug in clone where event types were not getting copied

copyright OpenForce -> MIT

  1. … 546 more files in changeset.
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.
some changes regarding dotlrn applets. the data model has changed. some other

small api changes. most of these api are not used.

  1. … 33 more files in changeset.
added attachments support

more improvements to the site-node api

  1. … 17 more files in changeset.
moved portal::mapping api and data model from new-portal into the core, i.e.

into acs-tcl and acs-kernel. renamed it from portal::mapping to

site_node_object_map, since that is what it is. enjoy.

  1. … 28 more files in changeset.
fixed up order of things for creating calendars

  1. … 4 more files in changeset.
Finished up work on cloning

  1. … 29 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

    • -238
    • +194
    ./dotlrn-calendar-procs.tcl
  1. … 76 more files in changeset.
added list portlet

fixed up scoped_p for full calendar

Updates for subcommunity archiving

  1. … 10 more files in changeset.
Stuff for deleting subcommunities

  1. … 22 more files in changeset.
standardized portal::add_element_to_region and portal::add_element procs to take page_name instead of page_id; standardized add_self_to_page calls

  1. … 54 more files in changeset.
added scoping of portlets

fixup remove_applet_from_community

Added 3 procs to applet contract and impls. Infrastructure for getting rid of dummy_comm_p, cloning, and community deleting

  1. … 24 more files in changeset.