I think adding isset() verification does not make sense as these variables are always...
I think it's better to put this in docs. https://github.com/phpmyadmin/phpmyadmi...
First stack trace item missing in PHP error reports
Line number is sent to the server in https://github.com/phpmyadmin/phpmyadmin/blob/RELEASE_4_4_11/libraries/error_report.lib.php#L110...
Technically speaking, it's not an item of the stack trace that is missing, rather...
First stack trace item missing in PHP error reports
I confirm this observation
I see two patterns in accessing these variables $cfgRelation = PMA_getRelationsParam();...
For extra features offered by phpMyAdmin, <feature>work parameters are used to check...
Theme configurations not defined
Looking at the related code, the only possible scenario that could have caused this...
Theme configurations not defined
Duplicate of https://sourceforge.net/p/phpmyadmin/bugs/4983/
Theme configurations not defined
(ok 4.5) Uncaught TypeError: Cannot read property 'attr' of null
Should be fixed with https://github.com/phpmyadmin/phpmyadmin/commit/e70d2cf5518...
Uncaught TypeError: Cannot read property 'attr' of null
Fixed with https://github.com/phpmyadmin/phpmyadmin/commit/e453cb818b7714e1b6231...
(ok 4.4.11) Cannot read property 'status' of null
(ok 4.4.12) Problem when import *.ods file
Cancelled page settings changes do not restore the settings UI
Fixed with https://github.com/phpmyadmin/phpmyadmin/commit/1121d5d2f6cfb3f5f3a13...
(ok 4.5) Support for virtual/persistent columns
Support for virtual/persistent columns
(ok 4.5) Better Performance
Here is a link to the discussion on developers' mailing list about the performance...
combine create / alter table statements
Problem when import *.ods file
Can you attach a small .ods file that gives this error, obfuscating any sensitive...
Tried to set secure cookie on non-secure connection
Implemented with https://github.com/phpmyadmin/phpmyadmin/commit/555199e7552749d...
(ok 4.5) mariadb processlist
mariadb processlist
(ok 4.4.12) Move/ Copy/ Rename operations on Table/ Db fail on Drizzle server
Fixed with https://github.com/phpmyadmin/phpmyadmin/pull/1775
Move/ Copy/ Rename operations on Table/ Db fail on Drizzle server
(ok 4.5) "Error: Token mismatch" when using multiple servers in parallel
Should be fixed with https://github.com/phpmyadmin/phpmyadmin/pull/1762
Tried to set secure cookie on non-secure connection
Can you describe the steps to generate this bug. Do you see all the requests non-https...
Tried to set secure cookie on non-secure connection
"Error: Token mismatch" when using multiple servers in parallel
Michal, I would appreciate you thought on the following. GET requests have limitations...
Use GET only for read only operations
Fixed with https://github.com/phpmyadmin/phpmyadmin/commit/1121d5d2f6cfb3f5f3a13...
Cancelled page settings changes do not restore the settings UI
Cancelled page settings changes do not revert the UI
Fixed with https://github.com/phpmyadmin/phpmyadmin/commit/47bda67e38aee09dc9d78...
(ok 4.4.12) Timepicker CSS issues in Original theme
Timepicker CSS issues in Original theme
Clicking on the navi logo does not always work
The plugin system of the phpMyAdmin work more or less similar to what you described,...
New version using older files
For the advisor, the alternative would be to move the logic of the rules to PHP....
Currently there is an icon next to navigation items allowing them to be hidden. So,...
For the record renaming by double clicking was rejected at https://sourceforge.n...
Do you mean in the left side navigation panel or database structure page?
store export definitions for reuse
(ok 4.5) Autocomplete either doesn't function at all or auto completes the original table name when joining multiple aliased tables
Should be fixed with https://github.com/phpmyadmin/phpmyadmin/commit/0a0879ea1e5...
Thanks Nisarg, I will update the library.
Subqueries Cause PHP Error on Refresh
Indeed, this seems to be related to parsing
Subqueries Cause PHP Error on Refresh
Should be fixed with https://github.com/phpmyadmin/phpmyadmin/commit/e453cb818b7...
(ok 4.4.11) Autoload from prefs_storage not behaving properly
Autoload from prefs_storage not behaving properly
See https://sourceforge.net/p/phpmyadmin/feature-requests/1004/
An export of table(s) from phpMyAdmin has the following order. Create table statement...
This is more of a feature request IMO
combine create / alter table statements
(ok 4.5) Being able to use multiple servers at the same time when using cookie auth
PR: https://github.com/phpmyadmin/phpmyadmin/pull/1762
Being able to use multiple servers at the same time when using cookie auth
Should be fixed with https://github.com/phpmyadmin/phpmyadmin/commit/679015ea525...
(ok 4.5) CSV import: Allow "Columns escaped with" to be optional
CSV import: Allow "Columns escaped with" to be optional
CSV Export: Allow "Columns escaped with" to be optional
Should be fixed with https://github.com/phpmyadmin/phpmyadmin/commit/6f4e0b2a778...
(ok 4.5) Cant use external config file
Cant use external config file
As of now phpMyAdmin add constraints at the very end of export. So I do not see a...
Implemented with https://github.com/phpmyadmin/phpmyadmin/commit/ff1592483a9befb...
(ok 4.5) Column privileges and update
As of phpMyAdmin version 4.4 mime based transformations work even when joining multiple...
Some of these are covered by the Visual Query Builder and IMO, improvements should...
Column privileges and update
Fixed with https://github.com/phpmyadmin/phpmyadmin/commit/2e47bb08eb55fc1c9d19a...
Field named '0' is not recognized
Field named '0' is not recognized
(ok 4.5) MySQL constraint violation errors are not shown when DebugSQL is on
When DebugSQL is on, PMA_DatabaseInterface::getError() is called to record if there...
MySQL constraint violation errors are not shown when DebugSQL is on
MySQL constraint violation errors are not shown
MySQL constraint violation errors are not shown
I do not have a strong opinion on this. Anyway https://github.com/phpmyadmin/phpmyadmin/pull/1751...
Improve/restore non-unique index row editing
Not too sure whether we need to provide workarounds for how HTML works.
What I initially had in mind was a sortable table. Something like the network tab...
The scenario that was fixed does not necessarily require right clicking. Going to...