• last updated 8 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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. … 13 more files in changeset.
Fix preview hidden variables to support richtext

Use richtext widget

  1. … 1 more file in changeset.
Got paginator caching to work, coherently

My pagination queries weren't complete. Now they are ... but slower, sigh,

at least until I rewrite pagination in the list builder.

Argh, gotta flush the paginator cache because we don't know if there's

been a posting or not ...

Add pagination to the forums thread view page.

file threads-chunk.xql was initially added on branch oacs-5-1.

bug - deleting a post with a detachment

formatting the forums message

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

  1. … 2 more files in changeset.
bug 1900 - member can post when posting policy is closed

bug 1900 - member can post when posting policy is closed

bug 1900 - member can post when posting policy is closed

merge of changes on oacs-5-1 branch between tags jcd-merge-5-1-20040628 and jcd-merge-5-1-20040712 to HEAD

  1. … 116 more files in changeset.
Fixes bug in forum view -- else wasn't closed.

merge of changes on oacs-5-1 branch between tags jcd-merge-5-1-20040517 and jcd-merge-5-1-20040628 to HEAD

  1. … 682 more files in changeset.
fix from Sloan: use richtext widget

  1. … 11 more files in changeset.
Apparently some logic error. Exists_and_not_null returns true if the file exists. A negation of this therefore returns true if the variable does not exists...

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.
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.
adds a parameter ForumsSearchBoxP to turn off the searchbox, bump version number, merge the post numbering patch from 5.1, remove some tables

  1. … 9 more files in changeset.
post numbering was broken because it was using the parent message_id for all messages

Interface design cleanup

  1. … 9 more files in changeset.
Fixed post-confirm to maintain attach_p state.

Fixed broken post confirm template path.

Factored pages into includes.

    • -0
    • +24
    ./attachment-list.tcl
    • -0
    • +36
    ./messages-table.adp
    • -0
    • +18
    ./messages-table.tcl
    • -0
    • +20
    ./pending-list-chunk-oracle.xql
    • -0
    • +20
    ./pending-list-chunk-postgresql.xql
    • -0
    • +10
    ./pending-list-chunk.adp
    • -0
    • +16
    ./pending-list-chunk.tcl
    • -0
    • +12
    ./post-postgresql.xql
  1. … 85 more files in changeset.