Paolo
59045e1136
Added private method _fillMissingChkboxUDF to UDF_model.
...
It checks if UDF checkboxes are NOT posted and sets theirs values to
false
2017-07-28 18:36:08 +02:00
Paolo
0ff635f5ea
- Added Zusatzfelder tab for UDF in FAS, students and employees
...
- UDF for person and prestudent only
- Added CSS for widgets
- Fixed checkbox
- Improved aesthetics of widgets
2017-07-28 17:25:27 +02:00
Paolo
994c4e1d36
If a UDF is of type checkbox, convert the string value to a boolean
2017-07-28 17:21:01 +02:00
Paolo
0d9e5cc7a0
It checks in the index if $person_id and $prestudent_id parameters are
...
given. If they are given it loads the respective data.
2017-07-28 17:07:01 +02:00
Paolo
28be99c952
In case a table is updated and UDF are present in that table,
...
the method _manageUDFs will preserve the UDF values that
are NOT given as parameters.
Updates only the wanted UDF, without overwriting the others.
2017-07-28 17:00:42 +02:00
Paolo
6afd71876f
Added UDF to FAS -> export
2017-07-28 16:08:36 +02:00
Paolo
7859b07e70
Use extended studens export for both student export commands
2017-07-24 14:25:21 +02:00
Paolo
6573d46525
Merge branch 'master' into udf
2017-07-21 15:08:50 +02:00
Paolo
dab6515038
- Added widgets.css
...
- Better widgets HTML format
- Changed required attribute to udf-required
2017-07-21 15:02:04 +02:00
Andreas Oesterreicher
df7f9d926a
Beim Eintragen des Urlaubs wird vor dem Speichern geprüft ob eine
...
gültige Vertretung eingetragen wurde und ggf eine Fehlermeldung
angezeigt.
2017-07-20 10:40:43 +02:00
Andreas Oesterreicher
6957051c3b
Infoscreen umbenannt auf Informationsbildschirm da es sich um einen
...
geschützten Begriff handelt
2017-07-19 15:28:15 +02:00
Andreas Oesterreicher
b8b5b95251
Added additional parameter checks
2017-07-19 15:25:17 +02:00
Andreas Oesterreicher
88befdee6c
Added google.php to gitignore
2017-07-18 17:23:06 +02:00
Andreas Oesterreicher
4603befefc
Added API calls to get Prestudents according to its status
2017-07-18 17:19:53 +02:00
Paolo
b9c846f18f
FAS UDF tab
2017-07-18 12:48:47 +02:00
Paolo
de2c9703de
UDF bugfixes
2017-07-18 12:48:20 +02:00
kindlm
0a7fc53568
Merge branch 'master' of https://github.com/FH-Complete/FHC-Core
2017-07-14 11:47:27 +02:00
kindlm
63f39b1404
Gesamtnote: Check for valid grades on xls-import
2017-07-14 11:46:45 +02:00
kindlm
e8b6f8c9ba
Neuer Notenschlüssen Bachelor- und Masterarbeiten
2017-07-14 11:44:47 +02:00
kindlm
1e7188dc75
kleiner BugFix
2017-07-14 11:43:05 +02:00
kindlm
39e47ee6d9
FH-Ausweis
...
- Vergrößerte Bilder beim Fotocheck
- Automatischer Refresh nach Fotoupload
- DMS-Link wird nur mehr angezeigt, wenn er nicht NULL ist
- EAS zu Spezialfällen hinzugefügt
2017-07-14 11:39:02 +02:00
Andreas Oesterreicher
a378fa777c
Leitungsaktivierung/deaktivierung für BIF ermöglicht
2017-07-13 11:12:09 +02:00
Andreas Oesterreicher
8f8339eb49
Added Script to check FH-Complete Environment for missing Configuration
2017-07-13 10:51:49 +02:00
Paolo
62cc6613c2
UDF checkbox bugfix
2017-07-12 11:52:26 +02:00
Paolo
5d16a79cd3
- Added UDF tab in fas
...
- Added global constant FAS_UDF
2017-07-07 19:14:15 +02:00
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
Andreas Oesterreicher
4dd46fc55f
Fixed incorrect handling of microtime
2017-07-03 18:31:48 +02:00
Andreas Oesterreicher
a06f54ca8a
Problem beim Laden von SOAP Requests mit neueren Apache Versionen
...
behoben
2017-07-03 17:36:06 +02:00
Andreas Oesterreicher
3ccac21136
Removed Debug Colors
2017-07-03 10:22:09 +02:00
Andreas Oesterreicher
4c95ee4d58
Fixed Codesniffer test files according to FHComplete Style
2017-07-02 18:37:55 +02:00
Andreas Oesterreicher
5f47ce6e30
Changelog erweitert
2017-06-30 14:24:40 +02:00
Andreas Oesterreicher
9ec2756977
Erweiterte Suchoptionen bei Berechtigungen sind jetzt ein-/ausblendbar
2017-06-30 14:00:12 +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
Andreas Oesterreicher
8f9897d063
Bilder entfernt und angepasst um die Dateigroesse des Diplomasupplements
...
zu reduzieren
2017-06-30 13:04:14 +02:00
Andreas Oesterreicher
a63563c9ce
Alias im FAS ist Readonly wenn im Config GENERATE_ALIAS_STUDENT=false
...
gesetzt ist. Mit dem Recht student/alias kann dieses Feld dennoch
geändert werden
2017-06-29 08:18:26 +02:00
Andreas Oesterreicher
27203cb334
Im FAS werden die Aufnahmetermine farblich markiert die zur Berechnung
...
der Gesamtpunkte herangezogen werden.
2017-06-28 19:07:25 +02:00
Andreas Oesterreicher
a1d247eb40
Notice beim Erstellen des Diplomasupplement behoben die in seltenen
...
Fällen im Log angzeigt wurde
2017-06-28 19:04:15 +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