• last updated 22 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
merge with missing files

    • -0
    • +56
    ./test/dotlrn-dotlrn-test-procs.tcl
  1. … 1461 more files in changeset.
merge from oacs-5-10

    • -41
    • +41
    ./dotlrn-members-staff-procs.tcl
  1. … 8097 more files in changeset.
file dotlrn-dotlrn-test-procs.tcl was initially added on branch oacs-5-10.

    • -0
    • +0
    ./test/dotlrn-dotlrn-test-procs.tcl
Whitespace changes

  1. … 1 more file in changeset.
Fix abbreviation in proc doc

  1. … 1 more file in changeset.
Whitespace changes

  1. … 1 more file in changeset.
Fix proc and contract doc elements, so they are properly parsed by apidoc::api_*_documentation.

- @parameter -> @param

- @params -> @param

- Add missing @param

- @cvs -> @cvs-id

- @version -> @cvs-id

  1. … 12 more files in changeset.
Fix typos

  1. … 68 more files in changeset.
merged changes from the oacs-5-9 branch and resolved conflicts

  1. … 7831 more files in changeset.
Merging back to HEAD branch oacs-5-8 (using tag vg-merge-oacs-5-8-from-20141027).

  1. … 2545 more files in changeset.
First shot at merging oacs-5-2 apps used in .LRN to HEAD.

  1. … 2478 more files in changeset.
commit to HEAD of merge of changes on oacs-5-1 branch between tags jcd-merge-5-1-20040724 and jcd-merge-5-1-20050111

  1. … 2275 more files in changeset.
merge of changes on oacs-5-1 branch between tags jcd-merge-5-1-20040712 and jcd-merge-5-1-20040724 to HEAD

  1. … 138 more files in changeset.
file apm-callback-procs.tcl was initially added on branch oacs-5-1.

    • -0
    • +0
    ./apm-callback-procs.tcl
  1. … 2 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.
I18N: converting the dotlrn-dotlrn package to using the message catalog

  1. … 1 more file in changeset.
extending switch stmt to play nice with prof comms

copyright OpenForce -> MIT

  1. … 544 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. … 49 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. … 31 more files in changeset.
Finished up work on cloning

  1. … 27 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. … 74 more files in changeset.
fix

i was stuttering in code

general cleanup. Fixed up clone proc, add/remove portlet procs

updated add_applet_to_community, add_portlet, and clone

Updates for subcommunity archiving

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

  1. … 20 more files in changeset.
removing some ns_log statements

  1. … 2 more files in changeset.