• last updated 16 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Oracle9i porting changes

- Changed procedure names from delete to del

- Changed view declaration to use actual column names

- Changed "rel_constraints_violated_one" and "rel_constraints_violated_two"

(http://openacs.org/forums/message-view?message_id=81045)

  1. … 268 more files in changeset.
made supertype default to "relationship" in rel_types::new as per

Lars's suggestion

Fixed bug #769: tcl/rel-types-procs-postgresql.xql - missing parameter in rel_types::new.drop_type

Cleanup

  1. … 7 more files in changeset.
Added group::admin_p

Added relation::get_id

Fixed password expiration and approval expiration

  1. … 7 more files in changeset.
Fixed and rearranged navigation structure

Fixed navigation bug

Rewrite cookie handling

  1. … 9 more files in changeset.
Fixing navigation

  1. … 7 more files in changeset.
Removed old debugging log statements

  1. … 5 more files in changeset.
Merged 4.6.4d1 (unreleased) to HEAD. This marks the end of the life of the oacs-4-6 branch.

    • -0
    • +20
    ./approval-expiration-procs-oracle.xql
    • -0
    • +22
    ./approval-expiration-procs-postgresql.xql
  1. … 806 more files in changeset.
Added a hack to delete permissions for the application group, so we can delete the group when deleting the subsite instance. We really ought to make permissions cascade. but that's a much bigger fix.

Show us on the members tab for all pages under /members/

Added proc to get options for rel types for a group

Adds 'admin_rel' to permissible rel-types for application groups

  1. … 5 more files in changeset.
file approval-expiration-init.tcl was initially added on branch oacs-4-6.

    • -0
    • +0
    ./approval-expiration-init.tcl
file approval-expiration-procs.tcl was initially added on branch oacs-4-6.

    • -0
    • +0
    ./approval-expiration-procs.tcl
file approval-expiration-procs-postgresql.xql was initially added on branch oacs-4-6.

    • -0
    • +0
    ./approval-expiration-procs-postgresql.xql
file approval-expiration-procs-oracle.xql was initially added on branch oacs-4-6.

    • -0
    • +0
    ./approval-expiration-procs-oracle.xql
- Added expiration of approvals and passwords

- Added IndexRedirectUrl, which will cause acs-subsite's index page to redirect to that URL

- Added DefaultFormStyle and DefaultListStyle parameters, so you can choose the default styles to use for your forms and lists (to come)

    • -0
    • +20
    ./approval-expiration-procs-oracle.xql
    • -0
    • +22
    ./approval-expiration-procs-postgresql.xql
  1. … 9 more files in changeset.
making group_type optional in group::new proc. You want type group in the vast majority of cases so making this the default

merge of 4.6.3b1 to HEAD

    • -32
    • +8
    ./application-group-procs-oracle.xql
    • -30
    • +6
    ./application-group-procs-postgresql.xql
  1. … 96 more files in changeset.

1. Made it possible to upgrade from acs-kernel 4.6.1 to acs-kernel 4.6.2

by using the APM rather than running the upgrade script by hand from

PSQL or SQL*Plus.

2. Changed a bunch of package .info files to depend on acs-kernel 4.6.2

to force the APM to upgrade acs-kernel (and therefore the APM datamodel)

before anything else. No guarantee on this though since not all

packages properly define their dependence on the kernel, it appears.

3. Whacked the release notes to suggest people use the APM to upgrade

acs-kernel first, other package later, just for safety's sake.

4. Fixed goof-up in acs-subsite I accidently introduced.

  1. … 35 more files in changeset.
You can once again mount/dismount subsites and delete of subsite works in

the simple case (i.e. when you've deleted everything you've added to it

via the site map or group/user/relseg admin UI)

    • -19
    • +13
    ./application-group-procs-oracle.xql
    • -18
    • +11
    ./application-group-procs-postgresql.xql
  1. … 4 more files in changeset.
add subsite::get and subsite::get_element patch 104 Frank Nikolajsen

1. Peter's APM changes broke subsite mounting because the old post

instantiate routine wasn't really called until after the site node for

the subsite was mounted. No problem - I changed it to be an after-mount

callback instead (which was the idea all along)

2. Earlier changes made by me broke the adding of users by an admin, because

the main subsite no longer has a group defined by default separate from

registered users. The registered users group *is* the main subsite

membership group. Had to add a special check for this case.

3. Removed the naughty composition rel added by application_group::new. This

caused subsites to have undesirable side-effects (add admin to subsite and

the user magically became an admin of the supersite, if you defined an

admin_rel and adminstrator relational segment in each)

    • -19
    • +1
    ./application-group-procs-oracle.xql
    • -18
    • +1
    ./application-group-procs-postgresql.xql
  1. … 2 more files in changeset.
changing acs-subsite to use an after-mount callback instead of the old post_instantiation proc. Replacing call to site_node_mount_application (deprecated) with site_node::instantiate_and_mount

  1. … 1 more file in changeset.
Merge of all changes from oacs-4-6 to HEAD. All changes up to tag jcd-merge-2

on oacs-4-6 are included.

    • -24
    • +0
    ./plpgsql-utility-procs-postgres.xql
    • -0
    • +24
    ./plpgsql-utility-procs-postgresql.xql
  1. … 74 more files in changeset.