• last updated 4 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
copyright OpenForce -> MIT

    • -2
    • +2
    ./sql/postgresql/dotlrn-forums-create.sql
  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.

    • -109
    • +98
    ./sql/oracle/dotlrn-forums-create.sql
    • -106
    • +96
    ./sql/postgresql/dotlrn-forums-create.sql
  1. … 49 more files in changeset.
postgres port stuff

  1. … 7 more files in changeset.
port to postgres

    • -0
    • +45
    ./www/user-postgresql.xql
  1. … 3 more files in changeset.
datamodels ported by mohan pakkurti and samir joshi

    • -0
    • +164
    ./sql/postgresql/dotlrn-forums-create.sql
  1. … 33 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. … 33 more files in changeset.
remove log statements

moving files to appropriate names for implied contract of mounted dotlrn applets

    • -0
    • +45
    ./www/user-oracle.xql
added attachments mounting if both dotlrn_fs and attachments are available

created global post history pages

updated

added global posting history

    • -0
    • +23
    ./www/user-history-oracle.xql
    • -0
    • +104
    ./www/user-history.adp
    • -0
    • +70
    ./www/user-history.tcl
    • -0
    • +20
    ./www/user-history.xql
removing notifications when leaving a community

dotlrn-forums start

Initial revision

    • -0
    • +32
    ./dotlrn-forums.info
    • -0
    • +157
    ./sql/oracle/dotlrn-forums-create.sql
    • -0
    • +298
    ./tcl/dotlrn-forums-procs.tcl
  1. … 10 more files in changeset.