Commit Graph

  • 850aa2820e Merge remote-tracking branch 'origin/master' Manfred Kindl 2018-06-04 15:19:21 +02:00
  • 9ae236a8e1 FAS Bescheid Englisch entfernt Manfred Kindl 2018-06-04 15:17:15 +02:00
  • 855be4abe5 Zeitaufzeichnung Anpassung Link ins Moodle Manfred Kindl 2018-06-04 15:15:43 +02:00
  • 0a71bce547 Changes to the FilterWidget Paolo 2018-05-29 18:05:22 +02:00
  • dc580c9526 controllerid is also passed when freigegeben or abgesagt (important to keep filter!) alex 2018-05-29 17:44:58 +02:00
  • 7c5995c318 Code and comments improved Paolo 2018-05-29 15:57:10 +02:00
  • 865eea2245 Added PHRASES translation for javascript Cris 2018-05-29 14:13:00 +02:00
  • 11ca6fb0cf Changed restart Option of Systemd Service Andreas Österreicher 2018-05-29 08:18:06 +02:00
  • 79bef79ae8 Auslandssemester werden jetzt nicht mehr doppelt am Diplomasupplement angezeigt. Projektarbeiten die im Ausland absolviert wurden werden jetzt korrekt beim Auslandssemester angezeigt Andreas Österreicher 2018-05-29 08:12:55 +02:00
  • eb496e1701 Added Config for Signature Server Removed deprecated Option PDF_CREATE_FUNCTION Andreas Österreicher 2018-05-28 15:37:55 +02:00
  • 5dccb8f6a7 Im CIS-Profil sind nun auch zukünftige Funktionen von Personen sichtbar Andreas Österreicher 2018-05-25 17:01:50 +02:00
  • 282b822b63 - adapted infocenterdetails to work with new ajaxlib - layout change infocenter dataset - wrapping objects around javascript code alex 2018-05-25 15:10:50 +02:00
  • 505c15f558 Adapted base-sql Gerald Raab 2018-05-24 15:13:32 +02:00
  • 15e350ea3a FilterWidget: extended the functionality of the default_filter flag If only the "app" and "dataset_name" parameters are given, at the first loading of the FilterWidget: 1. Try to load the custom filter (person_id = logged user person_id) with the given "app" and "dataset_name" that is set as default filter (default_filter = true) 2. Try to load the global filter (person_id = null) with the given "app" and "dataset_name" that is set as default filter (default_filter = true) 3. Do not load anything to avoid to retrive too many data from DB Paolo 2018-05-24 12:37:50 +02:00
  • 45677d0ec4 Reversed order of list Gerald Raab 2018-05-24 10:31:51 +02:00
  • e691dc8578 - Removed _setControllerId method from controller InfoCenter - InfoCenter controller now uses setControllerId and getControllerId from FHC_Controller - Fixed URL query string character in method FHC_Controller->setControllerId Paolo 2018-05-23 18:57:39 +02:00
  • 27e9b55d35 fixed bootstrap responsive problems with messagefields alex 2018-05-23 17:49:56 +02:00
  • 9f1ea4c882 PHP Version Bugfix Andreas Österreicher 2018-05-23 17:27:14 +02:00
  • 5c9c78c8f4 Converted Short open tags to php open tags Andreas Österreicher 2018-05-23 16:35:45 +02:00
  • b3c81cf2c7 FilterWidget can display the name of the filter using phrases system Paolo 2018-05-23 15:44:03 +02:00
  • ed5ee67cc0 Quickfix multiple Prestudent-Verwendung Gerald Raab 2018-05-23 15:39:21 +02:00
  • f9346a37fb PHP Version fix Andreas Österreicher 2018-05-23 15:28:01 +02:00
  • f14ef08491 Merge remote-tracking branch 'origin/master' Manfred Kindl 2018-05-23 10:15:54 +02:00
  • 98f25028eb Rechte-Fix Mailverteiler Manfred Kindl 2018-05-23 10:07:51 +02:00
  • 77c8144e40 Datenschutz-Text in Incoming Tool Manfred Kindl 2018-05-23 10:06:45 +02:00
  • cd005940cf Delete-Berechtigungen fuer web User auf system.tbl_log Manfred Kindl 2018-05-23 10:05:34 +02:00
  • 9925ff738a Löschrechte für Vilesci User auf system.tbl_log erteilt zum Ausparken von Bewerbern Andreas Österreicher 2018-05-23 08:17:45 +02:00
  • 4775908685 Filter hidden Contacts from FAS Andreas Österreicher 2018-05-23 07:55:08 +02:00
  • 32b63b39f7 Merge branch 'master' of https://github.com/FH-Complete/FHC-Core Paolo 2018-05-22 18:14:13 +02:00
  • 3c7fc4bdbd - AjaxLib.css: better veil - AjaxLib.js: - Renamed object FHC_Ajax_Client to FHC_AjaxClient - Removed REMOTE_CONTROLLER property from object data used as ajax call parameter - Adapted FilterWidget.js to use AjaxLib.js - Adapted NavigationWidget.js to use AjaxLib.js - Introduced fhc_controller_id in method _printNavItem of NavigationWidget.js - Adapted infocenterDetails.js and infocenterPersonDataset.js to use changed libraries Paolo 2018-05-22 18:08:54 +02:00
  • ae052ec212 updated phrases for infocenter, layoutchanges phrasesupdate alex 2018-05-22 17:17:09 +02:00
  • cecda9e512 added alternative Text to Freigabemail (e.g. when not viewed as HTML) alex 2018-05-22 15:57:48 +02:00
  • 459f1a3be1 error is now not shown if no documents to accept during freigabe alex 2018-05-22 14:46:23 +02:00
  • 95e18e1ef1 possible to answer to messages with token without login alex 2018-05-18 19:28:27 +02:00
  • 4b1eacff21 Added includes for ajaxlib and navigationwidget into home.php Paolo 2018-05-18 14:07:11 +02:00
  • a1b9e4e8b1 Merge branch 'master' of https://github.com/FH-Complete/FHC-Core Paolo 2018-05-18 13:11:24 +02:00
  • 13beae23cc - Added public/css/FilterWidget.css and public/css/NavigationWidget.css to define CSS for Filter and Navigation widgets - Added public/js/FilterWidget.js and public/js/NavigationWidget.js to collect all the JS for Filter and Navigation widgets - Added filterwidget and navigationwidget paramaters to FHC-Header to include the new CSS and JS for Filter and Navigation widgets - Removed all CSS and JS from the views used from Filter and Navigation widgets - Added method _getFilterUniqueId to controller Filters to generate a unique id for a filter based on fhc_controller_id and the current page - Adapted the code in controller Filters to use _getFilterUniqueId - Added method _getFilterUniqueId to widget FilterWidget to generate a unique id for a filter based on fhc_controller_id and the current page - Adapted the code in widget FilterWidget to use _getFilterUniqueId - Removed fhc_controller_id from menu generation in InfoCenter controller - InfoCenter controller now gives as parameter fhc_controller_id to view infocenterDetails - InfoCenter controller now gives as parameter fhc_controller_id to various redirect - Views infocenter, infocenterData, infocenterDetails and infocenterFreigegeben: - including new JS and CSS to work with Navigation and Filter widgets - including AjaxLib (required by FilterWidget.js and NavigationWidget.js) - using fhc_controller_id in Details and unlockPerson links - fhc_controller_id in not anymore a parameter for FilterWidget, adapted the code where FilterWidget is called - AjaxLib: renamed method _getUrlParameter to getUrlParameter - Removed function getUrlParameter from public/js/infocenter/infocenterDetails.js, now uses the method from AjaxLib - Added fhc_controller_id where needed into public/js/infocenter/infocenterDetails.js - public/js/infocenter/infocenterPersonDataset.js now uses getUrlParameter from AjaxLib - Added paramater filter_page in infocenterPersonDataset.js when calling Filters/rowNumber Paolo 2018-05-18 12:10:14 +02:00
  • 45c3aad94d Adapted query for infocenter parking, replaced null in parkdate with -, set min and max size for messages, increased msglist size, pager counts now only trs in tbody alex 2018-05-17 17:46:00 +02:00
  • 6a67183738 added Parking feauture to infocenter alex 2018-05-16 20:00:19 +02:00
  • 24d4c316e4 Merge remote-tracking branch 'origin/master' Cris 2018-05-16 15:44:24 +02:00
  • 58950d581d Merge remote-tracking branch 'origin/master' Manfred Kindl 2018-05-16 13:39:21 +02:00
  • ebab4c64c8 Rechte BugFix Manfred Kindl 2018-05-16 13:38:13 +02:00
  • c6693bbc71 Merge remote-tracking branch 'origin/master' alex 2018-05-16 11:52:52 +02:00
  • 024bb06b0f improved currgeschaeftsjahrquery alex 2018-05-16 11:52:37 +02:00
  • 087299cf84 Added Unoconv 0.6 switch because converting text documents to pdf fails Andreas Österreicher 2018-05-16 08:48:37 +02:00
  • 748ab6fac3 Unique ID for each call to a controller - Added constant FHC_CONTROLLER_ID to FHC_Controller - Added private property _controllerId to FHC_Controller - Added protected method setControllerId to FHC_Controller - Added protected method getControllerId to FHC_Controller Paolo 2018-05-15 19:19:29 +02:00
  • a075cc26b3 - Removed place holders where not needed - Added public/js/AjaxLib.js to perform Ajax calls via JS - Added public/css/AjaxLib.css to configure the veil used in AjaxLib via CSS - Added public/images/loader.gif to be used with the veil in AjaxLib - Added to FHC-Header the possibility to include the AjaxLib (ajaxlib = true) Paolo 2018-05-15 18:33:01 +02:00
  • 6f57c46cc3 bei Anzeige der vergebenen Lehraufträge werden Lehrgänge exkludiert Gerald Raab 2018-05-15 17:15:03 +02:00
  • 37650f4d30 BugFix Function getStudiengaengeDokument Manfred Kindl 2018-05-15 16:30:47 +02:00
  • 499e8d200b Merge remote-tracking branch 'origin/master' Manfred Kindl 2018-05-15 13:54:44 +02:00
  • 5a10eada1d Studiengang_edit Manfred Kindl 2018-05-15 13:53:23 +02:00
  • f7196a7c60 Funktion deleteParked geändert Manfred Kindl 2018-05-15 13:52:31 +02:00
  • 8b89131502 Merge branch 'master' of github.com:FH-Complete/FHC-Core Andreas Österreicher 2018-05-14 14:05:27 +02:00
  • 4aa0f81278 Document Conversion Bugfix Andreas Österreicher 2018-05-14 14:05:11 +02:00
  • 4f993b06f4 Merge branch 'master' into permissions Paolo 2018-05-14 13:44:03 +02:00
  • 7ec82cf8ad Merge remote-tracking branch 'origin/master' Manfred Kindl 2018-05-11 16:59:19 +02:00
  • 6d4b2f5629 BugFix in system_check_sql.php Manfred Kindl 2018-05-11 16:59:09 +02:00
  • 7af995dbe5 Added Function "deleteParked" to personlog.class Manfred Kindl 2018-05-11 16:55:23 +02:00
  • 3a9882d034 BugFix in Funktion getStudiengaengeDokument Manfred Kindl 2018-05-11 16:54:49 +02:00
  • 7e1ddbf634 PrestudentID-Spalte nach Studienplan-Spalte sortiert Manfred Kindl 2018-05-11 16:53:54 +02:00
  • 257c833d45 'Interessent rejected' ignored in list Gerald Raab 2018-05-11 15:43:39 +02:00
  • 84ba892dc1 Added missing Permission to infocenter role Andreas Österreicher 2018-05-11 15:01:40 +02:00
  • bdf03efa35 Added Config Subfolder Production and Testing to ignore List Andreas Österreicher 2018-05-11 15:01:10 +02:00
  • 26600dac05 added kurzbz to zgv info, optimized responsiveness of panel headers, whole notizenrow clickable alex 2018-05-11 14:14:16 +02:00
  • eafa89ce10 Added phrases update script called by checksystem Cris 2018-05-09 13:13:38 +02:00
  • 03b298f1f5 Added translation fallback Cris 2018-05-09 12:39:19 +02:00
  • 1254e8d618 Added translation using phrases Cris 2018-05-09 12:36:35 +02:00
  • 8c00fb7be5 Improved the code in fhcauth_helper Paolo 2018-05-09 12:02:31 +02:00
  • aa278e89f0 Infocenter details changes: popup for ZGV info, show Bewerbungsfriste(n), optimized mobile responsiveness, set dokumente to "akzeptiert" when freigegeben alex 2018-05-08 14:13:47 +02:00
  • 81473929a3 Added primary key to system.tbl_extensions using column extension_id Paolo 2018-05-07 15:52:35 +02:00
  • c4e83ccc02 Fehler behoben wodurch nicht alle Projekte geladen wurden wenn auf den Filter alle geklickt wird Andreas Österreicher 2018-05-07 15:23:18 +02:00
  • 1550c856f4 Bugfix: fixed Infocenter details page to be compatible with the fhc_controller_id parameter Paolo 2018-05-03 17:25:36 +02:00
  • e4cdac1acb moved infocenter and sb admin js and css from include to public, get inactive parents/children oe is possible alex 2018-05-03 13:33:08 +02:00
  • 928fe549bb Merge branch 'master' of https://github.com/FH-Complete/FHC-Core alex 2018-05-03 13:14:37 +02:00
  • 060e6fa8e9 Changed length of Column oe_kurzbz in system.tbl_filter Andreas Österreicher 2018-05-03 13:05:24 +02:00
  • a2e109a1eb Reactivated Freigegeben Page Andreas Österreicher 2018-05-03 13:04:56 +02:00
  • dba08d4d9e - Added the feature to the Infocenter controller to generate a unique identifier for each call of itself, and to keep using the identifier for the next calls in the same browser/tab - Added the feature to the FilterWidget to use this identifier to create a different session for each FilterWidget Paolo 2018-05-03 12:33:01 +02:00
  • 4e90523ccc Removed var_dumps and error_logs where not needed or placed a comment where they are needed Paolo 2018-05-03 12:31:56 +02:00
  • c4baa454aa Added comment to application/helpers/fhc_helper.php Paolo 2018-05-03 12:26:50 +02:00
  • 9ef544fe23 Merge remote-tracking branch 'origin/master' Manfred Kindl 2018-05-02 12:15:37 +02:00
  • 47e7742b4e BugFix Manfred Kindl 2018-05-02 12:15:28 +02:00
  • 83a29142b3 added jQuery treetable to composer alex 2018-04-30 17:58:48 +02:00
  • 9e743089c2 table footer line e.g. for sums alex 2018-04-30 17:58:48 +02:00
  • ea58df568f table footer line e.g. for sums alex 2018-04-30 17:58:25 +02:00
  • 89e724de0e added Kostenstellen retrievers by geschaeftsjahr alex 2018-04-30 17:57:48 +02:00
  • 0f8847593a renamed budget tables (permissions) alex 2018-04-30 17:56:00 +02:00
  • 18ef284aca Merge remote-tracking branch 'origin/master' alex 2018-04-30 17:32:22 +02:00
  • 3b33e52df4 added getChild and getParents methods to CI model alex 2018-04-30 17:32:08 +02:00
  • a8b4b51b0d Merge branch 'master' of github.com:FH-Complete/FHC-Core Andreas Österreicher 2018-04-30 09:45:37 +02:00
  • ecaaa3cd19 Cronjob für Korrektur des Studienplanes korrigiert nun auch den Studienplan der Reihungstestanmeldung Andreas Österreicher 2018-04-30 09:44:40 +02:00
  • c98b1d1f78 Merge remote-tracking branch 'origin/master' Manfred Kindl 2018-04-27 18:59:34 +02:00
  • 50fedfb889 FAS Studentenoverlay Manfred Kindl 2018-04-27 18:59:22 +02:00
  • b3e57e422f Problem behoben wodurch in der CIS Seite Redirect Seiten nicht korrekt geoeffnet wurden wenn ein relativer Pfad verwendet wurde Andreas Österreicher 2018-04-27 16:32:47 +02:00
  • 72459f1227 Revert "Coodle Farbcodierung" Manfred Kindl 2018-04-27 15:37:15 +02:00
  • c7535f92c8 Merge remote-tracking branch 'origin/master' Manfred Kindl 2018-04-27 16:02:50 +02:00
  • ecf17a180b Neues File system_check_sql Manfred Kindl 2018-04-27 16:00:12 +02:00
  • e58c8110ce Trim auf Leerzeichen in Addon-Constructor Manfred Kindl 2018-04-27 15:57:45 +02:00
  • 120169ab37 Anzeige Vertretung in Urlaubsfreigabe-Übersicht Manfred Kindl 2018-04-27 15:56:54 +02:00
  • 6cb82ae911 BugFix Ersthelfer.php Manfred Kindl 2018-04-27 15:56:24 +02:00
  • 15180bd6f5 Notenverwaltung Manfred Kindl 2018-04-27 15:55:48 +02:00