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

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.
changed magic object -3 from a group to a plain object

fixed more things in ACS-subsite and more site node stuff API.

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

Fixed a few spelling mistakes

Ported a bunch more of acs-subsite

Fixed a few small, acs-subsite related bugs

    • -9
    • +9
    ./oracle/upgrade/upgrade-4.0.1-4.1b.sql
    • -1
    • +1
    ./oracle/upgrade/upgrade-4.1.1-4.2.sql
  1. … 37 more files in changeset.
Use semicolon as argument name / default value separator, instead of

colon (makes it easier to use in pl/pgsql)

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

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

    • -0
    • +9
    ./oracle/acs-object-util-remove.sql
    • -0
    • +133
    ./oracle/acs-object-util.sql
files that were originally in site-wide search - ported by Neophytos Demetriou. Files were moved to the kernel, because it made sesse to do so

    • -0
    • +7
    ./postgresql/acs-object-util-remove.sql
    • -0
    • +98
    ./postgresql/acs-object-util.sql
Port package_instantiate_object

  1. … 3 more files in changeset.
fixed acs_objects__get_attribute so that it works with all return types. Problems were encountered with returning integer and timestamp types

fixed return type of acs_object__get_attribute so that timestamps can be returned