[TikiWiki-commits] [Git][tikiwiki/tiki][master] [REM] Complete the removal of FullCalendar

Benoit Grégoire (@benoitg) via TikiWiki-cvs <[email protected]>
Newsgroups gmane.comp.cms.tiki.cvs
Message-ID <69139eb67d4bc_2c76c0bb8416cd@gitlab-sidekiq-low-urgency-cpu-bound-v2-5f7d69c697-tdn67.mail>

Benoit Grégoire pushed to branch master at Tiki Wiki CMS Groupware / Tiki


Commits:
78daa14f by Alvin Bauma at 2025-11-11T20:30:20+00:00
[REM] Complete the removal of FullCalendar
---
* [REM] Complete the removal of FullCalendar

See merge request tikiwiki/tiki!9000

- - - - -


4 changed files:

- .gitlab-ci.yml
- path_js_importmap_generator.php
- src/js/jquery-tiki/fullcalendar_to_pdf.js → src/js/jquery-tiki/eventcalendar_to_pdf.js
- tiki-setup.php


Changes:

=====================================
.gitlab-ci.yml
=====================================
@@ -634,7 +634,6 @@ check-directories:
     # It wasn't automated before, and I don't know how we were supposed to get some of these packages locally.  php console.php package:list can generate the list, but I can find no command to install them all - benoitg - 2023-05-04
     - composer require jerome-breton/casperjs-installer:dev-master --no-progress
     - composer require enygma/expose:^3.0 --no-progress
-    - composer require fullcalendar/fullcalendar-scheduler ^1.9 --no-progress
     - composer require fakerphp/faker dev-master --no-progress
     - composer require google/apiclient ^2.2.2 --no-progress
     - composer require mpdf/mpdf ^8.0.0 --no-progress


=====================================
path_js_importmap_generator.php
=====================================
@@ -70,7 +70,7 @@ function generateJsImportmapScripts(bool $useBaseUrl = false)
                 "@jquery-tiki/tiki-admin_2fa" => $tikiUrl . JS_ASSETS_PATH . "/jquery-tiki/tiki-admin_2fa.js",
                 "@jquery-tiki/tiki-edit_structure" => $tikiUrl . JS_ASSETS_PATH . "/jquery-tiki/tiki-edit_structure.js",
                 "@jquery-tiki/wikiplugin-trackercalendar" => $tikiUrl . JS_ASSETS_PATH . "/jquery-tiki/wikiplugin-trackercalendar.js",
-                "@jquery-tiki/fullcalendar_to_pdf" => $tikiUrl . JS_ASSETS_PATH . "/jquery-tiki/fullcalendar_to_pdf.js",
+                "@jquery-tiki/eventcalendar_to_pdf" => $tikiUrl . JS_ASSETS_PATH . "/jquery-tiki/eventcalendar_to_pdf.js",
                 "@jquery-tiki/tiki-maps-ol3" => $tikiUrl . JS_ASSETS_PATH . "/jquery-tiki/tiki-maps-ol3.js",
                 "@jquery-tiki/tiki-password" => $tikiUrl . JS_ASSETS_PATH . "/jquery-tiki/tiki-password.js",
                 "@jquery-tiki/timeago" => $tikiUrl . JS_ASSETS_PATH . "/jquery-tiki/timeago.js",


=====================================
src/js/jquery-tiki/fullcalendar_to_pdf.js → src/js/jquery-tiki/eventcalendar_to_pdf.js
=====================================


=====================================
tiki-setup.php
=====================================
@@ -1040,7 +1040,7 @@ if ($prefs['feature_realtime'] == 'y') {
 if ($prefs['feature_calendar'] === 'y') {
     $headerlib->add_cssfile(NODE_PUBLIC_DIST_PATH . "/@event-calendar/core/dist/index.css");
     $headerlib->add_js_module('import "@jquery-tiki/tiki-calendar";');
-    $headerlib->add_js_module('import "@jquery-tiki/fullcalendar_to_pdf";');
+    $headerlib->add_js_module('import "@jquery-tiki/eventcalendar_to_pdf";');
 }
 
 // Using boomerang for performance monitoring



View it on GitLab: https://gitlab.com/tikiwiki/tiki/-/commit/78daa14f86053b2d671f559002b83769a3075a22

-- 
View it on GitLab: https://gitlab.com/tikiwiki/tiki/-/commit/78daa14f86053b2d671f559002b83769a3075a22
You're receiving this email because of your account on gitlab.com.

_______________________________________________
TikiWiki-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tikiwiki-cvs
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.