• last updated 6 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
New version

  1. … 16 more files in changeset.
commit to OACS-5-2 merge of changes on OACS-5-1

(using tag vg-merge-dotlrn-2-1-20050922) for packages under dotlrn-all

  1. … 48 more files in changeset.
New version

  1. … 16 more files in changeset.
New version

  1. … 15 more files in changeset.
renumber for dotlrn 2.1.3b1

  1. … 16 more files in changeset.
Taking up version numbers -- preparing for release

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

  1. … 321 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.
upping version numbers in preparation for release

  1. … 54 more files in changeset.
upping version numbers for release

  1. … 61 more files in changeset.
upgrading info files for the tag

  1. … 45 more files in changeset.
updating info files in prep for .LRN 2.1 alpha

  1. … 36 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.
updating version numbers

  1. … 27 more files in changeset.
changed version to 2.0.2 and release date to 2004-03-10

  1. … 37 more files in changeset.
cleaned up files: updated require sections, removed references to arsdigita and openforce, and replaced out-of-date owner info. Most of these edits were done by hand due to bug 1106; I tried to do the same things the APM would do (remove file sections, etc) and updating the release date to today

  1. … 27 more files in changeset.
Oracle9i porting changes

- Changed procedure names from delete to del

- Changed view declaration to use actual column names

- Changed "rel_constraints_violated_one" and "rel_constraints_violated_two"

(http://openacs.org/forums/message-view?message_id=81045)

  1. … 89 more files 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.
removing the file listings from the info files since those are no longer used by OpenACS

  1. … 20 more files in changeset.
Date/time/number localization

  1. … 85 more files in changeset.
copyright OpenForce -> MIT

  1. … 543 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.
datamodels ported by mohan pakkurti and samir joshi

    • -0
    • +137
    ./sql/postgresql/dotlrn-bm-create.sql
    • -0
    • +110
    ./sql/postgresql/dotlrn-bm-drop.sql
  1. … 32 more files in changeset.
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. … 32 more files in changeset.
file index.adp was added on branch oacs-5-9 on 2016-11-10 15:07:34 +0000

moved bulk mail history to admin dir

    • -0
    • +42
    ./www/admin/index.tcl
more improvements to the site-node api

  1. … 16 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.
adding applets/bm pages to display the spam messages of all instances