• last updated 3 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
order by url just like postgres version

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.

    • -32
    • +34
    /openacs-4/packages/dotlrn/dotlrn.info
    • -2
    • +19
    /openacs-4/packages/dotlrn/tcl/applets-procs.tcl
    • -0
    • +17
    /openacs-4/packages/dotlrn/tcl/dotlrn-init.xql
    • -2
    • +2
    /openacs-4/packages/dotlrn/www/applets-chunk.tcl
  1. … 37 more files in changeset.
added a rename method to calendar

parameter::get now checks the server config file first. this replicates

ad_parameter's functionality

Some changes here.

    • -0
    • +1
    /openacs.org-dev/www/default-master.adp
Initial revision

    • -0
    • +15
    /openacs.org-dev/packages/calendar/tcl/calendar-outlook-procs-postgresql.xql
OpenACS update 2002-07-31

  1. … 28 more files in changeset.
db_multirow: Ignore -append switch if the multirow hasn't been created already

modified 'show all forums' query (olah)

modified 'show all forums' query (olah)

modified 'show all forums' query (olah)

modified 'show all forums' query (olah)

fixed 'show all forums' query and <multiple> (olah)

    • -0
    • +290
    /openacs.org-dev/www/templates/community-index.adp.~1.2.~
    • -0
    • +61
    /openacs.org-dev/www/templates/community-index.tcl.~1.3.~
dotlrn_static using the new static_portal_content::update proc

element titles now get updated when you update a static portal element's title

two new procs for elements that need to update the pretty name (like static-portlet) and a param helper proc too

correct naming error, and put some sql in the right places

    • -1
    • +1
    /openacs-4/packages/forums/forums.info
    • -0
    • +8
    /openacs-4/packages/forums/www/message-post.xql
removed nonexistant fiels

added the info file

    • -0
    • +83
    /openacs-4/packages/recruiting/dotlrn-recruiting.info
admin stuff

    • -0
    • +15
    /openacs-4/packages/recruiting/www/admin/list-candidates.adp
    • -0
    • +16
    /openacs-4/packages/recruiting/www/admin/list-candidates.tcl
    • -0
    • +19
    /openacs-4/packages/recruiting/www/admin/list-candidates.xql
    • -0
    • +8
    /openacs-4/packages/recruiting/www/admin/new-candidate.adp
    • -0
    • +112
    /openacs-4/packages/recruiting/www/admin/new-candidate.tcl
    • -0
    • +10
    /openacs-4/packages/recruiting/www/admin/new-candidate.xql
updated

    • -4
    • +6
    /openacs-4/packages/forums/forums.info
removing redundant message-preview-chunk, removed queries from message-post to xql

    • -0
    • +12
    /openacs-4/packages/forums/www/message-post-oracle.xql
    • -0
    • +18
    /openacs-4/packages/forums/www/message-post-postgres.xql
    • -3
    • +3
    /openacs-4/packages/forums/www/message-post.tcl
ad_text_to_html: two spaces to an nbsp, and tabs to 4 nbsp's.

Lots of display fixes. colors parameterized. inline css, uses ad_text_to_html

    • -1
    • +3
    /openacs-4/packages/forums/forums.info
    • -78
    • +70
    /openacs-4/packages/forums/www/forum-view.adp
    • -45
    • +53
    /openacs-4/packages/forums/www/index.adp
    • -3
    • +7
    /openacs-4/packages/forums/www/index.tcl
    • -40
    • +65
    /openacs-4/packages/forums/www/message-chunk.adp
    • -2
    • +11
    /openacs-4/packages/forums/www/message-chunk.tcl
    • -1
    • +3
    /openacs-4/packages/forums/www/message-email.adp
    • -1
    • +3
    /openacs-4/packages/forums/www/message-post.adp
    • -1
    • +6
    /openacs-4/packages/forums/www/message-post.tcl
    • -38
    • +52
    /openacs-4/packages/forums/www/message-view.adp
    • -4
    • +7
    /openacs-4/packages/forums/www/message-view.tcl
initial recruiting admin stuff

    • -0
    • +18
    /openacs-4/packages/recruiting/www/admin/disable-criteria.tcl
    • -0
    • +12
    /openacs-4/packages/recruiting/www/admin/disable-criteria.xql
    • -0
    • +18
    /openacs-4/packages/recruiting/www/admin/enable-criteria.tcl
    • -0
    • +12
    /openacs-4/packages/recruiting/www/admin/enable-criteria.xql
    • -0
    • +4
    /openacs-4/packages/recruiting/www/admin/index.adp
    • -0
    • +12
    /openacs-4/packages/recruiting/www/admin/index.tcl
    • -0
    • +28
    /openacs-4/packages/recruiting/www/admin/list-criteria.adp
    • -0
    • +21
    /openacs-4/packages/recruiting/www/admin/list-criteria.tcl
    • -0
    • +42
    /openacs-4/packages/recruiting/www/admin/list-criteria.xql
  1. … 6 more files in changeset.
*** empty log message ***

Forgot a couple things (still on documentation).

*** empty log message ***

Cosmetic enhancements to the improved ad_proc documentation.

* Corrected documentation for DB API, that was wrong/incomplete/missing in most

cases.

* Added a "Usage:" paragraph to almost all api calls.