[TikiWiki-commits] [Git][tikiwiki/tiki][26.x] [FIX] Fix the calendar plugin by integrating the FullCalendar library into the wiki-plugin calendar
"franck franck kalunga \(@francksfkal\) via TikiWiki-cvs" <[email protected]>
| Newsgroups | gmane.comp.cms.tiki.cvs |
|---|---|
| Message-ID | <68ca6eefda07_2cdeb0c67274@gitlab-sidekiq-low-urgency-cpu-bound-v2-5dd8cccbbd-cv45r.mail> |
franck franck kalunga pushed to branch 26.x at Tiki Wiki CMS Groupware / Tiki
Commits:
640d382a by franck franck kalunga at 2025-09-17T08:14:27+00:00
[FIX] Fix the calendar plugin by integrating the FullCalendar library into the wiki-plugin calendar
---
* [FIX] Fix the calendar plugin by integrating the FullCalendar library into the wiki-plugin calendar
See merge request tikiwiki/tiki!8594
- - - - -
1 changed file:
- lib/wiki-plugins/wikiplugin_calendar.php
Changes:
=====================================
lib/wiki-plugins/wikiplugin_calendar.php
=====================================
@@ -105,7 +105,13 @@ function wikiplugin_calendar($data, $params)
$rawcals = $calendarlib->list_calendars();
TikiLib::lib('header')
->add_cssfile('themes/base_files/feature_css/calendar.css', 20)
- ->add_jsfile('lib/jquery_tiki/tiki-calendar_edit_item.js');
+ ->add_jsfile('lib/jquery_tiki/tiki-calendar_edit_item.js')
+ ->add_cssfile('vendor_bundled/vendor/npm-asset/fullcalendar/main.css')
+ ->add_jsfile('vendor_bundled/vendor/moment/moment/min/moment.min.js', true)
+ ->add_cssfile('vendor_bundled/vendor/twbs/bootstrap-icons/font/bootstrap-icons.css')
+ ->add_css('.fc-day-grid-event > .fc-content { white-space: normal; }')
+ ->add_jsfile('vendor_bundled/vendor/npm-asset/fullcalendar/main.js', true)
+ ->add_jsfile('lib/jquery_tiki/tiki-calendar.js');
$rawcals['data'] = Perms::filter(
['type' => 'calendar'],
'object',
View it on GitLab: https://gitlab.com/tikiwiki/tiki/-/commit/640d382a00cfc0734f0e400e83b10073750905de
--
View it on GitLab: https://gitlab.com/tikiwiki/tiki/-/commit/640d382a00cfc0734f0e400e83b10073750905de
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