Paolo
df51fb2988
Added method postUDF to controller system/UDF/UDF
2017-07-06 11:17:12 +02:00
Paolo
a530cd22b4
- Bugfix UDF dropdown, wrong check for selected value
...
- UDF checkbox now is only one value, no multiple checkbox anymore
- Added method saveUDFs to model UDF_model
- Added new constants to resolve json schema parameters
2017-07-06 11:07:43 +02:00
Paolo
3abfcbc429
- Better naming convention for variables
...
- Method toPhp has a more strict check about UDF
- Added constant UDF_FIELD_JSON_DESCRIPTION
- Added new code comments and improved the old ones
- Improved code formatting
- UDF validation now checks also the required fields
- UDF validation now checks also if the UDF value is an array or an
object and discard them
- Method _getUDFs renamed to _getUDFsDefinitions
2017-06-30 13:31:21 +02:00
Paolo
e2f87534ff
- Added new constants that represent the exit codes for the UDF validation
...
- Added new error messages for the UDF validation
2017-06-30 13:28:24 +02:00
Paolo
2c0ca4be98
Bug fix dbupdate_3.3
2017-06-28 12:41:57 +02:00
Paolo
9eb2ea854d
Merge branch 'master' into udf
2017-06-28 12:07:41 +02:00
Paolo
d3a675bf52
Testing phase
2017-06-28 12:04:41 +02:00
kindlm
75f4a7db58
Merge branch 'master' of https://github.com/FH-Complete/FHC-Core
2017-06-27 17:08:58 +02:00
kindlm
fff073f701
BugFix Reihungstest Excel-Auswertung
...
Wenn Reihungstest ID im $GET gesetzt ist, diesen Test zusaetzlich laden,
um auch jene außerhalbs des Datumszeitraums zu erwischen
2017-06-27 17:08:45 +02:00
Andreas Oesterreicher
6016bf8257
Berechtigungsprüfung beim Laden vom Messages behoben
2017-06-27 16:10:18 +02:00
Paolo
ac438c1b94
Added parameter no_file to API content/Dms/AktenAcceptedDms
2017-06-27 11:32:59 +02:00
Gerald Raab
3e0b3aecd0
php7-fix
2017-06-27 10:27:25 +02:00
Andreas Oesterreicher
4279d2c13c
Unschöne Fehlermeldung behoben wenn ein Ersatzkennzeichen gespeichert
...
wird das bereits bei einer anderen Person eingetragen ist
2017-06-27 07:59:10 +02:00
Andreas Oesterreicher
95613bd921
Phrase für LVevaluierung CMS Link korrigiert
2017-06-26 18:36:26 +02:00
Andreas Oesterreicher
7cf9a401f0
Studienplan Sortierung hinzugefügt für Anzeige in STGV Addon
2017-06-26 08:14:37 +02:00
Paolo
be9fc8121e
- Added exit codes for udf validation to constants.php
...
- Added messages for udf validation to fhc_model_lang
- Added MAX_LENGTH and MIN_LENGTH to UDFWidgetTpl in WidgetLib
- UDF validation second version in DB_Model
2017-06-23 18:54:34 +02:00
Andreas Oesterreicher
463b2df52c
Neuer Mailverteiler für Studiengangsleiter von offiziellen Studiengängen
2017-06-23 17:10:01 +02:00
kindlm
c0cf8a4fe9
Merge branch 'master' of https://github.com/FH-Complete/FHC-Core
2017-06-23 15:40:53 +02:00
kindlm
b901bc1b83
BugFix insert Studienplatz
2017-06-23 15:40:40 +02:00
kindlm
aa47faaf15
Changed function getTab in person.class
...
Filterstring wird getrimmt und mittels generateSpecialCharacterString
umgewandelt um auch Namen mit Sonderzeichen zu finden
2017-06-23 15:40:22 +02:00
kindlm
167f97e96a
BugFix Vorlagen DS
...
Textkorrektur Zeugnis
2017-06-23 15:39:11 +02:00
kindlm
f7df9b030e
Lehrveranstaltungsverwaltung
...
- Add Search for Lehrveranstaltung ID
- Add new Tablesorter with FilterWidget
- Add Column for Bezeichnung English
2017-06-23 15:37:40 +02:00
Stefan Puraner
a7d3214dd6
fixed return value of method '_manageUDFs'
2017-06-22 11:32:56 +02:00
Stefan Puraner
1a9d6de487
changed api method to return status 'Interessent'
2017-06-22 08:33:25 +02:00
Stefan Puraner
c026aecfbe
changed api method to return status 'Interessent'
2017-06-22 08:29:51 +02:00
Andreas Oesterreicher
67b2d39c21
Es können jetzt auch noch nicht genehmigte Studienpläne zu Reihungstests
...
zugeordnet werden. Zusätzlich wird im Dropdown der Status der
Studienordnung angezeigt
2017-06-21 19:03:36 +02:00
Andreas Oesterreicher
2675820271
DIV bei Lehrveranstaltungsseite hinzugefügt um per Addon Informationen
...
hinzufügen zu können
2017-06-21 18:36:51 +02:00
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
26c4865c43
- Property bb of PermissionLib is now static and is initialized in the
...
constructor, to have better performance.
- Method isBerechtigt has been renamed to _isBerechtigt
- Removed logs debug from _isBerechtigt
2017-06-21 14:02:24 +02:00
Paolo
5e3c8d8421
Replaced global constant FCPATH with FHCPATH
2017-06-21 11:30:45 +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
Gerald Raab
0be96175bb
Frist für das Anlegen von Prüfungsterminen konfigurierbar
2017-06-20 09:32:19 +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
236cf4ec3d
Better log debug output for the name of the called web service
2017-06-13 12:43:42 +02:00
Paolo
daa08ea30c
Added the query of the restful web service call to the log debug
2017-06-13 12:33:44 +02:00
Paolo
085fed5284
Added a log debug to the constructor of controller APIv1_Controller to
...
undestand what is the called restful web service
2017-06-13 12:00:24 +02:00
Gerry Raab
8dcc407c99
Merge branch 'master' of https://github.com/FH-Complete/FHC-Core
2017-06-13 00:19:02 +02:00
Gerry Raab
4c1669a01a
Rechnungsadresse
2017-06-13 00:18:32 +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
kindlm
8f2cb9be03
Merge branch 'master' of https://github.com/FH-Complete/FHC-Core
2017-06-09 15:30:23 +02:00
kindlm
d14730df35
Adresse.class: Corrected lenght-validation of plz
2017-06-09 15:30:02 +02:00
Andreas Oesterreicher
df5df5da57
Die Anwesenheitsübersicht für Lektoren zeigt zusätzlich die Lehrform der Lehreinheit im
...
Dropdown an damit zwischen Prüfungs-LVs und normalen LVs unterschieden
werden kann
2017-06-09 09:04:33 +02:00
Paolo
30c31211aa
Added insert and update for UDFs, first version
2017-06-08 18:26:32 +02:00
kindlm
6a26d82de5
Function getBewerbungstermine um studienplan_id erweitert
2017-06-08 14:20:57 +02:00
kindlm
094166f992
Merge branch 'master' of https://github.com/FH-Complete/FHC-Core
2017-06-08 10:03:25 +02:00
kindlm
7b88e7052f
Neues Attribut Onlinebewerbung im Studienplan
2017-06-08 10:03:09 +02:00