KarpAlex
7c02f21582
added plausichecks to PlausicheckProducerLib, bugfixes in PlausicheckLib and plausicheck libraries and fehlerupdate, mainly concerning passed parameters
2022-09-29 03:16:05 +02:00
KarpAlex
23ec0d6344
Plausicheck AbschlusstatusFehlt: existence of status in previous Semester is checked as well when passing a Studiensemester
2022-09-28 17:26:36 +02:00
KarpAlex
1241a05ed3
-Plausichecks: added correct fehlertext and resolution params -replaced Plausichecker Interface with abstract class, which gets ci instance and loads plausicheck lib -write issue info only if issue really newly inserted
2022-09-27 18:32:15 +02:00
KarpAlex
9bae6bb0a4
added params to plausicheck libraries, added PlausicheckProducerLib to enable execution of plausichecks for GUI as well, removed old IssueProducer_Controller
2022-09-26 00:41:48 +02:00
KarpAlex
2c475f8bde
fehlerupdate: renamed NationNichtOesterreichAberGemeinde Plausicheck, PlausicheckLib: added comments
2022-09-22 19:54:18 +02:00
Harald Bamberger
e4590909e2
use alias if available instead of uid for email address
2022-09-22 13:20:12 +02:00
Harald Bamberger
bf216e6505
search also in stdkst and oe unit
2022-09-22 10:00:23 +02:00
Harald Bamberger
225b3b7c6e
only show current stdkst in searchresult
2022-09-22 09:39:05 +02:00
KarpAlex
edb69498e5
added PlausicheckLib for checking plausi issues
2022-09-21 19:55:37 +02:00
KarpAlex
5d1e99a222
Plausichecks: enabled passing of params to plausi issue checkers, created first checker StgPrestudentUngleichStgStudent
2022-09-21 19:54:20 +02:00
Harald Bamberger
85338b8477
add PersonalFilters to sideMenu, refresh sideMenu in the session after a custom filter was saved
2022-09-21 15:56:42 +02:00
Harald Bamberger
de667990a3
add Standard-Kostenstelle to search result for employees
2022-09-21 15:23:45 +02:00
Andreas Österreicher
253b1352f9
Merge branch 'bug-20124/FilterWidget_query_executed_before_changes_are_applied_bug'
2022-09-19 15:55:51 +02:00
KarpAlex
40d8edebef
Plausichecks: added run method to IssueProducer_Controller for producing plausicheck issues
2022-09-18 23:02:55 +02:00
KarpAlex
d5eff7d615
issue plausichecks: added issue producer files, code formatting
2022-09-15 18:56:18 +02:00
Andreas Österreicher
d109747cfc
Merge branch 'master' into feature-19173/mobilityonline_grant_agreement_ins_fas_uebernehmen
2022-09-01 15:34:12 +02:00
Paolo
537ce0940c
Code quality check improvements
2022-08-31 15:48:35 +02:00
Cris
fabdb70d72
Merge branch 'feature-18224/Anrechnungen_ECTS-Grenze' into feature-19473/VUE_Filter_Navigation_Widgets
2022-08-10 16:08:54 +02:00
Paolo
6d81e36e68
Merge branch 'master' into feature-19473/VUE_Filter_Navigation_Widgets
2022-08-08 12:11:08 +02:00
KarpAlex
0055243a64
DmsLib: replaced _writeFile function with _copyFile to copy all file in one go (php copy method) instead of reading blocks and writing them
2022-07-27 01:52:08 +02:00
Cris
6a43928322
Added: Display (Qualifikations-)Begruendung in STGL Anrechnungen Detail View
2022-07-26 18:14:23 +02:00
Paolo
6b4b3bad6a
Fixed application/libraries/FilterCmptLib->applyFilterFields, from arrays to objects
2022-07-14 11:47:28 +02:00
Paolo
ae70dbcb64
Fixed includes of filter type in FilterCmptLib when it is declared in an extension
2022-07-12 14:09:17 +02:00
Paolo
b53add9e67
libraries/SearchBarLib->_organisationunit removes from the leaders array those elements with uid and name == null
2022-07-11 16:10:24 +02:00
Paolo
198c6baf3d
- Added new protected method getPostJSON to FHC_Controller to get POSTed JSON
...
- application/controllers/components/Filter.php now makes use of getPostJSON from the FHC_Controller
- RESTClient now POST a JSON request
- public/js/components/filter/Filter.js improvements
2022-07-11 14:54:14 +02:00
Paolo
cfe7c6b9a4
Fixed typo in application/libraries/FilterCmptLib.php, renamed __getDatasetQueryCondition to _getDatasetQueryCondition
2022-07-11 10:27:49 +02:00
Paolo
b3caa4c0ac
Bugfix: FilterWidget: query executed before changes are applied
2022-07-08 11:15:52 +02:00
Paolo
8ab83a0baa
Added directory "components" to the extension installation
2022-07-07 17:26:49 +02:00
Paolo
2f1d5f157f
- Added new constant PHOTO_IMG_URL to application/libraries/SearchBarLib.php
...
- phone and photo_url are now return from SearchBarLib->_mitarbeiter
- SearchBarLib->_organisationunit fixed correct number of employees per organisation unit
- SearchBarLib->_organisationunit now returns the mailgroup
- SearchBarLib->_organisationunit returns an array of leaders, each element of this array is an object having the properties uid and name
2022-07-07 16:56:43 +02:00
Cris
b2715bb408
Fixed: Added missing Summe ECTS Schulisch to AntragData.
2022-07-07 10:27:50 +02:00
Cris
4d05f54b54
Added ECTS Summen top AnrechnungData in the AnrechnungLib
2022-07-07 10:25:19 +02:00
Cris
44a3231d55
Merge branch 'master' into feature-18224/Anrechnungen_ECTS-Grenze
...
# Conflicts:
# application/models/education/Lehrveranstaltung_model.php
2022-07-06 12:00:09 +02:00
Paolo
60b3be3d64
- Added new JS public/js/RESTClient.js as axios wrapper
...
- composer.json: added axios from github
- Added new directory application/components/extensions/
- Added new utility function findResource to application/helpers/hlp_common_helper.php
- Now the library libraries/FilterCmptLib loads the component definition php files from the extensions
- views/system/logs/logsViewer now includes axios and restclient, removed the includes for ajaxlib and jQueryUI
- Added includes for the RESTClient and axios to views/templates/FHC-Common and views/templates/FHC-Footer
- Improved component js/components/Fetch
- Components public/js/components/Filter.js and public/js/components/Navigation.js now they are making use of the Fetch component or/and the RESTClient
2022-07-04 19:25:16 +02:00
Paolo
796c09999f
Changed FilterCmptLib public methods to private where they were not used outside the library itself
2022-06-29 10:55:30 +02:00
Paolo
bcaa560a46
Bugfix: query executed before changes are applied
2022-06-28 10:29:44 +02:00
Paolo
2a298dc6d1
- Added JSON post parameter check in controllers/components/SearchBar->search
...
- Expanded search capabilities for organization units and employees
2022-06-27 16:22:40 +02:00
Harald Bamberger
47f7c03075
virtualsplit and searchbar vue component, TestSearch Controller and View for Demonstration, minor change to SearchBar Controller to work with posted json
2022-06-24 19:26:37 +02:00
Paolo
147ab92bae
- Added new library libraries/SearchBarLib
...
- Added new controller components/SearchBar
- Removed not anymore used view application/views/system/logs/logsViewerData.php
2022-06-24 17:59:01 +02:00
Paolo
9e48ba09d8
- Moved GUI options from application/components/filters/LogsViewer.php to application/views/system/logs/logsViewer.php
...
- Changed controller components/Filter to work with the new FilterComponent
- Removed unused code from library libraries/FilterCmptLib
- Changed library libraries/FilterCmptLib to work with the new changes in the controller components/Filter
- Added new CSSs for the new FilterComponent and NavigationComponent
2022-06-24 14:55:04 +02:00
Cris
42fb7a4fc8
Added ECTS Summe functions to AnrechnungLib
...
Added functions to calculate total ECTS Summe of
. angerechnete Studiensemester of Quereinsteiger
. bisher angerechnete schulische Kenntnisse
. bisher angerechente berufliche Kenntisse
2022-06-22 10:47:29 +02:00
Paolo
29002124cc
- Added new controller components/Filter.php
...
- Added new library FilterCmptLib
- Fixed includes paths in FHC-Footer and FHC-Header
- Moved the LogsViewer tool to VUE+BS5
2022-06-02 10:32:26 +02:00
Andreas Österreicher
ac91d8ccbc
Merge branch 'master' into feature-16370/AkteLib_create_new_CI_library_to_handle_akte
2022-05-27 14:18:30 +02:00
Paolo
a603081544
- Changed composer.json and updated composer.lock
...
- Added new PostgreSQL types in application/core/DB_Model.php
- Updated the includes in application/views/*
- Added new view template application/views/templates/FHC-Common.php
- Moved JS includes in application/views/templates/FHC-Footer.php
- Updated JS and CSS includes in application/views/templates/FHC-Footer.php and application/views/templates/FHC-Header.php
- Updated public/js/bootstrapper.js
- Changed global variable names in application/views/templates/FHC-Common.php to include the version of the included source
2022-05-23 18:45:29 +02:00
Paolo
704b32c76c
Fixed constant values in application/libraries/DocsboxLib.php
2022-05-11 11:06:53 +02:00
Paolo
d7e4d7ebde
Moved config entries from application/config/docsbox.php to config/cis.config-default.inc.php and config/vilesci.config-default.inc.php
2022-05-03 10:58:46 +02:00
Paolo
5a00ae5a5e
Removed not use constant DEFAULT_USER from libraries/AkteLib.php
2022-04-14 10:21:17 +02:00
Paolo
d1b487e91a
- Removed authentication functions from AkteLib and DmsLib
...
- Added new optional parameter who to write in the database who added the new document
- PHPMD optimizations
2022-04-13 13:22:16 +02:00
Paolo
d3c30af9f7
Merge branch 'master' into feature-15029/Docsbox
2022-04-11 20:14:26 +02:00
KarpAlex
0344904631
AkteLib.php, DmsLib.php coding style fixes:
...
- splitted too long parameter lines
- method call closing parenthesis on new line
2022-04-11 10:57:08 +02:00
Paolo
e50cc27a89
Fixed exec second parameter value
2022-03-04 20:13:03 +01:00