Merge branch '2.0'
[GitHub/WoltLab/WCF.git] / com.woltlab.wcf / cronjob.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <data xmlns="http://www.woltlab.com" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.woltlab.com http://www.woltlab.com/XSD/maelstrom/cronjob.xsd">
3 <import>
4 <cronjob>
5 <classname><![CDATA[wcf\system\cronjob\GetUpdateInfoCronjob]]></classname>
6 <description><![CDATA[Updates package information]]></description>
7 <description language="de"><![CDATA[Aktualisiert Paket-Informationen]]></description>
8 <startminute>0</startminute>
9 <starthour>2</starthour>
10 <startdom>*/2</startdom>
11 <startmonth>*</startmonth>
12 <startdow>*</startdow>
13 <canbeedited>1</canbeedited>
14 <canbedisabled>1</canbedisabled>
15 </cronjob>
16
17 <cronjob>
18 <classname><![CDATA[wcf\system\cronjob\RefreshSearchRobotsCronjob]]></classname>
19 <description><![CDATA[Refreshes list of search robots]]></description>
20 <description language="de"><![CDATA[Aktualisiert die Liste der Suchroboter]]></description>
21 <startminute>0</startminute>
22 <starthour>3</starthour>
23 <startdom>1</startdom>
24 <startmonth>*</startmonth>
25 <startdow>*</startdow>
26 <canbeedited>1</canbeedited>
27 <canbedisabled>1</canbedisabled>
28 </cronjob>
29
30 <cronjob>
31 <classname><![CDATA[wcf\system\cronjob\DailyCleanUpCronjob]]></classname>
32 <description><![CDATA[Executes daily Cleanup]]></description>
33 <description language="de"><![CDATA[Führt tägliche Aufräumarbeiten aus]]></description>
34 <startminute>0</startminute>
35 <starthour>1</starthour>
36 <startdom>*</startdom>
37 <startmonth>*</startmonth>
38 <startdow>*</startdow>
39 <canbeedited>1</canbeedited>
40 <canbedisabled>1</canbedisabled>
41 </cronjob>
42
43 <cronjob>
44 <classname><![CDATA[wcf\system\cronjob\HourlyCleanUpCronjob]]></classname>
45 <description><![CDATA[Executes hourly Cleanup]]></description>
46 <description language="de"><![CDATA[Führt stündliche Aufräumarbeiten aus]]></description>
47 <startminute>0</startminute>
48 <starthour>*</starthour>
49 <startdom>*</startdom>
50 <startmonth>*</startmonth>
51 <startdow>*</startdow>
52 <canbeedited>1</canbeedited>
53 <canbedisabled>1</canbedisabled>
54 </cronjob>
55
56 <cronjob>
57 <classname><![CDATA[wcf\system\cronjob\SessionCleanUpCronjob]]></classname>
58 <description><![CDATA[Deletes expired sessions]]></description>
59 <description language="de"><![CDATA[Löscht abgelaufene Sessions]]></description>
60 <startminute>*/30</startminute>
61 <starthour>*</starthour>
62 <startdom>*</startdom>
63 <startmonth>*</startmonth>
64 <startdow>*</startdow>
65 <canbeedited>1</canbeedited>
66 <canbedisabled>1</canbedisabled>
67 </cronjob>
68
69 <cronjob>
70 <classname><![CDATA[wcf\system\cronjob\AttachmentCleanUpCronjob]]></classname>
71 <description><![CDATA[Deletes orphaned attachments]]></description>
72 <description language="de"><![CDATA[Löscht verwaiste Dateianhänge]]></description>
73 <startminute>0</startminute>
74 <starthour>2</starthour>
75 <startdom>*</startdom>
76 <startmonth>*</startmonth>
77 <startdow>*</startdow>
78 <canbeedited>1</canbeedited>
79 <canbedisabled>1</canbedisabled>
80 </cronjob>
81
82 <cronjob>
83 <classname><![CDATA[wcf\system\cronjob\LastActivityCronjob]]></classname>
84 <description><![CDATA[Updates last activity timestamp]]></description>
85 <description language="de"><![CDATA[Aktualisiert Zeitpunkt der letzten Aktivität]]></description>
86 <startminute>*/5</startminute>
87 <starthour>*</starthour>
88 <startdom>*</startdom>
89 <startmonth>*</startmonth>
90 <startdow>*</startdow>
91 <active>1</active>
92 <canbeedited>1</canbeedited>
93 <canbedisabled>1</canbedisabled>
94 </cronjob>
95
96 <cronjob>
97 <classname><![CDATA[wcf\system\cronjob\UserQuitCronjob]]></classname>
98 <description><![CDATA[Deletes canceled user accounts]]></description>
99 <description language="de"><![CDATA[Löscht gekündigte Benutzer-Accounts]]></description>
100 <startminute>0</startminute>
101 <starthour>0</starthour>
102 <startdom>*</startdom>
103 <startmonth>*</startmonth>
104 <startdow>*</startdow>
105 <active>1</active>
106 <canbeedited>1</canbeedited>
107 <canbedisabled>1</canbedisabled>
108 </cronjob>
109
110 <cronjob>
111 <classname><![CDATA[wcf\system\cronjob\DailyMailNotificationCronjob]]></classname>
112 <description><![CDATA[Sends daily mail notifications]]></description>
113 <description language="de"><![CDATA[Versendet tägliche E-Mail-Benachrichtigungen]]></description>
114 <startminute>*/30</startminute>
115 <starthour>*</starthour>
116 <startdom>*</startdom>
117 <startmonth>*</startmonth>
118 <startdow>*</startdow>
119 <active>1</active>
120 <canbeedited>1</canbeedited>
121 <canbedisabled>1</canbedisabled>
122 </cronjob>
123
124 <cronjob>
125 <classname><![CDATA[wcf\system\cronjob\ModerationQueueCronjob]]></classname>
126 <description><![CDATA[Moderation queue cleanup]]></description>
127 <description language="de"><![CDATA[Löscht veraltete Einträge in der Moderation]]></description>
128 <startminute>0</startminute>
129 <starthour>1</starthour>
130 <startdom>*</startdom>
131 <startmonth>*</startmonth>
132 <startdow>*</startdow>
133 <active>1</active>
134 <canbeedited>1</canbeedited>
135 <canbedisabled>1</canbedisabled>
136 </cronjob>
137
138 <cronjob>
139 <classname><![CDATA[wcf\system\cronjob\StatDailyBuilderCronjob]]></classname>
140 <description><![CDATA[Builds the daily statistics]]></description>
141 <description language="de"><![CDATA[Generiert die täglichen Statistiken]]></description>
142 <startminute>0</startminute>
143 <starthour>1</starthour>
144 <startdom>*</startdom>
145 <startmonth>*</startmonth>
146 <startdow>*</startdow>
147 <active>1</active>
148 <canbeedited>1</canbeedited>
149 <canbedisabled>1</canbedisabled>
150 </cronjob>
151 </import>
152 </data>