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

    • -0
    • +0
    ./oracle/upgrade/upgrade-5.9.1d19-5.9.1d20.sql
    • -0
    • +0
    ./postgresql/upgrade/upgrade-5.9.1d19-5.9.1d20.sql
- use consistently varchar(1000) for object_types

- bump version number to 5.9.1d19

    • -0
    • +33
    ./postgresql/upgrade/upgrade-5.9.1d18-5.9.1d19.sql
  1. … 1 more file in changeset.
file upgrade-5.9.1d18-5.9.1d19.sql was initially added on branch oacs-5-9.

    • -0
    • +0
    ./postgresql/upgrade/upgrade-5.9.1d18-5.9.1d19.sql
file upgrade-5.9.1d17-5.9.1d18.sql was initially added on branch oacs-5-9.

    • -0
    • +0
    ./postgresql/upgrade/upgrade-5.9.1d17-5.9.1d18.sql
- documentation updates

    • -0
    • +136
    ./postgresql/upgrade/upgrade-5.9.1d17-5.9.1d18.sql
  1. … 30 more files in changeset.
- avoid call of deprecated function

  1. … 1 more file in changeset.
- add missing enumeration type to create script

- fix ambiguity for content_item__new in template__new

- add/update mime types for text/csv text/vcard, text/calendar

- bump version number to 5.9.1d17

    • -0
    • +36
    ./postgresql/upgrade/upgrade-5.9.1d15-5.9.1d16.sql
    • -0
    • +70
    ./postgresql/upgrade/upgrade-5.9.1d16-5.9.1d17.sql
  1. … 1 more file in changeset.
file upgrade-5.9.1d15-5.9.1d16.sql was initially added on branch oacs-5-9.

    • -0
    • +0
    ./oracle/upgrade/upgrade-5.9.1d15-5.9.1d16.sql
    • -0
    • +0
    ./postgresql/upgrade/upgrade-5.9.1d15-5.9.1d16.sql
file upgrade-5.9.1d16-5.9.1d17.sql was initially added on branch oacs-5-9.

    • -0
    • +0
    ./postgresql/upgrade/upgrade-5.9.1d16-5.9.1d17.sql
- Change text enumeration field "storage_type" in cr_items to native

SQL enumeration type

- bump version number to 5.9.1d15

    • -0
    • +639
    ./postgresql/upgrade/upgrade-5.9.1d14-5.9.1d15.sql
  1. … 1 more file in changeset.
file upgrade-5.9.1d14-5.9.1d15.sql was initially added on branch oacs-5-9.

    • -0
    • +0
    ./postgresql/upgrade/upgrade-5.9.1d14-5.9.1d15.sql
- handle .gzip like .gz

    • -0
    • +1
    ./postgresql/upgrade/upgrade-5.9.1d13-5.9.1d14.sql
- use newer style mimetype 'application/gzip' instead of

'application/x-gzip' as defined by IANA content types

- fix indentation in sql/common/mime-type-data.sql

- bump version number to 5.9.1d14

    • -0
    • +34
    ./postgresql/upgrade/upgrade-5.9.1d13-5.9.1d14.sql
  1. … 1 more file in changeset.
file upgrade-5.9.1d13-5.9.1d14.sql was initially added on branch oacs-5-9.

    • -0
    • +0
    ./oracle/upgrade/upgrade-5.9.1d13-5.9.1d14.sql
    • -0
    • +0
    ./postgresql/upgrade/upgrade-5.9.1d13-5.9.1d14.sql
- update mimetype definition of javascript to the form specified via IANA content types

- add JSON mimetpye

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

    • -0
    • +0
    ./oracle/upgrade/upgrade-5.9.1d12-5.9.1d13.sql
    • -0
    • +0
    ./postgresql/upgrade/upgrade-5.9.1d12-5.9.1d13.sql
- change mime type for .swf from "application/x-shockwave-flash" to IANA complient entry "application/vnd.adobe.flash-movie"

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

    • -0
    • +0
    ./oracle/upgrade/upgrade-5.9.1d11-5.9.1d12.sql
    • -0
    • +0
    ./postgresql/upgrade/upgrade-5.9.1d11-5.9.1d12.sql
- add more Open XML formats for MS-Office

  1. … 1 more file in changeset.
file upgrade-5.9.1d10-5.9.1d11.sql was initially added on branch oacs-5-9.

    • -0
    • +0
    ./common/upgrade/upgrade-5.9.1d10-5.9.1d11.sql
file upgrade-5.9.1d9-5.9.1d10.sql was initially added on branch oacs-5-9.

    • -0
    • +0
    ./oracle/upgrade/upgrade-5.9.1d9-5.9.1d10.sql
    • -0
    • +0
    ./postgresql/upgrade/upgrade-5.9.1d9-5.9.1d10.sql
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
    ./oracle/upgrade/upgrade-5.9.1d9-5.9.1d10.sql
    • -178
    • +96
    ./postgresql/content-item.sql
    • -0
    • +1010
    ./postgresql/upgrade/upgrade-5.9.1d9-5.9.1d10.sql
  1. … 1 more file in changeset.
- fix install scripts

  1. … 1 more file in changeset.
Content-Repository Reform: reduce dependency on cr_child_rels and simplify content_item__del() via cascading delete operations

- remove manual deletion operations from content_item__del() via

* delete cr_child_rels via "ON DELETE CASCADE" on parent_id and child_id

* delete cr_item_rels via "ON DELETE CASCADE" on item_id

* delete acs_object_context_index entries via "ON DELETE CASCADE" on ancestor_id and object_id

* delete acs_objects entries via "ON DELETE CASCADE" on context_id

- remove manual deletion operations for symlinks amd journal entries,

since db constrains handle the deletion already

- use cr_items.parent_id instead of cr_child_rels to determine direct children

of items

- remove deletion trigger for content search content_search__dtrg

since "ON DELETE CASCADE" removes entries already

    • -0
    • +126
    ./postgresql/upgrade/upgrade-5.9.1d8-5.9.1d9.sql
file upgrade-5.9.1d8-5.9.1d9.sql was initially added on branch oacs-5-9.

    • -0
    • +0
    ./postgresql/upgrade/upgrade-5.9.1d8-5.9.1d9.sql
- 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)

    • -0
    • +56
    ./postgresql/upgrade/upgrade-5.9.1d7-5.9.1d8.sql
  1. … 1 more file in changeset.
file upgrade-5.9.1d7-5.9.1d8.sql was initially added on branch oacs-5-9.

    • -0
    • +0
    ./postgresql/upgrade/upgrade-5.9.1d7-5.9.1d8.sql
file upgrade-5.9.1d6-5.9.1d7.sql was initially added on branch oacs-5-9.

    • -0
    • +0
    ./postgresql/upgrade/upgrade-5.9.1d6-5.9.1d7.sql
file upgrade-5.9.1d4-5.9.1d5.sql was initially added on branch oacs-5-9.

    • -0
    • +0
    ./postgresql/upgrade/upgrade-5.9.1d4-5.9.1d5.sql
file upgrade-5.9.1d5-5.9.1d6.sql was initially added on branch oacs-5-9.

    • -0
    • +0
    ./postgresql/upgrade/upgrade-5.9.1d5-5.9.1d6.sql