File: README.Notification

package info (click to toggle)
letodms 3.3.9%2Bdfsg-1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 2,828 kB
  • sloc: php: 21,980; sql: 1,054; sh: 85; makefile: 84
file content (94 lines) | stat: -rw-r--r-- 2,155 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
Notifications
-----------------------------------------------

Most changes made to documents or folders in LetoDMS can be monitored
by the users. Notifications are send by email if a user or group
has subscribed it.

The following notifications are send to all users and groups having
registered a notification for the event:

op/op.AddDocument.php
op/op.AddMultiDocument.php
* adding a new document to a folder
  subscribers of the parent folder

op/op.AddSubFolder.php
* adding a new subfolder to a folder
  subscribers of the parent folder

op/op.AddFile2.php
op/op.AddFile.php
* adding a new file to a document
  subscribers of the document

op/op.ApproveDocument.php
* approval status has changed
  subscribers of the document

op/op.DocumentAccess.php
* access rights or ownership has changed
  subscribers of the document

op/op.DocumentNotify.php
* document notification was changed
  owner or group of the document/notification

op/op.EditComment.php
* document's comment has been changed
  subscribers of the document

op/op.EditDocument.php
* document has been changed
  subscribers of the document

op/op.EditFolder.php
* folder has been changed
  subscribers of the folder

op/op.FolderAccess.php
* access rights or ownership has changed
  subscribers of the folder

op/op.FolderNotify.php
* folder notification was changed
  owner or group of the folder/notification

op/op.ManageNotify.php
* notification was removed
  owner of the notification

op/op.MoveDocument.php
* document was moved
  subscribers of the document

op/op.MoveFolder.php
* folder was moved
  subscribers of the folder

op/op.OverrideContentStatus.php

op/op.RemoveDocumentFile.php
* file of document was removed
  subscribers of the document

op/op.RemoveDocument.php
* document was removed
  subscribers of the document

op/op.RemoveFolder.php
* folder was removed
  subscribers of the folder

op/op.RemoveVersion.php
* version of document was removed
  subscribers of the document

op/op.ReviewDocument.php
* document was reviewed
  subscribers of the document

op/op.UpdateDocument2.php
op/op.UpdateDocument.php
* document was updated
  subscribers of the document