• last updated 13 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-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-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-5.9.1d9-5.9.1d10.sql
  1. … 4 more files in changeset.
- Update automatically generated function for cr-types to use provided

publish_date in new revision (Changes for PostgreSQL and Oracle)

  1. … 4 more files in changeset.
file upgrade-5.9.1d3-5.9.1d4.sql was initially added on branch oacs-5-9.

    • -0
    • +0
    ./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-5.9.1d1-5.9.1d2.sql
  1. … 4 more files in changeset.
file upgrade-5.9.1d1-5.9.1d2.sql was initially added on branch oacs-5-9.

    • -0
    • +0
    ./upgrade-5.9.1d1-5.9.1d2.sql
  1. … 1 more file in changeset.
Merging back to HEAD branch oacs-5-8 (using tag vg-merge-oacs-5-8-from-20141027).

  1. … 2547 more files in changeset.
exclude null paths from cr_files_to_delete for oracle - previously committed fix for postgresql

  1. … 1 more file in changeset.
file upgrade-5.8.0a1-5.8.0a2.sql was initially added on branch oacs-5-8.

    • -0
    • +0
    ./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.
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. … 3 more files in changeset.
Argh! "content" wants to be richtext, not text !!!

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

    • -0
    • +0
    ./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.

Added a couple of CR revision attributes - the oracle equivalent of the

previous PG commit.

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

  1. … 1 more file in changeset.
Fix support for NULL table name in CR-derived object types

    • -0
    • +937
    ./upgrade-5.6.0d2-5.6.0d3.sql
  1. … 4 more files in changeset.
Checking that the copy.name is not null when copying it to same parent folder

of the source folder.

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

infinit loops.

    • -0
    • +679
    ./upgrade-5.5.0d2-5.5.0d3.sql
  1. … 4 more files in changeset.
Merged from 5.4.2

  1. … 282 more files in changeset.
file upgrade-5.4.2b1-5.4.2b2.sql was initially added on branch oacs-5-4.

    • -0
    • +0
    ./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. … 2 more files in changeset.
Don't reload image datamodel.

Remove explicit delete of images row, acs_object.del does that for you.

Removing that change means we don't need to reload the image pl/sql

package.

  1. … 1 more file in changeset.
Part of the malte rollback

Rolled back abortive attempt to substitute dbms_log stuff for java

  1. … 3 more files in changeset.
Missing upgrade scripts

    • -0
    • +3
    ./upgrade-5.4.0d1-5.4.0d2.sql
    • -0
    • +134
    ./upgrade-5.4.0d3-5.4.0d4.sql
    • -0
    • +137
    ./upgrade-5.4.0d4-5.4.0d5.sql
    • -0
    • +670
    ./upgrade-5.4.0d5-5.4.0d6.sql
  1. … 1 more file in changeset.
Add Open Documents MIME types

  1. … 2 more files in changeset.
file upgrade-5.3.0d3-5.3.0d4.sql was initially added on branch oacs-5-3.

    • -0
    • +0
    ./upgrade-5.3.0d3-5.3.0d4.sql
Add Open Documents MIME types

  1. … 2 more files in changeset.