Cris
1254e8d618
Added translation using phrases
...
. added translation functionality by
-- adding loadPhrases-method in Controllers
-- replacing hardcoded html-text with $this->p->t(...)
2018-05-09 12:36:35 +02:00
alex
aa278e89f0
Infocenter details changes: popup for ZGV info, show Bewerbungsfriste(n), optimized mobile responsiveness, set dokumente to "akzeptiert" when freigegeben
2018-05-08 14:13:47 +02:00
alex
e4cdac1acb
moved infocenter and sb admin js and css from include to public, get inactive parents/children oe is possible
2018-05-03 13:33:08 +02:00
Paolo
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
2018-05-03 12:33:01 +02:00
Paolo
999b4040a4
Moved JS function refreshSideMenu from views/widgets/filter/filter.php to include/js/infocenter/infocenterPersonDataset.js and adapted the code
2018-04-24 18:34:07 +02:00
Cris
b7160b00fb
Adapted curser pointer for notices
...
cursor changes now to pointer-symbol when hovering a notice
2018-04-23 14:58:29 +02:00
Cris
daab764a14
Added Notice-Update functionality
...
. added notice updates functionality by clicking on a row in the notice-table
. log "Notice updated" is set into log-table when note was updated successfully
2018-04-18 14:34:36 +02:00
Cris
898b15a6b6
Added view for "Freigegebene Bewerber" - not active yet
...
added
. view for freigegebene bewerber
. controller calling the view
. navigation icons / text
-- navigation item "Freigegeben" DEACTIVATED UNTIL FILTER is revised (filter should return ALL freigegebene Bewerber)
2018-04-17 11:35:16 +02:00
Cris
63a56932e8
Adapted Freigabe-Button at ZGV Prüfung
...
Freigabe-button is now disabled:
. as long the application was not sent by the bewerber
. for all study programs that are not bachelor
2018-04-16 16:35:50 +02:00
Andreas Österreicher
0ea5d53b0a
Replaced base_url with site_url
2018-04-13 14:10:09 +02:00
Andreas Österreicher
1b11ed75db
- Moved Menu collapse Item to the bottom of the Menu
...
- Added Tooltip to collapse Icons
2018-04-13 14:09:21 +02:00
Paolo
280fb62b01
Changed the global JS object FHC_JS_DATA_STORAGE_OBJECT, called path and called method have been separeted into two different properties
2018-04-13 13:41:25 +02:00
Paolo
3d42622490
- Better code in controller system/Phrases
...
- Added new folder views/system/phrases
- Moved views phraseinhaltEdit.php, phrases.php, phrasesEdit.php, phrasesList.php and phrasesinhaltList.php from views/system/ to views/system/phrases/
- Adapted the code to work with this change
2018-04-12 18:14:01 +02:00
Gerald Raab
c29c83efb0
Merge branch 'master' of https://github.com/FH-Complete/FHC-Core
2018-04-12 16:39:28 +02:00
Paolo
5992cedd9e
FHC_Header:
...
- Added global variable called calledFrom that contains the URL path of the called controller + controller method
- Added function _generateJSDataStorageObject to generate the global JS object FHC_JS_DATA_STORAGE_OBJECT
- The global JS object is renamed from FHC_ADDON_DATA_STORAGE_OBJECT to FHC_JS_DATA_STORAGE_OBJECT
- Added funtion _generateAddonsJSsInclude to generate all the includes needed by the Addons
2018-04-12 13:21:57 +02:00
Paolo
ec12fb21f2
InfoCenter:
...
- Renamed button Apply to "Apply filter"
- Button "Apply filter" same width of button "Save filter"
2018-04-12 12:24:16 +02:00
Gerald Raab
3505b13bcf
Merge branch 'master' of https://github.com/FH-Complete/FHC-Core
2018-04-12 12:13:03 +02:00
Gerald Raab
baf6503f2f
Updated BaseSQL
2018-04-12 12:12:25 +02:00
Paolo
307c8a44f1
- Removed parameters hideHeader and hideSave from system/infocenter/infocenterData (they do not REALLY need)
...
- Now the JS function renderSelectedFilterFields can recognize the metadata text type
- Filter options panel beautified
2018-04-12 11:58:10 +02:00
Paolo
f9ac16e7b9
FilterWidget bugfix
...
- Now is possible to remove selected filters in "Filter options"
- Changed the class of the delte button from remove-filter (already used) to remove-selected-filter
- Added click event to remove-selected-filter class and the ajax call
2018-04-11 13:45:53 +02:00
Paolo
546b3bfef3
Bugfix: removed redundant event binding for element remove-filter in view selecteFilters
2018-03-23 11:03:46 +01:00
Gerald Raab
a1c4537540
Filter Infocenter angepasst
2018-03-23 09:57:01 +01:00
Andreas Österreicher
00c94778c1
Fixed Problem with Personal Filters
2018-03-22 10:03:06 +01:00
Gerald Raab
a5fbd45357
Spalte Nation hinzgrfügt, Login with code wird für Liste ignoriert
2018-03-16 17:54:33 +01:00
alex
16631d7ad9
quickfix for collapsing menu - add click events only after ajax call execution (asynchronity can be a bitch...)
2018-03-14 11:28:57 +01:00
alex
95663c42aa
added ZGV and document info to freigabe mail
2018-03-14 09:45:26 +01:00
Paolo
dd610c83d9
- Added navigation.php in application/config to configure menus used by NavigationWidget
...
- Addded controller system/Navigation to retrive menus via ajax
- Renamed method _setNavigationMenuArray to setNavigationMenuArray and set as public in system/infocenter/InfoCenter
- Now the InfoCenter menu is stored in the session
- The menu is generated by the widget NavigationWidget via JS
- No need anymore to give as parameters to the views the menu arrays
2018-03-09 15:14:16 +01:00
Manfred Kindl
b2fcb12936
Merge remote-tracking branch 'origin/master'
2018-03-06 17:04:20 +01:00
Manfred Kindl
56d2686e72
Infocenter Notiz Button für Autotext
...
"Anmerkung zur Bewerbung"-Text wird automatisch eingefügt
- "Select..."-Option bei Preview nur wenn mehr als 1 Empfänger
2018-03-06 16:54:49 +01:00
Andreas Österreicher
9362f56b63
Modified Infocenter Filter
2018-03-06 15:44:33 +01:00
Andreas Österreicher
99f075ee2f
Link zu Onlinebewerbung korrigiert
2018-03-02 11:44:55 +01:00
Andreas Österreicher
67d7deeffc
Infocenter Spalten angepasst
2018-03-02 11:35:42 +01:00
Andreas Österreicher
96e2648b06
Infocenter Übersicht
...
- Lock User hinzugefügt
- Bereits bestätigte Personen werden nicht angezeigt
- Es werden nur Personen angezeigt die nach dem 1.3.2018 18:00
abgeschickt haben
2018-03-02 08:03:24 +01:00
Gerald Raab
67dbca5be3
Click2Dial-Funktion auf InfocenterDetails
...
Addon-JS injection FHC-Header
2018-03-01 17:16:13 +01:00
alex
a2864eb47a
added notizen (Anmerkungen) zur Bewerbung
2018-03-01 16:05:23 +01:00
Paolo
3e990c620f
FilterWidget -> Header -> Dropdowns shows only the columns that are not displayed yet
2018-03-01 14:37:43 +01:00
alex
73c4ad225e
Merge branch 'master' of https://github.com/FH-Complete/FHC-Core
2018-02-28 15:12:48 +01:00
Paolo
9a3a33feb0
FilterWidget fixed drag&drop
2018-02-28 14:08:20 +01:00
alex
7581ac05dd
replaced php requests with ajax requests
2018-02-28 12:56:14 +01:00
Paolo
c66ed6dd8f
FilterWidget header uses bootstrap CSS now
2018-02-27 19:31:36 +01:00
Paolo
7869113396
- FilterWidget: bugfixes
...
- Added column StgAbgeschickt to formatRaw in system/infocenter/infocenterData.php
2018-02-27 18:48:21 +01:00
Paolo
bf46abdcc0
Removed columnsAliases parameter from views/system/infocenter/infocenterData.php
2018-02-27 18:38:48 +01:00
Paolo
a5059f0d27
Merge branch 'master' of https://github.com/FH-Complete/FHC-Core
2018-02-27 18:37:51 +01:00
Paolo
b8c1aae251
Changed FilterWidget to be more responsive with Javascript
2018-02-27 18:37:16 +01:00
alex
6f99a0ff0c
fixed bug with zgvdatum when datum null and infoonly
2018-02-26 17:53:46 +01:00
alex
5a4659c2b8
Merge remote-tracking branch 'origin/master'
2018-02-26 16:54:52 +01:00
alex
8f6ee06b9d
added "zgv uebernehmen" for prefill of zgv with latest edited zgv, optimized sort of zgvs
2018-02-26 16:54:41 +01:00
Andreas Österreicher
67ae79d4e0
Infocenter Spalte fuer abgeschickte Studiengaenge hinzugefügt
2018-02-26 10:40:55 +01:00
alex
93a581e301
Merge remote-tracking branch 'origin/master'
2018-02-23 10:06:56 +01:00
alex
53fcda3504
added infomail when interessent freigegeben
2018-02-23 10:06:46 +01:00