Paolo
0db611ed27
- Added new config entry in mail config file called enable_debug
...
- If enable_debug is true then info about the mail are logged into the CI error logs
- Fixed queries to get sent and received messages with Recipient_model, now messages for which a notice email was not sent are retrieved and messages are sorted by insertamum
- CL/Messages_model:
- Before setting a message as read check if a record is already present
- If the recipient is a prestudent then in table tbl_msg_message oe_kurzbz is set with the ou of the prestudent
- The sender id (person_id) now is get from the currently logged user also when replying
- MessageLib->_sendNoticeEmails checks that the message was sent only from FAS (NOT from infocenter)
2020-02-18 15:19:58 +01:00
Paolo
b94aad14fb
- Added new config entris for messaging: ou_receivers_no_notice and ou_receivers_private
...
- MessageLib:
- Renamed method sendAllNotices to sendAllEmailNotices
- Renamed method _sendOneNotice to _sendNoticeEmails
- Renamed method _sendNotice to _sendNoticeEmail
- If the recipient contact is empty is not anymore a blocking error
- Recipient_model->getMessageById renamed to getMessagesById, not it accepts an array of message ids, could return more results
- Fixed bug in public/js/messaging/writeReply.js to send subject value
2020-02-17 18:29:07 +01:00
Paolo
11f3fad1f7
Changed logic to send notice email to a message recipient
2020-02-14 19:17:09 +01:00
Paolo
a4bfdfb4a0
Fixed merge with stashed files in system/messages/htmlWriteTemplate.php
2020-02-13 12:49:57 +01:00
Paolo
c54579ef7d
/system/messages/MessageClient/read sent messages: read them all
2020-02-12 16:39:00 +01:00
Paolo
937db42e11
- Allow to change the subject in all reply pages
...
- Remove tabs and/or blanks from subject when replying
2020-02-12 16:14:50 +01:00
Paolo
6882199d0e
Bugfixes to allow to write to a person or to a prestudent from different GUIs
2020-02-12 14:43:11 +01:00
Manfred Kindl
98b2abeb51
BugFix show PreStudent Variables instead of Person Variables in Msg
2020-02-12 09:40:19 +01:00
Manfred Kindl
4b3f6f109d
Bugfix Load Phrases in ViewMessage
2020-02-12 09:08:32 +01:00
Paolo
de7ecb678c
Fixed phrases
2020-02-11 18:28:29 +01:00
Paolo
98918bc336
- Bugfix: fixed phrases in views/system/messages/*
...
- Added new phrases where missing or hard coded
- Fixed windowz new lines in /application/*
2020-02-11 18:05:26 +01:00
Paolo
16cb4a0d4c
- Replace "This is a notice to notice you that you have been noticed..." with:
...
EN: "This message will be delivered to the Infocenter of UAS Technikum Wien"
DE: "Diese Nachricht wird an das Infocenter der FHTW zugestellt "
- Bugfix: fixed phrases in system/messages/MessageClient/write
2020-02-11 16:49:25 +01:00
Paolo
1b9693e316
Bugfix: Infocenter write page person id and prestudent id are swapped
2020-02-11 16:10:39 +01:00
Paolo
c7b33fe160
Bugfix: FAS write page person id and prestudent id are swapped
2020-02-11 16:04:08 +01:00
Paolo
15b3532359
Merge branch 'master' into feature-3716/Messaging_inbox_outbox_user
2020-02-04 17:16:17 +01:00
Paolo
749e9be64d
Messaging system: student writes new message: separate logic for master and bachelor
2020-02-04 17:02:25 +01:00
Andreas Österreicher
a66d319581
Fixed some XSS Bugs
2020-02-04 14:58:33 +01:00
Paolo
53ac4d11ba
Do not retrieve the degree program name from studiengang table but directly from the organization unit table
...
in student sent messages page and student write to organisation unit page
2020-02-04 14:42:53 +01:00
Andreas Österreicher
e19533c0ba
Removed legacy Link from Vilesci Menu
2020-02-04 14:30:12 +01:00
Paolo
d496bf5993
When the recipient is infocenter then place a * close to the drop down description and a note under the tinymce box.
2020-02-03 16:44:29 +01:00
Andreas Österreicher
16f6bdbf70
Merge branch 'feature-5128/FHC-IDAM_account_activation'
2020-02-03 14:53:24 +01:00
Andreas Österreicher
7c087011d7
Merge branch 'feature-5156/Lehrauftragslisten_Stundensatz'
2020-02-03 13:05:43 +01:00
Andreas Österreicher
40771ba669
Removed Deprecated Kreuzerltool
2020-01-30 16:19:14 +01:00
Andreas Österreicher
9a9d08da39
Merge branch 'bugfix-5822/Digitaler_Lehrauftrag_Sonstiges'
2020-01-30 14:16:25 +01:00
Andreas Österreicher
3f0336ffc6
Removed deprecated File
2020-01-30 14:05:29 +01:00
Andreas Österreicher
bb6ebc1521
Fixed possible XSS Attack when passing "javascript:" or different protocol handler als parameter
2020-01-30 09:27:16 +01:00
Cris
98bb9987da
Now inkludierte Lehre also checking former (past) BIS Verwendungen
...
This allows display of column 'Betrag' in Lehraufträge annehmen.
(Important for external lectors, who want to see Betrag of their new
Lehrauftraege. They usually don't have active BIS Verwendung at the
beginning of each term, therefor last (past) BIS Verwendung needs to be
checked)
2020-01-29 09:55:59 +01:00
Cris
9bdee6d0f8
Corrected SQL query: now retrieving employees UID via tbl_mitarbeiter
...
Some Lectors, who were assigned as Projektbetreuer, received an email on
their (past) student-email-account. Now this is corrected.
2020-01-28 17:33:04 +01:00
hainberg
0df02e8df2
Merge branch 'master' of https://github.com/FH-Complete/FHC-Core
2020-01-28 14:36:41 +01:00
Paolo
8f908887be
- Method parseMessageText of controller system/messages/Messages could accept also the prestudent_id parameter
...
- If prestudent_id parameter then CLMessagesModel->parseMessageTextPrestudent is called
- Fixed show_error(getData error in model CLMessagesModel
- Added new method parseMessageTextPrestudent to model CLMessagesModel
- Method _prepareHtmlWriteTemplate of model CLMessagesModel now checks if data are from a prestudent and then uses MessageLib->getMessageVarsPrestudent
- Added new method getMessageVarsPrestudent to MessageLib
- Function parseMessageText in js/messaging/messageWrite.js could call system/messages/Messages/parseMessageText with prestudent_id parameter
2020-01-24 18:13:03 +01:00
Andreas Oesterreicher
3bee0210a8
Fixed XSS Vulnerability in CIS Schedule
2020-01-24 11:30:24 +01:00
Andreas Österreicher
350f252ba7
Semester für Lehreinheitenvorrückung auf 10 erhöht
2020-01-24 08:59:43 +01:00
Andreas Österreicher
3875f404d6
Merge branch 'bug-6052/Kollisionscheck_fehlerhaft'
2020-01-23 14:41:42 +01:00
Paolo
15fa4a6c90
Merge branch 'master' into feature-3716/Messaging_inbox_outbox_user
2020-01-23 09:55:00 +01:00
Paolo
a396f4a4ba
Merge branch 'master' into feature-3716/Messaging_inbox_outbox_user
2020-01-23 09:41:57 +01:00
alex
09323d167b
controllers/system/infocenter/InfoCenter.php: bugfix - links are not built incorrectly anymore when switch from freigegeben to uebersicht with filter_id
2020-01-23 09:39:00 +01:00
Andreas Österreicher
8a809fd1f3
Fehler behoben im Kollisionscheck beim Setzen von neuen Stunden mit direkten Gruppen.
...
Hier wurde fälschlicherweise eine Kollisionsmeldung angezeigt obwohl laut Raumvorschlag eine Zuordnung möglich ist
2020-01-23 08:30:51 +01:00
Paolo
3e72f399be
Infocenter is now hardcoded in recipient messages to avoid to display an empty "message to"
2020-01-22 15:04:07 +01:00
Andreas Österreicher
b5772feeb2
Merge branch 'bug-5936/Fix_composer_packages'
2020-01-22 09:10:13 +01:00
Paolo
13e24230bc
Fixed font awesome in composer and gitignore
2020-01-21 12:18:08 +01:00
Andreas Österreicher
d29e4ebf22
Merge branch 'feature-5665/Incoming_Zeugnisse'
2020-01-21 11:38:01 +01:00
alex
1dee4a3649
rdf/zeugnis.rdf.php: for Incomings, all grades are printed on zeugnis (even if flag zeugnis = false)
2020-01-20 11:36:29 +01:00
Paolo
0244caaa70
- Moved core from Redirect controller to ViewMessage controller
...
- Dropped Redirect controller
- Adapted configs and paths because of these changes
2020-01-17 15:39:34 +01:00
Paolo
50f633ce3e
Merge branch 'master' into feature-3716/Messaging_inbox_outbox_user
2020-01-17 15:04:47 +01:00
Paolo
63f475cd27
- Moved controllers Redirect and ViewMessage to system/messages/
...
- Changed config entries in message.php
- Changed Redirect controller to improve code and logic
2020-01-17 15:02:42 +01:00
Manfred Kindl
d753c7e517
Merge branch 'feature-4262/Bewerberstatistik_Korrektur'
2020-01-17 11:32:29 +01:00
Manfred Kindl
00dbce34c6
Merge branch 'master' into feature-4262/Bewerberstatistik_Korrektur
2020-01-17 11:32:10 +01:00
Manfred Kindl
e60a5d9d72
Merge remote-tracking branch 'origin/master'
2020-01-17 11:31:42 +01:00
Manfred Kindl
e7f2c4597e
Testtool Admin GUI optimiert
...
Anzeige von Leveln in Übersicht
"Round" in check_gebiet bei Zufallsfrage
2020-01-17 11:31:36 +01:00
Paolo
47682f37df
Merge branch 'master' into feature-3716/Messaging_inbox_outbox_user
2020-01-16 16:36:57 +01:00