• last updated 15 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
file upgrade-5.0.0b3-5.0.0b4.sql was initially added on branch oacs-5-0.

    • -0
    • +0
    ./upgrade/upgrade-5.0.0b3-5.0.0b4.sql
  1. … 3 more files in changeset.
Merging bug fix from HEAD. Fixes bug#1163 and bug#1153.

New 19 parameter version of content_item__new and new

version of content_item__is_valid_child to allow setting and checking

or relation_tag. Fixes bug#1153 and bug#1163

Fix content_item__move error and bug in content-image.sql.

Fixed missing declaration for v_revision_id in image__new_revision.

Fixed typos.

Added optional name parameter to content_item content_folder content_extlink

content_symlink copy and move pl(pg)sql procedures. Oracle and Postgresql.

  1. … 4 more files in changeset.
Added PG define_function_args to a single PL/SQL proc, so we can use package_instantiate_object - need to add it to the rest

    • -0
    • +7
    ./upgrade/upgrade-5.0d1-5.0d2.sql
  1. … 1 more file in changeset.
Fixed bug #615: extra unnecessary upgrade script

1. I made it possible to let content_template.new(), and its PG equivalent,

create a revision of the template by simply providing the template in the 'text'

param.

2. Bug-fixed content::init, content::get_content and some other procs related

to the index.vuh in the CR. Virtual URLs are now more or less supported for items

of any content type if they have a content template associated with them.

If a content item associates a template to it (by registering it), it will have precedence

over the type's template. It will transparently act as a default, in other words.

    • -0
    • +83
    ./upgrade/upgrade-4.6.5-4.7d6.sql
    • -0
    • +83
    ./upgrade/upgrade-4.7d1-4.7d6.sql
  1. … 14 more files in changeset.
merge of 4.6.3b1 to HEAD

  1. … 87 more files in changeset.
file upgrade-4.6.4-4.6.5.sql was initially added on branch oacs-4-6.

    • -0
    • +0
    ./upgrade/upgrade-4.6.4-4.6.5.sql
  1. … 1 more file in changeset.
Removed the vile fs_simple_objects added by OF to store URLs in file

storage despite the existence of a non-versioned URL type in the content

repository. Upgrade scripts provided. I added Tcl API to the content

repository to honor our desire to export the SQL API to Tcl client code.

1. folder contents are now counted correctly (bug fix)

2. The fs_objects view is now usable in PG (it was a UNION view before and

therefore didn't scale)

3. Code in file storage is considerably simpler now and all file storage

objects are now stored in the content repository, as they should

be.

The Oracle version may need some work I'll finish testing this afternoon.

    • -0
    • +186
    ./upgrade/upgrade-4.6.4-4.6.5.sql
  1. … 43 more files in changeset.
Merged over workflow/bug-tracker changes from 4.6 branch

    • -0
    • +146
    ./upgrade/upgrade-4.6.3-4.6.4.sql
  1. … 9 more files in changeset.
file upgrade-4.6.3-4.6.4.sql was initially added on branch oacs-4-6.

    • -0
    • +0
    ./upgrade/upgrade-4.6.3-4.6.4.sql
  1. … 1 more file in changeset.
Upgrade to 4.6.2: A few bug fixes, Tcl API for keywords.

    • -0
    • +146
    ./upgrade/upgrade-4.6.3-4.6.4.sql
  1. … 8 more files in changeset.
Partial conversion from timestamp to timestamptz for PG 7.3 (need to keep

time zone timestamps so dumps from PG 7.2 installs will still work)

  1. … 7 more files in changeset.
Merged from HEAD: Fixed typo (extra parenthesis) in content_keyword__is_assigned

Fixed typo (extra parenthesis) in content_keyword__is_assigned

register_child_type would only register one type per parent since it

ignored relation tag when checking if the relation existed.

is_valid_type failed with more than one type since it wanted to count

max_n but did not sum.

needs an upgrade script.

  1. … 3 more files in changeset.
Eliminated acs_privilege_hierarchy_index in favor of using acs_privilege_descendant_map. In addition, rewrote trigger for creating acs_privilege_descendant_map as permissions creation was getting too slow on .LRN. .LRN has somewhere in the neighborhood of 90 entries in the privilege hierarchy, which is much higher than anticipated.

Added check for table name longer than 25 chars, because that caused me significant pain to track this problem down.

Adding new mime-types, which I forgot to add back when I added the new richtext widget. Jeff will probably go in and rename them something else for me, and hopefully he'll propagate the change to the richtext widget and acs-tcl/tcl/text-html-procs as well.

    • -0
    • +7
    ./upgrade/upgrade-4.6.1-4.7d1.sql
  1. … 2 more files in changeset.
file upgrade-4.6.2-4.6.3.sql was initially added on branch oacs-4-6.

    • -0
    • +0
    ./upgrade/upgrade-4.6.2-4.6.3.sql
  1. … 1 more file in changeset.
moved the includes back up to where they belong, add the 4.6.3 upgrade scripts

    • -0
    • +483
    ./upgrade/upgrade-4.6.2-4.6.3.sql
  1. … 2 more files in changeset.
- Adds table cr_extension_mime_type_map,

- Adds function cr_filename_to_mime_type [-create] filename

- Adds function cr_create_mime_type -extension -mime_type -description

- Removes *_maybe_create_new_mime_type

- Updates acs-content-repository to 4.6.3. Ugrade scripts provided.

- Updates dependency information for several packages.

- Adds most mime types plus comprehensive list of extension to mime-typemappings.

- Maps .c .h .c++ .pl etc to text/plain

  1. … 19 more files in changeset.
file upgrade-4.6.1-4.6.2.sql was initially added on branch oacs-4-6.

    • -0
    • +0
    ./upgrade/upgrade-4.6.1-4.6.2.sql
  1. … 1 more file in changeset.
adds indexes for fk constraint children, bumps version to 4.6.2, upgrades supplied

  1. … 3 more files in changeset.
adds */* mime type, bump version from 4.6 to 4.6.1 and provide an upgrade script (*/* added by Lars on HEAD)

  1. … 3 more files in changeset.
merge bartt PG 7.3 fixes from HEAD

  1. … 45 more files in changeset.