• last updated 19 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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.
- 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.