• last updated 8 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Streamline idioms

Uniform documentation style

    • -36
    • +27
    ./acs-content-repository-procs.tcl
Get rid of trivial private api publish::set_to_pairs

  1. … 3 more files in changeset.
Streamline ns_set idiom

improve spelling

  1. … 42 more files in changeset.
Fix typo, write a basic test for the involved api

  1. … 1 more file in changeset.
whitespace changes

  1. … 1 more file in changeset.
Fixed var name and add warning for 'cr_file_name' being empty (the latter ported from downstream, originally made by Günter Ernst)

new function: ::content::revision::export_to_filesystem

This change moves functionality from file-storage to acs-content-repository.

all application packages should be free of internals, such as the storage

type. Storage_type should be handeled in the content-repository package.

We are not yet done, there is still more to do in this respect in

the file-storage package.

    • -3
    • +10
    ./content-revision-procs-oracle.xql
    • -1
    • +9
    ./content-revision-procs-postgresql.xql
  1. … 5 more files in changeset.
extend regression test

    • -7
    • +40
    ./test/content-revision-test-procs.tcl
extend regression test

    • -1
    • +6
    ./test/content-revision-test-procs.tcl
mark unused "content::item::get_context" deprecated, since it should be called on "acs_object"

extend regression test

remove leftover from ancient times (set it -deprecated and -private)

Piggyback some more api to existing tests

Whitespace cleanup

reduce public footprint

reduce public footprint

mark private functions as private

  1. … 9 more files in changeset.
Make api public, complies with acs-api-browser.graph__bad_calls automated test

  1. … 3 more files in changeset.
Refactor content repository backend

The refactored code is a first step to become able to provide plugins

for backends for storing content in different systems. Instead of

using switch statements to distinguish between backends "file", "lob"

and "text", procs with a suffix of the storage name are provided

now. Essentially, by providing process with additional suffixes can be

used to provide additional storage systems.

In addition, the deletion handling was also refactored such that the

non-scalable functions iterating over all items (such as

"cr_check_orphaned_files") will become obsolete. This is imporant for

content repositories with double and triple digit terabytes.

    • -15
    • +0
    ./acs-content-repository-init-oracle.xql
    • -13
    • +0
    ./acs-content-repository-init-postgresql.xql
    • -5
    • +14
    ./acs-content-repository-procs-oracle.xql
    • -0
    • +8
    ./acs-content-repository-procs-postgresql.xql
    • -10
    • +21
    ./content-revision-procs-oracle.xql
    • -22
    • +4
    ./content-revision-procs-postgresql.xql
fix deprecated function

improve listing of test coverage

    • -3
    • +3
    ./test/acs-content-repository-procs.tcl
  1. … 15 more files in changeset.
make listing of tested procs more complete

  1. … 17 more files in changeset.
make end of options explicit

  1. … 16 more files in changeset.
Prefer 'namespace which' over 'info commands', as it is faster (on local tests, around 2x) and returns a single value. Many thanks to Nathan Coulter.

  1. … 56 more files in changeset.
use bind variables instead of tcl variable substition in xql fullqueries

  1. … 15 more files in changeset.
Cleanup leftover query

Fix missing end

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

    • -11
    • +11
    ./test/content-extlink-procs.tcl
  1. … 4 more files in changeset.