• last updated 17 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
extend regression test

extend regression test

extend regression test

Piggyback some more api to existing tests

Whitespace cleanup

improve listing of test coverage

  1. … 15 more files in changeset.
make listing of tested procs more complete

  1. … 17 more files in changeset.
Fix missing end

  1. … 2 more files in changeset.
Improve sql portability

  1. … 4 more files in changeset.
Complete content::folder api coverage

Whitespace cleanup

Test public content::extlink api: this test will expose that content::extlink::delete is broken (wrong stored procedure called)

file content-extlink-procs.tcl was initially added on branch oacs-5-10.

    • -0
    • +0
    ./content-extlink-procs.tcl
Whitespace cleanup

Add a simple test case for 'content::revision::get_title'

Removed obsolete @arch-tag

  1. … 29 more files in changeset.
Removed obsolete @arch-tag

  1. … 25 more files in changeset.
fix backslashes

overwork test cases: moderinze tests, make tested api functions explicit

    • -27
    • +35
    ./content-keyword-test-procs.tcl
  1. … 2 more files in changeset.
improve testcases by removing useless expr commands

  1. … 11 more files in changeset.
improve spelling

  1. … 10 more files in changeset.
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.