• last updated 3 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
merged changes from the oacs-5-9 branch and resolved conflicts

  1. … 7829 more files in changeset.
Standardize spellings of names

  1. … 12 more files in changeset.
Fix spelling errors

  1. … 49 more files in changeset.
- Fix type of v_is_registered in dql function content_folder__register_content_type to boolean (was "varchar")

(This chance is necessary at least for pg 9.5)

  1. … 2 more files in changeset.
- prefer sql statements between curly braces

  1. … 9 more files in changeset.
- add editor hints to keep spaces/tabs in the furture more consistent

  1. … 750 more files in changeset.
Merging back to HEAD branch oacs-5-8 (using tag vg-merge-oacs-5-8-from-20141027).

    • -52
    • +60
    ./content-revision-test-procs.tcl
  1. … 2544 more files in changeset.
cleanup in item::* namespace

most functions were already moved into the content::item namespace,

but a few were left.

- marked the following function as deprecated

* item::get_content

* item::content_is_null

* item::get_revision_content

* item::content_methods_by_type

* item::publish

* item::unpublish

- added new functions:

* content::item::content_is_null

* content::item::content_methods_by_type

* content::item::get_content

* content::item::get_revision_content

* content::item::publish

* content::item::unpublish

- updated regression test

    • -52
    • +60
    ./content-revision-test-procs.tcl
  1. … 4 more files in changeset.
cleanup in cr::keyword::* namespace

one cannot advocate to create a keyword with

content::keyword::item_assign and query it with

cr::keyword::item_get_assigned)

- marked the following function as deprecaed

* cr::keyword::get_children

* cr::keyword::get_keyword_id

* cr::keyword::get_options_flat

* cr::keyword::item_get_assigned

* cr::keyword::item_unassign

* cr::keyword::item_unassign_children

- added new functions:

* content::keyword::get_children

* content::keyword::get_keyword_id

* content::keyword::get_options_flat

* content::keyword::item_get_assigned

* content::keyword::item_unassign_children

- updated regression test

  1. … 3 more files in changeset.
- replace call to deprecated proc cr::keyword::new by content::keyword::new

- use $::acs::rootdir rather than [acs_root_dir] or [get_server_root]

  1. … 12 more files in changeset.
- modernize tcl

  1. … 9 more files in changeset.
Fix test which in one part assumed live revision and the rest of the test looked for latest revision. Second pass, all tests pass now.

Fix test which in one part assumed live revision and the rest of the test looked for latest revision. Second pass, all tests pass now.

Fix test which in one part assumed live revision and the rest of the test looked for latest revision.

Merged the 5.3 branch with HEAD. Look for tags with the pattern

drb-*-20070513

  1. … 324 more files in changeset.
Fix tests to pass in Oracle (actually bypass the test b/c the search

triggers don't exist in oracle.)

Do date calculation in tcl so the query will work in Oracle.

Normalizing string comparison operations into tcl 8.4 operations, enabling byte-code compilation for expressions and many conditionals

  1. … 364 more files in changeset.
Adding test-image-1.jpg so test case image_new does not fail

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.