• last updated 12 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Adding dynamic user interface

  1. … 8 more files in changeset.
add a forum-create function for install.xml, add a messages-list include for simple recent post presentation

  1. … 2 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. … 2269 more files in changeset.
Added tracking of threads in a forum and replies to a root post to the

forums-forums and forums-messages datamodel, and fixed the necessary code.

Also cleaned up some stuff and wrote a test case for automated testing. PG

only at this point, will add the Oracle stuff shortly.

  1. … 10 more files in changeset.
Use richtext widget

  1. … 2 more files in changeset.
Fixing arbitrary HTML user input vulnerability in message body. Since the revert back from using the richtext widget a few weeks ago html went unchecked into the message body.

fixing formating options. Later, will be upgrading the whole forum package with Jeff's new Concord code and will have the HTML widget

  1. … 3 more files in changeset.
merge of changes on oacs-5-1 branch between tags jcd-merge-5-1-20040628 and jcd-merge-5-1-20040712 to HEAD

  1. … 113 more files in changeset.
fixes for the format field: fix dropping html_p in the upgrade script,

remove references to html_p and use ad_html_text_convert -from $format

for formatting messages, bump version to 1.0.2, bump dependency on notifications

to 5.1.1, retag openacs-5-1-compat.

  1. … 3 more files in changeset.
merge of changes on oacs-5-1 branch between tags jcd-merge-5-1-20040517 and jcd-merge-5-1-20040628 to HEAD

  1. … 684 more files in changeset.
fix from Sloan: make forums send HTML notifications

fix from Sloan: use richtext widget

  1. … 13 more files in changeset.
fix from Sloan: to be honest I don't really know what this change does, but it seems harmless and might be useful

merge changes on oacs-5-1 branch to head, changes between jcd-merge-20040420 and jcd-merge-5-1-20040517 were merged, head pre changes is jcd-merge-pre-20040517 and post is jcd-merge-post-20040517

  1. … 834 more files in changeset.
add triggers to index forums themselves, small bug in the datasource func

  1. … 1 more file in changeset.
Fix for Bug #1771: When posting anonymously the notification emails reveal the posters identity. Also fix a problem in lib/message/post.tcl - when anonymous posting was enabled but not checked then it failed with 'empty string not allowed as operator of &&'

  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.
mime not mime_type for search datasources

typo

  1. … 1 more file in changeset.
typo

add a forum_forum FtsContentProvider impl, move contract create to callbacks, should move notifications too, bump to 1.1d4, need forums_forums triggers still

    • -0
    • +38
    ./forums-install-procs.tcl
  1. … 3 more files in changeset.
fix upgrade script, set package, title for forums on new and edit, propigate displayed_object_id for forum

  1. … 5 more files in changeset.
update acs_object.title on message edit

add a url to the message and the forum and subject of the original message. bug 1271

Use new namespace proc declaration style

Factored pages into includes.

    • -0
    • +33
    ./forums-email-procs.tcl
  1. … 95 more files in changeset.
merge of changes on oacs-5-0 branch to oacs-5-0-0b4 tag

  1. … 598 more files in changeset.
Added automated test

  1. … 3 more files in changeset.
accidentally used a dotlrn proc outside of dotlrn - fixing

fix to bug 375