• last updated 12 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
changed incorrect/confusing error text

Fixing incorrect and confusing error text.

Moved from 7/15 bit keys to 7/31 bit keys to accomodate big flat trees.

fixed instr for searching backwards

I accidently included a change intended for use with PG 7.2 in my previous

commit. This had a couple of idiotic typos that broke installation...

    • -1
    • +10
    ./postgresql/groups-body-create.sql

Fixed the 4K character limit on session properties for Oracle by making an

optional "clob" value available. The APM wouldn't let me load any packages

when I added all the dotLRN packages plus standard packages over to a new

"dotlrn" user from my normal "acs" user - the list of packages grew to

> 4KB in size! Grrrr!

  1. … 6 more files in changeset.

Renamed a column named "timestamp" in the security package because this is

now a reserved word in PG (correctly). I changed the Oracle version, too,

because I know that 9i has added the "timestamp" datatype and even if it

will accept it as a column name it's confusing.

I also changes postgresql.sql to load correctly under PG 7.1 and 7.2.

  1. … 6 more files in changeset.

Incorporated Marc Fournier's PG 7.2 fix for finding comments on a column.

New checks for proper PG configuration and some PG 7.1 vs. PG 7.2 changes

in postgresql.sql (which now checks at varies its behavior according to

the version being run).

  1. … 1 more file in changeset.

added privacy control

    • -0
    • +24
    ./oracle/acs-create-2.sql
    • -0
    • +19
    ./postgresql/acs-create-2.sql
  1. … 1 more file in changeset.

Oops added a couple of comments with single apostrophes within a quoted

string (PL/pgSQL function body)

Fixed some errors in my earlier hacking on hierarchical queries...

  1. … 3 more files in changeset.

Improved this slightly ...

    • -12
    • +17
    ./postgresql/acs-relationships-create.sql

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!

    • -87
    • +7
    ./postgresql/acs-metadata-create.sql
    • -63
    • +9
    ./postgresql/acs-objects-create.sql
    • -25
    • +17
    ./postgresql/acs-relationships-create.sql
  1. … 14 more files in changeset.

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

    • -18
    • +14
    ./postgresql/acs-metadata-create.sql
    • -20
    • +16
    ./postgresql/acs-objects-create.sql
    • -13
    • +15
    ./postgresql/acs-permissions-create.sql
    • -241
    • +204
    ./postgresql/postgresql.sql
    • -17
    • +13
    ./postgresql/site-nodes-create.sql
  1. … 57 more files in changeset.
made /pvt/home configurable

    • -2
    • +16
    ./postgresql/acs-objects-create.sql
  1. … 3 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.

    • -3
    • +3
    ./postgresql/acs-permissions-create.sql
    • -10
    • +6
    ./postgresql/acs-relationships-create.sql
    • -8
    • +4
    ./postgresql/rel-constraints-create.sql
    • -19
    • +14
    ./postgresql/rel-segments-create.sql
  1. … 4 more files in changeset.

Check the comments in postgresql.sql - my previous commit didn't quite work

as expected.

I also removed an ugly assumption made in the PG port in bboard-procs.tcl.

  1. … 2 more files in changeset.

Added "tree_left" and "tree_right" in order to optimize tree queries, which

I did for the bboard package. "LIKE (tree_sortkey || %)" never uses the

index as we thought it did, as it turns out ... see postgresql.sql for

example queries that do.

  1. … 2 more files in changeset.

First round of speedups for verious permissions issues. Key finding is that

the all_object_party_privilege_map is speedy in PostgreSQL and apparently in

Oracle, as well (having re-read some of the optimization threads).

    • -36
    • +78
    ./postgresql/acs-permissions-create.sql
  1. … 23 more files in changeset.

1. The PG port of apm__register_parameter had a tiny error which caused it

to not set the new parameter to its default value in any of the effected

package instances.

2. Glossary - added admin as a parent of glossary_admin so admins can admin.

3. edit-this-page PG: removed code that was written because of #1 above

4. edit-this-page Oracle: finished the datamodel port, added drop script

  1. … 8 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
    • +2
    ./postgresql/acs-permissions-create.sql
  1. … 59 more files in changeset.

Copying a version of a package didn't copy the database-supported field for

its files.

added acs_object__new which takes security_inherit_p as an arguement. Needed for static pages

    • -0
    • +36
    ./postgresql/acs-objects-create.sql
added name method support for content_revision type

  1. … 4 more files in changeset.

Fixed a couple of minor problems:

1. A typo in version-edit-2 that didn't really impact anything

2. A "triggered data change" error caused by apm-create.sql

3. restore-user flat-out didn't work and aD had never tested it

  1. … 2 more files in changeset.

Mostly added the schema-browser, some other minor fixes ...

  1. … 12 more files in changeset.
mounted cr for search interface

fixed closing of cursors after an exception

  1. … 4 more files in changeset.
Add metadata for person__new and user__new

Port a few more queries

    • -0
    • +2
    ./postgresql/community-core-create.sql
  1. … 2 more files in changeset.