• last updated 12 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates

added privacy control

  1. … 3 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.

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

its files.

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

  1. … 5 more files in changeset.
fixed closing of cursors after an exception

  1. … 4 more files in changeset.

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

  1. … 28 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.

  1. … 1 more file in changeset.

Fixed a few spelling mistakes

Ported a bunch more of acs-subsite

Fixed a few small, acs-subsite related bugs

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

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

    • -0
    • +9
    ./acs-object-util-remove.sql
    • -0
    • +133
    ./acs-object-util.sql

Just what it says ...

    • -0
    • +1531
    ./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.

  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. … 36 more files in changeset.
updated with streamlined permission_p

converted apm to store tarballs in the content repository

  1. … 7 more files in changeset.

Big 'ole update to implement multi-db aware packages. Don't try this yet,

I can't *possibly* have gotten all the right files added and removed in

one fell swoop!

  1. … 118 more files in changeset.

bootstrapper can now load either the Oracle or PostgreSQL acs-kernel

datamodel. It checks on-the-fly for which db is configured in the OpenNSD

database pools allocated to OpenACS. Only acs-kernel is correctly self-

configured at this point.

    • -0
    • +119
    ./acs-install.sql
    • -0
    • +32
    ./acs-kernel-create.sql
    • -0
    • +25
    ./acs-kernel-drop.sql
    • -0
    • +104
    ./acs-logs-create.sql
    • -0
    • +689
    ./acs-metadata-create.sql
    • -0
    • +21
    ./acs-metadata-drop.sql
    • -0
    • +1024
    ./acs-objects-create.sql
    • -0
    • +25
    ./acs-objects-drop.sql
    • -0
    • +391
    ./acs-permissions-create.sql
    • -0
    • +23
    ./acs-permissions-drop.sql
    • -0
    • +506
    ./acs-relationships-create.sql
    • -0
    • +16
    ./acs-relationships-drop.sql
  1. … 99 more files in changeset.