Paolo
232379ae72
Added SESSION_TIMEOUT constant to TableWidgetLib
2020-01-08 15:49:26 +01:00
hainberg
bd055087cf
Merge branch 'master' of https://github.com/FH-Complete/FHC-Core
2020-01-08 15:48:36 +01:00
Cris
26228430aa
Customized error messages
...
Before the user got only a general error message ('Systemerror') when
an error occured. Now the error messages are more individual for better
debugging experience.
2020-01-08 15:46:17 +01:00
Andreas Österreicher
8e78382230
Merge branch 'feature-3334/FilterWidget_remove_old_filters_session_cached'
2020-01-08 15:43:05 +01:00
Nikolaus Krondraf
d8437a9936
Fehler beim Auslesen des gewählten Studiengangs korrigiert
2020-01-08 13:48:45 +01:00
Nikolaus Krondraf
fb80628510
Studiengang wird bei Prüfungsanmeldung nicht mehr geprüft
2020-01-08 13:15:29 +01:00
Manfred Kindl
dc06ee6f9e
Umbau Funktion getListeUser auf Startdatum
...
Abfangen wenn Ende NULL oder größer als Start
2019-12-20 16:49:48 +01:00
Manfred Kindl
9f67384ab4
Personendetails inaktive Status ausgrauen
2019-12-20 16:48:09 +01:00
Manfred Kindl
84393825c7
Historie des PreStudenten in PreStudent-Tab
...
+ Zugangscode in Detail-Tab
2019-12-20 16:47:07 +01:00
Paolo
ac4350959b
Cleaned and improved code
2019-12-20 16:25:27 +01:00
Paolo
4f69152a2b
Merge branch 'feature-5663/Create_new_helper_function_getError' into feature-5698/Clean_ViewMessage_MessageToken_model
2019-12-20 16:18:58 +01:00
Paolo
befb707870
Merge branch 'feature-5663/Create_new_helper_function_getError' into feature-5131/FilterWidget/TableWidget_reloadDataset_true_by_default
2019-12-20 15:08:28 +01:00
Paolo
1832f9a78a
- Set reloadDataset = true when widget is loaded
...
- Remove reloadDataset = true where these widgets are called
2019-12-20 14:43:09 +01:00
alex
ad82d17cfe
- vilesci/stammdaten/auswertung_fhtw.php: hide filter row cell of hidden gesamt percent column for sorting
2019-12-20 10:38:20 +01:00
Paolo
4e6fc7c607
- Create new function getError in helper hlp_return_object_helper that should just returns retval
...
- Replace all show_error(getData( with show_error(getError(
- Replace all error($...->retval) with error(getError($...))
- Replace all ->outputJsonError(getData( with ->outputJsonError(getError(
- Replace all show_error($...->retval with show_error(getError($...
- Replace all outputJsonError($...->retval with outputJsonError(getError$...
- Replace all return error($...->retval) with return $...
2019-12-18 18:35:19 +01:00
alex
a39a491c09
- vilesci/stammdaten/auswertung_fhtw.php: Reihungstestpunkte werden mit 4 Dezimalstellen ins FAS übernommen
2019-12-18 17:29:18 +01:00
Andreas Österreicher
827860e9cc
Fixed Navigation Menu Entry to be displayed correctly
2019-12-18 16:36:26 +01:00
hainberg
e120d77b41
Merge branch 'master' of https://github.com/FH-Complete/FHC-Core
2019-12-18 16:34:52 +01:00
alex
943f3dfac2
- vilesci/stammdaten/auswertung_fhtw.php: added invisible column for Gesamt for correct sort with colspan
2019-12-18 16:18:08 +01:00
Andreas Österreicher
8f3aadd3e2
Merge branch 'feature-3994/Digitaler_Lehrauftrag'
2019-12-18 16:08:11 +01:00
hainberg
3be1c627b2
Merge branch 'feature-3994/Digitaler_Lehrauftrag' of https://github.com/FH-Complete/FHC-Core into feature-3994/Digitaler_Lehrauftrag
2019-12-18 15:53:27 +01:00
Andreas Österreicher
2dd540c9e6
Changed Permission for Lehrauftrag-Report from lehre/bestellen to lehre/erteilen
2019-12-18 15:50:30 +01:00
Cris
df057faa8f
Added default text 'Keine Daten vorhanden' for empty tables
...
Before the tabulator sometimes looked kind of 'undone', when no data was
loaded. Now a nice message is displayed if the table is empty.
2019-12-18 15:45:34 +01:00
Cris
ff9aa5c48a
Expanded 'lector'-column width
2019-12-18 15:40:16 +01:00
Cris
83fb32bc18
Reordered columns: Now Ausbildungssemester right after STG-Typ-Kurzbezeichnung
2019-12-18 15:38:14 +01:00
Cris
4b33f6c0bd
Minor code prettyfying (tabs instead whitespaces, line wraps)
2019-12-18 14:51:45 +01:00
Cris
627ad0e499
Added phrase 'Stornierte Lehrauftraege' to phrasesupdate
2019-12-18 14:49:52 +01:00
Cris
34a55e2332
Added/Adapted JS functions for 'Stornierte Lehrauftraege'
...
- redrawed tabulator when opening the collapsed module. Must be done
to display stornierte lehrauftraege.
- generated storniert-tooltip
- generated storniert-status icon
- adapted selectableCheck to leave stornierte unselectable
2019-12-18 14:48:53 +01:00
Cris
ef3eedb989
Added data query and tabulator for 'Stornierte Lehrauftraege'
...
This file is triggered within the view acceptLehrauftrag.php.
It displays information about the lectors cancelled contracts:
- Vertragstyp
- Bezeichnung
- Stunden
- Betrag
- Storno Datum
- Storno von
2019-12-18 14:37:38 +01:00
Cris
754868e7fd
Added GUI for Stornierte Lehrauftraege (for the lectors)
...
Added new button 'Nur stornierte anzeigen'. When the button is clicked,
a collapsed modul opens below showing details about cancelled contracts
of the requested study semester.
2019-12-18 14:31:17 +01:00
Paolo
1a298c7e46
AuthLib->_createAuthObjByPerson now checks that the benutzer is active, and no more the person
2019-12-18 12:43:39 +01:00
Andreas Österreicher
a20e8da298
Fixed Error Handling in AuthLib
2019-12-18 07:49:49 +01:00
alex
57d4da7cbd
- vilesci/stammdaten/auswertung_fhtw.php: RT punkte werden anhand Formel mit Gewichtung berechnet
...
- Spalte "offsetpunkte" in testtool.tbl_gebiet hinzugefügt, sodass berechnete Prozente immer positiv sind
- RT-punkte ohne Physik entfernt
2019-12-17 18:02:42 +01:00
Andreas Österreicher
218a468587
Lecturer Menu Entry is now only viisible with the correct Permission
2019-12-17 17:51:20 +01:00
Paolo
e509f7acd1
Added comments and cleaned code
2019-12-17 16:57:02 +01:00
Paolo
719f2d7314
- Changed controller system/FAS_UDF, less busy now
...
- Method execReadOnlyQuery of DB_Model less strict check against SQL statements
- Added new public method setup to DB_Model to setup the model after initialization
- Added new constants to UDFLib
- Added new private method _printEndUDFBlock and _printEndUDFBlock to UDFLib
- Added new public methods setUDFUniqueId, getSession, getSessionElement, setSession, setSessionElement, saveUDFs and isAllowed to UDFLib
- Removed model system/FAS_UDF_model
- View views/system/fas_udf now uses the view templates/FHC-Header
- Added new parameter udfs to view templates/FHC-Header
- Added new properties to UDFWidget
- Added new private methods _initUDFWidget, _checkParameters and _startUDFWidget to UDFWidget
2019-12-17 13:35:41 +01:00
Andreas Österreicher
b6b3870e94
Trimmed Username after HTTP Basic Auth in Codeigniter
2019-12-17 09:04:27 +01:00
Andreas Österreicher
f0b26ef77e
STIP Antwort Parameter korrigiert
2019-12-17 08:33:21 +01:00
Cris
c2b9f3a3da
Amended help info: HOWTO Spaltenbreite verändern
2019-12-16 14:18:57 +01:00
Cris
80f100f5fb
Changed name order: first + family name -> to family + first name
...
This change allows sorting by family name.
2019-12-16 13:57:58 +01:00
alex
e2b75bcca9
- system/Variablenname_model getDefaults: replaced string concatenation of variable names in query by ci parameter replacement to prevent SQL injections
2019-12-13 16:37:33 +01:00
alex
416acfcb73
Merge branch 'master' of https://github.com/FH-Complete/FHC-Core
2019-12-13 16:35:45 +01:00
Andreas Österreicher
7e58a0f0d2
Removed NavigationLib from acceptLehrauftrag Page because it is not used
2019-12-13 08:55:39 +01:00
Andreas Österreicher
478bfdb9a0
Navigationwidget can be called without initial Permission
2019-12-13 08:54:49 +01:00
Andreas Österreicher
5b27f29a92
Merge branch 'feature-3994/Digitaler_Lehrauftrag'
2019-12-12 13:54:20 +01:00
Cris
9bf1715cb4
Removed unused code from CTRL Lehrauftrag bestellen
2019-12-12 13:43:07 +01:00
Andreas Österreicher
cbdb90c227
Berechtigungsfunktion angepasst damit auch Berechtigungen aus den Rollen geladen werden
2019-12-12 13:39:07 +01:00
Andreas Österreicher
a585b2a26b
BIS Meldung angepasst für 3. Geschlecht
2019-12-12 08:27:57 +01:00
Paolo
14e54ea48c
Merge branch 'feature-4998/FHC-IDAM_REST_Schnittstelle_zum_Setzen_des_Aktivierungscodes' into feature-5128/FHC-IDAM_account_activation
2019-12-11 18:55:10 +01:00
hainberg
cde7e82033
Merge remote-tracking branch 'origin/feature-3994/Digitaler_Lehrauftrag' into feature-3994/Digitaler_Lehrauftrag
2019-12-11 16:13:04 +01:00