Commit Graph

187 Commits

Author SHA1 Message Date
Maurício Meneghini Fauth
63883d5432
Merge branch 'QA_5_2'
Signed-off-by: Maurício Meneghini Fauth <mauricio@mfauth.net>
2026-04-23 15:56:57 -03:00
Maurício Meneghini Fauth
171a972ce6
Merge branch 'QA_5_2'
Signed-off-by: Maurício Meneghini Fauth <mauricio@mfauth.net>
2026-04-22 20:41:40 -03:00
Nicolai
e3a1824fe4
Fix #19627 - Reset UNSIGNED attribute when changing to non-numeric co… (#20280)
* Fix #19627 - Reset UNSIGNED attribute when changing to non-numeric column type
* Fix eslint array-element-newline violations
* Trigger CI re-run
* Update resources/js/modules/functions.ts

---------

Signed-off-by: Nicolai Ehrhardt <245527909+predictor2718@users.noreply.github.com>
Co-authored-by: Maurício Meneghini Fauth <mauricio@mfauth.com.br>
2026-04-21 15:58:17 -03:00
Maurício Meneghini Fauth
ea951ef2a8
Merge pull request #20265 from predictor2718/fix/routines-duplicate-on-edit
Fix #20063 - Fix routine, event and trigger duplication when editing
2026-04-20 17:03:59 -03:00
Maurício Meneghini Fauth
0d843e68fe
Replace var with let or const in TypeScript files
Most of the changes were done by PhpStorm.

Signed-off-by: Maurício Meneghini Fauth <mauricio@mfauth.net>
2026-04-09 20:48:22 -03:00
William Desportes
7ba1db3daf
Add a missing new line for drag drop 2026-04-09 17:28:05 +02:00
William Desportes
498a1a3353
Merge branch 'QA_5_2' 2026-04-09 15:21:25 +02:00
William Desportes
be412170f7
Merge branch 'QA_5_2' 2026-04-09 14:20:01 +02:00
William Desportes
aad16a108c
Merge branch 'QA_5_2' 2026-04-09 13:44:37 +02:00
William Desportes
c6a7f7f9e9
Merge #20269 - Fix #20064 - Fix sliding message container overlapping page content
Pull-request: #20269
Fixes: #20064
Fixes: #18923
Signed-off-by: William Desportes <williamdes@wdes.fr>
2026-04-09 12:04:19 +02:00
Nicolai Ehrhardt
5e36c8dcbf Fix #20064 - Fix sliding message container overlapping page content
Signed-off-by: Nicolai Ehrhardt <245527909+predictor2718@users.noreply.github.com>
2026-04-05 20:53:05 +02:00
Nicolai Ehrhardt
8c5ddc2f12 Fix #20063 - Fix event and trigger duplication when editing multiple times
Signed-off-by: Nicolai Ehrhardt <245527909+predictor2718@users.noreply.github.com>
2026-04-04 21:00:45 +02:00
Nicolai Ehrhardt
b4c11318bc Fix #20063 - Fix routine duplication when editing multiple times
Signed-off-by: Nicolai Ehrhardt <245527909+predictor2718@users.noreply.github.com>
2026-04-04 20:55:01 +02:00
Iakov Ogryzkov
61619738fc
Fix: allow selecting text fragments in cells
Signed-off-by: Iakov Ogryzkov <justjacob951@gmail.com>
2026-03-27 16:02:33 +01:00
Maurício Meneghini Fauth
119694fda5
Merge pull request #20192 from MoonE/ol-wkt
Transmit OpenLayers data as WKT
2026-03-19 14:32:05 -03:00
William Desportes
0555e21157
Merge branch 'QA_5_2'
Signed-off-by: William Desportes <williamdes@wdes.fr>
2026-03-17 14:03:11 +01:00
William Desportes
cda01ff436
Merge #20188 - Fix: Text copying while editing a cell
Pull-request: #20188
Signed-off-by: William Desportes <williamdes@wdes.fr>
2026-03-16 23:46:14 +01:00
William Desportes
0055ec0054
Merge #20217 - Fix #19330 - Show original value instead of negative value
Pull-request: #20217
Fixes: #19330
Signed-off-by: William Desportes <williamdes@wdes.fr>
2026-03-07 16:13:52 +01:00
Maurício Meneghini Fauth
e71584058a
Merge branch 'QA_5_2'
Signed-off-by: Maurício Meneghini Fauth <mauricio@mfauth.net>
2026-03-07 11:12:05 -03:00
Liviu-Mihail Concioiu
6ce1d6598b Show original value instead of negative value
Signed-off-by: Liviu-Mihail Concioiu <liviu.concioiu@gmail.com>
2026-03-05 19:19:55 +01:00
Liviu-Mihail Concioiu
9f6cdadd84 Fix data.responseJSON is undefined
Signed-off-by: Liviu-Mihail Concioiu <liviu.concioiu@gmail.com>
2026-03-05 15:07:29 +01:00
William Desportes
b3e2ac1ece
Merge branch 'QA_5_2'
Config get was removed in 7547341bee

