• last updated 23 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
rollback for datamanager facilities

  1. … 4 more files in changeset.
test for callback procs

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

    • -0
    • +0
    ./news-callback-procs.tcl
fixes deletion problems during tests

fixes query revision-create

fixes query item-create

add proc doc to a bunch of procs, declare some things with explicit namespaces rather than in namespace eval, make some public things private

    • -1127
    • +1127
    ./news-db-test-init.tcl
  1. … 25 more files in changeset.
typo removed close brace

removed the remaining procs which were -deprecated -warn in 5.0 and fixed most occurances of those procs in the code

  1. … 43 more files in changeset.
Fixed #843 by adding site_node::delete in the destructor of the init class

to_timestamptz didn't work so using to_timestamp instead

making the news Tcl API tests work with the new status plsql function

fixing bug 240 - internationalization of news publish status. Making the PLSQL function news_status return only a short name status instead of human readable text. Instead generating human readable text from new Tcl proc news_pretty_status. Bumping version number to 5.0d1. Providing an automated test covering both functions.

    • -0
    • +12
    ./news-test-procs-oracle.xql
    • -0
    • +12
    ./news-test-procs-postgresql.xql
  1. … 8 more files in changeset.
writing a Tcl proc with accompanying test case to replace the news__status plsql function. TODO: replace usage of plsql function with Tcl proc and update view

    • -0
    • +70
    ./news-test-procs.tcl
  1. … 2 more files in changeset.
Oracle9i porting changes

- Changed procedure names from delete to del

- Changed view declaration to use actual column names

- Changed "rel_constraints_violated_one" and "rel_constraints_violated_two"

(http://openacs.org/forums/message-view?message_id=81045)

  1. … 274 more files in changeset.
changing the file structure of acs-automated-testing tests as outlined in this post: http://openacs.org/forums/message-view?message_id=90563

    • -0
    • +175
    ./news-db-test-init-oracle.xql
    • -0
    • +140
    ./news-db-test-init-postgresql.xql
    • -0
    • +1473
    ./news-db-test-init.tcl
    • -0
    • +114
    ./news-db-test-init.xql
    • -140
    • +0
    ./news-db-test-procs-postgresql.xql
  1. … 11 more files in changeset.
Added news package automated tests

    • -0
    • +175
    ./news-db-test-procs-oracle.xql
    • -0
    • +140
    ./news-db-test-procs-postgresql.xql
    • -0
    • +1472
    ./news-db-test-procs.tcl
    • -0
    • +114
    ./news-db-test-procs.xql