• last updated 15 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Merging back to HEAD branch oacs-5-8 (using tag vg-merge-oacs-5-8-from-20141027).

  1. … 2533 more files in changeset.
- remove obsolete files

- fix indentation of source code

- check ids in page contracts

  1. … 25 more files in changeset.
- move ad_user_class_query and ad_user_class_query_count_only from

packages/acs-tcl/tcl/admin-procs.{tcl,xql} to acs-outdated/tcl/

since these functions are non-functional (based on non-existing

tables)

- move related code from acs-admin/www/users/one.{tcl,xql} to acs-outdated/www/

  1. … 2 more files in changeset.
- not need to check for existence of variables with defaults: email, first_names, limit_to_users_in_group_id authority_id last_name_starts_with

- fix spelling limit_users_in_group_id -> limit_to_users_in_group_id

- "email" and "limit_to_user_id" have defaults, no need to check for existence

- "email" and "last_name" have defaults, no need to check for existence

- use tcl 8.5 extended index format for "string range"

- use property "doc(title)" throughout oacs-5-8 instead of "title" to get rid of warnings in error.log of the form:

Warning: /forums/message-view has no doc(title) set.

Using doc(title) is required in blank-master.tcl but was used so far only in a few packages

  1. … 323 more files in changeset.
- replace deprecated "export_url_vars" by "export_vars -url"

- fix bracing in "export_vars -form"

  1. … 114 more files in changeset.
- replace deprecated "export_form_vars" by "export_vars -form"

- replace deprecated "ad_export_vars" by "export_vars"

  1. … 71 more files in changeset.
- revert form_vars update

  1. … 81 more files in changeset.
- replace deprecated "export_form_vars" by "form_vars"

  1. … 30 more files in changeset.
- make use of byte-compiled functions

  1. … 11 more files in changeset.
Noquote the return URL since it is not displayed to the browser and its quoted in the form under display mode, causing a double quoting.

more PG 9.0 compatibility. Avoiding the usage of OIDs in postgresql.

  1. … 3 more files in changeset.
Non-info file merge results, with conflicts resolved.

  1. … 201 more files in changeset.
Substitute ns_sendmail calls for acs_mail_lite::send one

  1. … 1 more file in changeset.
add option to delete users from the admin pages (acs-admin/users/one)

- cleanup: reduce usage of deprecated functions (ad_parameter)

  1. … 5 more files in changeset.
HTML Strict cleanup: removed trailing slash of input, img, link, meta tags

  1. … 16 more files in changeset.
HTML strict cleanup: removed trailing slash of HR and BR tags

  1. … 24 more files in changeset.
Drop database type from generic sql file.

Remove header stuff from core. Use template::head procedures.

Add template::head::add_style to add inline styles.

  1. … 5 more files in changeset.
Made sure we are using the right user-new template

changing <br/> to <br> to meet html transitional validation requirements

  1. … 12 more files in changeset.
Added support for after user state change callback

  1. … 2 more files in changeset.
Added link for bouncing users

    • -0
    • +53
    ./bouncing-users.tcl
    • -0
    • +15
    ./bouncing-users.xql