• last updated 16 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
upped version to 5.1.0d1

merge of changes between oacs-5-0-0b4 and oacs-5-0-0-final to HEAD

  1. … 286 more files in changeset.
updated core package version numbers to 5.0.0

  1. … 18 more files in changeset.
changed version back to b4 from rc2 because install can't handle rc suffix

updated version number to rc2

  1. … 67 more files in changeset.
integrity violation fix for acs_object__delete function. Making it delete matching acs_permission.grantee_id records in addition to the object_id ones. Bumping version of kernel to 5.0.0b5

  1. … 4 more files in changeset.
Clarified that a restart is required when changing LoginTimeout kernel parameter

merge of changes on oacs-5-0 branch to oacs-5-0-0b4 tag

  1. … 598 more files in changeset.
Fix the package and vendor URLs, remove broken owner emails.

  1. … 73 more files in changeset.
clean up summary and description information

  1. … 51 more files in changeset.
Fixed bug 1142 again (more?)

  1. … 4 more files in changeset.
Change the all_users to acs_users_all, bump version to 5.0.0b3, provide

upgrade script. fix where its used in logger, weblogger-portlet, and lars-blogger.

fixes bug 1174.

  1. … 9 more files in changeset.
Adds max_child_sortkey to acs_objects, uses select for update to incr

tree_sortkey (fixes concurrency problems and substantially improves

performance), drop group_elem_idx_container_idx (not useful) and

acs_objects_context_object_idx (which is superflous since there is an

identical unique constraint). changes acs_objects_get_tree_sortkey to

be isstrict/iscachable fixes a bug in acs_objects_context_id_up_tr on

both oracle an postgres.

See http://openacs.org/forums/message-view?message_id=142769 for discussion.

  1. … 7 more files in changeset.
updated all to 5.0.0a5, cleaned up require sections that listed multiple versions, and updated package owner info

  1. … 18 more files in changeset.
casts in tree_left and tree_right (pg 7.4 needs them it seems), bump version to 5.0a5, upgrade script provided

  1. … 2 more files in changeset.
Bumped version number to alpha 4

Allow all tags and all attributes by default. But not protocols, since those are dangerous

Fixed bug in auth_driver_params on Oracle, table had wrong unique constraint instead of primary key constraint

  1. … 2 more files in changeset.
Updated version numbers to upgrade to changes made for Oracle 9i support

  1. … 37 more files in changeset.
making acs__remove_user do what the Oracle version already does, i.e. remove records referencing the user record before attempting to delete it. Version number bumped to 5.0d12

  1. … 2 more files in changeset.
adds a kernel param ExcludedFiles for which the rp returns 404 (set to */CVS/* *~) and support for that in rp

  1. … 2 more files in changeset.
Default login to SSL if SSL is enabled for the server.

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.
Implemented bug #194: Do not serve .xql files

  1. … 2 more files in changeset.
when removing the apm_package.enabled_p column I forgot to remove the apm_package.enable/disable functions, so removing those now

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

  1. … 8 more files in changeset.
Default to persistent logins, now that persistent logins aren't eternal, but only for about 8 hours

Rewrote cookie handling

  1. … 9 more files in changeset.
ext-auth #20: adding support for Login over HTTPS. New acs-kernel parameter RestrictLoginToSSLP. New API in security-procs.tcl for casting requests into HTTPS mode etc. Requiring secure connection in scripts passing password (registration, login, password-update)

  1. … 8 more files in changeset.
Removed snapshot_p flag from data model, and moved into auth_sync_retrieve service contract

  1. … 2 more files in changeset.