kindlm
0ce164f49e
BugFix Type Error gruppe.class
...
BugFix Type Error gruppe.class
2017-09-26 11:53:24 +02:00
Andreas Oesterreicher
2ba2c628e8
Problem behoben wodurch die Studierenden im FAS nicht angezeigt wurden
...
wenn nur eine Anzeigesprache definiert ist
2017-09-26 09:19:34 +02:00
Paolo
ff233e3f16
Added AuthLib
2017-09-25 17:16:52 +02:00
Paolo
3cf42c4545
- Moved all the code related to authentication to AuthLib
...
- Changed configuration files autoload.php and rest.php to use AuthLib
- Added new method getCheckUserAuth to controller CheckUserAuth.php
- Removed libraries/FHC_Auth.php
- Removed models/CheckUserAuth_model.php
- Removed include/AddonAuthentication.php
2017-09-25 17:11:44 +02:00
Andreas Oesterreicher
ec62250b41
Fehlende Tabellenspalten hinzugefügt
...
Tabellenspalten sind im Check jetzt in doppelten Hochkomma damit die Spalte "table" korrekt abgefragt wird
2017-09-25 08:10:39 +02:00
kindlm
feb2154b08
Phrase Termine im LV-Plan
...
Phrase Termine im LV-Plan
2017-09-22 17:58:50 +02:00
kindlm
d1671fbe65
Merge branch 'master' of https://github.com/FH-Complete/FHC-Core
2017-09-22 17:41:09 +02:00
kindlm
c4a27c2112
news.php sortierung alphabetisch
...
Sortiert die Funktionen alphabetisch nach uid
2017-09-22 17:40:48 +02:00
kindlm
383a28e6e8
GUI-Verbesserungen Gruppenverwaltung
...
Beim bearbeiten und anlegen neuer Gruppen werden nun die Attribute
beschrieben und einige Save-Checks durchgeführt
2017-09-22 17:39:00 +02:00
Andreas Oesterreicher
1bd6e1c707
Using DMS Path instead of hardcoded Path
2017-09-22 17:02:14 +02:00
Andreas Oesterreicher
39544f95ef
Fixed broken Drag&Drop
...
Fixed broken styling
2017-09-22 16:57:41 +02:00
oesi
8c722f46d7
Studiengangskennzahl zu News XML hinzugefügt damit dies bei der Anzeige der Studiengangsleitungen beruecksichtigt werden kann
2017-09-22 15:07:39 +02:00
oesi
30bf994063
Beim Anlegen von Nachprüfungen übers CIS werden jetzt bevorzugt Prüfungslehreinheiten zugeordnet
2017-09-22 11:20:00 +02:00
kindlm
923eae0048
Merge branch 'master' of https://github.com/FH-Complete/FHC-Core
2017-09-21 20:30:24 +02:00
kindlm
677389b191
Mlist_generate
...
- Check of string lenght of bezeichnung and beschreibung
- new mlist tw_academy_std
2017-09-21 20:30:11 +02:00
Andreas Oesterreicher
76dc935117
Fixed wrong JQuery Include Path
...
Fixed broken HTML Tags
2017-09-21 16:25:15 +02:00
cris-technikum
a8c5f52566
Merge branch 'master' of https://github.com/FH-Complete/FHC-Core
2017-09-21 11:57:55 +02:00
cris-technikum
59722d7c3b
Reihungstool: Table "Mit Raumzuteilung" corrected
...
- column "bereits absovlierte Verfahren": correct data & percentages
- column "Ergebnisse": correct result by Prestudent
- table "Mit Raumzuteilung": position corrected
2017-09-21 11:57:49 +02:00
oesi
903e296bcb
Studierendenstatistik angepasst damit dynamisch alle Organisationsformen bei Mischformstudiengängen angezeigt werden
2017-09-21 10:24:43 +02:00
Paolo
35e35b4110
- Now UDFLib->_popUDFParameters returns the result without storing it in UDFs property
...
- UDFs property has been removed
2017-09-20 17:58:46 +02:00
cris-technikum
e623b3ad0b
relative URL set
...
change static to relative URL
2017-09-20 13:27:54 +02:00
cris-technikum
750fcfd6a7
Merge origin/master
...
Conflicts:
cis/testtool/login.php
vilesci/stammdaten/reihungstestverwaltung.php
2017-09-20 13:09:17 +02:00
cris-technikum
51a5bda923
Spalte für "bereits absolvierte Verfahren" korrigiert
2017-09-20 13:01:37 +02:00
Paolo
81864b14b7
Now by default the RESTful web services accept calls only from localhost (127.0.0.1)
2017-09-20 12:00:07 +02:00
Paolo
1d1ca17dc1
Now the organisation unit parameter for methods:
...
- getMessagesByPersonID
- getMessagesByUID
- getSentMessagesByPerson
- getCountUnreadMessages
of controller system/Message must be the root of the organisation unit tree
2017-09-20 11:33:41 +02:00
Paolo
a456c0838d
- Added property UDFs to UDFLib
...
- UDFLib constructor initialize UDFs property as an empty array
2017-09-20 10:55:20 +02:00
Paolo
6fca6e45eb
- Added optional parameter oe_kurzbz to method getStudiengangBewerbung of controller organisation/Studiengang2
...
- Added optional parameter oe_kurzbz to method getStudiengangBewerbung of model organisation/Studiengang_model
2017-09-20 10:41:20 +02:00
Paolo
7c25d6474c
Changed methods:
...
- getMessagesByPersonID
- getMessagesByUID
- getSentMessagesByPerson
- getCountUnreadMessages
of controller system/Message to get messages also with a given organisation unit
2017-09-19 19:02:55 +02:00
Paolo
f7153aa6f5
- Changed config entry addons_aufnahme_url in fhcomplete.php. Now it's an array having an entry for each organisation unit root
...
- Changed redirectByToken method in controllers/Redirect, now:
- Loads the root of the organisation unit tree using the oe_kurzbz present in the message, loaded using a token
- Redirect to the related aufnahme using the organisation unit previously found
- Changed method send in system/Messages, now retrives the oe_kurzbz of the recipients/prestudents to store these oe_kurzbz in the table tbl_msg_message (used by FAS)
- Added method getRoot to library OrganisationseinheitLib to retrive the root of an organisation unit by the given oe_kurzbz
- Added method getOrganisationunits to model crm/Prestudent_model, retrives the oe_kurzbz using the given prestudent/s id/s
- Added some comments here and there
2017-09-19 17:34:00 +02:00
Gerry Raab
0f68237b9b
Phrases it-IT
2017-09-18 10:24:36 -03:00
Gerry Raab
030a40fac7
update to IT phrases
2017-09-18 10:07:36 -03:00
Paolo
5ff875917c
Added method getAppliedStudiengangFromNowOE to get all the applied study courses for one person
...
- Starting from the current study semester
- For an organisation unit present in the organisation units tree that has as root the given parameter
2017-09-15 14:15:04 +02:00
kindlm
5594c2dccf
Merge branch 'master' of https://github.com/FH-Complete/FHC-Core
2017-09-15 12:51:57 +02:00
kindlm
36412b8308
Wochenplan.class: Anzeige der LV-Bezeichnung
...
Wenn der typ==lva dann wird in der Titelleiste die Bezeichnung der LV
angezeigt
2017-09-15 12:51:43 +02:00
Paolo
88cb088016
- Updated CHANGELOG.md
...
- Updated composer.json
- Updated composer.lock
2017-09-14 18:13:05 +02:00
Andreas Oesterreicher
ff2808399d
Institut wird am Lehrauftrag jetzt korrekt angezeigt wenn eine
...
Betreuung an einer kompatiblen Lehrveranstaltung hängt
2017-09-14 15:49:15 +02:00
Paolo
2b4a736a0e
Merge branch 'master' into cleanjs
2017-09-14 14:40:28 +02:00
Paolo
aedaf05735
JS bugfix
2017-09-14 12:35:45 +02:00
Paolo
dffbf566fe
Better code commentation
2017-09-14 11:49:52 +02:00
Paolo
b1a8c71ea4
Removed a wrong Js include, ordered JS and CSS includes
2017-09-14 11:29:20 +02:00
Paolo
a1d6cb68b2
Wrong JS include
2017-09-14 11:15:49 +02:00
Paolo
f8dc6f0d83
colopicker.js and colorpicker.css were modified, we keep them
2017-09-14 10:43:47 +02:00
Paolo
12becbeaf0
JS bugfix
2017-09-13 16:10:24 +02:00
Paolo
f7efce273c
XML compliant
2017-09-13 15:34:52 +02:00
Paolo
feada15766
XUL files still using old jQuery because of an incompatibility
2017-09-13 15:28:27 +02:00
kindlm
46142f80cd
Merge branch 'master' of https://github.com/FH-Complete/FHC-Core
2017-09-13 14:22:07 +02:00
kindlm
84eba8f06e
Wochenplan: Anzeige der Gruppen wenn lva
...
Wenn der Parameter "lva" gesetzt ist, werden im Wochenraster auch die
Gruppenbezeichnungen angezeigt
2017-09-13 14:22:01 +02:00
kindlm
6cbd48003e
FAS Pruefungszeugnis entfernt
...
- Das Prüfungszeugnis wurde aus dem Dokumente-Menü entfernt. Im
Kontextmenü des Tabreiters Abschlussprüfung ist es noch abrufbar.
- BugFix Dokumenterstellung im Kontextmenü des Tabreiters
Abschlussprüfung
2017-09-13 14:20:09 +02:00
kindlm
6c920c9e3e
FAS BCC-Mailversand mit ctrlKey
...
Wenn im FAS mit rechter Maustaste bei "E-Mail senden intern" die
Strg-Taste gedrückt wird, werden die Mails mit BCC verschickt.
2017-09-13 14:04:04 +02:00
Paolo
1685836b0a
Changed to the new tabs jQueryUI plugin syntax
2017-09-13 14:03:22 +02:00