• last updated 21 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- replace deprecated call top ad_permission_grant and ad_permission_revoke by calls to permission::grant and permission::revoke

- replace deprecated calls to "ad_header" and "ad_footer" by variant based on "ad_return_top_of_page" and "StreamingHead" template

- remove calls to deprecated doc_body_append

file users-bulk-upload-2.adp was initially added on branch oacs-5-8.

    • -0
    • +0
    ./admin/users-bulk-upload-2.adp
- replace calls to deprecated "ad_parameter" by non-deprecated counterparts

  1. … 1 more file in changeset.
- pass title property in OpenACS 5.8 style

- improve page contracts

    • -2
    • +2
    ./one-community-portal-configure-2.tcl
  1. … 6 more files in changeset.
- remove some more "empty_string_p" occurances

  1. … 2 more files in changeset.
- use $$ quoting in postgres SQL

- use name parameter for SQL functions

- provide compatility with pg9

- replace deprecated "acs_sc_call" by "acs_sc::invoke"

- replace deprecated "ad_maybe_redirect_for_registration" by "auth::require_login"

- brace expressions

- favor tcl-compilable string comparisons

- don't use numeric comparison operator for non-numeric arguments

- use numeric comparison operator for truth value comparisons

- use "in" or "ni" expression instead of "lsearch"

- bump version number to indicate compatibility with 5.8.1

  1. … 132 more files in changeset.
- replace depreacted "ad_parameter" by parameter::get

- replace deprecated "ad_get_user_id" by "ad_conn user_id"

- replace deprecated "ad_permission_p" by "permission::permission_p"

- replace deprecated "export_url_vars" by "export_vars"

  1. … 10 more files in changeset.
Updated according to recent change on the control panel

Remove link to change locale since it's now part of the user basic info form

Remove unused scripts.

  1. … 2 more files in changeset.
Remove "edit bio" link since it's now part of the user basic info form

Merged oacs-5-5 branch of .LRN packages to HEAD.

  1. … 81 more files in changeset.
Removed (++/--) links which weren't meaningfull, wouldn't work if javascript is disabled, and would behave weird when enabled. Wouldn't satisfy checkpoint 6.3 priority 1 of WCAG1

Added links to subsections

Fix vocabulary

Adding basic help (agreed at .lrn meeting)

    • -0
    • +16
    ./help/help-master.adp
    • -0
    • +19
    ./help/help-master.tcl
    • -0
    • +90
    ./help/en/Calendar.adp
    • -0
    • +134
    ./help/en/ClassCourse.adp
    • -0
    • +90
    ./help/en/Comunities.adp
    • -0
    • +141
    ./help/en/Customize.adp
    • -0
    • +109
    ./help/en/Files.adp
    • -0
    • +98
    ./help/en/Forums.adp
    • -0
    • +47
    ./help/en/LoginPassword.adp
    • -0
    • +110
    ./help/en/ManageAccount.adp
    • -0
    • +70
    ./help/es/Calendario.adp
    • -0
    • +94
    ./help/es/Comunidades.adp
  1. … 11 more files in changeset.
Localization

  1. … 2 more files in changeset.
Fixed rendering of email address

Removed format HTML tags

Untabify and indent

Show dotlrn_community type name only in the groups portlet, not in the "courses" and "communities" pages of theme-zen

Indentation

Don't show action buttons in the list (usability issue) since there's a link to manage memberships at the top of the page.

Substitute acs_mail_lite::send for ns_sendmail

  1. … 2 more files in changeset.
HTML cleanup

1. Don't include not approved users in the result of the search

2. Move the query to the common xql since it's the same for both DB

Minor fixes