• last updated 11 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- fix and standardize quoting in template properties

    • -2
    • +2
    ./request-unsubscribe-notification.adp
  1. … 39 more files in changeset.
- fix unsubscription message in german

- ensure html-encoding

  1. … 3 more files in changeset.
Merging back to HEAD branch oacs-5-8 (using tag vg-merge-oacs-5-8-from-20141027).

    • -1
    • +1
    ./request-unsubscribe-notification.adp
    • -3
    • +3
    ./request-unsubscribe-notification.tcl
  1. … 2533 more files in changeset.
- improve page-contracts

    • -1
    • +1
    ./request-unsubscribe-notification.tcl
  1. … 5 more files in changeset.
- use consistently "naturalnum" instead of "integer" when accepting just positive values

    • -2
    • +2
    ./request-unsubscribe-notification.tcl
  1. … 120 more files in changeset.
- flatten nested "lindex" structures

- pass property doc(title)

  1. … 1 more file in changeset.
- 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
    • +1
    ./request-unsubscribe-notification.adp
  1. … 334 more files in changeset.
- get rid of empty_string_p in non-deprecated code

- make use of tcl byte-code compiler

  1. … 41 more files in changeset.
- replace deprecated acs_sc_call by acs_sc::invoke

  1. … 10 more files in changeset.
Update documentation

Merged 5.5.1 to HEAD

  1. … 176 more files in changeset.
Localization (level AA requirement)

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

  1. … 726 more files in changeset.
Update notifications doc

Abort ADP so we don't get an error message after returning the error message.

Crap, this script was added with the following problems ...

1. called contacts package (fixed previously)

2. embedded PG-only queries (no xql files, no attempt to make this dotlrn

component work with oracle despite our policy of supporting oracle)

3. authorship misattributed to tracy adams (copied another script as a stub),

she wasn't the source of these problems

    • -0
    • +16
    ./subscribers-oracle.xql
    • -0
    • +14
    ./subscribers-postgresql.xql
Malte FUCKING called his contacts package from the notifications packages,

causing it to break. Of course there was no requires tag in the info file

so it didn't break until you actually tried using a package that uses

notifications.

And even better, there's already a proc in acs-tcl/tcl - an ancient one - that

does the same thing anyway.

Someone changed the message key here without bothering to provide a message,

so I'm switching back to the one that exists in something like 15 or so

different languages.

Show admins who is subscribed to an object

  1. … 1 more file in changeset.
Merged changes to HEAD ...

  1. … 1553 more files in changeset.
Upgraded version numbers to reflect the fact that it belongs to the 5.4 release. Made sure it depends on an acs-mail-lite version which has complex_send

  1. … 2 more files in changeset.
Zen cleanup: last files in notifications

  1. … 1 more file in changeset.
Zen cleanup: added buttons and added h1

Zen cleanup (added h1 titles)

Merging dotlrn-all and dotlrn-extras from oacs-5-2

  1. … 882 more files in changeset.
last shot for bug 2835 for 2.2.1 release. More will be done by the next one.

  1. … 14 more files in changeset.
Adding pages in order to manage notifications for a group of users

or for a given user.

    • -0
    • +6
    ./request-notification.adp
    • -0
    • +127
    ./request-notification.tcl
    • -0
    • +59
    ./request-notification.xql
    • -0
    • +6
    ./request-unsubscribe-notification.adp
    • -0
    • +50
    ./request-unsubscribe-notification.tcl
    • -0
    • +28
    ./request-unsubscribe-notification.xql
  1. … 4 more files in changeset.
change ad_verify_and_get_user_id to ad_conn user_id, change ad_maybe_redirect_for_registration to auth::require_login, make some db_ and dt_ function -public

  1. … 688 more files in changeset.
Copying documentation for notifications from HEAD.