Commit Graph

7967 Commits

Author SHA1 Message Date
Paolo 2e12295ede Migration script 3.3:
- Creates table system.tbl_udf
- Adds column udf_values to tables tbl_person and tbl_prestudent in public
schema
2017-06-21 17:41:25 +02:00
Paolo 950da84cf3 - Added constant EXIT_VALIDATION_UDF into constants.php
- Added message 'fhc_'.EXIT_VALIDATION_UDF into fhc_model_lang
- Added method _validateUDFs into DB_Model
- Renamed _manageUDF to _manageUDFs into DB_Model
- Renamed _getUDFParamters to _getUDFs into DB_Model
- Introduced first version of UDF validation
2017-06-21 11:05:20 +02:00
Paolo b73bf1dd32 - Added method listFields to DB_Model
- Added method fieldExists to DB_Model
2017-06-19 12:39:08 +02:00
Paolo 3ac8d7d604 - Added parameter decode to API /system/UDF/UDF to decode json
- UDF bugfix: now it checks if a table has the column udf_values before
performing an insert or update
2017-06-19 12:15:28 +02:00
Paolo e8d395f4f1 UDF update and insert bug fix 2017-06-14 16:18:43 +02:00
Paolo 86a1eb876e UDF update bug fix 2017-06-14 15:24:08 +02:00
Paolo 3706131ed7 Use udf_ as prefix 2017-06-12 13:53:57 +02:00
Paolo 294c65a9bf Added controller UDF to read UDFs definitions
UDFs update&insert second version
2017-06-09 15:45:33 +02:00
Paolo 30c31211aa Added insert and update for UDFs, first version 2017-06-08 18:26:32 +02:00
Paolo f092867602 2nd preview 2017-05-10 09:54:23 +02:00
Paolo e143aa8815 1st preview 2017-05-09 18:14:18 +02:00
Paolo a5aea17fa6 UDF fields are present in json output as other fields 2017-05-08 18:46:38 +02:00
Paolo 51ccee4d16 8th release 2017-05-08 11:39:21 +02:00
Paolo 6a11cc09cf 7th release 2017-05-05 18:45:28 +02:00
Paolo bc4ff5c8e9 6th release 2017-05-04 15:09:06 +02:00
Paolo dcedac9617 6th release 2017-05-04 15:08:39 +02:00
Paolo 0456c2c059 5th release 2017-05-02 18:55:54 +02:00
Paolo a6a6592db0 4th release 2017-04-28 17:17:31 +02:00
Paolo 0fd34807ca 3rd release 2017-04-27 19:06:36 +02:00
Paolo ebd892e333 2nd release 2017-04-21 19:03:20 +02:00
Paolo 11d3d7d7c0 1st release 2017-04-20 18:28:20 +02:00
Paolo e5d483caba Bugfix: relationmessage_id was missing in case of reply 2017-04-11 12:23:00 +02:00
Paolo de0ed58ba6 - Removed method index, inbox, view and outbox from controller
system/Messages
- Removed views messageReply, messageView, messages, messagesInbox and
messagesOutbox
- Removed menu item "Nachrichten" from VileSci->Admin
- Controller system/Messages: method write also works for replying to a
message
- View system/messageWrite also worki for replying to a message
- Updated content/messages.js.php to call the system/Messages controller
with the new parameters
2017-04-11 12:03:15 +02:00
kindlm 7d4486d34a Merge branch 'master' of https://github.com/FH-Complete/FHC-Core 2017-04-06 16:02:26 +02:00
kindlm 6e44dd67c8 Benutzerberechtigung.class neue Funktionen
- getBenutzerFromBerechtigung: Laedt die Benutzer zu einer Berechtigung.
- getBenutzerFromRolle: Laedt die Benutzer zu einer Rolle.
2017-04-06 15:58:16 +02:00
kindlm 511abeb362 BugFix LEFT JOIN diplomasupplement.xml
Textkorrktur Ausbildungsvertrag
Textkorrektur Reihungstestverwaltung
2017-04-06 15:55:52 +02:00
kindlm ff5bf6138d Phrasen DMS-Link
DOC-Block corrected
2017-04-06 15:53:32 +02:00
kindlm a092e1e358 FAS-Studierendensuche erweitert
- Findet nun auch Namen mit Sonderzeichen, egal wie sie in der Suche
geschrieben werden
- DropDown-Auswahl für Suchkriterien
- Neues Suchkriterium #email: Sucht nach Mailadressen
- Neues Suchkriterium #name: Sucht nach exakter Namensübereinstimmung
- Neues Suchkriterium #pid: Sucht nach Person ID
- Neues Suchkriterium #preid: Sucht nach Prestudent ID
- Neues Suchkriterium #tel: Sucht nach Telefonnummern

