Johann Hoffmann
8888b6991f
Merge branch 'master' into feature-61164/AbgabetoolQualityGates
...
# Conflicts:
# application/models/education/Projektarbeit_model.php
# public/js/helpers/StringHelpers.js
2025-11-24 14:25:43 +01:00
Johann Hoffmann
6cd0e3a574
email tbl_vorlage inserts dbupdate script; index.ci.php/Abgabetool/Assistenz/stg_kz? optional param route in old cis & cis4; no data placeholder phrase fix;
2025-11-17 15:57:53 +01:00
Harald Bamberger
fe1433a19c
Merge branch 'feature-63374/Studierendenverwaltung_International_Baum_Filter' into studvw_2025-11_rc
2025-11-04 16:56:51 +01:00
Johann Hoffmann
259c2aec14
load projektarbeiten for studiengänge -> assistenz page; speed dial position rework; automagicmodal logic fix; activeTabIndex by date in detail views; tooltips on icons; $capitalize phrasen to ensure capitalization; phrasenpromise & resolve similar to anw; modal component emits fullscreen event now;
2025-10-27 14:40:56 +01:00
Johann Hoffmann
f03411c668
legacy cis abgabetool routes; abgabetool.css for legacy cis; endupload & fixtermin logic enabled; paabgabe template rearranged; legacy view, controller has cis4 switch; viewData & router props workaround with CI3 router logic; wrapper app legacy cis; fix enduplaod validation;
2025-10-08 17:41:00 +02:00
Harald Bamberger
2c60dcb0a9
Merge branch 'master' into feature-62450/MyLv_VueRouter_Semester
2025-09-15 07:20:28 +02:00
Andreas Österreicher
8bba492ec1
Check for existing Folder before loading possible routes
2025-09-04 13:36:14 +02:00
nscbrandb
d17f87be09
also take environment config into account
2025-08-29 10:35:27 +02:00
chfhtw
9b8ac595c6
Code Quality
2025-08-21 12:59:24 +02:00
chfhtw
b73eac62b5
add studiensemester param to incoming/outgoing/gs backend
2025-08-20 11:54:01 +02:00
Harald Bamberger
ef80a19a24
allow negative studiengang_kz in prestudent and orgform urls
2025-08-19 13:22:59 +02:00
Harald Bamberger
a51f587da7
match negative studiengang_kz explicitly
2025-08-14 10:29:16 +02:00
Harald Bamberger
e11ff91b53
use (:any) for studiengang_kz since it can be negative
2025-08-13 18:45:58 +02:00
SimonGschnell
3c3038362a
update(MyLv VueRouter Studiensemester): adds the Studiensemester to the url of the vue router in the mylv view
2025-08-11 10:38:26 +02:00
Harald Bamberger
8a1cbd754d
Merge branch 'merge_C4_25999_61235_61730' into rc1_FHC4_C4
2025-08-05 16:32:50 +02:00
chfhtw
043c9fd5f3
split LvPlan into MyLvPlan (personal calendar) and LvPlan (lv calendar)
2025-08-05 09:33:11 +02:00
Harald Bamberger
a429b20823
Merge branch 'feature-63192/FHC4-Studierendenverwaltung_Semsterauswahl_fuer_mehrere_Tabs_anpassen' into rc1_FHC4_C4
2025-08-01 16:26:01 +02:00
Harald Bamberger
38fe68362d
use correct function in routing
2025-07-31 16:40:33 +02:00
Harald Bamberger
2f10a3a3e9
adapt single person routes, old and new js api files and frontend usage
2025-07-31 07:50:17 +02:00
Harald Bamberger
c876179762
adapt Students api endpoints, use ci routing, adapt frontend
2025-07-30 18:15:09 +02:00
SimonGschnell
c080d1abb2
refactor(Rename Stundenplan to LvPlan):renames all methods and files from Stundenplan to LvPlan
2025-06-10 11:46:19 +02:00
Johann Hoffmann
1d9ea5d091
router click intercepter does not resolve internally when only matched route was the Fallback matchAll route; cleanup routes.php & Stundenplan controller from viewData and verbose reroutes; overflow setting on years page;
2025-02-20 11:22:30 +01:00
Johann Hoffmann
d45a41b949
defined new CI routes to differentiate between 5 cases CI doesnt handle anymore but vue router does; define Stundenplan/:lv_id? route for old links to redirect to new route Stundenplan/:mode/:focus_date/lv_id; new route with props route param handling to put them into viewData to always check for the same object; define day as allowed init mode; WIP same thing for raum calendar page;
2025-02-18 10:18:39 +01:00
Johann Hoffmann
0ec3ba8e69
intercept a tag clicks and attempt vue routing to avoid having to know about vue router configuration; routes include Stundenplan, MyLv;
2025-01-16 15:16:33 +01:00
Johann Hoffmann
b0cd599999
WIP stundenplan widget tagesansicht
2024-11-13 10:41:50 +01:00
Harald Bamberger
2b516d40c9
remove controllers, views and libraries for CisHtml since not used
2024-11-05 17:46:42 +01:00
Harald Bamberger
d4494836b1
fix file permissions erroneously commited as a21a292da6
2024-10-17 15:34:00 +02:00
SimonGschnell
a21a292da6
dokument upload
2024-01-29 16:48:41 +01:00
cgfhtw
95458c193c
CIS4 Entry & View titles
2023-03-31 14:50:56 +02:00
cgfhtw
c56b774d1d
3 Versions
2022-12-15 09:42:28 +01:00
cgfhtw
266ba7523f
s&d
2022-11-29 08:48:50 +01:00
Paolo
537ce0940c
Code quality check improvements
2022-08-31 15:48:35 +02:00
Werner Masik
5ea46ece47
added VueRouter to composer; integrate router.php from extensions
2022-08-15 20:25:42 +02:00
Paolo
d2e8b01e30
- codeigniter-restserver is now provided and loaded via composer (libraries/REST_Controller.php, config/rest.php, language/english/rest_controller_lang.php, libraries/Format.php, etc)
...
- Added new core controller core/RESTFul_Controller.php that extends REST_Controller and partially overrides part of the latter
- Changed application/config/rest.php to keep the minimal useful set of configs
- Controllers core/APIv1_Controller, controllers/api/v1/CheckUserAuth.php and controllers/api/v1/Test.php now extend core/RESTFul_Controller
- Changed method _remap interface for core/APIv1_Controller
- Removed application/core/REST_Controller.php
- Removed application/libraries/Format.php
- Removed application/language/english/rest_controller_lang.php
2019-07-31 14:46:31 +02:00
Paolo
0bc0a09bf4
- Removed file system execute permission for all files (no directories)
...
- application/extensions file system permission now is 775
- application/logs file system permission now is 775
- Added extensions directory in application/: config, controllers, helpers, hooks, libraries, models, views and widgets
- Added view views/extensions/manage.php
- Added controller controllers/system/extensions/Manager.php
- Added library ExtensionsLib to manage extensions
- Added model models/system/Extensions_model.php
- Moved code related to print out info from MigrationLib to EPrintfLib
2017-11-13 10:45:49 +01:00
bison-paolo
0a19cbfba4
- Changed the routes used to call the controllers, now accept also
...
capital names
- Now method getStudiengangBewerbung of controller Studiengang returns
also data relative to the table lehre.tbl_akadgrad
- Fixes and enhancements of method loadTree of DB_Model.
2016-11-25 15:09:19 +01:00
paolo
6b1968ae5b
Codesniffer compliant: if, for and while
2016-05-20 13:04:25 +02:00
paolo
5d7d79b086
- Renamed every controller that has conflicts with class name
...
- Added routes to renamed controllers
- Fixed controllers parameters in get method
2016-05-18 11:24:10 +02:00
paolo
9168479912
- Moved class Studiengang to Studiengang2 to prevent class name conflicts
...
- Added a route rule to let to call Studiengang2 controller with the urn /api/v1/organisation/studiengang/
- Moved Kontank controller to /api/v1/person
- Kontakt controller has two method getKontakt and postKontakt
2016-05-10 15:30:00 +02:00
Paminger
2355facd39
VilesciFrameset
2016-03-01 08:13:14 +01:00
Paminger
eb84022abf
CI Init
2016-02-29 16:51:21 +01:00