Harald Bamberger
|
9c5ebc902d
|
fix typos, remove duplicate attribute
|
2025-04-15 14:51:10 +02:00 |
|
Harald Bamberger
|
3c3e2ae662
|
add name to studentenverwaltung app
|
2025-04-11 16:53:39 +02:00 |
|
cgfhtw
|
9f06fbcf93
|
refactor fhcApi
|
2025-03-24 13:38:49 +01:00 |
|
Harald Bamberger
|
fe98eb2784
|
add missing .js file extension to import statement
|
2025-02-26 15:34:49 +01: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
|
cb42ba110e
|
adapt new calendar url format for rauminfo page; readded vue router dashboard fallback since there are possible url combinations that can not be resolved properly;
|
2025-02-18 16:31:05 +01:00 |
|
Johann Hoffmann
|
8e76d93a5a
|
consistent naming of calendar modes in english; fixed routerguard to work with router.push on mode or date changes inside stpl component;
|
2025-02-18 14:48:14 +01:00 |
|
Johann Hoffmann
|
e2e537b09c
|
fix calendar mode watch/emit handling; WIP roomInfo routes
|
2025-02-18 10:55:46 +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
|
ff8d1c78fd
|
funktionen/betriebsmittel table in profil & viewprofil got computed phrasen title; provide computed language reference in fhc app from phrasen plugin to watch for language changes to reevaluate computed phrasen in columns with; added some phrasen;
|
2025-02-14 13:34:52 +01:00 |
|
Johann Hoffmann
|
60e12e1ab7
|
dont load any studiengang related infos for mitarbeiter
|
2025-02-12 14:04:23 +01:00 |
|
Johann Hoffmann
|
8525c82305
|
set menuEntry href based on link form -> no href on menus without full url, hash links on menus dont trigger routing anymore; news widget check if carousel exists on mounted nextTick;
|
2025-02-12 11:56:12 +01:00 |
|
Johann Hoffmann
|
4936cfd61c
|
added roomInfo to app routes & remove old views; stundenplan reservierungen for MA working WIP roomInformation/roomContent link from lvinfo event ort_kurzbz;
|
2025-02-10 17:05:27 +01:00 |
|
Johann Hoffmann
|
b8823052f5
|
deactivate old month page css for day number and events in favor of new computed style (can be redesigned but is being handled in js instead of css class); save & inject/provide observed resize from already existing ResizeObserver to be able to access concrete container width/height values we already had all the time anyway; added some comment to 2year old TODO concerning calendar breakpoints; check if navbar is showing before toggling programmatically; remove some unused code; week time line spawns in dayLane which is representing today to avoid caluclating left/right offsets -> WIP accurately retrieving lane width somehow else, currently approximated;
|
2025-02-05 16:03:20 +01:00 |
|
Johann Hoffmann
|
d70cd58698
|
past shadow on day page if it is today; current time line on day & week page; mobile checkup; close lvInfoModal on stundenplan unmount;
|
2025-02-04 18:04:41 +01:00 |
|
Johann Hoffmann
|
c1918726df
|
Stundenplan Week Page smaller breakpoints style handling; searchbar emit action finished on default link click; month stundenplan past days use opacity-50 class; Day page height fix of right col;
|
2025-01-31 14:09:05 +01:00 |
|
SimonGschnell
|
9a3221e88e
|
update(Fhc.js): installs font contrast directive in the global app
|
2025-01-28 13:13:02 +01:00 |
|
Johann Hoffmann
|
8133d73cff
|
remove route logging & catchAll fallback
|
2025-01-22 16:47:14 +01:00 |
|
Johann Hoffmann
|
de8a206f27
|
delete cms app and move dom magic to respective components; profil vue router integration; profil component reloads with watcher on uid property; profiLUpdateRequest app->comp TODO; deleted profil app;
|
2025-01-22 15:16:15 +01:00 |
|
Johann Hoffmann
|
bb8ebdd465
|
initial route through router implicit; ci route tag only for debugging purposes.
|
2025-01-22 10:49:53 +01:00 |
|
Johann Hoffmann
|
e9b01b7fa8
|
vue router merge cms & fhc app; viewData check and fetch in dashboard and widgets if not originating from that php controller; lvinfo app delete; code cleanup profil; WIP profil routing;
|
2025-01-21 16:42:23 +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
|
f60f735fa8
|
FhcApp uses vueRouter4; CisApp checks for global router instance and routes internally as long as a path/routename/component setup is defined, if that is not the case use the provided href link; WIP moving apps like Profil, MyLv etc into components to be navigated by FhcApp;
|
2025-01-15 14:10:08 +01:00 |
|
SimonGschnell
|
a67cc8cc4e
|
Merge branch 'master' into feature-25999/C4_cleanup
|
2025-01-08 11:17:29 +01:00 |
|
SimonGschnell
|
114562909f
|
update(Calendar.js): uses the user_language for the different day formattings in the calendar views
|
2024-12-19 12:12:13 +01:00 |
|
Johann Hoffmann
|
25dbee7266
|
removed app instance hacks, content component watches route.param.content_id and reloads accordingly; changed template to <router-view/> for cms pages;
|
2024-12-16 11:46:38 +01:00 |
|
Johann Hoffmann
|
0509137ad8
|
Merge branch 'feature-25999/C4_cleanup' into feature-25999/C4_CMS_content_router
# Conflicts:
# public/js/apps/Cis/Cms.js
# public/js/components/Cis/Cms/Content.js
|
2024-12-16 10:38:22 +01:00 |
|
SimonGschnell
|
cb6fca9a2e
|
update(Cms.js/News.js/PhrasenPlugin): removes the reload option, because the content can be newly fetched based on the currently active language
|
2024-12-13 14:41:07 +01:00 |
|
SimonGschnell
|
701f44c767
|
update(Cis4-Menu/Sprache): changes language of the Menu when switching language of the application
|
2024-12-13 14:40:01 +01:00 |
|
Johann Hoffmann
|
98d4a08836
|
navigating to another content_id link from cms app reloads the content instead of entire page; WIP implementing abstract reload functionality for all content types;
|
2024-12-13 11:52:34 +01:00 |
|
Johann Hoffmann
|
82e7783259
|
stundenplan day layout fixed for scroll behaviour; max-height for stundenplan events to avoid escalating the grid width;
|
2024-12-11 16:59:35 +01:00 |
|
SimonGschnell
|
a357001648
|
feature(Searchbar/StudentenSuche): adds student to the searchbar options and adds shadow to the searchbar
|
2024-12-11 12:34:58 +01:00 |
|
Johann Hoffmann
|
53de29f3d2
|
stundeplan_model byLva() query when providing lv_id irrespective of student, group, lector etc just fetch all & show them
|
2024-12-09 17:13:23 +01:00 |
|
Johann Hoffmann
|
7f6884b67d
|
primevue imports cis/dashboard; Anw widget implementation; WIP showing single anw entries on click on a quota progress bar in widget;
|
2024-12-05 15:03:46 +01:00 |
|
SimonGschnell
|
0ebc6e820c
|
refactor(Calendar/Page/Event style): change the margins of an event, so that the border of the event is visible
|
2024-11-26 16:27:48 +01:00 |
|
Harald Bamberger
|
290da9f2c0
|
Merge branch 'master' into feature-25999/C4_cleanup
|
2024-11-25 17:09:53 +01:00 |
|
Harald Bamberger
|
0bec551174
|
lowercase search in searchfunction fhcapifactory path
|
2024-11-25 14:24:04 +01:00 |
|
Harald Bamberger
|
f90f5154a0
|
remove searchdummy function and dummyapi
|
2024-11-25 13:57:25 +01:00 |
|
Harald Bamberger
|
2ed24ca60f
|
remove unneeded controllers, views and vuejs apps
|
2024-11-25 13:48:33 +01:00 |
|
SimonGschnell
|
43fbd1d8f1
|
refactor(Calendar/Day/Page.js): moves the content to the parent, so that different views can display different content
|
2024-11-25 13:28:55 +01:00 |
|
Harald Bamberger
|
df0ed6715c
|
add renderif to default room action if no content id is defined
|
2024-11-25 11:31:13 +01:00 |
|
Johann Hoffmann
|
4bd4301873
|
more template cleanup profil
|
2024-11-22 10:15:31 +01:00 |
|
Johann Hoffmann
|
61728f3044
|
dashboard & widgets: template cleanup; property definiton cleanup; delete unwrapInjectedRef -> resolved since vue3.3;
|
2024-11-21 15:43:35 +01:00 |
|
Johann Hoffmann
|
d400f34e0f
|
missing phrasen
|
2024-11-21 15:21:33 +01:00 |
|
Johann Hoffmann
|
933ca20e65
|
tabulator in cms content -> sanitize table header contructs breaking tabulator;
|
2024-11-21 13:27:39 +01:00 |
|
SimonGschnell
|
7466e414f8
|
Merge branch 'feature-25999/C4_cleanup' of github.com:FH-Complete/FHC-Core into feature-25999/C4_cleanup
|
2024-11-20 10:36:04 +01:00 |
|
SimonGschnell
|
3896aa73ea
|
fix(Raum_information Calendar): passt die RaumInformations Seite auf die Aenderungen des Calenders an
|
2024-11-20 10:35:51 +01:00 |
|
Harald Bamberger
|
df054a7088
|
Merge branch 'feature-25999/C4_cleanup_rc' into feature-25999/C4_cleanup
|
2024-11-19 16:18:45 +01:00 |
|
Harald Bamberger
|
4e4e8a0a5c
|
improve responsive layout of search results
|
2024-11-19 16:16:46 +01:00 |
|
Johann Hoffmann
|
4cb3521361
|
Merge branch 'feature-53416/stundenplan_eine_lva' into feature-25999/C4_cleanup
|
2024-11-19 10:36:34 +01:00 |
|