• last updated 23 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Updated version numbers to upgrade to changes made for Oracle 9i support

  1. … 37 more files in changeset.
updating acs-subsite dependency version names for acs-kernel and acs-tcl

moving the password question parameters to acs-kernel. Updating parameter::get calls in local-procs to always provide a package_id (either current subsite or acs-kernel)

  1. … 2 more files in changeset.
- Improved needs approval messages

- Adding screen_name to auth::create_account in user-new

- Improved closed account messages

- Fixed permissions issue on user/basic-info-update

  1. … 7 more files in changeset.
Fixed password expiration and approval expiration

  1. … 8 more files in changeset.
removing ACS and OpenACS prefixes from core package names as they weren't really conveying any useful information for system admins

  1. … 12 more files in changeset.
Removed UseEmailForUsername parameter again, moved to acs-kernel

Beefed up new templated, form-builderified parameters page, moved it to /shared, and made site-map use it

  1. … 10 more files in changeset.
Adding ScreenNameP parameter, bumping version to 5.0d3

Removed stale params, added new for controlling username/email widget

Fixed registration and forgotten password pages

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

  1. … 816 more files in changeset.
adding two message keys needed by external authentication - bumping up version number

  1. … 20 more files in changeset.
Adds 'admin_rel' to permissible rel-types for application groups

  1. … 5 more files in changeset.
- 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)

  1. … 12 more files in changeset.
merge of 4.6.3b1 to HEAD

  1. … 107 more files in changeset.
removing the file listings from the info files since those are no longer used by OpenACS

  1. … 28 more files in changeset.
Added edit-this-page's parameters to acs-subsite -- I know it's ugle. See bug #479

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.
the version url was not updated and this broke the upgrade to 4.6.2

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)

  1. … 12 more files in changeset.
Upped the version number so the callback change gets read in by the APM

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)

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

  1. … 33 more files in changeset.
remove missing files from .info, misnamed plpgsql-utility-procs-postgres.xql should have been plpgsql-utility-procs-postgresql.xql

  1. … 2 more files in changeset.
removing file www/permissions/revoke-2-oracle.xql from info file as the file doesn't exist anymore

removing file www/permissions/revoke-2-oracle.xql from info file as the file doesn't exist anymore

merge from oacs-4-6

  1. … 110 more files in changeset.
moving send-email to acs-subsite

  1. … 2 more files in changeset.