• last updated 12 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Show bio/portrait icon for members portlet

  1. … 4 more files in changeset.
Merged over changes from dotlrn-2-0 branch

  1. … 6 more files in changeset.
Changed to user acs_users_all instead of registered_users view; the registered_users view is really slow for large users tables

  1. … 2 more files in changeset.
merge all the changes on the oacs-5-1 and dotlrn-2-0 branches up to tag jcd-merge-20040420

  1. … 647 more files in changeset.
Now all subgroups are listed in alphabetic order by pretty name

Fix for bug 1376

  1. … 1 more file in changeset.
Added dotlrn_community::generate_key which knows how to resolve conflicts

  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.
adding missing query to proc dotlrn_community_get_package_id

  1. … 1 more file in changeset.
merging the dotlrn-1-0 branch down onto HEAD (the trunk)

  1. … 200 more files in changeset.
sloan - classes on navbar, dotlrn_spam_community perm, catches on AddApplet and AddPortlet for robustness, images for some links

  1. … 6 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.
add additional order by clause on last_name in list_possible_subcomm_users.select_possible_users

typo was breaking list_applets when passed a comm id, so clone broke

some changes regarding dotlrn applets. the data model has changed. some other

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

  1. … 5 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.
lots of fixes to get the pg dotlrn working

  1. … 16 more files in changeset.
added set_community_description and get_available_attributes_flush

  1. … 1 more file in changeset.
small fix

andrew's tuning mods

  1. … 2 more files in changeset.
minor fixes

  1. … 5 more files in changeset.
community attribute removal and navabar fixes

  1. … 7 more files in changeset.
fix enrollment policy procs and have subcomm's default to the parent comm's policy

  1. … 2 more files in changeset.
be careful with possible members of a subcommunity that are already pending approval

small fix for archive stuff

added cloning support

  1. … 2 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.
now role pretty_name and pretty_plural can be customized per community

  1. … 8 more files in changeset.
changin attribute api to use lists instead of ns_sets for caching purposes

  1. … 3 more files in changeset.
added community attributes infrastructure and a few attributes we know we need already

  1. … 2 more files in changeset.