• last updated 10 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
test for copying and moving

file forums-callback-procs.tcl was initially added on branch oacs-5-2.

    • -0
    • +0
    ./test/forums-callback-procs.tcl
copy procedure returns new forum_id

making stronger validations for the web based tests for forums

    • -184
    • +236
    ./test/tclwebtest-procs.tcl
removing callback implementatios from application-track and adding them to the owner packages

  1. … 7 more files in changeset.
*** empty log message ***

  1. … 8 more files in changeset.
*** empty log message ***

  1. … 30 more files in changeset.
Addedd support for charter in a seperate page

  1. … 5 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. … 89 more files in changeset.
posibility of copying forums added

improveing the structure of web based test for the forums package

Resolving outstanding permissions bugs in forums. Please let me know if you have any trouble with it.

  1. … 8 more files in changeset.
Adding all the teardowns that call to the tclwebtest procs for forums

file tclwebtest-procs.tcl was added on branch oacs-5-2 on 2005-09-26 09:03:14 +0000

Adding the procs of all the web, smoke tests made in tclwebtest for forums

file tclwebtest-procs.tcl was initially added on branch oacs-5-1.

    • -0
    • +0
    ./test/tclwebtest-procs.tcl
*** empty log message ***

datamanager callback added

Moving forums's callback implementations from forums-procs to forums-callback-procs

file forums-callback-procs.xql was initially added on branch oacs-5-2.

    • -0
    • +0
    ./forums-callback-procs.xql
Removing eval from forums callbacks implementations of merge feature and adding the 'merge' namespace

Adding merge implementations for forums

Removing merge implementations of forums

Adding forums implementations for MergePackageUser and MergeShowUserInfo callbacks

fix: new callback interface

  1. … 1 more file in changeset.
Missing files from callback generation

Added callbacks for integration with Project Manager

return a 404 for forum_id not found

  1. … 1 more file in changeset.
provide better context help for forum creation

  1. … 1 more file in changeset.
check we are in the forums package before we go looking for attachements since search can be mounted in a subsite which means in the search package site_node_apm_integration::child_package_exists_p will fail. this function seriously needs to be fixed -- its a mess