Config set was changed into adc834f1ae

Signed-off-by: William Desportes <williamdes@wdes.fr>
2026-03-05 13:03:23 +01:00
Maximilian Krög
ecf75a991d
Transmit the wkt data, without processing for ol
OpenLayers comes with its very own WKT parser.
This reduces the size of transmitted data.

Signed-off-by: Maximilian Krög <maxi_kroeg@web.de>
2026-02-27 22:58:33 +01:00
Maximilian Krög
ded7d5f32b
Don't use barrle files for import
Signed-off-by: Maximilian Krög <maxi_kroeg@web.de>
2026-02-27 21:51:07 +01:00
Iakov Ogryzkov
7d5c0f796f
Fix: Text copying while editing a cell
Signed-off-by: Iakov Ogryzkov <justjacob951@gmail.com>
2026-02-27 16:20:21 +01:00
Thomas Vincent
4cd089afb1
refactor: replace var with const/let in tracking.ts
Signed-off-by: Thomas Vincent <thomasvincent@gmail.com>
2026-02-25 16:36:50 -08:00
William Desportes
ce05a69743
Ignore some TypeScript "errors" about fullscreen properties
Signed-off-by: William Desportes <williamdes@wdes.fr>
2026-02-24 15:53:24 +01:00
William Desportes
015d75c0d1
Merge branch 'QA_5_2'
Signed-off-by: William Desportes <williamdes@wdes.fr>
2026-02-24 15:36:06 +01:00
Maurício Meneghini Fauth
7e48a8864e
Merge branch 'QA_5_2'
Signed-off-by: Maurício Meneghini Fauth <mauricio@mfauth.net>
2026-02-20 13:18:02 -03:00
Liviu-Mihail Concioiu
5d6f27f6ed Fix
Co-authored-by: Maximilian Krög <maxi_kroeg@web.de>
2026-02-15 23:47:10 +01:00
William Desportes
992718ff3c
Merge #20036 - Frontend: Allow mouse selection of cells for easier copying
Pull-request: #20036
Signed-off-by: William Desportes <williamdes@wdes.fr>
2026-02-12 14:42:14 +01:00
Iakov Ogryzkov
2267c423f1 Selection of cells in the table: change styles for selected cells
Signed-off-by: Iakov Ogryzkov <justjacob951@gmail.com>
2026-02-11 22:25:14 +01:00
Maurício Meneghini Fauth
17e34144a1
Merge branch 'QA_5_2'
Signed-off-by: Maurício Meneghini Fauth <mauricio@mfauth.net>
2026-02-10 22:32:28 -03:00
Iakov Ogryzkov
c379216d72 Selection of cells in the table: multiselect by ctrl. Also shift + arrow navigation
Signed-off-by: Iakov Ogryzkov <justjacob951@gmail.com>
2026-02-05 20:59:37 +01:00
Iakov Ogryzkov
fdf1e44e95 Selection of cells in the table: allow cell selection using shift and arrow keys
Signed-off-by: Iakov Ogryzkov <justjacob951@gmail.com>
2026-01-26 02:02:57 +01:00
Maximilian Krög
55354465b7
Fix checking cookies for auto-saved query
Signed-off-by: Maximilian Krög <maxi_kroeg@web.de>
2026-01-24 22:49:49 +01:00
Iakov Ogryzkov
4e4d38d29c Selection of cells in the table: add autoscroll
Signed-off-by: Iakov Ogryzkov <justjacob951@gmail.com>
2026-01-24 00:33:23 +01:00
Iakov Ogryzkov
441bf68d91 Selection of cells in the table: allow to select table headers
Signed-off-by: Iakov Ogryzkov <justjacob951@gmail.com>
2026-01-21 23:52:19 +01:00
Iakov Ogryzkov
0927a6ceac Selection of cells in the table: event optimization
Signed-off-by: Iakov Ogryzkov <justjacob951@gmail.com>
2026-01-21 23:50:44 +01:00
Iakov Ogryzkov
17df889b98 Selection of cells in the table: select all with Ctrl + A
Signed-off-by: Iakov Ogryzkov <justjacob951@gmail.com>
2026-01-21 23:49:42 +01:00
Iakov Ogryzkov
338f5f3379 Allow mouse selection of cells for easier copying
Signed-off-by: Iakov Ogryzkov <justjacob951@gmail.com>
2026-01-21 00:07:05 +01:00
Maurício Meneghini Fauth
81104b0146
Refactor the sql/bookmark.twig template
Renames the template to _bookmark.twig to indicate that it's a partial
template. And uses Twig's include function to include the bookmark
template.

