• last updated 40 mins ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates

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.

Install acs-service-contract ...

    • -106
    • +8
    ./postgresql/acs-permissions-create.sql
Speed up sluggish acs_object_type_supertype_map view

Add a couple more Oracle-alike views

Fixed typo ...

Jowell's patch to fix BAF #1072 - uninstalling a package with registered

parameters failed.

A bunch of "ACS"->"OpenACS" and similar changes

  1. … 27 more files in changeset.
fixed typo in apm_package_version__copy

Started on address book, still a lot of work to do.

made minor improvements to "packages-install" in the APM.

    • -55
    • +9
    ./postgresql/acs-relationships-create.sql
  1. … 15 more files in changeset.
These colons should be semicolons

  1. … 1 more file in changeset.