Kontakt.class.php: Neue Funktion searchKontakt
2017-04-06 15:51:44 +02:00
Paolo 811f5d395d - Escaped all the parameters concatenated to a query
- Added parameter titel to Studiengang2->getAppliedStudiengang
- Added parameter titel to Studiengang_model->getAppliedStudiengang
2017-04-06 11:13:16 +02:00
Paolo a2d2296f33 - Added method addGroupBy to DB_Model
- Changed the query present in method getPrestudentMultiAssign of Prestudent_model
2017-04-05 16:58:23 +02:00
oesi 4806b4f0e4 Zeugnisse, Zertifikate, Diplomasupplement, etc liefern jetzt die direkt eingetragenen SWS der LV zusätzlich zu den SWS die aus den Semesterstunden berechnet werden.
Die berechneten SWS sollten in Zukunft nicht mehr verwendet werden
2017-04-05 11:31:22 +02:00
Paolo 996b6d2464 Merge branch 'master' of https://github.com/FH-Complete/FHC-Core 2017-04-04 18:33:47 +02:00
Paolo 4984b69366 - DB_Model: workaround for CI_DB_driver->_list_columns (if there are two
tables with the same name in two different schemas, it returns a list of
fields from the two tables)
- DB_Model: changed loadTree to use the new method _list_columns
- DB_Model: added the method getSchemaAndTable
- Updated Studiengang_model to specify the schema when using the
loadTree method
- Studiengang_model: removed the titel parameter from method getAppliedStudiengang
- Studiengang2 controller removed the titel parameter from method getAppliedStudiengang
2017-04-04 18:27:31 +02:00
oesi 262e3eaab3 Cleanup 2017-04-04 17:05:47 +02:00
oesi fb059e98bb Englischen Beschreibungstext für Parneruniversitäten angepasst 2017-04-04 11:33:08 +02:00
Gerald Raab 70a1b16bd8 Introduced sender-alias for system-mail-sender 2017-04-04 11:19:46 +02:00
oesi 7594cf82a0 Infotext für Partnerhochschulen angepasst 2017-04-04 09:38:55 +02:00
oesi a99cf431fb Datum der geplanten Nachreichung von Dokumenten kann im FAS als Spalte bei den Dokumenten eingeblendet werden 2017-04-03 13:21:18 +02:00
oesi 5e4c078841 Changelog aktualisiert 2017-03-31 17:47:20 +02:00
oesi 6655c190ae Berechtigungsprüfung prüft jetzt zusätzlich ob der Benutzer aktiv ist 2017-03-31 17:44:34 +02:00
Paolo 8e9c10a5bc FAS->messages tab:
- get all the messages (sent and received)
 - status column visible by default
2017-03-31 16:03:23 +02:00
Paolo d9781e99c8 Comments correction 2017-03-31 10:53:27 +02:00
Paolo 5df981d32c Bugfix: if there are more statuses for a message, it's showed the last
one
2017-03-30 18:27:44 +02:00
Paolo 33c73e7c3c FAS -> Messages tab -> Added column status to check the status of the
message (unread, read, ...)
2017-03-30 18:11:13 +02:00
Paolo 559b1b4cdf - ViewMessage: checks if the receiver is an employee or not. If an
employee then hides the reply link
- Added isEmployee method to MessageToken_model
2017-03-30 17:44:43 +02:00
Paolo d08de4b22b Merge branch 'master' of https://github.com/FH-Complete/FHC-Core
Also the data of the message sender are not taken anymore via
the Person_model, but via the MessageToken_model, to avoid that
the login will be prompted
2017-03-30 16:43:35 +02:00
Paolo a0eb6b0eba - Added method setReadMessageStatusByToken to MessageToken_model
- Now the method toHTML of the controller ViewMessage is calling also
the method setReadMessageStatusByToken of model MessageToken_model
2017-03-30 16:27:14 +02:00
Gerald Raab 3ecb3907cf MsgView styled, display Name of Sender 2017-03-30 13:56:51 +02:00
Paolo f25cfc3fb1 Message viewer by token updated with standard CSS 2017-03-29 18:45:32 +02:00
Paolo 9dc9a712c4 - Moved file to manage vorlage into subdir vorlage
- Updated sprache, orgform, organisationseinheit and vorlage to the new
widget
- Changed method getRecursiveList of model Organisationseinheit_model
- Updated vilesci_menu_main.inc.php
- Changed method loadDropDownView of WidgetLib: if a selected value is
not given, by default it is set as HTML_DEFAULT_VALUE
- Updated all the affectd files
2017-03-29 16:57:29 +02:00