• last updated 2 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
calendar popup widget fixes

Adding messing extention to image src url.

Fix passing HTML in url variable and use util_user_message instead

  1. … 2 more files in changeset.
remove old limitation that forbids acs_objecs of more than 8 digits

disable old integer limit that forbids objects with more than 8 digits via regexp

Changes for supporting postgresql 9.0:

- Avoiding usage of SQL reserved keywords on plpsql functions (plpsql lexer and parser were reworked).

- Fixing all those places on which FROM clause was automatically added by PG ( PG Config add_missing_from parameter was removed for this release of PG ).

Many thanks to Tracy Adams and Jeff Lu for providing first version of the patches.

    • -3
    • +5
    ./admin/group-types/rel-type-add-2.tcl
  1. … 15 more files in changeset.
file perm-user-add-include-oracle.xql was added on branch oacs-5-9 on 2016-07-14 15:57:38 +0000

    • -0
    • +0
    ./permissions/perm-user-add-include-oracle.xql
file perm-user-add-include-postgresql.xql was added on branch oacs-5-9 on 2016-07-14 15:57:38 +0000

    • -0
    • +0
    ./permissions/perm-user-add-include-postgresql.xql
fixed pagination error in this seldom used (and fairly useless) page

    • -21
    • +0
    ./permissions/perm-user-add-include-oracle.xql
    • -21
    • +0
    ./permissions/perm-user-add-include-postgresql.xql
    • -2
    • +0
    ./permissions/perm-user-add-include.tcl
    • -3
    • +3
    ./permissions/perm-user-add-include.xql
Improved the queries for global/instance params ...

1. First shot at sitewide admin ui for global parameters. You can edit them

from the sitewide admin page list that was previously built for packages

that have a sitewide-admin subdirectory. Package is now displayed for

either the existence of sitewide-admin or global parameters.

2. Did something I'd wanted to do for some time. When Nima added the

parameter_changed callback in acs subsite, he actually *moved* the

set_value call there. I've changed it so it more rationally sets the

value in the parameters page, then calls the parameter_changed callback.

3. Invented a global_parameter_changed callback that works as the regular

parameter_changed callback. This was necessary to avoid breaking existing

uses of parameter_changed.

More testing is required before release (which will hopefully happen

tomorrow, Sunday Apr 4).

  1. … 4 more files in changeset.
Oracle 9i allows the standard SQL outer join syntax so we can share these

queries now ...

Fix typo

Fix typo

Unset sections at the end of the form so the action buttons will appear under the last section border.

default to authority sort order rather than assuming local authority

Merged 5.5.1 to HEAD

  1. … 180 more files in changeset.
Localization

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

  1. … 198 more files in changeset.
Missed a detail when moving bio back to person.

  1. … 4 more files in changeset.
Moved "bio" back to "person", but with type-specific storage. People can

fight over where such things belong on another day, for now keeping it in

"person" has the advantage that the Tcl API is 100% unchanged so moving it

to type-specific storage won't break .LRN.

  1. … 8 more files in changeset.
Moved "bio" from person/generic storage to user/type-specific storage as TIP'd

(PG only, Oracle to follow soon).

  1. … 6 more files in changeset.
Permissions check cleanup

Check permissions in all cases. Added missing last else block with permission check for the case !private.

Substitute acs_mail_lite::send for ns_sendmail

  1. … 1 more file in changeset.
Substitute acs_mail_lite::send for ns_sendmail. Removed the 'send me a copy' because it would be a privacy violation, sender would see the user email in the copy when actually the receiver has chosen not to show her email address on the site.

Loop over the array names instead of the list to resize portrait

Return to where the user came from after password changed

Added support for other sizes than "thumbnail"

HTML cleanup