• last updated 14 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
file upgrade-5.9.1d11-5.9.1d12.sql was initially added on branch oacs-5-9.

    • -0
    • +0
    ./upgrade/upgrade-5.9.1d11-5.9.1d12.sql
  1. … 1 more file in changeset.
file upgrade-5.9.1d9-5.9.1d10.sql was initially added on branch oacs-5-9.

    • -0
    • +0
    ./upgrade/upgrade-5.9.1d9-5.9.1d10.sql
  1. … 1 more file in changeset.
Content-Repository Reform: reduce dependency on cr_child_rels and make

creation of cr_child_rels entries optional. Most applications do not

need cr_child_rels, these take substantial space and slow down

operations. The change is fully backward compatible, since per

default cr_child_rels are still created. First tests show an

improvement for the creation of cr_items by 17% and for deletion by

28% (when parent item is a plain cr_item, as it is e.g. the case in

xwowiki). Same change made as well for Oracle.

- affected functions (here with pg-names)

* procedure content_item__new/21 (version for text or file entries) has new optional boolean parameter: with_child_rels

* procedure content_item__new/17 (version for blob entries) has new optional boolean parameter: with_child_rels

- remove/reduce dependency on cr_child_rels (if no rel-tag is used, the chile-information is obtained from cr_items)

* content_item__is_publishable/1

* content_item__is_valid_child/3

* content_item__is_valid_child/2

- reduce number of functions by using defaults

* content_item__copy/5

* content_item__get_title/2

* content_item__move/3

    • -0
    • +1724
    ./upgrade/upgrade-5.9.1d9-5.9.1d10.sql
  1. … 3 more files in changeset.
- Update automatically generated function for cr-types to use provided

publish_date in new revision (Changes for PostgreSQL and Oracle)

    • -0
    • +946
    ./upgrade/upgrade-5.9.1d3-5.9.1d4.sql
  1. … 3 more files in changeset.
file upgrade-5.9.1d3-5.9.1d4.sql was initially added on branch oacs-5-9.

    • -0
    • +0
    ./upgrade/upgrade-5.9.1d3-5.9.1d4.sql
  1. … 1 more file in changeset.
- Add argument to content_item__set_live_revision (and oracle's counterpart)

to honor optionally provided "publish_date". The old behavior used hard-coded

the current time. The function is fully backward compatible, when no

publish_date is provided, the current time is used for the publish_date.

- changes for PostgreSQL and Oracle.

    • -0
    • +1728
    ./upgrade/upgrade-5.9.1d1-5.9.1d2.sql
  1. … 3 more files in changeset.
file upgrade-5.9.1d1-5.9.1d2.sql was initially added on branch oacs-5-9.

    • -0
    • +0
    ./upgrade/upgrade-5.9.1d1-5.9.1d2.sql
  1. … 1 more file in changeset.
- remove obsolete functions

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

    • -0
    • +19
    ./upgrade/upgrade-5.8.0a1-5.8.0a2.sql
  1. … 2546 more files in changeset.
exclude null paths from cr_files_to_delete for oracle - previously committed fix for postgresql

    • -1
    • +17
    ./upgrade/upgrade-5.8.0a1-5.8.0a2.sql
file upgrade-5.8.0a1-5.8.0a2.sql was initially added on branch oacs-5-8.

    • -0
    • +0
    ./upgrade/upgrade-5.8.0a1-5.8.0a2.sql
  1. … 1 more file in changeset.
- add missing mime-types (application/x-zip, application/x-sh, application/rdf+xml) for postgres and oracle

  1. … 2 more files in changeset.
Merged oacs-5-7 to HEAD

  1. … 167 more files in changeset.
Backed out change to make content richtext rather than text, because of

xotcl-core, can't have the type change depending on whether or not that

was previously installed and can't change it to richtext without (probably)

breaking xotcl stuff. Sucks but that's life.

  1. … 2 more files in changeset.
Argh! "content" wants to be richtext, not text !!!

  1. … 3 more files in changeset.
file upgrade-5.7.0d4-5.7.0d5.sql was initially added on branch oacs-5-7.

    • -0
    • +0
    ./upgrade/upgrade-5.7.0d4-5.7.0d5.sql
  1. … 1 more file in changeset.
Kludge around xotcl-core for oracle, as was done earlier for PG.

    • -14
    • +29
    ./upgrade/upgrade-5.7.0d3-5.7.0d4.sql
Added a couple of CR revision attributes - the oracle equivalent of the

previous PG commit.

    • -0
    • +23
    ./upgrade/upgrade-5.7.0d3-5.7.0d4.sql
  1. … 1 more file in changeset.
Fix typo table name should have been table_name

Fix support for NULL table name in CR-derived object types

    • -0
    • +937
    ./upgrade/upgrade-5.6.0d2-5.6.0d3.sql
  1. … 3 more files in changeset.
Fixed some PG code cut-and-pasted into the Oracle version. Cut-and-paste

of PG code into Oracle rarely works...

Checking that the copy.name is not null when copying it to same parent folder

of the source folder.

  1. … 2 more files in changeset.
Adding basic checks to content_folder.copy procedure in order to avoid

infinit loops.

    • -0
    • +679
    ./upgrade/upgrade-5.5.0d2-5.5.0d3.sql
  1. … 3 more files in changeset.
Got rid of stupid logging of delete operations, just as I did on PG.

Merged from 5.4.2

  1. … 279 more files in changeset.
Remove reference to obselete table cr_doc_filter.

file upgrade-5.4.2b1-5.4.2b2.sql was initially added on branch oacs-5-4.

    • -0
    • +0
    ./upgrade/upgrade-5.4.2b1-5.4.2b2.sql
Remove cr_doc_filter table, it is not used and the index is not allowed

in 10g.

  1. … 1 more file in changeset.
Moved back to the java versions of utils because it doesn't appear anyone's

going to fix this soon, and work on 5.5 has begun.

Made naming constraints follow our standard so PG core AA tests won't bitch

  1. … 1 more file in changeset.