Extracts the onsubmit event from the form tag.

Signed-off-by: Maurício Meneghini Fauth <mauricio@mfauth.net>
2026-01-17 14:27:57 -03:00
William Desportes
4da3aaaf7a
Merge branch 'QA_5_2'
Already merged in master: https://github.com/phpmyadmin/phpmyadmin/pull/19960
Re-write of the test from 4de9f0f0b1
Merge of 631cac096f
Merge of 58cee9656f but could not find the code to implement

Signed-off-by: William Desportes <williamdes@wdes.fr>
2025-12-29 18:50:41 +01:00
William Desportes
3c8ea249b5
Merge #19960 - Fix #19950 - Dispose tooltips when Enter is pressed
Pull-request: #19960
Fixes: #19950
Signed-off-by: William Desportes <williamdes@wdes.fr>
2025-12-25 17:09:39 +01:00
faissaloux
f1756bb0b7 hide rhs when not needed
Signed-off-by: faissaloux <fwahabali@gmail.com>
2025-12-15 01:34:52 +01:00
Kamil Tekiela
5e3b404b8d Convert false links into buttons
Signed-off-by: Kamil Tekiela <tekiela246@gmail.com>
2025-12-06 14:55:12 +00:00
Liviu-Mihail Concioiu
c8acafe736 Fix selector
Signed-off-by: Liviu-Mihail Concioiu <liviu.concioiu@gmail.com>
2025-11-25 22:21:28 +01:00
Liviu-Mihail Concioiu
2664be18fa Fix selector
Signed-off-by: Liviu-Mihail Concioiu <liviu.concioiu@gmail.com>
2025-11-25 22:09:15 +01:00
Liviu-Mihail Concioiu
923bb4a539 Avoid duplicate tooltips
Signed-off-by: Liviu-Mihail Concioiu <liviu.concioiu@gmail.com>
2025-11-25 22:01:01 +01:00
Liviu-Mihail Concioiu
cfa82abf2a Dispose tooltips
Signed-off-by: Liviu-Mihail Concioiu <liviu.concioiu@gmail.com>
2025-11-25 02:46:51 +01:00