• last updated 3 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Fix typos

  1. … 1 more file in changeset.
Remove obsolete table apm_package_db_types: this was superseded by threaded cache ::acs::known_database_types

  1. … 5 more files in changeset.
Fix typos

  1. … 12 more files in changeset.
merged changes from the oacs-5-9 branch and resolved conflicts

  1. … 7834 more files in changeset.
Fix spelling errors

  1. … 48 more files in changeset.
Merged oacs-5-6 to HEAD. HEAD now installs and passes all core tests. There

may still be some lingering problems due to my screwing up the oacs-5-6

branch earlier, I'll be looking into this later.

  1. … 214 more files in changeset.
I somehow managed to avoid commiting the "is_child" addition to apm-create

and also the upgrade script.

  1. … 1 more file in changeset.
Making global/instance changes work with Oracle

  1. … 2 more files in changeset.
More code dealing with instance and global parameter semantics. I finally

have a reasonable model of inheritance and semantics implemented, not

perfect from a language-theoretic point of view, but works well without

having to rewrite every bit of parameter-handling code in acs-core.

  1. … 8 more files in changeset.
Oracle now passes the first set of global parameter tests. More to follow

for both PG and Oracle.

  1. … 1 more file in changeset.
A bunch of stuff related to global/instance parameters.

  1. … 3 more files in changeset.
Restored the data links upgrade script I'd accidently overwritten earlier.

  1. … 1 more file in changeset.
Orace stuff for global parameters.

  1. … 2 more files in changeset.
Added scope attribute to apm_parameters.

1. Changed trigger functions from "opaque" to "trigger" to get rid of the

warnings during initial install (only for acs-kernel, there are a lot

elsewhere!)

2. Added "embeds" for postgresql and partially for oracle.

3. Added global parameters for postgresql and partially for oracle.

(oracle will be forthcoming shortly)

  1. … 29 more files in changeset.
More "extends" fixing

  1. … 1 more file in changeset.
Fixed daveb's auth upgrade scripts for oracle, and added the new columns to

the table definitions used by initial install.

  1. … 3 more files in changeset.
wipe out ad_parameter from kernel files

  1. … 1 more file in changeset.
Preliminary version of "extend package" code, along with new package

attributes that allow the declaration of packages that are subsites.

  1. … 29 more files in changeset.
Backed out ill-thought-out reference to the content repository in this kernel

package (a misguided attempt to move some bad PG code over to Oracle, which

caught the reference to the undefined cr_folders table)

Fix apm_package_instance_delete in Oracle to delete content_folders of the package.

Now PostgreSQL and Oracle behave the same way, before the content_folders were only deleted in the PostgreSQL version.

  1. … 1 more file in changeset.
Merged 5.3 to HEAD

  1. … 60 more files in changeset.
Allow a new parameter type "text" to show a textarea on the parmeter form for parmaeter values that don't fit well within a textbox.

  1. … 8 more files in changeset.
Correction of name constraint

  1. … 13 more files in changeset.
Applying constraint naming standard

  1. … 10 more files in changeset.
Fixed some silly little things...

  1. … 5 more files in changeset.
Removing wrong acs attributes for object type apm_package.

Fixing object attribute datatypes so they are consistent

with the database datatype.

  1. … 3 more files in changeset.
set title in acs objects when creating security context root, set titles for parameters, make acs_objects.package_id on delete set null

  1. … 5 more files in changeset.
Bugfix for apm_package.new. Moved the insert into apm_packages up, before the update on acs_objects, to satisfy referential integrity on acs_object.package_id.

name constraints

  1. … 1 more file in changeset.