Commit Graph

  • 85cb6ff2bd Accepting request 1248914 from server:php:applications factory Dominique Leuenberger 2025-02-28 16:38:37 +00:00
  • f5efbe5451 Update changes file to mention correct boo# fixes devel Christian Wittmer 2025-02-27 10:45:59 +00:00
  • d4f2c4721b Accepting request 1239868 from server:php:applications Ana Guerrero 2025-01-23 17:06:00 +00:00
  • 9aa95454fb - Update to 5.2.2 * Security - issue [security] Fix for a path disclosure leak in the Monitoring tab - issue Prevent the user from deleting system databases - issue [security] Fix an XSS vulnerability when checking tables (PMASA-2025-1) - issue [security] Fix an XSS vulnerability on the Insert tab (PMASA-2025-2) - issue [security] Fix a possible glibc/iconv vulnerability (CVE-2024-2961, assigned PMASA-2025-3 but please note that phpMyAdmin is not vulnerable by default) * Bugfix - issue Fix for sql-parser relating to quadratic complexity in certain queries, which could have caused long execution times. - issue #17851 Fix total count of rows in not accurate - issue #17766 Allow to open in a new tab copy and edit row actions - issue #17599 Fix error when handling an user that is not in privileges table - issue #17364 Fix error when trying to import a status monitor chart arrangement - issue #18106 Fix renaming database with a view - issue #18120 Fix bug with numerical tables during renaming database - issue #16851 Fix ($cfg['Order']) default column order doesn't have have any effect since phpMyAdmin 4.2.0 - issue #18138 Fix some issues with numerical table names - issue #18112 Fix open base dir warning on git version class - issue #18211 Fix the themes route missing the server ID - issue Do not show "Original length undefined" on binary hex columns - issue Fix wrong time zone when handling Git information - issue #18195 Fix warning on non-existent table for XML export - issue #18196 Fix errors of import notification - issue #18093 Fix JS errors around "new user account" in some edge cases - issue #16451 Increase password characters limit to 2000 during login - issue #18177 Fix "IS NULL" is shown for non-nullable columns on search page - issue #16199 Fix dragging of tables in designer - issue #18268 Fix UI issue the theme manager is disabled - issue #18258 Speed improvements when exporting a database - issue #17702 Fix performance issue when handling large number of tables in a single database - issue #18324 Fix UI defect on tracking versions table first column - issue #18266 Fix disabling features (like $cfg['Servers'][$i]['tracking'] = false;) did not work - issue #18296 Fixed query time measurement - measure time only for user queries - issue #18235 Fix columns are misaligned for the "sys" database - issue #18249 Speed improvements when browsing a database with multiple tables - issue #18060 Fix Console height "Not a non-negative number" error - issue #18188 Fix issue when editing GIS data - issue Fix width/height of create routines modal and width of routines/triggers/events modals - issue Stop pmadb database detection when all features are disabled - issue Upgrade slim/psr7 to 1.4.1 for CVE-2023-30536 - GHSA-q2qj-628g-vhfw - issue #17654 Fix unprivileged user cannot change password on MySQL >= 5.7.37 - issue #18385 Add CVE MITRE link to allowed domains and use cve.org - issue #18330 Fix TypeError when no-datetime field is modified - issue #18212 Fix Query Builder doesn't replace a table name with it's alias in the WHERE block - issue #18221 Keep the criteria box collapsed by the user when un-checking the criteria checkbox - issue #18363 Fix colspan for actions column on database table list - issue Fix double encoding on User Groups pages - issue Fix list of users of an user group not showing up - issue Fix duplicate query params in the SQL message card - issue #18314 Fix dragged row in index form - issue #17392 Fix the actions not being hidden in the Triggers, Routines, Events pages - issue #18441 Fix execute routine page not working when not in a modal - issue #18471 Fix SQL statement not being displayed correctly on RTL languages - issue Fix state times not getting summed in the profiling table - issue Fix a case where a fatal error message was not displayed - issue #17420 Fix profiling chart not loading when profiling is activated - issue #18159 Fix error when changing the number of chart columns in the monitor page - issue #18403 Fix Uncaught SyntaxError: JSON.parse on makegrid conditions - issue #17528 Fix double escaping of database group names in the navigation tree - issue #18473 Fix the NULL not applied after clearing nullable field - issue #18454 Fix date field calendar display when changing NULL state - issue #18481 Fix missing pagination when using SELECT DISTINCT - issue #18325 Allow hex representations for integers in the search box validation - issue #14411 Fixed double tap to edit on mobile devices - issue Update documentation to reflect that Node >= 12 is required to compile the JS and CSS files - issue #18578 Fixed PDF export NULL values gives a type error - issue #18605 Fixed issue when executing a stored procedure - issue #18650 Fixed double escaping on foreign key relation link title - issue #18533 Fixed wrong count for simulated queries - issue #18611 Fixed an error when searching a table without conditions - issue #18663 Fixed case where triggers are dropped when moving a table - issue #17404 Fixed an error message after dropping a database - issue #18714 Fixed incorrect formatting of the amount of table rows - issue #18717 Fixed issue when deleting bookmarks - issue #18713 Fixed some issues with the GIS editor - issue #18722 Fixed generic error message in the home page - issue #18693 Fixed enum/set value escaping - issue #18769 Improved collations support for MariaDB 10.10 - issue #17381 Fixed JS errors when editing indexes on create table - issue #14402 Fix the PRIMARY label still shown when using two columns for a PK on create table - issue #17347 Fixed JS errors when changing index settings on create table - issue #18762 Fixed truncating tables when a VIEW is included - issue Fix BETWEEN search does not validate input because of spaces - issue Fix JS number validation does not validate when the input is empty or emptied - issue #18561 Fix issue when adding System Monitor charts - issue #17363 Fix duplicate route parameter after logging in - issue #15670 Fix case where the data is truncated after changing a longtext column's collation - issue #18797 Fixed support for ampersand as a arg separator - issue #18834 Fixed case where column hash is empty in table relation page - issue #17538 Fixed error when renaming an index - issue #18865 Fix missing text-nowrap for timestamps columns - issue #18613 Fixed routine editor showing wrong parameter type - issue #18890 Fixed wrong row count when query has UNION - issue #18949 Fixed natural sorting for items in the navigation section - issue #18930 Fixed import of empty tables from MediaWiki - issue #18940 Fixed issue when creating an unique key - issue #19022 Fix case where tables from wrong database is loaded in navigation tree - issue #18782 Fixed issue with role based auth for MySQL 8 - issue #18593 Fix drop db line included in server export if exporting only data - issue #18049 Also check that curl_exec is enabled for the new version check - issue #19023 Fixed table size for ROCKSDB engine showing as unknown - issue #18451 Fix when editing inline central column, Null is always preselected - issue #18495 Fixed database export missing routines - issue #19117 Allow changing the virtuality of a column without any other changes - issue #18566 Fixed error when importing exported view with USE INDEX hint - issue #17920 Fixed moving column with empty default value will replace it with '' - issue #18006 Fixed moving columns causes the default uuid() value to get quotes around it - issue #18962 Fixed move columns with ENUM() & DEFAULT causes invalid SQL - issue #18276 Fix on update CURRENT_TIMESTAMP doesn't show as default in attributes - issue #18240 Fix inserting value with UNIX_TIMESTAMP() without a parameter - issue #19125 Fixed CodeMirror tooltip is below modals - issue #18674 Fix formatted sql in browse table result has a linebreak after each token - issue #18210 Fixed add replica replication user on MariaDB doesn't work (SQL syntax) - issue #19041 Fix footer.twig gets printed to Binary File Download - issue #19091 Fix to stop processing queries on error - issue #18241 Fix copy SQL query button on error messages - issue #17190 Fix an error with SELECT ... FOR UPDATE queries - issue #19145 Remove duplicate server and lang parameters from links - issue #19158 Fix an issue with backticks on the query generator - issue #19174 Fix an issue with column alias with asterisk on the query generator - issue #19146 Fix column sorting with limit subquery - issue #19152 Fix the number of lines being ignored in GIS visualization after a search - issue #19189 Fix issue with column sorting when using 'group by' - issue #19188 Fix issue with simulated queries reporting syntax errors - issue #19141 Add cookie prefix '-__Secure-' to cookies to help prevent cookie smuggling - issue #19218 Fix textarea horizontal resizing with Bootstap theme - issue #19199 Add support for fractional seconds to current_timestamp() - issue #19221 Fix query statistics for queries with count(*) - issue #19203 Fix single quotes and backslashes for the query generator - issue #19163 Fix queries with IS NULL or IS NOT NULL for the query generator - issue #19181 Fix query generator support for IN() and NOT IN() - issue #19167 Fix criteria on column '*' for the query generator - issue #19213 Fix possible issue when exporting a large data set - issue #19217 Fix issue when editing a cell of a JSON column - issue #19244 Add yarn 1.22 to the package.json's packageManager field - issue #19185 Fix visual issue when a row has only empty cells - issue #19257 Fix issue when adding an index with an invalid name - issue #19276 Fix compatibility with Twig 3.12 - issue #19283 Fix issue when the server starts with skip-innodb option - issue #19299 Fix charset in procedure's parameter type - issue #19316 Fix input size for hexadecimal values - issue #19321 Suppress deprecation message of E_STRICT constant - issue Fix PHP 8.4 str_getcsv $escape parameter deprecation - issue #19426 Fix PHP warnings when the column is a COMPRESSED BLOB - issue Allow opening server breadcrumb links in new tab with Ctrl/Meta key - issue #19500 Use KILL instead of CALL mysql.rds_kill for non super users - issue Fix "copy to clipboard" was adding a blank row for each repeating header row - issue Fix TCPDF translations - issue Remove underline for links on Bootstrap theme - issue Fix sql editor height on multi-table query - issue #18852 Fix notification color scheme on the Bootstrap dark theme - issue #14542 Show the query even if no results are found in the Table search - issue #16936 Fixed import (e.g. ods) doesn't respect database default collation - issue #19000 Disable autocomplete for the create table/db name inputs Eric Schirra 2025-01-23 12:59:02 +00:00
  • 03e5011918 Accepting request 1150795 from server:php:applications Ana Guerrero 2024-02-26 18:46:14 +00:00
  • a5a467a8ff Accepting request 1150794 from home:ecsos:server Eric Schirra 2024-02-26 09:52:47 +00:00
  • f287ba5552 Accepting request 1084989 from server:php:applications Dominique Leuenberger 2023-05-05 13:59:05 +00:00
  • e824729c65 Accepting request 1084972 from home:computersalat:devel:php Christian Wittmer 2023-05-05 08:37:52 +00:00
  • 9efc10de08 Accepting request 1065589 from server:php:applications Dominique Leuenberger 2023-02-14 15:43:03 +00:00
  • f72c5e8e04 Accepting request 1065582 from home:AndreasStieger:branches:server:php:applications Eric Schirra 2023-02-13 20:50:45 +00:00
  • 1fb3f55596 Accepting request 1063734 from server:php:applications Dominique Leuenberger 2023-02-08 16:20:25 +00:00
  • 97736407c0 Accepting request 1063733 from home:ecsos:server Eric Schirra 2023-02-08 07:53:06 +00:00
  • 3537573661 Accepting request 989041 from server:php:applications Dominique Leuenberger 2022-07-14 14:34:26 +00:00
  • b6e9347528 update changes file, fix missing bugzilla info Christian Wittmer 2022-07-13 20:05:58 +00:00
  • eeb2f4d5fe Accepting request 976680 from server:php:applications Dominique Leuenberger 2022-05-12 21:01:00 +00:00
  • d5f0633c68 Accepting request 976679 from home:ecsos:server Eric Schirra 2022-05-12 15:07:36 +00:00
  • 922c6cc92c Accepting request 953741 from server:php:applications Dominique Leuenberger 2022-02-11 22:10:15 +00:00
  • e87d5fb617 Accepting request 953740 from home:ecsos:server Eric Schirra 2022-02-11 13:15:50 +00:00
  • 2ea466dc60 Accepting request 948084 from server:php:applications Dominique Leuenberger 2022-01-23 11:15:46 +00:00
  • bb5a9191ee Accepting request 948083 from home:ecsos:server Eric Schirra 2022-01-22 10:32:31 +00:00
  • a5aba848d7 Accepting request 948077 from home:ecsos:server Eric Schirra 2022-01-22 10:13:19 +00:00
  • 5a6af0d24a Accepting request 897669 from server:php:applications Dominique Leuenberger 2021-06-05 21:31:41 +00:00
  • b4b9d8801a Accepting request 897667 from home:ecsos:server Eric Schirra 2021-06-05 10:42:42 +00:00
  • 39281f3704 Accepting request 875362 from server:php:applications Dominique Leuenberger 2021-02-26 21:00:09 +00:00
  • ea969ed219 Accepting request 875360 from home:ecsos:server Eric Schirra 2021-02-26 12:00:15 +00:00
  • 8a0ed0afd1 Accepting request 858109 from server:php:applications Dominique Leuenberger 2020-12-23 13:21:45 +00:00
  • fc86a38414 Accepting request 858101 from home:adkorte:branches:server:php:applications Eric Schirra 2020-12-22 10:09:07 +00:00
  • 657eacfec6 Accepting request 855581 from server:php:applications Dominique Leuenberger 2020-12-14 17:09:02 +00:00
  • 6a9f734080 Accepting request 855568 from home:adkorte:branches:server:php:applications Eric Schirra 2020-12-13 14:54:11 +00:00
  • a4ed46c15e Accepting request 847421 from server:php:applications Dominique Leuenberger 2020-11-25 18:29:36 +00:00
  • d5738e9737 Accepting request 847420 from home:ecsos:server Eric Schirra 2020-11-10 08:40:14 +00:00
  • 255a824de9 Accepting request 842100 from server:php:applications Dominique Leuenberger 2020-10-18 14:30:51 +00:00
  • e90fa0ce35 Accepting request 842056 from home:AndreasStieger:branches:server:php:applications Eric Schirra 2020-10-16 12:08:49 +00:00
  • fac909dffd Accepting request 841132 from server:php:applications Dominique Leuenberger 2020-10-12 11:59:32 +00:00
  • 97c0a49cac Accepting request 841131 from home:ecsos:server Eric Schirra 2020-10-12 06:40:27 +00:00
  • 3e68e7d9f7 Accepting request 799854 from server:php:applications Dominique Leuenberger 2020-05-03 20:47:29 +00:00
  • fabe47cb05 Accepting request 799851 from home:computersalat:devel:php Christian Wittmer 2020-05-03 15:30:54 +00:00
  • f5c64e65a3 Accepting request 799642 from home:adkorte:branches:server:php:applications Christian Wittmer 2020-05-02 23:46:46 +00:00
  • 6db948484a Accepting request 798649 from server:php:applications Dominique Leuenberger 2020-04-28 20:32:33 +00:00
  • dd077342c3 Accepting request 796504 from home:dimstar:Factory Dirk Stoecker 2020-04-28 11:42:32 +00:00
  • 2df81e202e Accepting request 787669 from server:php:applications Dominique Leuenberger 2020-03-27 20:56:17 +00:00
  • 2a522d4def Accepting request 787592 from home:AndreasStieger:branches:server:php:applications Eric Schirra 2020-03-24 06:38:27 +00:00
  • 3cef812359 Accepting request 787359 from server:php:applications Dominique Leuenberger 2020-03-23 11:51:20 +00:00
  • bc02fff1c5 Accepting request 787358 from home:ecsos:server Eric Schirra 2020-03-23 07:52:31 +00:00
  • 601b7228df Accepting request 766405 from server:php:applications Dominique Leuenberger 2020-01-28 09:54:09 +00:00
  • 9f3e47e4c7 Accepting request 766403 from home:computersalat:devel:php Eric Schirra 2020-01-22 19:44:52 +00:00
  • 44c9416583 Accepting request 761881 from server:php:applications Dominique Leuenberger 2020-01-08 16:57:29 +00:00
  • 930a63549c Accepting request 761879 from home:computersalat:devel:php Christian Wittmer 2020-01-08 14:52:55 +00:00
  • 93de87a6ec Accepting request 760059 from server:php:applications Dominique Leuenberger 2019-12-31 09:28:12 +00:00
  • 294a43571f Accepting request 760058 from home:ecsos:server Eric Schirra 2019-12-30 15:50:22 +00:00
  • ecf0455293 Accepting request 750630 from server:php:applications Dominique Leuenberger 2019-11-25 10:25:35 +00:00
  • 760e1a8581 Accepting request 750415 from home:AndreasStieger:branches:server:php:applications Eric Schirra 2019-11-24 17:54:18 +00:00
  • c58adef988 Accepting request 732410 from server:php:applications Dominique Leuenberger 2019-09-23 10:39:12 +00:00
  • cbdc83f4f9 Accepting request 732397 from home:AndreasStieger:branches:server:php:applications Eric Schirra 2019-09-21 20:28:19 +00:00
  • c31c698050 Accepting request 712644 from server:php:applications Dominique Leuenberger 2019-07-01 08:44:30 +00:00
  • 60d7c81750 Accepting request 712643 from home:computersalat:devel:php Christian Wittmer 2019-06-30 13:18:37 +00:00
  • 577824adb4 Accepting request 707877 from server:php:applications Dominique Leuenberger 2019-06-06 16:18:07 +00:00
  • 5f11dca664 OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=333 Eric Schirra 2019-06-05 15:23:18 +00:00
  • 20dbc2b47f OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=332 Eric Schirra 2019-06-05 15:23:11 +00:00
  • 14d28329f7 Accepting request 707875 from home:ecsos:server Eric Schirra 2019-06-05 15:15:28 +00:00
  • f871c84738 Accepting request 671018 from server:php:applications Stephan Kulow 2019-02-04 13:26:13 +00:00
  • 8637961872 Accepting request 670630 from home:AndreasStieger:branches:server:php:applications Eric Schirra 2019-02-04 10:50:07 +00:00
  • b9453b858d Accepting request 657517 from server:php:applications Dominique Leuenberger 2018-12-12 16:31:47 +00:00
  • 10633498f7 OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=327 Eric Schirra 2018-12-12 11:38:44 +00:00
  • 1ba43e16c0 OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=326 Eric Schirra 2018-12-12 11:36:29 +00:00
  • 21efefd35e Accepting request 657509 from home:ecsos:server Eric Schirra 2018-12-12 11:09:55 +00:00
  • 551f910e77 Accepting request 631066 from server:php:applications Dominique Leuenberger 2018-08-24 15:10:56 +00:00
  • 8880142386 Accepting request 631065 from home:ecsos:server Eric Schirra 2018-08-23 09:29:35 +00:00
  • 7f6f048aec Accepting request 626781 from server:php:applications Dominique Leuenberger 2018-08-02 12:58:53 +00:00
  • fbf9f21522 Accepting request 626779 from home:computersalat:devel:php Christian Wittmer 2018-07-31 21:19:32 +00:00
  • de0692d9f5 Accepting request 618517 from server:php:applications Yuchen Lin 2018-06-23 17:59:12 +00:00
  • 4806610098 Accepting request 618516 from home:computersalat:devel:php Christian Wittmer 2018-06-22 15:08:45 +00:00
  • d443b7b40d Accepting request 618497 from home:computersalat:devel:php Christian Wittmer 2018-06-22 13:56:00 +00:00
  • 4d8575a138 Accepting request 612378 from server:php:applications Dominique Leuenberger 2018-05-29 08:45:29 +00:00
  • 81411c424f Accepting request 612377 from home:ecsos:server Eric Schirra 2018-05-26 09:06:15 +00:00
  • cc59941c5d Accepting request 599221 from server:php:applications Dominique Leuenberger 2018-04-20 15:32:16 +00:00
  • f14a387476 Accepting request 599220 from home:ecsos:server Eric Schirra 2018-04-20 10:05:32 +00:00
  • 74e3484687 Accepting request 595798 from home:ecsos:server Eric Schirra 2018-04-11 22:40:21 +00:00
  • 547ba23d9d Accepting request 595754 from home:javierllorente:branches:server:php:applications Javier Llorente 2018-04-11 18:01:52 +00:00
  • 91d7f398b3 Accepting request 595514 from home:javierllorente:branches:server:php:applications Javier Llorente 2018-04-11 08:48:30 +00:00
  • 8550864932 Accepting request 583754 from server:php:applications Dominique Leuenberger 2018-03-08 09:58:04 +00:00
  • 70735ead3e Accepting request 583752 from home:ecsos:server Eric Schirra 2018-03-07 06:51:22 +00:00
  • 8c4fa2b5ce Accepting request 579476 from server:php:applications Dominique Leuenberger 2018-02-23 14:31:45 +00:00
  • 25a7984d92 Accepting request 579192 from home:AndreasStieger:branches:server:php:applications Eric Schirra 2018-02-23 11:09:43 +00:00
  • 2570a5bee7 Accepting request 563999 from server:php:applications Dominique Leuenberger 2018-01-13 20:49:56 +00:00
  • 7619a80f6f Accepting request 563218 from home:AndreasStieger:branches:server:php:applications Lars Vogdt 2018-01-13 13:11:59 +00:00
  • f65ffdeb29 Accepting request 560103 from server:php:applications Dominique Leuenberger 2017-12-29 17:51:25 +00:00
  • 7798d33649 Accepting request 559878 from home:AndreasStieger:branches:server:php:applications Christian Wittmer 2017-12-27 12:39:17 +00:00
  • 277d4a266b Accepting request 547491 from server:php:applications Dominique Leuenberger 2017-12-03 09:13:08 +00:00
  • e96a2cee68 Accepting request 547490 from home:ecsos:server Eric Schirra 2017-12-02 10:49:43 +00:00
  • 78d95daad0 Accepting request 545753 from server:php:applications Dominique Leuenberger 2017-11-30 11:44:37 +00:00
  • f0dd307e23 Accepting request 545751 from home:adkorte:branches:server:php:applications Christian Wittmer 2017-11-26 19:13:36 +00:00
  • cd12ecd27e Accepting request 536256 from server:php:applications Dominique Leuenberger 2017-10-25 15:47:15 +00:00
  • 873554a45b Accepting request 536255 from home:ecsos:server Eric Schirra 2017-10-24 07:51:38 +00:00
  • c93df25740 Accepting request 522312 from server:php:applications Dominique Leuenberger 2017-09-09 18:26:54 +00:00
  • 01b43b209c Accepting request 522311 from home:computersalat:devel:php Christian Wittmer 2017-09-08 13:03:16 +00:00
  • 533a26de7d Accepting request 518797 from server:php:applications Dominique Leuenberger 2017-08-28 13:16:46 +00:00
  • 84aea920f5 Accepting request 518796 from home:ecsos:server Eric Schirra 2017-08-25 17:20:17 +00:00
  • f1d3091295 Accepting request 512899 from server:php:applications Dominique Leuenberger 2017-07-29 07:01:59 +00:00
  • ef10a314a2 Accepting request 512898 from home:computersalat:devel:php Christian Wittmer 2017-07-28 10:06:12 +00:00