[TikiWiki-commits] [Git][tikiwiki/tiki][tiki-fix-installer-secdb-fallback-idempotent] 40 commits: [FIX] Fix the issue when saving a calendar event
"Sammy Ndabo \(@ndabosam084\) via TikiWiki-cvs" <[email protected]>
| Newsgroups | gmane.comp.cms.tiki.cvs |
|---|---|
| Message-ID | <6999d45068458_3b186f287161a@gitlab-sidekiq-low-urgency-cpu-bound-v2-548c769c4f-q7vb5.mail> |
Sammy Ndabo pushed to branch tiki-fix-installer-secdb-fallback-idempotent at Tiki Wiki CMS Groupware / Tiki
Commits:
f10c03ca by Alvin Bauma at 2026-02-15T13:13:59+01:00
[FIX] Fix the issue when saving a calendar event
---
* [FIX] Fix the issue when saving a calendar event
See merge request tikiwiki/tiki!9578
- - - - -
935ccea4 by Alvin Bauma at 2026-02-15T14:47:22+01:00
[REM] Remove unused legacy JS (HeaderLib includes & jQuery plugins) and dead code
---
* [REM] Remove unused showBusy function from tiki-jquery.js
* [REM] Remove unused moveToWithinWindow function from tiki-jquery.js
* [REM] Remove unused finalMapRefresh function and outdated TODO comments from tiki-maps-ol3.js
* [REM] Remove unused legacy JS (HeaderLib includes & jQuery plugins) and dead code
See merge request tikiwiki/tiki!8289
- - - - -
cf70e022 by Alvin Bauma at 2026-02-15T16:36:09+00:00
[REM] Complete cleanup of Raphael/Dracula libraries
---
* [REM] Complete cleanup of Raphael/Dracula libraries
See merge request tikiwiki/tiki!9548
- - - - -
60967f52 by Yves Ngalamulume at 2026-02-15T20:50:27+00:00
[FIX] PHP 8.5 deprecated warnings in calendar
---
* Fix PHP 8.1 deprecation and type confusion in calendar start/end day handling
* Fix PHP 8.1 deprecation and type confusion in calendar start/end day handling
* Fix PHP 8.1 deprecation and type confusion in calendar start/end day handling
* Fix PHP 8.1 float→int deprecation in calendar time calculation
* [FIX] PHP 8.5 deprecated warnings in calendar and JS module debug output in headerlib
* [FIX] PHP 8.5 deprecated warnings in calendar and JS module debug output in headerlib
See merge request tikiwiki/tiki!9466
- - - - -
3f2b380f by Alvin Bauma at 2026-02-16T10:24:53+01:00
[ENH] Replace Raphael graph with Mermaid in contributions dashboard plugin
---
* [ENH] Replace Raphael graph with Mermaid in contributions dashboard plugin
See merge request tikiwiki/tiki!9546
- - - - -
53fa7359 by Merci Jacob at 2026-02-16T09:35:48+00:00
[ENH] Object selector: allow searching for tracker items with an exact match query for item ids. eg - "123" for item123
---
* fix phpcs
* allow exact match with plain item number, but in the meantime lookup into other specified search fields
* [ENH] Object selector: allow searching for tracker items with an exact match query for item ids. eg - item123
See merge request tikiwiki/tiki!9330
- - - - -
37c0f809 by MAGENE Sem Joel at 2026-02-16T15:22:27+00:00
[FIX][UI] Tracker Fields: standardize admin modals and update requireConfirm to use Tiki UI
---
* [FIX][UI] Tracker Fields: standardize admin modals and update requireConfirm to use Tiki UI
See merge request tikiwiki/tiki!9582
- - - - -
01ae0532 by Yves Ngalamulume at 2026-02-16T17:39:35+00:00
[FIX] Admin dropdown menu being cut off near viewport bottom
---
* Fix dropdown orientation logic and formatting
* Fix dropdown orientation for mod-menubottom modules
* Fix dropdown orientation for mod-menubottom modules
* Add comment explaining dropdown max-height value
* [FIX] Admin dropdown menu being cut off near viewport bottom
See merge request tikiwiki/tiki!9489
- - - - -
cad49a12 by Merci Jacob at 2026-02-16T18:04:11+00:00
[FIX] Attempt to call $headerlib->add_js() after output in wikiplugin_tracker and duplicate tracker register form when specifying default group by url parameter
---
* fix phpcs
* [FIX] Duplicate tracker form: avoid fetching the form as it's already handled by UserRegistration.php
* [FIX] attempt to call $headerlib->add_js() after output
See merge request tikiwiki/tiki!9577
- - - - -
5a506917 by Jonny Bradley at 2026-02-16T18:20:34+00:00
[MOD] trackers: Allow non-admins to see tracker item links in XHR requests
---
* [MOD] trackers: Allow non-admins to see tracker item links in XHR request when adminOnlyViewEditItem is enabled.
Needed for Cartograf
See merge request tikiwiki/tiki!9583
- - - - -
97f9c3e7 by Merci Jacob at 2026-02-16T18:59:07+00:00
[FIX] Clear as many errors and warnings as possible in the PHP unit test output
---
* Revert "TEST: fix Undefined array key "cookie_consent_feature""
This reverts commit 87e8eef3949b3c6422bcd7e3e85ebc5ce48198c6.
* Revert "handle with comment some prefs not being available in get_module_info during prefs initialization"
This reverts commit 0cee38acb8464e5ab3f4d034b7d3e3fa661492ed.
* do not process null, but return it
* opt for new method to Indexer interface and refactor accordingly
* print message using Symfony's console output instead of echoing
* update comment on why the suppression of null warnings
* handle with comment some prefs not being available in get_module_info during prefs initialization
* a new way to handle deleted objects in the index during refresh
* Revert "fix: attempt to add documents from a deleted tracker item to the index"
This reverts commit 48424f842367abe854056fecf9834c9b0464fcf7.
* Revert "Fix: attempt to add documents from a deleted tracker to the index, which triggers "Invalid item data or missing trackerId for objectId: ...:"
This reverts commit 76a6cb1b4db0c3b69783486eda841adc58f05000.
* fix: indexed stats are missing in subsequent tests of 'MoreLikeThisTest'
* [DEBUG]: does the source name fail to resolve because of the case?
* fix Cannot modify header information - headers already sent by
* fix: prevent double index_refresh action when removing tracker item
* fix: attempt to add documents from a deleted tracker item to the index
* fix Object of class Tiki\TikiDb\PdoResult could not be converted to int
* fix preg_match_all(): Passing null to parameter #2 ($subject) of type string is deprecated
* fix vfsStream related warning due to a missing composer.lock file
* fix warnings triggred by the Symfony console command tester
* Fix: create tracker stub data for RelationTest so index doesn't complain about invalid relations
* Fix: attempt to add documents from a deleted tracker to the index, which triggers "Invalid item data or missing trackerId for objectId: ...:
* fix Undefined array key "feature_file_galleries"
* fix DB-related constants already defined warnings
* fix Trying to access array offset on null (when testing comment creation with invalid parent)
* fix Undefined array key "forum_notifications_use_new_threads"
* fix getEmailThreadHeaders() when called by post_new_comment() fails to retrieve comment due to "forumId" being given instead of actual "commentId"
* fix failure to get forum info when posting comment due to forum not being created during test setup
* Revert "TEST: fix runner warning: Class ReportsEndToEndTest cannot be found"
This commit causes a linting issue
* TEST: fix "Trying to access array offset on false" arising because forum was never inserted
* TEST: fix undefined array key "twoFactorAuthGracePeriod"
* TEST: On a case-sensitive fs, templates path fail to resolve
* TEST: TrackerMultiLevelSortingTest throwing errors due 'trackerfield_starsystem' used but not enabled in prefs
* TEST: fix Undefined array key "cookie_consent_feature"
* TEST: fix runner warning: Class ReportsEndToEndTest cannot be found
* TEST: fix preg_match(): Compilation failed: digits missing after \x or in \x{} or \o{} or \N{U+} at offset 14
* TEST: fix username shown while user real name is expected in assertion
See merge request tikiwiki/tiki!9396
- - - - -
cfe8c5de by ushindi bienvenu at 2026-02-16T18:59:21+00:00
[REF][DOC] Removes outdated and misleading, Ignore abandoned package
---
* [REF][DOC] Removes outdated and misleading, Ignore abandoned package
See merge request tikiwiki/tiki!9543
- - - - -
3555d4bf by Boss Ibrahim Mussa Gregoire at 2026-02-16T20:38:07+00:00
[FIX] List comments: restore missing plugin method 'applyColorbox' that has been removed from a refactoring.
---
* [FIX] Jquery-ColoBox: restore missing plugin method that as been removed.
See merge request tikiwiki/tiki!9569
- - - - -
8d613441 by Benoit Grégoire at 2026-02-16T16:05:07-05:00
[REF] phpstan make new.noConstructor test pass
- - - - -
5cb354a9 by Benoit Grégoire at 2026-02-16T16:09:29-05:00
[REF] phpstan make new.interface test pass
- - - - -
7e362d71 by Benoit Grégoire at 2026-02-16T16:27:34-05:00
[REF] phpstan make method.notFound test pass
- - - - -
9d228352 by Benoit Grégoire at 2026-02-16T16:40:49-05:00
[REF] phpstan make staticMethod.notFound test pass
- - - - -
f344a09d by Benoit Grégoire at 2026-02-16T16:52:19-05:00
[REF] phpstan make staticProperty.notFound test pass
- - - - -
f8e2b482 by Benoit Grégoire at 2026-02-16T16:54:38-05:00
[REF] phpstan make classConstant.notFound test pass
- - - - -
1f535fc0 by Benoit Grégoire at 2026-02-16T17:24:00-05:00
[REF] phpstan make property.notFound test pass
- - - - -
aac8483d by Benoit Grégoire at 2026-02-16T17:26:37-05:00
[DOC] phpstan-tikiCi.neon: clarify the TODOs
- - - - -
2c3ccded by Sammy Ndabo at 2026-02-17T13:39:19+00:00
[FIX] Comments: optimize database update patch case of populated tiki_comments table and remove no_repeats index key
---
* [FIX] tiki_comments: remove idx_comments_message_lookup index
* [FIX] tiki_comments: rename no_repeats index and align migrations for legacy/new index names
* [FIX] tiki_comments: change UNIQUE key to regular key for no_repeats index
* [FIX] tiki_comments: change UNIQUE key to regular key for no_repeats index
* [FIX] tiki_comments: optimize database update case of populated tiki_comments table
See merge request tikiwiki/tiki!9036
- - - - -
07bd433e by Moïse Nturubika at 2026-02-17T13:55:50+00:00
[FIX][ENH] Bring back and enhance the collapsible sidebar feature in Unified Admin Backend
---
* [FIX] Admin UI: Fix unclosable mobile menu caused by narrow sidebar preference
* [FIX] Admin Sidebar: Fix icon direction, search input style, and mobile layout
* [REF] Refactor collapsible code to simplify
* [ENH] Make section header icons visible when collapsed and adapt the text of collapse toggle on the state of the sidebar
* [FIX] Make the collapse toggle permanntly visible at the bottom of the viewport
* [FIX] Fix home icon alignment issue when collapsed
* REvert "[FIX] Fix phpcs errors"
This reverts commit db101d5787b5a91a28592609a3fd2c0f3e64bee5.
* [FIX] Fix phpcs errors
* [ENH] Hide arrow down icons when sidebar is collapsed
* [FIX] Fix admin panel content positioning when sidebar is expanded
* [FIX] Fix page scrolling in admin UI after collapsible sidebar changes
* [FIX] Add collapsible sidebar feature to Unified Admin Backend
* [ENH] [ENH] Tiki filter on tiki-print_pages.php
* [ENH] [ENH] Tiki filter on tiki-poll_results.php
* [ENH] [ENH] Tiki filter on tiki-plugins.php
* [ENH] [ENH] Tiki filter on tiki-pick_avatar.php
* [ENH] [ENH] Tiki filter on tiki-performance_stats.php
* [ENH] [ENH] Tiki filter on tiki-peertube_video.php
* [ENH] [ENH] Tiki filter on tiki-pagehistory.php
* [ENH] [ENH] Tiki filter on tiki-page_contribution.php
* [ENH] [ENH] Tiki filter on tiki-old_polls.php
* [ENH] [ENH] Tiki filter on tiki-objectpermissions.php
* [ENH] [ENH] Tiki filter on tiki-notepad_write.php
* [ENH] [ENH] Tiki filter on tiki-notepad_read.php
* [ENH] [ENH] Tiki filter on tiki-notepad_list.php
See merge request tikiwiki/tiki!9181
- - - - -
75c42f5a by ushindi bienvenu at 2026-02-17T14:12:56+00:00
[FIX] Improve regex output conversion for feature_file_galleries
---
* [FIX] Improve regex output conversion for feature_file_galleries
See merge request tikiwiki/tiki!9565
- - - - -
51b8ef79 by Merci Jacob at 2026-02-17T15:29:32+00:00
[NEW] ItemsList Tracker Field: add dual list mode option
---
* remove delete option on tranfer interface, and move edit button on each item in the target list
* remove unecessary 'ordering' option
* add unit test
* fix linter
* make the delete and edit ui functional on backend data
* newly created list items show up correctly in transfer element and add ui to edit and delete items:
TODO: make the ui functional on backend data
* make it possible to add and remove items from the list when the itemlink support multiple values and when it doesn't
* render a transfer element with item options of the other tracker alongside default active values
* update the ItemsList interface to those supporting a dual list mode
See merge request tikiwiki/tiki!8475
- - - - -
a105d8b8 by Moïse Nturubika at 2026-02-17T21:21:16+00:00
[FIX] URLs: Fix broken external and internal links to pass CI check
---
* [FIX] Restore kallahar credit comment
* [FIX] Fix broken URLs
* [FIX] URLs: Standardize example URLs to use example.org
* [FIX] URLs: Fix broken external and internal links to pass CI check
See merge request tikiwiki/tiki!9512
- - - - -
bbea470b by Jonny Bradley at 2026-02-18T15:44:04+00:00
[FIX] maps: Sometimes (according to permissions) links are not rendered and...
---
* [FIX] maps: Sometimes (according to permissions) links are not rendered and can cause a jQuery exception, breaking feature loading, so absorb any errors and try to carry on.
See merge request tikiwiki/tiki!9597
- - - - -
2c84c5a4 by Jonny Bradley at 2026-02-18T17:12:23+00:00
[FIX] trackers: Exclude AutoIncrement and GeographicFeature type fields from...
---
* [FIX] trackers: Exclude AutoIncrement and GeographicFeature type fields from mandatory validation as they don't have a value in the default edit form (as seen on Cartograf upgrades)
See merge request tikiwiki/tiki!9600
- - - - -
a386667e by Jonny Bradley at 2026-02-18T19:26:37+00:00
[FIX] maps: Fix GeographicFeature edit data loss by propagating the current...
---
* [FIX] maps: Fix GeographicFeature edit data loss by propagating the current value in the hidden input.
Needed in Cartograf following changes in trackers since 24.x
See merge request tikiwiki/tiki!9604
- - - - -
5db69b7a by Jean-Marc Kadimba at 2026-02-19T05:26:10+00:00
[FIX] Tracker Field Category: revert the change made in the MR 7783 and fix...
---
* fix phpcs
* [FIX] Tracker Field Category: revert the change made in the MR 7783 and fix the issue with the field when using the wiki plugin tracker
See merge request tikiwiki/tiki!9596
- - - - -
0404d05d by MAGENE Sem Joel at 2026-02-19T11:09:57+00:00
[FIX][UI] Modals: allow resizable modals to adapt to growing content while...
---
* [FIX][UI] Modals: allow resizable modals to adapt to growing content while preventing dropdown clipping
See merge request tikiwiki/tiki!9524
- - - - -
3ce62a75 by Merci Jacob at 2026-02-19T11:51:19+00:00
[UPD] Update npm dependencies
---
* update patch in regards to the lib update
* [UPD] Update npm dependencies
See merge request tikiwiki/tiki!9599
- - - - -
39c50efa by David Maene at 2026-02-19T12:16:53+00:00
[ENH] Comments: Add a "Copy Comment Link" Action
---
* [FIX] wrongly committed tiki_base.css
* [ENH] UI/UX: add highlight animation for linked comments
* [REF] introduce assignUniqueCopyId() to eliminate repeated ID generation logic
* [ENH] Enhance tiki filter
---
* [ENH] Tiki filter on tiki-admin_menus.php
* [ENH] Tiki filter on tiki-admin_menu_options.php
* [ENH] Tiki filter on tiki-admin_mailin.php
* [ENH] Tiki filter on tiki-admin_links.php
* [ENH] Tiki filter on tiki-admin_integrator_rules.php
* [ENH] Tiki filter on tiki-admin_ids.php
* [ENH] Tiki filter on tiki-admin_html_pages.php
* [ENH] Tiki filter on tiki-admin_html_page_content.php
* [ENH] Enhance tiki filter
See merge request tikiwiki/tiki!8754
See merge request tikiwiki/tiki!8926
- - - - -
1d6a1c94 by franck franck kalunga at 2026-02-19T13:42:42+00:00
[FIX] Plugin TrackerList Calendar feature
---
* [FIX] Plugin TrackerList Calendar feature
See merge request tikiwiki/tiki!9418
- - - - -
c2076702 by Olivier Kango at 2026-02-19T14:34:50+00:00
[FIX] Prevent logout loop - session invalidation logic
---
* [FIX] Prevent logout loop - session invalidation logic
See merge request tikiwiki/tiki!9608
- - - - -
cdf6f2ed by Sammy Ndabo at 2026-02-19T15:48:45+00:00
[FIX] tracker-edit-jquery - tiki-jquery.js buildParams avoid object object query serialization
---
* [FIX] Fix $.buildParams on multi-entries nested objects, and nested but empty objects
* Revert "[FIX] js buildParams avoid object object query serialization"
This reverts commit 7f17bf8664c83b78dd3fbbbab94e012a4346833c.
* [FIX] js buildParams avoid object object query serialization
See merge request tikiwiki/tiki!9594
- - - - -
653d1311 by Benoit Grégoire at 2026-02-19T18:38:25+00:00
[FIX] wikiplugin_diagram: Incorrect permission and format detection logic in...
---
* [FIX] wikiplugin_diagram: Incorrect permission and format detection logic in diagrams broke indexing.
See merge request tikiwiki/tiki!9607
- - - - -
c5e92df7 by Adrien Mbuya Maloba at 2026-02-20T19:48:23+00:00
[FIX] A blank page shows up after validating user creation with a username containing a space
---
* [FIX] A blank page shows up after validating user creation with a username containing a space
See merge request tikiwiki/tiki!9624
- - - - -
42023770 by Sammy Ndabo at 2026-02-21T17:50:12+02:00
[FIX] installer: make secdb SQL fallback import idempotent
- - - - -
9a347bd2 by Sammy Ndabo at 2026-02-21T17:50:12+02:00
[FIX] installer: refactor secdb truncation logic to avoid code repetition
- - - - -
140 changed files:
- _PATH_DOCUMENTATION.md
- db/tiki.sql
- doc/devtools/check_external_links.php
- doc/devtools/check_tiki-new.php
- doc/devtools/rescue_wiki_changes_from_elastic.php
- img/flags/readme.txt
- img/icons/readme.txt
- installer/Installer.php
- installer/schema/20251104_update_messageid_from_tiki_comments_tiki.sql
- installer/schema/20251128_reduce_tiki_comments_index_prefix_lenght_tiki.sql
- + installer/schema/20260212_update_regex_right_column_for_file_type_in_sefurl_tiki.sql
- lib/Diff/EngineNative.php
- lib/Quizzes/Quiz.php
- lib/Registration/RegistrationLib.php
- lib/Sheet/sheetlib.php
- lib/Shipping/Provider/Ups.php
- lib/WikiDiff/Engine.php
- lib/calendar/calendarlib.php
- lib/comments/commentslib.php
- lib/core/File/DiagramHelper.php
- lib/core/Multilingual/MachineTranslation/BingTranslateWrapper.php
- lib/core/Multilingual/MachineTranslation/GoogleTranslateWrapper.php
- lib/core/Notifications/Email.php
- lib/core/Search/Indexer.php
- lib/core/Search/Manticore/Index.php
- lib/core/Services/Calendar/Controller.php
- lib/core/Services/File/Controller.php
- lib/core/Services/Tracker/Controller.php
- lib/core/TaskQueue/QueueManager.php
- lib/core/Tiki/Command/FakerCommentsCommand.php
- lib/core/Tiki/Command/FakerTrackerCommand.php
- lib/core/Tiki/Package/Extension/Api/Events.php
- lib/core/Tiki/Profile.php
- lib/core/Tiki/Smarty/SmartyTiki.php
- lib/core/TikiFilter/PreventXss.php
- lib/core/Tracker/Field/AbstractItemField.php
- lib/core/Tracker/Field/BigBlueButton.php
- lib/core/Tracker/Field/Category.php
- lib/core/Tracker/Field/GeographicFeature.php
- lib/core/Tracker/Field/ItemLink.php
- lib/core/Tracker/Field/ItemsList.php
- lib/core/WikiParser/Parsable.php
- lib/cypht/modules/tiki/general_modules.php
- − lib/dracula/graffle.js
- − lib/dracula/graph.js
- − lib/dracula/raphael-min.js
- lib/headerlib.php
- lib/init/initlib.php
- lib/jquery_tiki/tiki-admin.js
- lib/jquery_tiki/tiki-jquery.js
- lib/jquery_tiki/tiki-trackers.js
- lib/language/Language.php
- lib/mail/maillib.php
- lib/modules/modlib.php
- lib/oauthlib.php
- lib/oauthserver/TikiCryptKey.php
- lib/payment/cclitelib.php
- lib/prefs/access.php
- lib/prefs/bigbluebutton.php
- lib/prefs/comments.php
- lib/prefs/cryptpad.php
- lib/prefs/geo.php
- lib/prefs/global.php
- lib/prefs/login.php
- lib/prefs/metatag.php
- lib/prefs/payment.php
- lib/prefs/server.php
- lib/prefs/tiki.php
- lib/prefs/unified.php
- lib/search/refresh-functions.php
- lib/search/searchlib-unified.php
- lib/setup/events.php
- lib/setup/javascript.php
- lib/smarty_tiki/Extension/SmartyTikiExtension.php
- lib/smarty_tiki/FunctionHandler/JsTransferList.php
- lib/smarty_tiki/FunctionHandler/ObjectLink.php
- lib/smarty_tiki/FunctionHandler/TreeTable.php
- lib/smarty_tiki/Modifier/ForumMaskEmail.php
- lib/soap/wsdllib.php
- lib/socialnetworkslib.php
- lib/test/Core/Reports/Send/EmailBuilderTest.php
- lib/test/Core/Tiki/Command/UsersPasswordCommand/UsersPasswordCommandTest.php
- lib/test/Core/Tiki/Package/ComposerCliTest.php
- lib/test/Importer/BlogWordpressTest.php
- lib/test/IntegrationTests/TrackerMultiLevelSortingTest.php
- lib/test/attributes/RelationTest.php
- lib/test/bootstrap.php
- lib/test/comments/CommentsEmailMaskingTest.php
- lib/test/comments/CommentsTest.php
- lib/trackers/trackerlib.php
- lib/validatorslib.php
- lib/wiki-plugins/wikiplugin_code.php
- lib/wiki-plugins/wikiplugin_contributionsdashboard.php
- lib/wiki-plugins/wikiplugin_dbreport.php
- lib/wiki-plugins/wikiplugin_diagram.php
- lib/wiki-plugins/wikiplugin_figlet.php
- lib/wiki-plugins/wikiplugin_lsdir.php
- lib/wiki-plugins/wikiplugin_peertube.php
- lib/wiki-plugins/wikiplugin_redirect.php
- lib/wiki-plugins/wikiplugin_rr.php
- lib/wiki-plugins/wikiplugin_tracker.php
- lib/wiki-plugins/wikiplugin_trackerlist.php
- lib/wiki-plugins/wikiplugin_twitter.php
- modules/mod-func-last_youtube_playlist_videos.php
- modules/mod-func-share.php
- package-lock.json
- phpstan-tikiCi.neon
- route.php
- src/js/jquery-tiki/tiki-calendar.js
- src/js/jquery-tiki/tiki-maps-ol3.js
- src/js/jquery-tiki/tiki-menu.js
- src/js/jquery-tiki/tiki-svgedit_draw.js
- src/js/patches/element-plus+2.13.0.patch → src/js/patches/element-plus+2.13.2.patch
- src/js/vue-widgets/element-plus-ui/src/components/Transfer/Transfer.vue
- src/js/vue-widgets/element-plus-ui/src/components/Transfer/transfer.scss
- src/js/vue-widgets/element-plus-ui/src/elements/transfer.js
- src/js/vue-widgets/element-plus-ui/src/tests/components/Transfer.test.js
- src/php/external_lib_sources/htmlparser/htmlgrammarparser.php
- src/php/external_lib_sources/htmlparser/htmlparser.php
- lib/soap/nusoap/nusoap.php → src/php/external_lib_sources/nusoap/nusoap.php
- templates/admin/include_anchors.tpl
- templates/comment/list_inner.tpl
- templates/modules/mod-calendar_new.tpl
- templates/register-groupchoice.tpl
- templates/tiki-admin_tracker_fields.tpl
- templates/tracker/remove_item.tpl
- templates/trackeroutput/itemslist.tpl
- themes/README.md
- themes/base_files/css/feature/adminui.scss
- themes/base_files/scss/_tiki-comments.scss
- themes/tuften/Readme.txt
- tiki-adminusers.php
- tiki-calendar.php
- tiki-check.php
- tiki-login.php
- tiki-realtime.php
- tiki-rename_page.php
- tiki-setup.php
- vendor_bundled/composer.json
- vendor_bundled/composer.lock
The diff was not included because it is too large.
View it on GitLab: https://gitlab.com/tikiwiki/tiki/-/compare/941c7bf801e14655ffeef9e1898b7109596cffe4...9a347bd213555e77eb66c78ba3aa044cee7efa39
--
View it on GitLab: https://gitlab.com/tikiwiki/tiki/-/compare/941c7bf801e14655ffeef9e1898b7109596cffe4...9a347bd213555e77eb66c78ba3aa044cee7efa39
You're receiving this email because of your account on gitlab.com. Manage all notifications: https://gitlab.com/-/profile/notifications | Help: https://gitlab.com/help
_______________________________________________
TikiWiki-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tikiwiki-cvs