acs-content-repository

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

    • -0
    • +0
    ./sql/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
    ./sql/postgresql/upgrade/upgrade-5.9.1d17-5.9.1d18.sql
- documentation updates

    • -191
    • +212
    ./www/doc/requirements.adp
  1. … 16 more files in changeset.
- modernize HTML

    • -120
    • +120
    ./www/doc/requirements.html
    • -139
    • +139
    ./www/doc/api/content.html
    • -203
    • +203
    ./www/doc/api/extlink.html
    • -1394
    • +1394
    ./www/doc/api/item.html
    • -569
    • +569
    ./www/doc/api/keyword.html
    • -462
    • +462
    ./www/doc/api/permission.html
    • -488
    • +488
    ./www/doc/api/revision.html
  1. … 192 more files in changeset.
- updated version numbers, regenerated documentation

    • -112
    • +112
    ./www/doc/requirements.adp
  1. … 286 more files in changeset.
- add editor hints to .vuh files

  1. … 30 more files in changeset.
- regenerated documentation

  1. … 241 more files in changeset.
- avoid call of deprecated function

- improve HTML validity of documentation

- 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
    ./sql/oracle/upgrade/upgrade-5.9.1d15-5.9.1d16.sql
    • -7
    • +12
    ./sql/postgresql/content-template.sql
file upgrade-5.9.1d15-5.9.1d16.sql was initially added on branch oacs-5-9.

    • -0
    • +0
    ./sql/oracle/upgrade/upgrade-5.9.1d15-5.9.1d16.sql
    • -0
    • +0
    ./sql/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
    ./sql/postgresql/upgrade/upgrade-5.9.1d16-5.9.1d17.sql
- prefer "localurl" over "return_url" as name of page filter

  1. … 14 more files in changeset.
- improve security of page_contracts

- Change text enumeration field "storage_type" in cr_items to native

SQL enumeration type

- bump version number to 5.9.1d15

file upgrade-5.9.1d14-5.9.1d15.sql was initially added on branch oacs-5-9.

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

    • -0
    • +2
    ./sql/oracle/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
    ./sql/oracle/upgrade/upgrade-5.9.1d13-5.9.1d14.sql
file upgrade-5.9.1d13-5.9.1d14.sql was initially added on branch oacs-5-9.

    • -0
    • +0
    ./sql/oracle/upgrade/upgrade-5.9.1d13-5.9.1d14.sql
    • -0
    • +0
    ./sql/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
    ./sql/oracle/upgrade/upgrade-5.9.1d12-5.9.1d13.sql
file upgrade-5.9.1d12-5.9.1d13.sql was initially added on branch oacs-5-9.

    • -0
    • +0
    ./sql/oracle/upgrade/upgrade-5.9.1d12-5.9.1d13.sql
    • -0
    • +0
    ./sql/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
    • +11
    ./sql/oracle/upgrade/upgrade-5.9.1d11-5.9.1d12.sql
file upgrade-5.9.1d11-5.9.1d12.sql was initially added on branch oacs-5-9.

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

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

    • -0
    • +0
    ./sql/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
    ./sql/oracle/upgrade/upgrade-5.9.1d9-5.9.1d10.sql
    • -0
    • +0
    ./sql/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
    ./sql/oracle/upgrade/upgrade-5.9.1d9-5.9.1d10.sql
    • -178
    • +96
    ./sql/postgresql/content-item.sql
- 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

    • -6
    • +11
    ./sql/postgresql/content-create.sql
    • -42
    • +15
    ./sql/postgresql/content-item.sql
    • -13
    • +4
    ./sql/postgresql/content-search.sql
file upgrade-5.9.1d8-5.9.1d9.sql was initially added on branch oacs-5-9.

    • -0
    • +0
    ./sql/postgresql/upgrade/upgrade-5.9.1d8-5.9.1d9.sql