Hi Ammar,
from your week 5 report, it seems that some of the code has not been pushed. Your repo's last push is:
commit eaea0030641c6be215915684bcd40930ae2d61c8 Author: Ammar Yasir ammaryasir.88@gmail.com Date: Tue Jun 21 05:04:00 2011 +0530
Yes sir, I was thinking of completing the part where I execute the update query and pushing it then. Need to go through with AJAX a bit. I'll do it later today.
On Mon, Jun 27, 2011 at 2:49 AM, Marc Delisle marc@infomarc.info wrote:
Hi Ammar,
from your week 5 report, it seems that some of the code has not been pushed. Your repo's last push is:
commit eaea0030641c6be215915684bcd40930ae2d61c8 Author: Ammar Yasir ammaryasir.88@gmail.com Date: Tue Jun 21 05:04:00 2011 +0530
-- Marc Delisle http://infomarc.info
All of the data generated in your IT infrastructure is seriously valuable. Why? It contains a definitive record of application performance, security threats, fraudulent activity, and more. Splunk takes this data and makes sense of it. IT sense. And common sense. http://p.sf.net/sfu/splunk-d2d-c2 _______________________________________________ Phpmyadmin-devel mailing list Phpmyadmin-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel
Hi Marc, There are some parts of the interface where we can use ajax. I've been working on it, but I'm not much experienced with using ajax so not much success. I'll discuss this with thilanka too. Some of parts are: 1) When the plot is generated, we can hide the search criteria. This is just like the table search page toggle search criteria but when I use the same script as in tbl_select.js it somehow end up losing the plot (it generates empty plot). 2) When we click submit after editing the data point values, it should generate the sql query and post it to server/post the updated values to the server and execute the query there.
I think i'll start again fresh with the ajax part.
On Mon, Jun 27, 2011 at 8:14 AM, Ammar Yasir ayax88@gmail.com wrote:
Yes sir, I was thinking of completing the part where I execute the update query and pushing it then. Need to go through with AJAX a bit. I'll do it later today.
On Mon, Jun 27, 2011 at 2:49 AM, Marc Delisle marc@infomarc.info wrote:
Hi Ammar,
from your week 5 report, it seems that some of the code has not been pushed. Your repo's last push is:
commit eaea0030641c6be215915684bcd40930ae2d61c8 Author: Ammar Yasir ammaryasir.88@gmail.com Date: Tue Jun 21 05:04:00 2011 +0530
-- Marc Delisle http://infomarc.info
All of the data generated in your IT infrastructure is seriously valuable. Why? It contains a definitive record of application performance, security threats, fraudulent activity, and more. Splunk takes this data and makes sense of it. IT sense. And common sense. http://p.sf.net/sfu/splunk-d2d-c2 _______________________________________________ Phpmyadmin-devel mailing list Phpmyadmin-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel
All of the data generated in your IT infrastructure is seriously valuable. Why? It contains a definitive record of application performance, security threats, fraudulent activity, and more. Splunk takes this data and makes sense of it. IT sense. And common sense. http://p.sf.net/sfu/splunk-d2d-c2 _______________________________________________ Phpmyadmin-devel mailing list Phpmyadmin-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel
Le 2011-07-01 08:02, Ammar Yasir a écrit :
Hi Marc, There are some parts of the interface where we can use ajax. I've been working on it, but I'm not much experienced with using ajax so not much success. I'll discuss this with thilanka too. Some of parts are:
- When the plot is generated, we can hide the search criteria. This is just
like the table search page toggle search criteria but when I use the same script as in tbl_select.js it somehow end up losing the plot (it generates empty plot). 2) When we click submit after editing the data point values, it should generate the sql query and post it to server/post the updated values to the server and execute the query there.
I think i'll start again fresh with the ajax part.
Ammar, Firebug's Network panel is very useful to debug Ajax requests and replies.
Hi, I had made some changes and pushed my work.
- Implemented the Hide/Show search criteria for zoom-search interface. After submitting the input criteria the input form toggles to hide and can be made visible again by clicking 'Show input criteria' - The link for 'How to use?' / instructions to use is available again by using PMA_ajaxShowMessage - Browse/Edit mode it kept so as to disable the data point info form elements when using browse mode and enabled when using edit mode. I was thinking that if we had to add more modes like add or delete we can add it to this panel. - Changed the names for some configuration directives
Now working on to update query generation on edit mode. Also, will check out the code snippet for panning tyron suggested. I'll look into the default label problem in some time (testing using the pma configuration storage).
On Sat, Jul 2, 2011 at 4:40 PM, Marc Delisle marc@infomarc.info wrote:
Le 2011-07-01 08:02, Ammar Yasir a écrit :
Hi Marc, There are some parts of the interface where we can use ajax. I've been working on it, but I'm not much experienced with using ajax so not much success. I'll discuss this with thilanka too. Some of parts are:
- When the plot is generated, we can hide the search criteria. This is
just
like the table search page toggle search criteria but when I use the same script as in tbl_select.js it somehow end up losing the plot (it
generates
empty plot). 2) When we click submit after editing the data point values, it should generate the sql query and post it to server/post the updated values to
the
server and execute the query there.
I think i'll start again fresh with the ajax part.
Ammar, Firebug's Network panel is very useful to debug Ajax requests and replies.
-- Marc Delisle http://infomarc.info
All of the data generated in your IT infrastructure is seriously valuable. Why? It contains a definitive record of application performance, security threats, fraudulent activity, and more. Splunk takes this data and makes sense of it. IT sense. And common sense. http://p.sf.net/sfu/splunk-d2d-c2 _______________________________________________ Phpmyadmin-devel mailing list Phpmyadmin-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel
Le 2011-07-05 08:50, Ammar Yasir a écrit :
Hi, I had made some changes and pushed my work.
* Implemented the Hide/Show search criteria for zoom-search interface. After submitting the input criteria the input form toggles to hide and can be made visible again by clicking 'Show input criteria'
Good!
* The link for 'How to use?' / instructions to use is available again by using PMA_ajaxShowMessage
OK but I don't have the time to read the full message; I must click again and this is annoying. Maybe leave it in place until I click again?
* Browse/Edit mode it kept so as to disable the data point info form elements when using browse mode and enabled when using edit mode.
I still find the modes confusing. Two other reasons to annoy me: - now that the search criteria are hidden by default, going into Edit mode requires more clicks (and maybe I don't even remember that the modes dialog was there)
- in browse mode I still see a Submit button
It would be so much simpler if the interface was always in Edit mode. If I don't want to edit, I just don't edit.
I was thinking that if we had to add more modes like add or delete we can add it to this panel.
We started this dialog with the Search idea, remember. I'm not sure we want Add and Delete, but should we want these: - Delete can be implemented with a simple red X or a Delete button in the current dialog - Add can be done with another button
Using "modes" is just not the right way, IMO. The user wants to do something, so give him the links/buttons to do it; don't ask him to choose the right mode.
* Changed the names for some configuration directives
Next time, please do shorter commits, it's easier to see what part of the code was changed for what reason. I would have preferred 4 commits for your 4 changes.
Another thing: why remove this line from config.default.php? $cfg['ShowDisplayDir'] = false;
Now working on to update query generation on edit mode. Also, will check out the code snippet for panning tyron suggested. I'll look into the default label problem in some time (testing using the pma configuration storage).
On Sat, Jul 2, 2011 at 4:40 PM, Marc Delisle <marc@infomarc.info mailto:marc@infomarc.info> wrote:
Le 2011-07-01 08:02, Ammar Yasir a écrit : > Hi Marc, > There are some parts of the interface where we can use ajax. I've been > working on it, but I'm not much experienced with using ajax so not much > success. I'll discuss this with thilanka too. > Some of parts are: > 1) When the plot is generated, we can hide the search criteria. This is just > like the table search page toggle search criteria but when I use the same > script as in tbl_select.js it somehow end up losing the plot (it generates > empty plot). > 2) When we click submit after editing the data point values, it should > generate the sql query and post it to server/post the updated values to the > server and execute the query there. > > I think i'll start again fresh with the ajax part. Ammar, Firebug's Network panel is very useful to debug Ajax requests and replies. -- Marc Delisle http://infomarc.info ------------------------------------------------------------------------------ All of the data generated in your IT infrastructure is seriously valuable. Why? It contains a definitive record of application performance, security threats, fraudulent activity, and more. Splunk takes this data and makes sense of it. IT sense. And common sense. http://p.sf.net/sfu/splunk-d2d-c2 _______________________________________________ Phpmyadmin-devel mailing list Phpmyadmin-devel@lists.sourceforge.net <mailto:Phpmyadmin-devel@lists.sourceforge.net> https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel
All of the data generated in your IT infrastructure is seriously valuable. Why? It contains a definitive record of application performance, security threats, fraudulent activity, and more. Splunk takes this data and makes sense of it. IT sense. And common sense. http://p.sf.net/sfu/splunk-d2d-c2
Phpmyadmin-devel mailing list Phpmyadmin-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel
On Wed, Jul 6, 2011 at 1:36 AM, Marc Delisle marc@infomarc.info wrote:
Le 2011-07-05 08:50, Ammar Yasir a écrit :
Hi, I had made some changes and pushed my work.
* Implemented the Hide/Show search criteria for zoom-search interface. After submitting the input criteria the input form toggles to hide and can be made visible again by clicking 'Show input criteria'
Good!
* The link for 'How to use?' / instructions to use is available again by using PMA_ajaxShowMessage
OK but I don't have the time to read the full message; I must click again and this is annoying. Maybe leave it in place until I click again?
Maybe just increase the time to 10 sec? or it may be 10 sec is too long ?
* Browse/Edit mode it kept so as to disable the data point info form elements when using browse mode and enabled when using edit mode.
I still find the modes confusing. Two other reasons to annoy me:
- now that the search criteria are hidden by default, going into Edit
mode requires more clicks (and maybe I don't even remember that the modes dialog was there)
- in browse mode I still see a Submit button
It would be so much simpler if the interface was always in Edit mode. If I don't want to edit, I just don't edit.
Ok, I'll remove the feature.
I was thinking that if we had to add more modes like add or delete we can add it to this panel.
We started this dialog with the Search idea, remember. I'm not sure we want Add and Delete, but should we want these:
- Delete can be implemented with a simple red X or a Delete button in
the current dialog
- Add can be done with another button
Using "modes" is just not the right way, IMO. The user wants to do something, so give him the links/buttons to do it; don't ask him to choose the right mode.
* Changed the names for some configuration directives
Next time, please do shorter commits, it's easier to see what part of the code was changed for what reason. I would have preferred 4 commits for your 4 changes.
Another thing: why remove this line from config.default.php? $cfg['ShowDisplayDir'] = false;
Reverted the change.
Now working on to update query generation on edit mode. Also, will check out the code snippet for panning tyron suggested. I'll look into the default label problem in some time (testing using the pma configuration storage).
On Sat, Jul 2, 2011 at 4:40 PM, Marc Delisle <marc@infomarc.info mailto:marc@infomarc.info> wrote:
Le 2011-07-01 08:02, Ammar Yasir a écrit : > Hi Marc, > There are some parts of the interface where we can use ajax. I've been > working on it, but I'm not much experienced with using ajax so not much > success. I'll discuss this with thilanka too. > Some of parts are: > 1) When the plot is generated, we can hide the search criteria. This is just > like the table search page toggle search criteria but when I use the same > script as in tbl_select.js it somehow end up losing the plot (it generates > empty plot). > 2) When we click submit after editing the data point values, it should > generate the sql query and post it to server/post the updated values to the > server and execute the query there. > > I think i'll start again fresh with the ajax part. Ammar, Firebug's Network panel is very useful to debug Ajax requests and replies. -- Marc Delisle http://infomarc.info
All of the data generated in your IT infrastructure is seriously valuable. Why? It contains a definitive record of application performance, security threats, fraudulent activity, and more. Splunk takes this data and
makes
sense of it. IT sense. And common sense. http://p.sf.net/sfu/splunk-d2d-c2 _______________________________________________ Phpmyadmin-devel mailing list Phpmyadmin-devel@lists.sourceforge.net <mailto:Phpmyadmin-devel@lists.sourceforge.net> https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel
All of the data generated in your IT infrastructure is seriously
valuable.
Why? It contains a definitive record of application performance, security threats, fraudulent activity, and more. Splunk takes this data and makes sense of it. IT sense. And common sense. http://p.sf.net/sfu/splunk-d2d-c2
Phpmyadmin-devel mailing list Phpmyadmin-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel
-- Marc Delisle http://infomarc.info
All of the data generated in your IT infrastructure is seriously valuable. Why? It contains a definitive record of application performance, security threats, fraudulent activity, and more. Splunk takes this data and makes sense of it. IT sense. And common sense. http://p.sf.net/sfu/splunk-d2d-c2 _______________________________________________ Phpmyadmin-devel mailing list Phpmyadmin-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel
Le 2011-07-06 13:36, Ammar Yasir a écrit :
On Wed, Jul 6, 2011 at 1:36 AM, Marc Delisle marc@infomarc.info wrote:
Le 2011-07-05 08:50, Ammar Yasir a écrit :
* The link for 'How to use?' / instructions to use is available again by using PMA_ajaxShowMessage
OK but I don't have the time to read the full message; I must click again and this is annoying. Maybe leave it in place until I click again?
Maybe just increase the time to 10 sec? or it may be 10 sec is too long ?
10 sec would be ok; but can the message disappear if I click?
* Browse/Edit mode it kept so as to disable the data point info form elements when using browse mode and enabled when using edit mode.
I still find the modes confusing. Two other reasons to annoy me:
- now that the search criteria are hidden by default, going into Edit
mode requires more clicks (and maybe I don't even remember that the modes dialog was there)
- in browse mode I still see a Submit button
It would be so much simpler if the interface was always in Edit mode. If I don't want to edit, I just don't edit.
Ok, I'll remove the feature.
Thanks.
Another thing: why remove this line from config.default.php? $cfg['ShowDisplayDir'] = false;
Reverted the change.
Thanks.
I'll have a look at your tree later today.
Now working on to update query generation on edit mode. Also, will check out the code snippet for panning tyron suggested. I'll look into the default label problem in some time (testing using the pma configuration storage).
Le 2011-07-07 09:56, Marc Delisle a écrit :
Le 2011-07-06 13:36, Ammar Yasir a écrit :
On Wed, Jul 6, 2011 at 1:36 AM, Marc Delislemarc@infomarc.info wrote:
Le 2011-07-05 08:50, Ammar Yasir a écrit :
* The link for 'How to use?' / instructions to use is available again by using PMA_ajaxShowMessage
OK but I don't have the time to read the full message; I must click again and this is annoying. Maybe leave it in place until I click again?
Maybe just increase the time to 10 sec? or it may be 10 sec is too long ?
10 sec would be ok; but can the message disappear if I click?
Ammar, I looked at your repo having commit 57dc8ce4a595498a7de06ee34c7aa5129da7f934.
Message is fine now. I suggest replacing Click data points to view the data row. with Click a data point to view and possibly edit the data row.
It would be so much simpler if the interface was always in Edit mode. If I don't want to edit, I just don't edit.
Ok, I'll remove the feature.
Thanks.
Works great now. I have a suggestion: when someone submits an edit, since the row's data remains visible, the corresponding data point should remain selected.
Please please please: use shorter commits. Your comment says "Removed mode feature, appended a missing configuration directive and changed help link duration to 10sec"; splitting these in 3 commits would have made understanding each change easier.
Another thing: why remove this line from config.default.php? $cfg['ShowDisplayDir'] = false;
Reverted the change.
Thanks.
I'll have a look at your tree later today.
Now working on to update query generation on edit mode. Also, will check out the code snippet for panning tyron suggested. I'll look into the default label problem in some time (testing using the pma configuration storage).
On Fri, Jul 8, 2011 at 1:38 AM, Marc Delisle marc@infomarc.info wrote:
Le 2011-07-07 09:56, Marc Delisle a écrit :
Le 2011-07-06 13:36, Ammar Yasir a écrit :
On Wed, Jul 6, 2011 at 1:36 AM, Marc Delislemarc@infomarc.info
wrote:
Le 2011-07-05 08:50, Ammar Yasir a écrit :
* The link for 'How to use?' / instructions to use is available again by using PMA_ajaxShowMessage
OK but I don't have the time to read the full message; I must click again and this is annoying. Maybe leave it in place until I click
again?
Maybe just increase the time to 10 sec? or it may be 10 sec is too long
?
10 sec would be ok; but can the message disappear if I click?
Ammar, I looked at your repo having commit 57dc8ce4a595498a7de06ee34c7aa5129da7f934.
Message is fine now. I suggest replacing Click data points to view the data row. with Click a data point to view and possibly edit the data row.
Changed.
It would be so much simpler if the interface was always in Edit mode.
If
I don't want to edit, I just don't edit.
Ok, I'll remove the feature.
Thanks.
Works great now. I have a suggestion: when someone submits an edit, since the row's data remains visible, the corresponding data point should remain selected.
Fixed.
I've done a basic version of edit functionality. I added a unique identifier for each row in the query result data by using the PMA_getUniqueCondition() from the common.lib.php file (where_clause). I then generate the update query in the edit submit event using this where clause and post it to sql.php. The return data is added to the <sqlqueryresult> div to show the query executed and the message. The plot also updates on submit if one of the axes is updated. Is my logic is okay? I've pushed my work and you can try scenarios on the film_actor table in the sakila database.
Please please please: use shorter commits. Your comment says "Removed mode feature, appended a missing configuration directive and changed help link duration to 10sec"; splitting these in 3 commits would have made understanding each change easier.
Another thing: why remove this line from config.default.php? $cfg['ShowDisplayDir'] = false;
Reverted the change.
Thanks.
I'll have a look at your tree later today.
Now working on to update query generation on edit mode. Also, will
check
out the code snippet for panning tyron suggested. I'll look into the default label problem in some time (testing using
the
pma configuration storage).
-- Marc Delisle http://infomarc.info
All of the data generated in your IT infrastructure is seriously valuable. Why? It contains a definitive record of application performance, security threats, fraudulent activity, and more. Splunk takes this data and makes sense of it. IT sense. And common sense. http://p.sf.net/sfu/splunk-d2d-c2 _______________________________________________ Phpmyadmin-devel mailing list Phpmyadmin-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel
Le 2011-07-09 22:59, Ammar Yasir a écrit :
I've done a basic version of edit functionality. I added a unique identifier for each row in the query result data by using the PMA_getUniqueCondition() from the common.lib.php file (where_clause). I then generate the update query in the edit submit event using this where clause and post it to sql.php. The return data is added to the <sqlqueryresult> div to show the query executed and the message. The plot also updates on submit if one of the axes is updated. Is my logic is okay? I've pushed my work and you can try scenarios on the film_actor table in the sakila database.
Ammar, I tried with the film table, changing the "title" column and got this error: value is undefined at line 177 in js/tbl_zoom_plot.js.
On Mon, Jul 11, 2011 at 3:16 AM, Marc Delisle marc@infomarc.info wrote:
Le 2011-07-09 22:59, Ammar Yasir a écrit :
I've done a basic version of edit functionality. I added a unique identifier for each row in the query result data by using the PMA_getUniqueCondition() from the common.lib.php file (where_clause). I then generate the update query in the edit submit event using this where clause and post it to sql.php. The return data is added to the <sqlqueryresult> div to show the query executed and the message. The plot also updates on submit if one of the axes is updated. Is my logic is okay? I've pushed my work and you can try scenarios on the film_actor table in the sakila database.
Ammar, I tried with the film table, changing the "title" column and got this error: value is undefined at line 177 in js/tbl_zoom_plot.js.
Fixed some issues and pushed it to my repo. Had to add checkboxes for null
condition on fields (in Data point content section).
-- Marc Delisle http://infomarc.info
All of the data generated in your IT infrastructure is seriously valuable. Why? It contains a definitive record of application performance, security threats, fraudulent activity, and more. Splunk takes this data and makes sense of it. IT sense. And common sense. http://p.sf.net/sfu/splunk-d2d-c2 _______________________________________________ Phpmyadmin-devel mailing list Phpmyadmin-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel
Le 2011-07-11 21:26, Ammar Yasir a écrit :
On Mon, Jul 11, 2011 at 3:16 AM, Marc Delisle <marc@infomarc.info mailto:marc@infomarc.info> wrote:
Le 2011-07-09 22:59, Ammar Yasir a écrit : > > > I've done a basic version of edit functionality. I added a unique > identifier for each row in the query result data by using the > PMA_getUniqueCondition() from the common.lib.php file (where_clause). I > then generate the update query in the edit submit event using this where > clause and post it to sql.php. The return data is added to the > <sqlqueryresult> div to show the query executed and the message. The > plot also updates on submit if one of the axes is updated. Is my logic > is okay? > I've pushed my work and you can try scenarios on the film_actor table in > the sakila database. Ammar, I tried with the film table, changing the "title" column and got this error: value is undefined at line 177 in js/tbl_zoom_plot.js.
Fixed some issues and pushed it to my repo. Had to add checkboxes for null condition on fields (in Data point content section).
It works fine now. Please don't forget the issue of generating the default data label based on the "display field".
On Tue, Jul 12, 2011 at 6:32 PM, Marc Delisle marc@infomarc.info wrote:
Le 2011-07-11 21:26, Ammar Yasir a écrit :
On Mon, Jul 11, 2011 at 3:16 AM, Marc Delisle <marc@infomarc.info mailto:marc@infomarc.info> wrote:
Le 2011-07-09 22:59, Ammar Yasir a écrit : > > > I've done a basic version of edit functionality. I added a unique > identifier for each row in the query result data by using the > PMA_getUniqueCondition() from the common.lib.php file (where_clause). I > then generate the update query in the edit submit event using this where > clause and post it to sql.php. The return data is added to the > <sqlqueryresult> div to show the query executed and the message.
The
> plot also updates on submit if one of the axes is updated. Is my logic > is okay? > I've pushed my work and you can try scenarios on the film_actor table in > the sakila database. Ammar, I tried with the film table, changing the "title" column and got this error: value is undefined at line 177 in js/tbl_zoom_plot.js.
Fixed some issues and pushed it to my repo. Had to add checkboxes for null condition on fields (in Data point content section).
It works fine now. Please don't forget the issue of generating the default data label based on the "display field".
Yes, working on it now.
-- Marc Delisle http://infomarc.info
All of the data generated in your IT infrastructure is seriously valuable. Why? It contains a definitive record of application performance, security threats, fraudulent activity, and more. Splunk takes this data and makes sense of it. IT sense. And common sense. http://p.sf.net/sfu/splunk-d2d-c2 _______________________________________________ Phpmyadmin-devel mailing list Phpmyadmin-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel
On Wed, Jul 13, 2011 at 3:24 AM, Ammar Yasir ayax88@gmail.com wrote:
On Tue, Jul 12, 2011 at 6:32 PM, Marc Delisle marc@infomarc.info wrote:
Le 2011-07-11 21:26, Ammar Yasir a écrit :
On Mon, Jul 11, 2011 at 3:16 AM, Marc Delisle <marc@infomarc.info mailto:marc@infomarc.info> wrote:
Le 2011-07-09 22:59, Ammar Yasir a écrit : > > > I've done a basic version of edit functionality. I added a unique > identifier for each row in the query result data by using the > PMA_getUniqueCondition() from the common.lib.php file (where_clause). I > then generate the update query in the edit submit event using this where > clause and post it to sql.php. The return data is added to the > <sqlqueryresult> div to show the query executed and the message.
The
> plot also updates on submit if one of the axes is updated. Is my logic > is okay? > I've pushed my work and you can try scenarios on the film_actor table in > the sakila database. Ammar, I tried with the film table, changing the "title" column and got this error: value is undefined at line 177 in js/tbl_zoom_plot.js.
Fixed some issues and pushed it to my repo. Had to add checkboxes for null condition on fields (in Data point content section).
It works fine now. Please don't forget the issue of generating the default data label based on the "display field".
Fixed this, default label is taken from table display field. Also changed the type of xAxis to linear (t defaulted to timeline earlier).
There was a small thing I noticed on the row edit feature. When the form is displayed for row edit and some field is null, the 'Null' checkbox is checked. When we select some value it is unchecked. It should be checked again if we select the value empty or null but it does not. If we forget to check it back this will give an SQL error. Screenshot attached for the sakila db film table where original_language_id is null, and if I miss checking it back I'll get an SQL error.
Yes, working on it now.
-- Marc Delisle http://infomarc.info
All of the data generated in your IT infrastructure is seriously valuable. Why? It contains a definitive record of application performance, security threats, fraudulent activity, and more. Splunk takes this data and makes sense of it. IT sense. And common sense. http://p.sf.net/sfu/splunk-d2d-c2 _______________________________________________ Phpmyadmin-devel mailing list Phpmyadmin-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel
AppSumo Presents a FREE Video for the SourceForge Community by Eric Ries, the creator of the Lean Startup Methodology on "Lean Startup Secrets Revealed." This video shows you how to validate your ideas, optimize your ideas and identify your business strategy. http://p.sf.net/sfu/appsumosfdev2dev _______________________________________________ Phpmyadmin-devel mailing list Phpmyadmin-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel