• last updated 14 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Fixed if statement in oracle upgrade script

    • -1
    • +7
    ./upgrade/upgrade-5.9.1d20-5.9.1d21.sql
Added Oracle version of acs-cr upgrade-5.9.1d20-5.9.1d21.sql script and simplified postgres version.

    • -0
    • +65
    ./upgrade/upgrade-5.9.1d20-5.9.1d21.sql
file upgrade-5.9.1d20-5.9.1d21.sql was initially added on branch oacs-5-9.

    • -0
    • +0
    ./upgrade/upgrade-5.9.1d20-5.9.1d21.sql
- use same logic in all update-scripts for cr_mime_types

    • -4
    • +28
    ./upgrade/upgrade-5.9.1d11-5.9.1d12.sql
    • -0
    • +1
    ./upgrade/upgrade-5.9.1d12-5.9.1d13.sql
    • -0
    • +1
    ./upgrade/upgrade-5.9.1d13-5.9.1d14.sql
    • -0
    • +1
    ./upgrade/upgrade-5.9.1d15-5.9.1d16.sql
- fix old typo in label of unknown mimtype (was "Unkown")

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

    • -0
    • +0
    ./upgrade/upgrade-5.9.1d19-5.9.1d20.sql
  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
    ./upgrade/upgrade-5.9.1d15-5.9.1d16.sql
  1. … 6 more files in changeset.
file upgrade-5.9.1d15-5.9.1d16.sql was initially added on branch oacs-5-9.

    • -0
    • +0
    ./upgrade/upgrade-5.9.1d15-5.9.1d16.sql
  1. … 1 more file in changeset.
- handle .gzip like .gz

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

    • -0
    • +0
    ./upgrade/upgrade-5.9.1d13-5.9.1d14.sql
  1. … 1 more file in changeset.
- update mimetype definition of javascript to the form specified via IANA content types

- add JSON mimetpye

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

    • -0
    • +0
    ./upgrade/upgrade-5.9.1d12-5.9.1d13.sql
  1. … 1 more file in changeset.
- change mime type for .swf from "application/x-shockwave-flash" to IANA complient entry "application/vnd.adobe.flash-movie"

    • -0
    • +11
    ./upgrade/upgrade-5.9.1d11-5.9.1d12.sql
  1. … 3 more files in changeset.
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.