• last updated 9 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
fix to 1842- default portal

  1. … 1 more file 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.
fixing bug #964 by making sure the pretty name of the dotlrn static portlets are message keys. In this case the messages have variable lookups for reuse of messages - something I think we want to move away from because it somewhat obscurely requires certain variables to be defined in the scope of the message lookup.

  1. … 3 more files in changeset.
I18N: moving pretty name of Class Info (static) portlet into message catalog

  1. … 1 more file in changeset.
fixing pretty name bug, removing hashes from key

I18N: converting dotlrn-static to using the message catalog

  1. … 1 more file in changeset.
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.
dotlrn_static using the new static_portal_content::update proc

bug fixes. clean up of portal xql files.

side note: the portal namespace has to be split into sub-namespaces, e.g.

portal, portal::element, portal::element::parameter, portal::layout,

portal::theme, etc. each should go into it's own file so that the code will be

easier to manage.

  1. … 10 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.
Finished up work on cloning

  1. … 29 more files in changeset.
fix startup "site_node unique constraint violation" error

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.
fixing parameter calls again

  1. … 46 more files in changeset.
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 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.
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.
removed everything pertaining to user's portals for a community, we don't support that anymore

  1. … 12 more files in changeset.
changes for portal template stuff

  1. … 9 more files in changeset.
comment out non-member stuff

adding license

  1. … 395 more files in changeset.
several UI fixes

  1. … 5 more files in changeset.
update

  1. … 2 more files in changeset.
merging old and new trees

  1. … 14 more files in changeset.
correct typo

add blank "$comm_pretty_name info" static portlets when any community is created.

moved add_applet_to_dotlrn from dotlrn_community dotlrn_applet namespace and files