• last updated 13 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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.
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.
Added UsePasswordWidgetForUsername and UseEmailForUsername parameters

adding datamodel for authority parameters and bumping version to 5.0d4

  1. … 4 more files in changeset.
Support for external authentication: two new columns added to users table - username and authority. New object type authority with corresponding table auth_authorities. Bumping version number to 5.0d3

  1. … 16 more files in changeset.
adding locale and timezone to user_preferences table. Adding default_locale to apm_packages table

  1. … 8 more files in changeset.
Added code to allow loading of data for packages like ref-timezones with

SQL*Loader or PostgreSQL's COPY command.

  1. … 8 more files in changeset.
1. Made object_id 0 be a user instead of a person;

2. Created a rel_type 'admin_rel' and corresponding role 'admin'.

  1. … 8 more files in changeset.
Added password_changed_date column to users table, so we can expire passwords after a certain number of days

  1. … 4 more files in changeset.
Removed duplicate parameters that snuck in when I merged with 4.6

Merged with 4.6 branch

  1. … 30 more files in changeset.