Commit Graph

7949 Commits

Author SHA1 Message Date
oesi 7dd20eee2f Lehrgangsgebühr zur OEH Beitragsliste hinzugefügt 2017-04-21 08:35:29 +02:00
oesi 3a82b36715 Bugfix für GS Absolventen die im Vorsemester Absolviert haben 2017-04-19 14:32:23 +02:00
oesi 0d348512d7 Bei Absolventen von Gemeinsamen Studien wird das Sponsionsdatum nicht geprüft 2017-04-19 11:32:55 +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
oesi 58734e9248 Cleanup and Remove Legacy Scripts 2017-03-29 10:54:42 +02:00
Gerry Raab bc9e513e2d Pruefungsanmeldung: add insertamum, display on Document 2017-03-29 02:53:38 +02:00
oesi 90e7969317 Cleanup and replace legacy Code 2017-03-28 11:31:58 +02:00
oesi 43c0a0bd30 Added Usage Comment 2017-03-28 11:31:04 +02:00
Paolo be4cab8230 PhrasesLib bugfix: getPhrases method now checks if the textile parser
has added the 'p' tags to the phrase before removing them
2017-03-28 11:18:40 +02:00
Paolo 61317978ce - Added class DropdownWidget
- Extended functionalities to Widget class
- Only one view for the dropdown html element
- Updated system/aufnahme/prestudentMultiAssign.php
- Updated affected widgets
2017-03-27 17:23:20 +02:00
oesi 7bcaccee84 Reservierungen im CIS sind nicht mehr möglich wenn die Stunde bereits in tbl_stundenplandev belegt ist 2017-03-27 16:38:19 +02:00
oesi 46829c366b Code Cleanup 2017-03-27 15:24:56 +02:00
Paolo ee827983b0 Fixed widgets to show if data are not present 2017-03-27 10:48:12 +02:00
oesi 75f21145ce - Vorrückung der Studierenden prüft die Gültigkeit des Studienplans. Wenn dieser nicht gültig ist wird versucht den neueren Studienplan zu finden. Wird kein eindeutiger Studienplan gefunden bleibt der alte Studienplan.
- CheckStudenten prüft die Studienpläne und zeigt Warnungen an wenn Studierende einen ungültigen Studienplan zugeordnet haben
2017-03-27 10:32:46 +02:00
Paolo 1f65f7737c - Splitted Usersfilters_widget in:
- Aufnahmegruppe_widget
	- Reihungstest_widget
	- Studiengang_widget
	- Studiensemester_widget
	- Stufe_widget
- Renamed /system/Users controller to system/aufnahme/PrestudentMultiAssign
- Added method getPrestudentMultiAssign to Prestudent_model
- Changed WidgetLib to allow to set the name and the id html attributes
of a widget
2017-03-24 16:39:50 +01:00
oesi 60ff6d145d - Lehrgangsteilnehmer werden nun im OEH Waehlerverzeichnis geführt
- Temporär wird zusätzlich auf die Lehrgangsgebühr geprüft da diese derzeit den ÖH Beitrag inkludiert
2017-03-24 12:17:25 +01:00
Paolo 2711430eb9 - Renamed TemplateLib to WidgetLib
- Updated controllers and views to use WidgetLib
- Removed TempleteLib from autoload config file
- Removed loading of session library from FHC_Controller (already
present in the autoload configuration file)
2017-03-23 12:25:58 +01:00
Paolo 2c4595005b DB_Model->_isEntitled: now if the user is not entitled to perform an
operation the query is reset
2017-03-23 11:51:18 +01:00
oesi e7db3a45ca Fehlende DEFAULT_LANGUAGE in Default Config hinzugefügt 2017-03-23 07:56:43 +01:00
Paolo 50f7531fa6 system/Users: saving stufe and gruppe via ajax 2017-03-22 17:21:10 +01:00
kindlm 4fea6b1149 Merge branch 'master' of https://github.com/FH-Complete/FHC-Core 2017-03-22 16:01:31 +01:00
kindlm cbb05c7228 Fehlende englischphrasen lehre.php 2017-03-22 15:58:17 +01:00