• last updated 21 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
changed magic object -3 from a group to a plain object

fixed more things in ACS-subsite and more site node stuff API.

  1. … 9 more files in changeset.

Mounted acs-workflow by default. It is confusing not to do so because

it is listed as a core package that "probably isn't meant to be mounted"

by site map, and yet it is designed to be mounted. I think that all

core packages designed to be mounted should be mounted at install time

but haven't gone through to make sure we're consistent.

acs-workflow has to be part of the core because the CR needs it.

Fixed a few spelling mistakes

Ported a bunch more of acs-subsite

Fixed a few small, acs-subsite related bugs

    • -9
    • +9
    ./oracle/upgrade/upgrade-4.0.1-4.1b.sql
    • -1
    • +1
    ./oracle/upgrade/upgrade-4.1.1-4.2.sql
  1. … 37 more files in changeset.
Use semicolon as argument name / default value separator, instead of

colon (makes it easier to use in pl/pgsql)

  1. … 1 more file in changeset.
moved acs-object-util from site-wide search to kernel

moved files from site-wide search. It makes more sense to have them in the kernel.

    • -0
    • +9
    ./oracle/acs-object-util-remove.sql
    • -0
    • +133
    ./oracle/acs-object-util.sql
files that were originally in site-wide search - ported by Neophytos Demetriou. Files were moved to the kernel, because it made sesse to do so

    • -0
    • +7
    ./postgresql/acs-object-util-remove.sql
    • -0
    • +98
    ./postgresql/acs-object-util.sql
Port package_instantiate_object

  1. … 3 more files in changeset.
fixed acs_objects__get_attribute so that it works with all return types. Problems were encountered with returning integer and timestamp types

fixed return type of acs_object__get_attribute so that timestamps can be returned

porting of template queries

  1. … 41 more files in changeset.
fixed permissions problem for handling insertion of dup index values

    • -11
    • +51
    ./postgresql/acs-permissions-create.sql
  1. … 1 more file in changeset.

Just what it says ...

    • -0
    • +1531
    ./oracle/upgrade/upgrade-4.2-4.2.1.sql

1. Polished up the query files for the root www directory

2. Turned a bunch of bitmap indexes into b-tree indexes

3. the developer support .info file had been messed over by an early

version of my APM port to PG.

    • -2
    • +3
    ./oracle/upgrade/upgrade-4.0-4.0.1.sql
  1. … 3 more files in changeset.
fixed comment for distribution_tarball attribute that was removed

1. Added a new attribute to the .info file which tells the bootstrap

installer whether or not a package is part of the acs-core. Only

acs-core packages are now installed during the initial bootstrap install

of the system.

2. Fixed a dupe query name problem in a couple of queryfiles. The problem

is not with the dispatcher but with the extractor, and for the moment it

is just easier to kludge the resulting queryfile than fix the extractor.

  1. … 34 more files in changeset.
updated with streamlined permission_p

    • -16
    • +69
    ./oracle/acs-permissions-create.sql
converted apm to store tarballs in the content repository

  1. … 6 more files in changeset.
converted apm to store package tarballs in the content repository

  1. … 7 more files in changeset.
Fix return type of acs_user__receives_alerts_p

    • -1
    • +1
    ./postgresql/community-core-create.sql
Speedy replacement for permission_p from Matthew Avalos

    • -16
    • +71
    ./postgresql/acs-permissions-create.sql
party__name should return varchar

    • -1
    • +1
    ./postgresql/community-core-create.sql
added file support to CR data-model

    • -0
    • +205
    ./test/rel-segments-test-types-create.sql
    • -0
    • +14
    ./test/rel-segments-test-types-drop.sql
  1. … 7 more files in changeset.
Add instr(varchar,char) helper function

1. Ripped out the '' vs. NULL string kludge, which was a stupid idea in the

first place (MY stupid idea, for the record).

2. More .xql file porting...

    • -14
    • +14
    ./postgresql/acs-metadata-create.sql
    • -7
    • +13
    ./postgresql/acs-objects-create.sql
    • -4
    • +4
    ./postgresql/acs-permissions-create.sql
    • -7
    • +7
    ./postgresql/community-core-create.sql
  1. … 14 more files in changeset.
fixed problem with initalizing a_order and added missing as to select query

  1. … 1 more file in changeset.

More porting of the APM is complete! Nearly done, a bug in the datamodel

API and we need to convert from direct use of blobs to using the

content repository.

  1. … 11 more files in changeset.
added index

    • -0
    • +3
    ./postgresql/rel-constraints-create.sql
finished tree query support for rel_constraints

    • -141
    • +124
    ./postgresql/rel-constraints-create.sql