• last updated 8 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
All the triggers are testing in the one test case, so consolidate.

Adding tests for content search triggers

    • -0
    • +156
    ./content-search-procs.tcl
Adding image API

  1. … 2 more files in changeset.
Merged acs-core oacs-5-2 (currently 5.2.3) -> HEAD.

TODO:

1. Bump acs-core package version numbers to 5.3.0d1

2. Would be nice to do a test install, wouldn't it?

  1. … 719 more files in changeset.
Fix typo in test procs.

Add -tmp_filename parameter to content::item::new and

content::revision::new to handle file uploads at a low level with the

cr tcl api. You still need to figure out the mime type and cotent type

(image,etc.) before calling content::item::new. A convenience wrapper

should be written if you need that feature. (that would replace

cr_import_content, it think.)

  1. … 5 more files in changeset.
Add test for content::item::rename for bug#2906.

file content-image-test-procs.tcl was initially added on branch oacs-5-2.

    • -0
    • +0
    ./content-image-test-procs.tcl
fix non-nullable package id on image (package id should be nullable and it now is)

  1. … 2 more files in changeset.
Fix bug#2686 content::folder::update works now

  1. … 1 more file in changeset.
Add test for bug#2686

Add content_keyword__del to match oracle pl/sql.

Add define_function_args calls for content-keyword.sql.

Add basic tests for content::keyword apis.

    • -0
    • +39
    ./content-keyword-test-procs.tcl
    • -0
    • +16
    ./content-keyword-test-procs.xql
  1. … 3 more files in changeset.
change ad_verify_and_get_user_id to ad_conn user_id, change ad_maybe_redirect_for_registration to auth::require_login, make some db_ and dt_ function -public

  1. … 689 more files in changeset.
commit to HEAD of merge of changes on oacs-5-1 branch between tags jcd-merge-5-1-20050111 and jcd-merge-5-1-20050224

  1. … 321 more files in changeset.
Fix content type calls to eliminate illegal chars in type name

Daveb fixed broken 5.1 code and tests

  1. … 1 more file in changeset.
Fix test to work on Oracle with BLOB content.

Dave fixed his test case ...

commiting Daveb's oracle fixes ...

  1. … 2 more files in changeset.
Remove broken generic query.

Add correct Oracle specific blob compatible query.

  1. … 4 more files in changeset.
Fix test to work correctly in oracle.

Fix content_folder__is_subfolder pl/sql. Also fix tcl proc which was

passing in the wrong list format to package_exec_plsql. Add upgrade

script and tests.

  1. … 5 more files in changeset.
file content-folder-test-procs.tcl was initially added on branch oacs-5-1.

    • -0
    • +0
    ./content-folder-test-procs.tcl
Revert to package_exec_plsql var_list list style for -attributes

parameters. Fix test and documentation.

  1. … 2 more files in changeset.
Fix content::revision::new to properly create subtypes of content_revision.

  1. … 1 more file in changeset.
updates for 5.1.4, including package info files

  1. … 18 more files in changeset.
Add content::item::get. Add test case support for it.

  1. … 3 more files in changeset.
renamed bad_string to evil_string

extended test case for content items

Make id_column and table_name required for content::type::new.

Fix content::item::new to properly create a subtype of content revision

based on the content_type paramter is attributes, title or text is specified.

  1. … 2 more files in changeset.