<br><br><div class="gmail_quote">On Mon, Jul 11, 2011 at 3:44 PM, Tyron Madlener <span dir="ltr"><<a href="mailto:tyronx@gmail.com">tyronx@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div><div></div><div class="h5">On Sat, Jun 25, 2011 at 12:50 PM, Tyron Madlener <<a href="mailto:tyronx@gmail.com">tyronx@gmail.com</a>> wrote:<br>
> On Mon, Jun 20, 2011 at 3:02 PM, Tyron Madlener <<a href="mailto:tyronx@gmail.com">tyronx@gmail.com</a>> wrote:<br>
>> On Fri, Jun 17, 2011 at 10:23 AM, Michal Čihař <<a href="mailto:michal@cihar.com">michal@cihar.com</a>> wrote:<br>
>>> Hi<br>
>>><br>
>>> Dne Fri, 17 Jun 2011 10:13:07 +0200<br>
>>> Tyron Madlener <<a href="mailto:tyronx@gmail.com">tyronx@gmail.com</a>> napsal(a):<br>
>>><br>
>>>> For the chart export to work you'll need to define the a js variable<br>
>>>> in your php code like this:<br>
>>>><br>
>>>> <script type="text/javascript"><br>
>>>> pma_token = '<?php echo $_SESSION[' PMA_token ']; ?>';<br>
>>>> </script><br>
>>>><br>
>>>> ...or maybe we could put this into header.inc.php?<br>
>>><br>
>>> I think it should rather go to js/messages.php, though it's name does<br>
>>> not suggest it. We anyway use it for almost all data needs to be passed<br>
>>> to javascript and do not change during one session.<br>
>><br>
>> I would like to be able to add js vars dynamically. In the case of<br>
>> server_variables.php I need to know whether the current user is a<br>
>> superuser. Whereas in most other pages this information is not<br>
>> required.<br>
>> So instead of putting all possible vars there I'd rather prefer to<br>
>> have only 4-5 variables hardcoded and others addable dynamically<br>
>> through a function, lets call it PMA_AddJSVariable().<br>
>> But having that in messages.php would means the browser cannot load<br>
>> the file once and use the cached version after.<br>
>> Also those variables might change in value, meaning the messages.php<br>
>> also needs to be refreshed by the browser each time.<br>
>><br>
>> It might be better to have that in header.inc.php.<br>
>><br>
><br>
> With such solution I could also avoid some inline JSON Code places.<br>
><br>
<br>
</div></div>Any objections to this?<br>
<div class="im"><br></div></blockquote><div>Hi, <br><br>I'm using PMA_createChart(settings) with my settings and If have some numeric values for my xAxis, it overwrites them as using a timeline on xAxis ( the markers on the xAxis are also not visible). <br>
<br>git: <a href="http://repo.or.cz/w/phpmyadmin/ammaryasirr.git">http://repo.or.cz/w/phpmyadmin/ammaryasirr.git</a><br> <br></div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<div class="im">
>>><br>
>>> --<br>
>>>        Michal Čihař | <a href="http://cihar.com" target="_blank">http://cihar.com</a> | <a href="http://blog.cihar.com" target="_blank">http://blog.cihar.com</a><br>
>>><br>
>>> ------------------------------------------------------------------------------<br>
>>> EditLive Enterprise is the world's most technically advanced content<br>
>>> authoring tool. Experience the power of Track Changes, Inline Image<br>
>>> Editing and ensure content is compliant with Accessibility Checking.<br>
>>> <a href="http://p.sf.net/sfu/ephox-dev2dev" target="_blank">http://p.sf.net/sfu/ephox-dev2dev</a><br>
>>> _______________________________________________<br>
>>> Phpmyadmin-devel mailing list<br>
>>> <a href="mailto:Phpmyadmin-devel@lists.sourceforge.net">Phpmyadmin-devel@lists.sourceforge.net</a><br>
>>> <a href="https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel" target="_blank">https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel</a><br>
>>><br>
>>><br>
>><br>
><br>
<br>
------------------------------------------------------------------------------<br>
</div>All of the data generated in your IT infrastructure is seriously valuable.<br>
Why? It contains a definitive record of application performance, security<br>
<div class="im">threats, fraudulent activity, and more. Splunk takes this data and makes<br>
</div>sense of it. IT sense. And common sense.<br>
<a href="http://p.sf.net/sfu/splunk-d2d-c2" target="_blank">http://p.sf.net/sfu/splunk-d2d-c2</a><br>
<div><div></div><div class="h5">_______________________________________________<br>
Phpmyadmin-devel mailing list<br>
<a href="mailto:Phpmyadmin-devel@lists.sourceforge.net">Phpmyadmin-devel@lists.sourceforge.net</a><br>
<a href="https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel" target="_blank">https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel</a><br>
</div></div></blockquote></div><br>