Commit Graph

46 Commits

Author SHA1 Message Date
Maurício Meneghini Fauth
0bee94b27e
Merge branch 'QA_5_1-security' into master-security
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-01-11 14:31:56 -03:00
Maurício Meneghini Fauth
02e8588404
Merge branch 'QA_4_9-security' into QA_5_1-security
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-01-10 18:39:23 -03:00
Maurício Meneghini Fauth
220ed30ef8
Remove printview.css theme files
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2021-10-31 17:35:55 -03:00
Maurício Meneghini Fauth
87b91940f3
Merge pull request #17065 from shucontech/simulate_query_modal
Replace Simulate Query dialog with a modal
2021-09-16 16:04:48 -03:00
Saksham Gupta
b58516e880 Replace Simulate Query dialog with a modal
Signed-off-by: Saksham Gupta <shucontech@gmail.com>

Set Aria hidden to true

Signed-off-by: Saksham Gupta <shucontech@gmail.com>
2021-09-17 00:00:56 +05:30
William Desportes
b72f941167
Merge branch 'QA_5_1'
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-08-23 20:35:42 +02:00
Lukas Bixen
928e266e69 Fix #16067: Make select multiples resizable:
New `resize-vertical` class for elements that may be resized vertically.

Signed-off-by: Lukas Bixen <lrb2_@outlook.com>
2021-08-23 10:46:43 -05:00
Sergio Gutierrez
c60b786915
Ref #13270 - fix(query.twig): Inline events removed (#16905)
* fix(query.twig): Inline events removed

Signed-off-by: Sergio Gutierrez <sergiogutierrez0611@gmail.com>

* fix(SqlQueryFormTest.php): Enable auto select text in text area assertion test fixed

