Hi
Being a newbiee to phpmyadmin, i want to know thw workflow of the code?
Can somebody tell me the link for documentation of the code ??
Rajat Aggarwal
Hi,
I think the feature request [0] will be a useful one. As Marc mentioned we
need the think about saving the space in navigation panel. What about use 2
radio buttons to switch between Recent Tables and the Favourite Tables with
the same drop down as displayed in the image [1]. Using a tool tip for
radio buttons will help to familiar with this feature.
To make it more configurable, we can use two global variables for enabling
this feature and for default radio selection (whether Recent Tables by
default or Favourite Tables by default). I didn't look into the
implementations yet. But I think it should be possible.
Appreciate your thoughts on this.
[0] : http://sourceforge.net/p/phpmyadmin/feature-requests/1476/
[1] : http://i.imgur.com/NGjIvNA.png
Regards !
--
Chanaka Dharmarathna
*http://chanakaindrajith.blogspot.com/*<http://chanakaindrajith.blogspot.com/>
Hello everyone,
I am trying to solve
Bug#4279<http://sourceforge.net/p/phpmyadmin/bugs/4279/> with
Pull#923 <https://github.com/phpmyadmin/phpmyadmin/pull/923>.
I've successfully solved first part of the bug report. But in the second
part I am stuck a little. So I want suggestions from developer community.
Here's the scenario, as per my understanding.
1. For select-box, on UP/DOWN arrow key events, values change as per its
default behavior.
2. A function named onKeyDownArrowsHandler() is called whenever CTRL +
UP or DOWN is pressed.
Now on pressing CTRL + UP/DOWN, both of the above events are fired.
What I want to do is to differentiate between *CTRL + UP/DOWN* and *only
UP/DOWN* in onKeyDownArrowsHandler() function. Or in other way I want to
suppress default behavior of select-box if it's pressed in combination with
CTRL key.
I tried printing keyCode in log, but it only shows keyCode of either CTRL
or UP/DOWN depending on whichever is pressed first.
I also tried e.preventDefault() , but that does not work with select-box
either. After a little searching around on internet, I came across some bug
reports of Mozilla. See
MozillaBug#392863<https://bugzilla.mozilla.org/show_bug.cgi?id=392863>
and MozillaBug#291082 <https://bugzilla.mozilla.org/show_bug.cgi?id=291082>
.
Is there any other way of achieving the same..??
Please give your valuable suggestions.
Cheers....[?]
--
Dhananjay R. Nakrani,
Undergraduate Student,
CSE Department,
Institute Of Technology,
Nirma University,
Ahmedabad, India.
Hello,
Right now clicking the a procedure from the navigation panel brings up the
edit dialog box.
I think execute dialog box is more appropriate for this.
What's your suggestions on this?
Regards,
Umair Khan
Hi,
we are pleased to announce this programming contest. Details at
http://phpmyadmin.net.
By the way, for students who will want to participate to Google Summer
of Code 2014 for a phpMyAdmin project, this programming contest is
a chance to get involved with the phpMyAdmin code by producing a
patch so that we can evaluate your skills.
In addition, everyone can benefit from the Packt Publishing discount
codes revealed on the contest page.
Have fun!
--
Marc Delisle
http://infomarc.info | http://phpmyadmin.net
Hi all
After seeing [Debian bug about sourceless flash file][1], I went to
looking why do we have this at all. It seems to be used for IE 8 and
older to render charts as the browser does not have native support for
canvas.
I've done a little bit of testing with IE 8 (using Browser Stack) and
none of the rendering seems to work properly there:
- the GIS rendering ends up with javascript error showing nothing [*]
- the pie chart for profiling does not show areas
- other charts show different level of corruption
As nobody has complained about this so far, I believe it's better to
simply drop this code than trying to fix it to work with this ancient
browser. So here is [my pull request to do so][2].
[1]:http://bugs.debian.org/737432
[2]:https://github.com/phpmyadmin/phpmyadmin/pull/887
[*]: What revealed that javascript error reporting is broken in IE 8 as
I was not able to see the report details and submit it. So maybe it's
really time to say we do not support IE 8 as there might be more of so
broken things...
--
Michal Čihař | http://cihar.com | http://phpmyadmin.net
Hi devs,
We currently have a feature to remember the sorting order of a table. It
was implemented in such a way that remembered sorting would be applied both
when the user is browsing the table as well as executing a select statement
on the table without specifying some other sorting order.
However it is unclear whether this is the expected behavior from the
discussion at [1]. So I would like to know your opinion on whether we
should keep the current behavior or should the remembered sorting order be
applied only when browsing. My personal opinion is, it should be limited to
just browsing.
If we decide to change the behavior, should it go to next major release or
next bug fix release?
[1] http://sourceforge.net/p/phpmyadmin/bugs/4245/?page=1
--
Thanks and Regards,
Madhura Jayaratne