• last updated 5 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
increase field sizes (from sloan)

  1. … 3 more files in changeset.
don't allow null for supertype in acs_object_type__create_type. default to 'acs_object'

Added code to make use of David Walker's wonderfully abusive hack on the

pg_proc table that showed me how to write recursive SQL functions. We now

have good use of the index on tree_sortkey when climbing the tree, woo-hoo!

  1. … 18 more files in changeset.

Changed the representation of tree_sortkeys from "text" to "bit varying".

  1. … 62 more files in changeset.

1. Replaced more "tree_sortkey like" with "tree_sortkey between" expressions

2. Fixed a bad port of an Oracle query in site-nodes-procs.tcl and removed

a needless outer join from both versions in the process.

  1. … 11 more files in changeset.

1. Fixed permissions bug in the PG version (missing OR clause in a view)

2. Added (untested thus far) site-wide-search to glossary

3. Added centralized support for importing files into the CR (either into

the filesystem or the database).

4. Fixed wp-slim. Fixed it some more. Fixed it again. It still needs

more fixing.

  1. … 61 more files in changeset.
added name method support for content_revision type

  1. … 5 more files in changeset.
Speed up sluggish acs_object_type_supertype_map view

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...

  1. … 23 more files in changeset.
added comments for default api values

  1. … 12 more files in changeset.
more cleanup of nullable strings in kernel

  1. … 8 more files in changeset.
fixed problem with infinite recursion on updates of tables with tree query triggers

  1. … 4 more files in changeset.
more cleanup

  1. … 6 more files in changeset.
fixed up some typos

  1. … 4 more files in changeset.
initial import of acs kernel data-model ported to postgresql - implementation of tree queries completed for acs_object_types. Still need to finish tree queries for acs_privilege_hierarchy and rel_constraints tables.

    • -0
    • +824
    ./acs-metadata-create.sql
  1. … 37 more files in changeset.