Signed-off-by: Sergio Gutierrez <sergiogutierrez0611@gmail.com>
2021-08-11 12:04:44 -03:00
William Desportes
0a1f083990
Merge branch 'QA_5_1'
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-06-23 20:36:21 +02:00
William Desportes
15dfab25ee
Fix #16977 - do not escape escaped content for enum and set responses templates
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-06-23 13:27:04 +02:00
Maurício Meneghini Fauth
007e91ce8d
Remove .pma-table CSS class from some tables
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2021-05-13 00:51:41 -03:00
Maurício Meneghini Fauth
5178f76f95
Move fieldset CSS style to the .pma-fieldset class
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2020-12-28 19:46:40 -03:00
Maurício Meneghini Fauth
00151b5f1c
Remove some custom CSS utilities
Uses Bootstrap equivalents instead.

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2020-12-22 13:18:58 -03:00
Maurício Meneghini Fauth
6408b7179a
Fix renamed Bootstrap 5 classes
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2020-12-21 15:28:39 -03:00
Maurício Meneghini Fauth
c64b77abe1
Move HTML's table CSS to the pma-table class
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2020-11-16 16:36:16 -03:00
Maurício Meneghini Fauth
3c21cf1853 Remove url_query PHP global
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2020-09-08 13:32:25 -03:00
Maurício Meneghini Fauth
7936909dbd Move Operations::getMaintenanceActions to the view
Uses Table\MaintenanceController to handle the maintenance actions in
the table operations page.

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2020-08-28 15:25:14 -03:00
Maurício Meneghini Fauth
c112bfd6d6 Create a new page for Check Table
Instead of only showing the query results.

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2020-08-27 14:22:22 -03:00
Maurício Meneghini Fauth
e7e9bd770f Remove the Sql::getHtmlForProfilingChart method
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2020-08-25 20:31:15 -03:00
Maurício Meneghini Fauth
99abf3ab3c Remove the Sql::getHtmlForSetColumn method
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2020-08-24 22:59:17 -03:00
Maurício Meneghini Fauth
7966f5bde5
Merge pull request #16311 from nikkolai14/remove-inline-js
Remove inline js
2020-08-21 21:29:37 -03:00
Maurício Meneghini Fauth
3a5ad0a011 Extract HTML from query results operations
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2020-08-21 20:53:09 -03:00
Maurício Meneghini Fauth
f6215b6f7a Extract HTML from Sql::getQueryResponseForNoResultsReturned
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2020-08-20 17:27:09 -03:00
Nikkolai Fernandez
8b99d174c2
Removed inline onclick js
Signed-off-by: Nikkolai Fernandez <nikkolaifernandez14@gmail.com>
2020-08-20 20:54:10 +02:00
Petr Duda
d317de40ab Fix #16179 Bad UI for simulate request
Signed-off-by: Petr Duda <petrduda@seznam.cz>
2020-06-19 19:20:04 +02:00
Maurício Meneghini Fauth
ef994c3398 Remove the FKCheckbox HTML generator
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2020-04-01 16:52:25 -03:00
Maurício Meneghini Fauth
9eeb84d55f Use grid instead of float for SQL page footer
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2020-03-18 16:16:13 -03:00
Maurício Meneghini Fauth
2513da778c Replace fieldset with cards in SQL pages
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2020-03-17 23:59:35 -03:00
William Desportes
f41fe9e37f
Add a note for the translators about parameter binding
Signed-off-by: William Desportes <williamdes@wdes.fr>
2020-03-13 22:19:37 +01:00
William Desportes
3a947706bf
Merge branch 'QA_5_0'
Signed-off-by: William Desportes <williamdes@wdes.fr>
2020-01-19 15:34:33 +01:00
Rahul Gurung
67f6f2b69c
fixed browse foreign values modal with grid edit
Signed-off-by: Rahul Gurung <gurungrahul2@gmail.com>
2020-01-19 15:27:06 +01:00
William Desportes
88e8d57c81
Merge branch 'QA_5_0'
Signed-off-by: William Desportes <williamdes@wdes.fr>
2020-01-16 21:43:20 +01:00
Manthan Surkar
40bdbdc887 Change Location of Profiling state documentation
Signed-off-by: Manthan Surkar <manthan.surkar@gmail.com>
2020-01-17 00:27:15 +05:30
Maurício Meneghini Fauth
67749e7cb7 Move browse foreigners entry point to routes file
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-11-06 12:49:36 -03:00
Maurício Meneghini Fauth
e3f891f604 Refactor SqlQueryForm::getHtml
Move insert and page templates into page template

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-09-03 20:41:36 -03:00
Maurício Meneghini Fauth
fc606d2746 Extract HTML from SqlQueryForm::getHtmlForBookmark
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-09-03 12:15:59 -03:00
Maurício Meneghini Fauth
53ce1d256c Extract HTML from SqlQueryForm::getHtml
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-09-02 22:19:29 -03:00
Maurício Meneghini Fauth
732236c137 Extract HTML from SqlQueryForm::getHtmlForInsert
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-09-02 21:28:58 -03:00
Maurício Meneghini Fauth
00eb35b2be Use the router the for the browse foreigners page
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-08-05 23:27:47 -03:00
Maurício Meneghini Fauth
208b0e25e1 Use the router for the sql pages
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-08-03 21:25:27 -03:00
Maurício Meneghini Fauth
1ca7fb31e4 Add Sql module to js/sql.js
To reduce the number of global variables

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-05-28 17:52:43 -03:00
Maurício Meneghini Fauth
ce71901de5 Refactor js/functions.js to use a module
Adds Functions module in js/functions.js to reduce the number of global variables.

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-05-22 17:44:21 -03:00
Maurício Meneghini Fauth
728f61ec5d Extract HTML from PhpMyAdmin\Sql
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2019-01-15 03:50:38 -02:00
Maurício Meneghini Fauth
ca66136d99 Extract HTML from Sql::getHtmlForProfilingChart
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2019-01-14 02:33:33 -02:00
Maurício Meneghini Fauth
adef7b6f1c Extract HTML from Sql::getHtmlForBookmark
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2019-01-13 17:41:11 -02:00
Maurício Meneghini Fauth
8168dcf8ea Extract HTML from Sql::getHtmlForSqlQueryResults
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2019-01-13 12:39:50 -02:00