Hi,
I am Joe from Beihang University, Beijing, China. I am major in Computer Sciences.
Durning my university, PMA is very popular and a lot of my classmates are using PMA for database management.
I am quite interested in the project Automated testing for PMA. I have some php unit test project experience and selenium project experience.
when I try to add some unit test case, I found that the Jenkins build is failed, not very stable and without code coverage report.
so I can't take a look at the code coverage report.
http://ci.phpmyadmin.net/job/phpMyAdmin-continuous/http://ci.phpmyadmin.net/job/phpMyAdmin/cloverphp/
Is there other place that I can see the code coverage report?
thanks,
Joe Yin
Hi I need some help here, to implement a drag and drop I need to do some UI
tweak, like there need to be a <div> to be shown in case of dragover event,
and we need another to show the upload status!
Also I need help with design here: How I'm planning it is:
1. User drops a file at any page! (logged in)
2. the dropped files if (sql) are uploaded asynchronously and the status of
upload is shown somewhere in bottom right corner.
3. At the backend the uploaded sql is parsed and output is sent back as
JSON and once the object has been received, the pagecontent is replaced
with the received output! (as happens for any other request in PMA)
I need help with which file I might need to edit, to add a div to the
common UI! for js part I'll add codes to AJAX.js
Also I sent few attachments to the same thread, but I guess moderator needs
to allow it first. It had screenshots of UI I was planning!
Minhaz,
minhaz.cistoner.org || cistoner.org
Hi,
While analyzing the current behavior of export feature, few doubts has
arisen in my mind regarding it. In sql_export.png, There are two export
buttons, button 1 & button 2 respectively. When exporting using Button 1
shown in sql_export.png, the resulting sql file had all the rows (20 rows)
present in the table (See QA_4_2_Button_1_export.sql) whereas when Button 2
was used then only the rows (10 rows) displayed in results according to the
LIMIT condition in the query were in the sql file (See
QA_4_2_Button_2_export.sql). Is this the correct behavior or both should
have generated identical sql export file?
SQL query which was used: SELECT * FROM `abcd` WHERE 1 limit 10
--
Regards,
Chirayu Chiripal
phpMyAdmin Intern - Google Summer of Code 2014
https://chirayuchiripal.wordpress.com/
There're some different views about new console, let's
vote for it then I can continue my work. More discussions
with Atul Pratap Singh can be found on our mail-list.
For replace the Query Window:
Old module show results and replace the whole opener page,
should console
* Show results and just replace page content(text results
display on console too), using ajax
* Only display text results just like using a system terminal
--
Edward Cheng
Hi
I'm using uiTableFilter to search for table rows. If no hidden element is
in table it works fine But if table has some hidden elements it also shows
a particular row if text within a hidden element of a row/column matches
the search text.
Within my table I have hidden form input/select elements and I don't to
show the filter results based on hidden element match, as to user it will
seem as search result being displayed is wrong.
Please help if anybody have any idea about how to fix it.
Thanks and Regards
- Smita
Hello All,
I'm undergraduate student from India and I would like to contribute to
phpMyAdmin.
I've past open source experience and I would like to begin by fixing a
bug.
I browsed the junior jobs section (link
<http://wiki.phpmyadmin.net/pma/Tasks_for_junior_developers>), but it's
empty. is the page not
updated or there aren't any junior jobs?
Also, what is the official IRC channel of PMA ?
--
*Cheers*
*Shivam*
*http://shivamdixit.com <http://shivamdixit.com>*
Hi Everyone,
I am having this error that I could not solve myself. So, I need
communities' help on it.
See, in `incident` table of error-reporting-server I added a new boolean
field named `exception_type` to differentiate between js & php incidents
(values meaning: 0:js, 1:php). I have attached the SQL file for the new
database with this email.
Now, in generating the new schema I am getting following error. Kindly look
at the attached image for full screenshot.
ERROR:
> PHP Parse error: syntax error, unexpected '[' in
> /var/www/error-reporting-server/app/Model/Report.php on line 310
> Parse error: syntax error, unexpected '[' in
> /var/www/error-reporting-server/app/Model/Report.php on line 310
> Fatal Error Error: syntax error, unexpected '[' in
> [/var/www/error-reporting-server/app/Model/Report.php, line 310]
The error is in `Report::_findArrayList()` function. I could not find where
that function is used. I also observed that this same error is occurring
even without the new field `exception_type`.
This error can be regenerated by running following command for schema
generation (with or without new field `incidents`.`exception_type`).
> app/Console/cake schema generate
Also I have programmed the part where server accepts the bug-report
submitted by PMA. Have a look at commit-0fabc21 [0]. I have commented on
the line where I think the error is coming. It works fine in case a
`closestReport` is found. But in case of adding a new `report` it shows
this exact same error.
Please help me solve this error.
[0]: https://github.com/dhananjay92/error-reporting-server/commit/0fabc21
Regards,
Dhananjay Nakrani.
Hi, I'm writing console.js AJAX part.
But I see two global AJAX handlers, if I want to
use them, is that means I can't handle the response
event?
How can I write own response callback while using
global handlers?
Thanks!
--
Edward Cheng