[TikiWiki-commits] [Git][tikiwiki/tiki][master] [FIX] Translation: send data with post to avoid increasing LimitRequestLine in apache

"ushindi bienvenu \(@usbbush\) via TikiWiki-cvs" <[email protected]> Mon, 13 Jul 2026 10:16:03 +0000
Newsgroups gmane.comp.cms.tiki.cvs
Message-ID <6a54bae32ca52_3819be783826@gitlab-sidekiq-low-urgency-cpu-bound-v2-dcc9b8cf5-t7rxv.mail>

ushindi bienvenu pushed to branch master at Tiki Wiki CMS Groupware / Tiki


Commits:
35afb294 by Josaphat Imani at 2026-07-13T09:56:43+00:00
[FIX] Translation: send data with post to avoid increasing LimitRequestLine in apache
---
* [FIX] Translation: send data with post to avoid increasing LimitRequestLine in apache

See merge request tikiwiki/tiki!10680

- - - - -


1 changed file:

- lib/language/js/interactive_translation.js


Changes:

=====================================
lib/language/js/interactive_translation.js
=====================================
@@ -16,6 +16,7 @@ $('#intertrans-modal form').on("submit", function( e ) {
     $.ajax({
         url: $(this).attr('action'),
         data: $(this).serialize(),
+        method: 'POST',
         success: function() {
             $('body').css('cursor', 'default');
             $('input[type="submit"]').css('cursor', 'pointer');



View it on GitLab: https://gitlab.com/tikiwiki/tiki/-/commit/35afb294dd31ce763ccaea0f448f17848e4aa76e

-- 
View it on GitLab: https://gitlab.com/tikiwiki/tiki/-/commit/35afb294dd31ce763ccaea0f448f17848e4aa76e
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