Marc, In your commit d32011572cf1c953b0ce687f4507dbb518332021 an
dfdcad5b0642765275958e6459609d02faa70a2f6 you removed newlines within
my instruction texts that I added for it to be more readable.
How come you have removed them?
Following the sf.net help forums for pma it seems like many people
have issues establishing a correct connection to phpmyadmin.
Maybe we should be offering some connection test with lots of debug
information and which uses the config.inc.php? Shouldn't be so much
efforts to build.
It could be added to the setup script.
Ammar,
I suggest you add to the criteria the value of $cfg['maxRowPlotLimit']
to enable users to be aware of the limit and to change it if they need.
--
Marc Delisle
http://infomarc.info
Just had a good idea how to fix the 'open in new tab' workaround for
getting more space on various pages (particularly useful on the status
monitor). I've implemented a very quick demonstration on how a
collapsible navigation frame could work like. If the idea is good and
the feature can go to master, I will implemented it better. Also it
could need a better icon.
Commit 5fb7f9cd1716ae747a6e898ee6e92c864d4da6dc and
05dd085aeb0334d1e9ee68037efb563866892164 do the magic. It will make an
arrow appear vertically centered on the nav frame.
Should be testable anytime soon on http://demo.phpmyadmin.net/gsoc-tyron
Hi Mark,
I worked with ajaxify the copy table option in Table operations.
1. I added "*$("#copyTable.ajax").live('submit',)*" action to the
functions.js file which handles the ajax submission of the copy table form.
2. Then I modified the tbl_operations.js file and the tbl_move_copy.php
file which handles that ajax request.
I pushed my changes to the repo. Please check that. Thank you.
Regards,
Thilanka.
--
L G Thilanka Kaushalya
Computer Science & Engineering,
University of Moratuwa,
Sri Lanka
Connect with me at,
Gmail : lgtkaushalya(a)gmail.com
Twitter : @thilanka_k
Facebook : Thilanka Kaushalya
Yahoo : lgtkaushalya(a)yahoo.com
Blog : http://coders-view.blogspot.com/
Aris,
The HTML Validator extension to Firefox tells me that there are many
duplicate ids, for example save_cells_at_once, save_cell_warnings and other.
--
Marc Delisle
http://infomarc.info
Tyron,
You wrote "I have built a 'Query analyzer' Dialog that is reachable
through clicking 'SELECT' - Statements in the Log Table".
Should I see this while browsing mysql.general_log, or is it intended to
be seen from the Monitor page?
--
Marc Delisle
http://infomarc.info
Tyron,
Message: "This columns shows the amount of identical queries that are
grouped together. However only the SQL Text is being compared, thus the
queries other attributes such as start time may differ."
I changed it to
"This columns shows the amount of identical queries that are grouped
together. However only the SQL Text is being compared, thus the queries
of other attributes such as start time may differ."
but I'm not sure of my change. I don't understand the part after "thus"
Also, should it be "These columns" or "This column" ?
--
Marc Delisle
http://infomarc.info
Hi all
I see we have two feature branches on the repo, and I'm not convinced
they are needed:
unittesting - merged to master, it's probably okay to drop it? Or is
there any future use of it?
export_xml - contains some XML export improvements, however not
trivially mergeable with master due to changes on both sides. Any plans
with that one?
--
Michal Čihař | http://cihar.com | http://blog.cihar.com
Hi,
Currently persistent connections are supported only with mysql
extension. We should add support for it in mysqli or drop it
completely.
--
Regards,
Piotr Przybylski