hello, I am a Masters student of computers applications from NIT bhopal, India i am gud with php mysql, css, jsp, AJAX,html, as an application developer keen interested in software engineering Vb6, .Net framework etc
I would like to add that in replacement of $row_table_def['True_Type'] = preg_replace('@(.*@s', '', $row_table_def['Type']); we can use the str_replace which is faster then preg_replace since it will be more faster in simple cases which are used frequently. also there are multiple if else statements which can be replaced by select statements which will be more efficient, the code should have more derived classes since it works more faster than the base one. Sir I am expecting some guideline plz help me to work forward.. thanks
On 30/03/2012 16:42, nandu wrote:
hello, I am a Masters student of computers applications from NIT bhopal, India i am gud with php mysql, css, jsp, AJAX,html, as an application developer keen interested in software engineering Vb6, .Net framework etc
I would like to add that in replacement of $row_table_def['True_Type'] = preg_replace('@(.*@s', '', $row_table_def['Type']); we can use the str_replace which is faster then preg_replace since it will be more faster in simple cases which are used frequently. also there are multiple if else statements which can be replaced by select statements which will be more efficient, the code should have more derived classes since it works more faster than the base one. Sir I am expecting some guideline plz help me to work forward.. thanks
Hi,
Thanks for your interest in GSoC 2012.
Did you have a look at the guidelines for GSoC applicants [0]? It will give you more information about submitting your application and providing a patch solving a bug or implementing a feature request in phpMyAdmin, you can also try to solve the last item in our contest [1].
[0] http://wiki.phpmyadmin.net/pma/GSoC_2012_Applicant_Guide [1] http://www.phpmyadmin.net/home_page/contest.php
thanks for the reply sir this is just my rough idea what i posted earlier, I am willing to work in that direction can u comment on that part.
On Fri, Mar 30, 2012 at 9:04 PM, Dieter Adriaenssens < dieter.adriaenssens@gmail.com> wrote:
On 30/03/2012 16:42, nandu wrote:
hello, I am a Masters student of computers applications from NIT bhopal, India i am gud with php mysql, css, jsp, AJAX,html, as an application developer keen interested in software engineering Vb6, .Net framework etc
I would like to add that in replacement of $row_table_def['True_Type'] = preg_replace('@(.*@s', '', $row_table_def['Type']); we can use the str_replace which is faster then preg_replace since it will be more faster in simple cases which are used frequently. also there are multiple if else statements which can be replaced by select statements which will be more efficient, the code should have more derived classes since it works more faster than the base one. Sir I am expecting some guideline plz help me to work forward.. thanks
Hi,
Thanks for your interest in GSoC 2012.
Did you have a look at the guidelines for GSoC applicants [0]? It will give you more information about submitting your application and providing a patch solving a bug or implementing a feature request in phpMyAdmin, you can also try to solve the last item in our contest [1].
[0] http://wiki.phpmyadmin.net/pma/GSoC_2012_Applicant_Guide [1] http://www.phpmyadmin.net/home_page/contest.php
-- Kind regards,
Dieter Adriaenssens
This SF email is sponsosred by: Try Windows Azure free for 90 days Click Here http://p.sf.net/sfu/sfd2d-msazure _______________________________________________ Phpmyadmin-devel mailing list Phpmyadmin-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel
PHP code mixed with HTML tags will basically cause crash, "strip_tags" to strip every html and php tags in $var, every characters after "<" is removed. i think strip_tags() is mixed up.
we often get error:tbl_replace.php: Missing parameter when adding i.e. entries into mysql from within phpmyadmin chences of having issue with cookies on the system, i.e.if disabled cookies in the browser this can be changed. Instead of using the elseif statements code can be reduced with <script> <?php switch($anyval){ ?> $(document).ready( function (){ <?php case 1: //?> <?php case 2: //?> <?php case 3: //?> }) <?php }?> </script>
wecan either use the static method in the code in order to improve the efficiency. another point I would like to ask what if we use the complete pathname with require and include, it will be much faster. thanks
On Fri, Mar 30, 2012 at 10:44 PM, nandu nandu130@gmail.com wrote:
thanks for the reply sir this is just my rough idea what i posted earlier, I am willing to work in that direction can u comment on that part.
On Fri, Mar 30, 2012 at 9:04 PM, Dieter Adriaenssens < dieter.adriaenssens@gmail.com> wrote:
On 30/03/2012 16:42, nandu wrote:
hello, I am a Masters student of computers applications from NIT bhopal, India i am gud with php mysql, css, jsp, AJAX,html, as an application developer keen interested in software engineering Vb6, .Net framework etc
I would like to add that in replacement of $row_table_def['True_Type'] = preg_replace('@(.*@s', '', $row_table_def['Type']); we can use the str_replace which is faster then preg_replace since it will be more faster in simple cases which are used frequently. also there are multiple if else statements which can be replaced by select statements which will be more efficient, the code should have more derived classes since it works more faster than the base one. Sir I am expecting some guideline plz help me to work forward.. thanks
Hi,
Thanks for your interest in GSoC 2012.
Did you have a look at the guidelines for GSoC applicants [0]? It will give you more information about submitting your application and providing a patch solving a bug or implementing a feature request in phpMyAdmin, you can also try to solve the last item in our contest [1].
[0] http://wiki.phpmyadmin.net/pma/GSoC_2012_Applicant_Guide [1] http://www.phpmyadmin.net/home_page/contest.php
-- Kind regards,
Dieter Adriaenssens
This SF email is sponsosred by: Try Windows Azure free for 90 days Click Here http://p.sf.net/sfu/sfd2d-msazure _______________________________________________ Phpmyadmin-devel mailing list Phpmyadmin-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel
-- Nandlal Ahirwar MCA, II yr Maulana Azad National Institute of Technology, Bhopal India
Le 2012-03-31 06:19, nandu a écrit :
PHP code mixed with HTML tags will basically cause crash, "strip_tags" to strip every html and php tags in $var, every characters after "<" is removed. i think strip_tags() is mixed up.
we often get error:tbl_replace.php: Missing parameter when adding i.e. entries into mysql from within phpmyadmin chences of having issue with cookies on the system, i.e.if disabled cookies in the browser this can be changed. Instead of using the elseif statements code can be reduced with
<script> <?php switch($anyval){ ?> $(document).ready( function (){ <?php case 1: //?> <?php case 2: //?> <?php case 3: //?> }) <?php }?> </script>
Nandu, please submit some patches, it will be easier to see what you mean.
wecan either use the static method in the code in order to improve the efficiency. another point I would like to ask what if we use the complete pathname with require and include, it will be much faster.
Seems like a good idea. I took this example in the PHP manual's comments:
// this can be inside libraries/common.inc.php define('__ROOT__', dirname(dirname(__FILE__))); // then other scripts use this require_once(__ROOT__.'/foo.php);
So we could define __ROOT__ once and use it afterwards. One thing I'm not sure about: we prefixed with './' to help in open_basedir case, so we would have to test this case.
Marc,
Thanks for considering, you asked me to submit patch, well for that i need some time till then I found another thing that is when we log into phpMyadmin from an iOS device is difficult because the device uppercases the first letter automatically. This can be disabled by adding two attributes in the input tag and setting them both to off. it can be patched through autocapitalize="off" autocorrect="off" attributes in input. jQuery('input[type=text]').attr('autocapitalize','off');
Also i need some guidelines from you with my proposal thanks
On Sat, Mar 31, 2012 at 5:26 PM, Marc Delisle marc@infomarc.info wrote:
Le 2012-03-31 06:19, nandu a écrit :
PHP code mixed with HTML tags will basically cause crash, "strip_tags" to strip every html and php tags in $var, every characters after "<" is removed. i think strip_tags() is mixed up.
we often get error:tbl_replace.php: Missing parameter when adding i.e. entries into mysql from within phpmyadmin chences of having issue with cookies on the system, i.e.if disabled cookies in the browser this can be changed. Instead of using the elseif statements code can be reduced with
<script> <?php switch($anyval){ ?> $(document).ready( function (){ <?php case 1: //?> <?php case 2: //?> <?php case 3: //?> }) <?php }?> </script>
Nandu, please submit some patches, it will be easier to see what you mean.
wecan either use the static method in the code in order to improve the efficiency. another point I would like to ask what if we use the complete pathname
with
require and include, it will be much faster.
Seems like a good idea. I took this example in the PHP manual's comments:
// this can be inside libraries/common.inc.php define('__ROOT__', dirname(dirname(__FILE__))); // then other scripts use this require_once(__ROOT__.'/foo.php);
So we could define __ROOT__ once and use it afterwards. One thing I'm not sure about: we prefixed with './' to help in open_basedir case, so we would have to test this case.
-- Marc Delisle http://infomarc.info
This SF email is sponsosred by: Try Windows Azure free for 90 days Click Here http://p.sf.net/sfu/sfd2d-msazure _______________________________________________ Phpmyadmin-devel mailing list Phpmyadmin-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel
Am 31. März 2012 18:51 schrieb nandu nandu130@gmail.com:
Marc,
Thanks for considering, you asked me to submit patch, well for that i need some time till then I found another thing that is when we log into phpMyadmin from an iOS device is difficult because the device uppercases the first letter automatically. This can be disabled by adding two attributes in the input tag and setting them both to off. it can be patched through autocapitalize="off" autocorrect="off" attributes in input. jQuery('input[type=text]').attr('autocapitalize','off');
Also i need some guidelines from you with my proposal thanks
On Sat, Mar 31, 2012 at 5:26 PM, Marc Delisle marc@infomarc.info wrote:
Le 2012-03-31 06:19, nandu a écrit :
PHP code mixed with HTML tags will basically cause crash, "strip_tags" to strip every html and php tags in $var, every characters after "<" is removed. i think strip_tags() is mixed up.
we often get error:tbl_replace.php: Missing parameter when adding i.e. entries into mysql from within phpmyadmin chences of having issue with cookies on the system, i.e.if disabled cookies in the browser this can be changed. Instead of using the elseif statements code can be reduced with
<script> <?php switch($anyval){ ?> $(document).ready( function (){ <?php case 1: //?> <?php case 2: //?> <?php case 3: //?> }) <?php }?> </script>
Nandu, please submit some patches, it will be easier to see what you mean.
wecan either use the static method in the code in order to improve the efficiency. another point I would like to ask what if we use the complete pathname with require and include, it will be much faster.
Seems like a good idea. I took this example in the PHP manual's comments:
// this can be inside libraries/common.inc.php define('__ROOT__', dirname(dirname(__FILE__))); // then other scripts use this require_once(__ROOT__.'/foo.php);
So we could define __ROOT__ once and use it afterwards. One thing I'm not sure about: we prefixed with './' to help in open_basedir case, so we would have to test this case.
-- Marc Delisle http://infomarc.info
This SF email is sponsosred by: Try Windows Azure free for 90 days Click Here http://p.sf.net/sfu/sfd2d-msazure _______________________________________________ Phpmyadmin-devel mailing list Phpmyadmin-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel
-- Nandlal Ahirwar MCA, II yr Maulana Azad National Institute of Technology, Bhopal India
This SF email is sponsosred by: Try Windows Azure free for 90 days Click Here http://p.sf.net/sfu/sfd2d-msazure _______________________________________________ Phpmyadmin-devel mailing list Phpmyadmin-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel
Adding autocapitalize and/or autocorrect attributes to <input> tags is not valid HTML5, though, which is what we'd like to achieve (refer to http://www.w3schools.com/html5/tag_input.asp for all input tag attributes allowed in HTML5).
I suggest setting these attributes using jQuery in a document-ready event handler if the user agent matches iOS or Android. Like this:
$(function () { $('input:text').prop({ autocapitalize: 'off', autocorrect: 'off' }); });
What do you think?
Thanks.. they are related javascript code embedded in (or referenced from) HTML5 documents can use the objects and methods provided by jQuery to perform its tasks. yes you are correct that it cannot be used in html5, So can it be considered as 1 thing that i can include in my proposal, though am intending to find others too???
On Sat, Mar 31, 2012 at 10:36 PM, J.M. me@mynetx.net wrote:
Am 31. März 2012 18:51 schrieb nandu nandu130@gmail.com:
Marc,
Thanks for considering, you asked me to submit patch, well for that i
need
some time till then I found another thing that is when we log into phpMyadmin from an iOS device is difficult
because
the device uppercases the first letter automatically. This can be
disabled
by adding two attributes in the input tag and setting them both to off. it can be patched through autocapitalize="off" autocorrect="off" attributes in input. jQuery('input[type=text]').attr('autocapitalize','off');
Also i need some guidelines from you with my proposal thanks
On Sat, Mar 31, 2012 at 5:26 PM, Marc Delisle marc@infomarc.info
wrote:
Le 2012-03-31 06:19, nandu a écrit :
PHP code mixed with HTML tags will basically cause crash, "strip_tags" to strip every html and php tags in $var, every characters after "<" is removed. i think strip_tags() is mixed up.
we often get error:tbl_replace.php: Missing parameter when adding i.e. entries into mysql from within phpmyadmin chences of having issue with cookies on the system, i.e.if disabled cookies in the browser this can be changed. Instead of using the elseif statements code can be reduced with
<script> <?php switch($anyval){ ?> $(document).ready( function (){ <?php case 1: //?> <?php case 2: //?> <?php case 3: //?> }) <?php }?> </script>
Nandu, please submit some patches, it will be easier to see what you mean.
wecan either use the static method in the code in order to improve the efficiency. another point I would like to ask what if we use the complete pathname with require and include, it will be much faster.
Seems like a good idea. I took this example in the PHP manual's
comments:
// this can be inside libraries/common.inc.php define('__ROOT__', dirname(dirname(__FILE__))); // then other scripts use this require_once(__ROOT__.'/foo.php);
So we could define __ROOT__ once and use it afterwards. One thing I'm not sure about: we prefixed with './' to help in open_basedir case, so we would have to test this case.
-- Marc Delisle http://infomarc.info
This SF email is sponsosred by: Try Windows Azure free for 90 days Click Here http://p.sf.net/sfu/sfd2d-msazure _______________________________________________ Phpmyadmin-devel mailing list Phpmyadmin-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel
-- Nandlal Ahirwar MCA, II yr Maulana Azad National Institute of Technology, Bhopal India
This SF email is sponsosred by: Try Windows Azure free for 90 days Click Here http://p.sf.net/sfu/sfd2d-msazure _______________________________________________ Phpmyadmin-devel mailing list Phpmyadmin-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel
Adding autocapitalize and/or autocorrect attributes to <input> tags is not valid HTML5, though, which is what we'd like to achieve (refer to http://www.w3schools.com/html5/tag_input.asp for all input tag attributes allowed in HTML5).
I suggest setting these attributes using jQuery in a document-ready event handler if the user agent matches iOS or Android. Like this:
$(function () { $('input:text').prop({ autocapitalize: 'off', autocorrect: 'off' }); });
What do you think?
This SF email is sponsosred by: Try Windows Azure free for 90 days Click Here http://p.sf.net/sfu/sfd2d-msazure _______________________________________________ Phpmyadmin-devel mailing list Phpmyadmin-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel
Op 31 maart 2012 19:20 heeft nandu nandu130@gmail.com het volgende geschreven:
Thanks.. they are related javascript code embedded in (or referenced from) HTML5 documents can use the objects and methods provided by jQuery to perform its tasks. yes you are correct that it cannot be used in html5, So can it be considered as 1 thing that i can include in my proposal, though am intending to find others too???
Please use bottom posting on this mailing list. [0]
Can you prepare a patch that implements this idea and post it to our tracker [1] or create a fork of the phpmyadmin code on github and issues a pull request, as explained on our website [3].
[0] https://en.wikipedia.org/wiki/Posting_style#Bottom-posting [1] http://sourceforge.net/tracker/?group_id=23067&atid=377410 [2] http://www.phpmyadmin.net/home_page/devel.php
Kind regards,
Dieter
On Sat, Mar 31, 2012 at 10:36 PM, J.M. me@mynetx.net wrote:
Am 31. März 2012 18:51 schrieb nandu nandu130@gmail.com:
Marc,
Thanks for considering, you asked me to submit patch, well for that i need some time till then I found another thing that is when we log into phpMyadmin from an iOS device is difficult because the device uppercases the first letter automatically. This can be disabled by adding two attributes in the input tag and setting them both to off. it can be patched through autocapitalize="off" autocorrect="off" attributes in input. jQuery('input[type=text]').attr('autocapitalize','off');
Also i need some guidelines from you with my proposal thanks
On Sat, Mar 31, 2012 at 5:26 PM, Marc Delisle marc@infomarc.info wrote:
Le 2012-03-31 06:19, nandu a écrit :
PHP code mixed with HTML tags will basically cause crash, "strip_tags" to strip every html and php tags in $var, every characters after "<" is removed. i think strip_tags() is mixed up.
we often get error:tbl_replace.php: Missing parameter when adding i.e. entries into mysql from within phpmyadmin chences of having issue with cookies on the system, i.e.if disabled cookies in the browser this can be changed. Instead of using the elseif statements code can be reduced with
<script> <?php switch($anyval){ ?> $(document).ready( function (){ <?php case 1: //?> <?php case 2: //?> <?php case 3: //?> }) <?php }?> </script>
Nandu, please submit some patches, it will be easier to see what you mean.
wecan either use the static method in the code in order to improve the efficiency. another point I would like to ask what if we use the complete pathname with require and include, it will be much faster.
Seems like a good idea. I took this example in the PHP manual's comments:
// this can be inside libraries/common.inc.php define('__ROOT__', dirname(dirname(__FILE__))); // then other scripts use this require_once(__ROOT__.'/foo.php);
So we could define __ROOT__ once and use it afterwards. One thing I'm not sure about: we prefixed with './' to help in open_basedir case, so we would have to test this case.
-- Marc Delisle http://infomarc.info
This SF email is sponsosred by: Try Windows Azure free for 90 days Click Here http://p.sf.net/sfu/sfd2d-msazure _______________________________________________ Phpmyadmin-devel mailing list Phpmyadmin-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel
-- Nandlal Ahirwar MCA, II yr Maulana Azad National Institute of Technology, Bhopal India
This SF email is sponsosred by: Try Windows Azure free for 90 days Click Here http://p.sf.net/sfu/sfd2d-msazure _______________________________________________ Phpmyadmin-devel mailing list Phpmyadmin-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel
Adding autocapitalize and/or autocorrect attributes to <input> tags is not valid HTML5, though, which is what we'd like to achieve (refer to http://www.w3schools.com/html5/tag_input.asp for all input tag attributes allowed in HTML5).
I suggest setting these attributes using jQuery in a document-ready event handler if the user agent matches iOS or Android. Like this:
$(function () { $('input:text').prop({ autocapitalize: 'off', autocorrect: 'off' }); });
What do you think?
On Sun, Apr 1, 2012 at 12:26 AM, Dieter Adriaenssens < dieter.adriaenssens@gmail.com> wrote:
Op 31 maart 2012 19:20 heeft nandu nandu130@gmail.com het volgende geschreven:
Thanks.. they are related javascript code embedded in (or referenced from) HTML5 documents can use the objects and methods provided by jQuery to perform
its
tasks. yes you are correct that it cannot be used in html5, So can it be considered as 1 thing that i can include in my proposal,
though
am intending to find others too???
Please use bottom posting on this mailing list. [0]
Can you prepare a patch that implements this idea and post it to our tracker [1] or create a fork of the phpmyadmin code on github and issues a pull request, as explained on our website [3].
hello, I have my semester exams going on currently so am not able to give the maximum time to this patch, I also regret that I dint followed the bottom level posting, and all the mess ups.
In order to identify a device we can use
if( navigator.userAgent.match(/Android/i) || navigator.userAgent.match(/webOS/i) || navigator.userAgent.match(/iPhone/i) || navigator.userAgent.match(/iPad/i) || navigator.userAgent.match(/iPod/i) || navigator.userAgent.match(/BlackBerry/i) )
{
$(function () { $('input:text').prop({ autocapitalize: 'off', autocorrect: 'off' }); });
}
I am confused regarding which file this code is to be updated in phpmyadmin?? I have to submit the patch before 10th.. please help
[0] https://en.wikipedia.org/wiki/Posting_style#Bottom-posting [1] http://sourceforge.net/tracker/?group_id=23067&atid=377410 [2] http://www.phpmyadmin.net/home_page/devel.php
Kind regards,
Dieter
On Sat, Mar 31, 2012 at 10:36 PM, J.M. me@mynetx.net wrote:
Am 31. März 2012 18:51 schrieb nandu nandu130@gmail.com:
Marc,
Thanks for considering, you asked me to submit patch, well for that i need some time till then I found another thing that is when we log into phpMyadmin from an iOS device is difficult because the device uppercases the first letter automatically. This can be disabled by adding two attributes in the input tag and setting them both to
off.
it can be patched through autocapitalize="off" autocorrect="off" attributes in input. jQuery('input[type=text]').attr('autocapitalize','off');
Also i need some guidelines from you with my proposal thanks
On Sat, Mar 31, 2012 at 5:26 PM, Marc Delisle marc@infomarc.info wrote:
Le 2012-03-31 06:19, nandu a écrit :
PHP code mixed with HTML tags will basically cause crash, "strip_tags" to strip every html and php tags in $var, every characters after "<" is removed. i think strip_tags() is mixed up.
we often get error:tbl_replace.php: Missing parameter when adding i.e. entries into mysql from within phpmyadmin chences of having issue with cookies on the system,
i.e.if
disabled cookies in the browser this can be changed. Instead of using the elseif statements code can be reduced with
<script> <?php switch($anyval){ ?> $(document).ready( function (){ <?php case 1: //?> <?php case 2: //?> <?php case 3: //?> }) <?php }?> </script>
Nandu, please submit some patches, it will be easier to see what you mean.
wecan either use the static method in the code in order to improve the efficiency. another point I would like to ask what if we use the complete pathname with require and include, it will be much faster.
Seems like a good idea. I took this example in the PHP manual's comments:
// this can be inside libraries/common.inc.php define('__ROOT__', dirname(dirname(__FILE__))); // then other scripts use this require_once(__ROOT__.'/foo.php);
So we could define __ROOT__ once and use it afterwards. One thing I'm not sure about: we prefixed with './' to help in open_basedir case,
so
we would have to test this case.
-- Marc Delisle http://infomarc.info
This SF email is sponsosred by: Try Windows Azure free for 90 days Click Here http://p.sf.net/sfu/sfd2d-msazure _______________________________________________ Phpmyadmin-devel mailing list Phpmyadmin-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel
-- Nandlal Ahirwar MCA, II yr Maulana Azad National Institute of Technology, Bhopal India
This SF email is sponsosred by: Try Windows Azure free for 90 days Click Here http://p.sf.net/sfu/sfd2d-msazure _______________________________________________ Phpmyadmin-devel mailing list Phpmyadmin-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel
Adding autocapitalize and/or autocorrect attributes to <input> tags is not valid HTML5, though, which is what we'd like to achieve (refer to http://www.w3schools.com/html5/tag_input.asp for all input tag attributes allowed in HTML5).
I suggest setting these attributes using jQuery in a document-ready event handler if the user agent matches iOS or Android. Like this:
$(function () { $('input:text').prop({ autocapitalize: 'off', autocorrect: 'off' }); });
What do you think?
This SF email is sponsosred by: Try Windows Azure free for 90 days Click Here http://p.sf.net/sfu/sfd2d-msazure _______________________________________________ Phpmyadmin-devel mailing list Phpmyadmin-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel
hello Reagarding the submitting of patch I have a doubt since the ios device alphabets to be lowecased, should I just submit a text file with the following code??
$(function () { $('input:text').prop({ autocapitalize: 'off', autocorrect: 'off' }); });
I never submitted a patch before. thanks.. Mar 31, 2012 at 10:36 PM, J.M. me@mynetx.net wrote:
Am 31. März 2012 18:51 schrieb nandu nandu130@gmail.com:
Marc,
Thanks for considering, you asked me to submit patch, well for that i
need
some time till then I found another thing that is when we log into phpMyadmin from an iOS device is difficult
because
the device uppercases the first letter automatically. This can be
disabled
by adding two attributes in the input tag and setting them both to off. it can be patched through autocapitalize="off" autocorrect="off" attributes in input. jQuery('input[type=text]').attr('autocapitalize','off');
Also i need some guidelines from you with my proposal thanks
On Sat, Mar 31, 2012 at 5:26 PM, Marc Delisle marc@infomarc.info
wrote:
Le 2012-03-31 06:19, nandu a écrit :
PHP code mixed with HTML tags will basically cause crash, "strip_tags" to strip every html and php tags in $var, every characters after "<" is removed. i think strip_tags() is mixed up.
we often get error:tbl_replace.php: Missing parameter when adding i.e. entries into mysql from within phpmyadmin chences of having issue with cookies on the system, i.e.if disabled cookies in the browser this can be changed. Instead of using the elseif statements code can be reduced with
<script> <?php switch($anyval){ ?> $(document).ready( function (){ <?php case 1: //?> <?php case 2: //?> <?php case 3: //?> }) <?php }?> </script>
Nandu, please submit some patches, it will be easier to see what you mean.
wecan either use the static method in the code in order to improve the efficiency. another point I would like to ask what if we use the complete pathname with require and include, it will be much faster.
Seems like a good idea. I took this example in the PHP manual's
comments:
// this can be inside libraries/common.inc.php define('__ROOT__', dirname(dirname(__FILE__))); // then other scripts use this require_once(__ROOT__.'/foo.php);
So we could define __ROOT__ once and use it afterwards. One thing I'm not sure about: we prefixed with './' to help in open_basedir case, so we would have to test this case.
-- Marc Delisle http://infomarc.info
This SF email is sponsosred by: Try Windows Azure free for 90 days Click Here http://p.sf.net/sfu/sfd2d-msazure _______________________________________________ Phpmyadmin-devel mailing list Phpmyadmin-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel
-- Nandlal Ahirwar MCA, II yr Maulana Azad National Institute of Technology, Bhopal India
This SF email is sponsosred by: Try Windows Azure free for 90 days Click Here http://p.sf.net/sfu/sfd2d-msazure _______________________________________________ Phpmyadmin-devel mailing list Phpmyadmin-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel
Adding autocapitalize and/or autocorrect attributes to <input> tags is not valid HTML5, though, which is what we'd like to achieve (refer to http://www.w3schools.com/html5/tag_input.asp for all input tag attributes allowed in HTML5).
I suggest setting these attributes using jQuery in a document-ready event handler if the user agent matches iOS or Android. Like this:
$(function () { $('input:text').prop({ autocapitalize: 'off', autocorrect: 'off' }); });
What do you think?
This SF email is sponsosred by: Try Windows Azure free for 90 days Click Here http://p.sf.net/sfu/sfd2d-msazure _______________________________________________ Phpmyadmin-devel mailing list Phpmyadmin-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel
Le 2012-04-02 13:18, nandu a écrit :
hello Reagarding the submitting of patch I have a doubt since the ios device alphabets to be lowecased, should I just submit a text file with the following code??
$(function () { $('input:text').prop({ autocapitalize: 'off', autocorrect: 'off' }); });
I never submitted a patch before.
Hi, to see what a patch looks like, please visit [0], click on one of the artifact, then download a file which is attached to the artifact.
[0] https://sourceforge.net/tracker/?group_id=23067&atid=377410
thanks.. Mar 31, 2012 at 10:36 PM, J.M. me@mynetx.net wrote:
Am 31. März 2012 18:51 schrieb nandu nandu130@gmail.com:
Marc,
Thanks for considering, you asked me to submit patch, well for that i
need
some time till then I found another thing that is when we log into phpMyadmin from an iOS device is difficult
because
the device uppercases the first letter automatically. This can be
disabled
by adding two attributes in the input tag and setting them both to off. it can be patched through autocapitalize="off" autocorrect="off" attributes in input. jQuery('input[type=text]').attr('autocapitalize','off');
Also i need some guidelines from you with my proposal thanks
On Sat, Mar 31, 2012 at 5:26 PM, Marc Delisle marc@infomarc.info
wrote:
Le 2012-03-31 06:19, nandu a écrit :
PHP code mixed with HTML tags will basically cause crash, "strip_tags" to strip every html and php tags in $var, every characters after "<" is removed. i think strip_tags() is mixed up.
we often get error:tbl_replace.php: Missing parameter when adding i.e. entries into mysql from within phpmyadmin chences of having issue with cookies on the system, i.e.if disabled cookies in the browser this can be changed. Instead of using the elseif statements code can be reduced with
<script> <?php switch($anyval){ ?> $(document).ready( function (){ <?php case 1: //?> <?php case 2: //?> <?php case 3: //?> }) <?php }?> </script>
Nandu, please submit some patches, it will be easier to see what you mean.
wecan either use the static method in the code in order to improve the efficiency. another point I would like to ask what if we use the complete pathname with require and include, it will be much faster.
Seems like a good idea. I took this example in the PHP manual's
comments:
// this can be inside libraries/common.inc.php define('__ROOT__', dirname(dirname(__FILE__))); // then other scripts use this require_once(__ROOT__.'/foo.php);
So we could define __ROOT__ once and use it afterwards. One thing I'm not sure about: we prefixed with './' to help in open_basedir case, so we would have to test this case.
-- Marc Delisle http://infomarc.info
This SF email is sponsosred by: Try Windows Azure free for 90 days Click Here http://p.sf.net/sfu/sfd2d-msazure _______________________________________________ Phpmyadmin-devel mailing list Phpmyadmin-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel
-- Nandlal Ahirwar MCA, II yr Maulana Azad National Institute of Technology, Bhopal India
This SF email is sponsosred by: Try Windows Azure free for 90 days Click Here http://p.sf.net/sfu/sfd2d-msazure _______________________________________________ Phpmyadmin-devel mailing list Phpmyadmin-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel
Adding autocapitalize and/or autocorrect attributes to <input> tags is not valid HTML5, though, which is what we'd like to achieve (refer to http://www.w3schools.com/html5/tag_input.asp for all input tag attributes allowed in HTML5).
I suggest setting these attributes using jQuery in a document-ready event handler if the user agent matches iOS or Android. Like this:
$(function () { $('input:text').prop({ autocapitalize: 'off', autocorrect: 'off' }); });
What do you think?
This SF email is sponsosred by: Try Windows Azure free for 90 days Click Here http://p.sf.net/sfu/sfd2d-msazure _______________________________________________ Phpmyadmin-devel mailing list Phpmyadmin-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel
This SF email is sponsosred by: Try Windows Azure free for 90 days Click Here http://p.sf.net/sfu/sfd2d-msazure
Phpmyadmin-devel mailing list Phpmyadmin-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel
Marc I tried my hands on git and was able to push my changes in phpmyadmin repository, please let me know if any further changes required.
Thanks
On Mon, Apr 2, 2012 at 11:46 PM, Marc Delisle marc@infomarc.info wrote:
Le 2012-04-02 13:18, nandu a écrit :
hello Reagarding the submitting of patch I have a doubt since the ios device alphabets to be lowecased, should I just submit a text file with the following code??
$(function () { $('input:text').prop({ autocapitalize: 'off', autocorrect: 'off' }); });
I never submitted a patch before.
Hi, to see what a patch looks like, please visit [0], click on one of the artifact, then download a file which is attached to the artifact.
[0] https://sourceforge.net/tracker/?group_id=23067&atid=377410
thanks.. Mar 31, 2012 at 10:36 PM, J.M. me@mynetx.net wrote:
Am 31. März 2012 18:51 schrieb nandu nandu130@gmail.com:
Marc,
Thanks for considering, you asked me to submit patch, well for that i
need
some time till then I found another thing that is when we log into phpMyadmin from an iOS device is difficult
because
the device uppercases the first letter automatically. This can be
disabled
by adding two attributes in the input tag and setting them both to off. it can be patched through autocapitalize="off" autocorrect="off" attributes in input. jQuery('input[type=text]').attr('autocapitalize','off');
Also i need some guidelines from you with my proposal thanks
On Sat, Mar 31, 2012 at 5:26 PM, Marc Delisle marc@infomarc.info
wrote:
Le 2012-03-31 06:19, nandu a écrit :
PHP code mixed with HTML tags will basically cause crash,
"strip_tags"
to strip every html and php tags in $var, every characters after "<" is removed. i think strip_tags() is mixed up.
we often get error:tbl_replace.php: Missing parameter when adding
i.e.
entries into mysql from within phpmyadmin chences of having issue with cookies on the system, i.e.if disabled cookies in the browser this can be changed. Instead of using the elseif statements code can be reduced with
<script> <?php switch($anyval){ ?> $(document).ready( function (){ <?php case 1: //?> <?php case 2: //?> <?php case 3: //?> }) <?php }?> </script>
Nandu, please submit some patches, it will be easier to see what you mean.
wecan either use the static method in the code in order to improve
the
efficiency. another point I would like to ask what if we use the complete
pathname
with require and include, it will be much faster.
Seems like a good idea. I took this example in the PHP manual's
comments:
// this can be inside libraries/common.inc.php define('__ROOT__', dirname(dirname(__FILE__))); // then other scripts use this require_once(__ROOT__.'/foo.php);
So we could define __ROOT__ once and use it afterwards. One thing I'm not sure about: we prefixed with './' to help in open_basedir case, so we would have to test this case.
-- Marc Delisle http://infomarc.info
This SF email is sponsosred by: Try Windows Azure free for 90 days Click Here http://p.sf.net/sfu/sfd2d-msazure _______________________________________________ Phpmyadmin-devel mailing list Phpmyadmin-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel
-- Nandlal Ahirwar MCA, II yr Maulana Azad National Institute of Technology, Bhopal India
This SF email is sponsosred by: Try Windows Azure free for 90 days Click Here http://p.sf.net/sfu/sfd2d-msazure _______________________________________________ Phpmyadmin-devel mailing list Phpmyadmin-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel
Adding autocapitalize and/or autocorrect attributes to <input> tags is not valid HTML5, though, which is what we'd like to achieve (refer to http://www.w3schools.com/html5/tag_input.asp for all input tag attributes allowed in HTML5).
I suggest setting these attributes using jQuery in a document-ready event handler if the user agent matches iOS or Android. Like this:
$(function () { $('input:text').prop({ autocapitalize: 'off', autocorrect: 'off' }); });
What do you think?
This SF email is sponsosred by: Try Windows Azure free for 90 days Click Here http://p.sf.net/sfu/sfd2d-msazure _______________________________________________ Phpmyadmin-devel mailing list Phpmyadmin-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel
This SF email is sponsosred by: Try Windows Azure free for 90 days Click Here http://p.sf.net/sfu/sfd2d-msazure
Phpmyadmin-devel mailing list Phpmyadmin-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel
-- Marc Delisle http://infomarc.info
This SF email is sponsosred by: Try Windows Azure free for 90 days Click Here http://p.sf.net/sfu/sfd2d-msazure _______________________________________________ Phpmyadmin-devel mailing list Phpmyadmin-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel
Le 2012-04-03 01:43, nandu a écrit :
Marc I tried my hands on git and was able to push my changes in phpmyadmin repository, please let me know if any further changes required.
Thanks
Nandu, please give the reference to your repository. Also, please use bottom-posting on this list.
On Mon, Apr 2, 2012 at 11:46 PM, Marc Delisle marc@infomarc.info wrote:
Le 2012-04-02 13:18, nandu a écrit :
hello Reagarding the submitting of patch I have a doubt since the ios device alphabets to be lowecased, should I just submit a text file with the following code??
$(function () { $('input:text').prop({ autocapitalize: 'off', autocorrect: 'off' }); });
I never submitted a patch before.
Hi, to see what a patch looks like, please visit [0], click on one of the artifact, then download a file which is attached to the artifact.
[0] https://sourceforge.net/tracker/?group_id=23067&atid=377410
thanks.. Mar 31, 2012 at 10:36 PM, J.M. me@mynetx.net wrote:
Am 31. März 2012 18:51 schrieb nandu nandu130@gmail.com:
Marc,
Thanks for considering, you asked me to submit patch, well for that i
need
some time till then I found another thing that is when we log into phpMyadmin from an iOS device is difficult
because
the device uppercases the first letter automatically. This can be
disabled
by adding two attributes in the input tag and setting them both to off. it can be patched through autocapitalize="off" autocorrect="off" attributes in input. jQuery('input[type=text]').attr('autocapitalize','off');
Also i need some guidelines from you with my proposal thanks
On Sat, Mar 31, 2012 at 5:26 PM, Marc Delisle marc@infomarc.info
wrote:
Le 2012-03-31 06:19, nandu a écrit : > PHP code mixed with HTML tags will basically cause crash,
"strip_tags"
> to > strip every html and php tags > in $var, every characters after "<" is removed. > i think strip_tags() is mixed up. > > we often get error:tbl_replace.php: Missing parameter when adding
i.e.
> entries into mysql from within > phpmyadmin chences of having issue with cookies on the system, i.e.if > disabled cookies in the browser > this can be changed. > Instead of using the elseif statements code can be reduced with > <script> > <?php > switch($anyval){ ?> > $(document).ready( > function (){ > <?php case 1: //?> > <?php case 2: //?> > <?php case 3: //?> > }) > <?php }?> > </script>
Nandu, please submit some patches, it will be easier to see what you mean.
> > wecan either use the static method in the code in order to improve
the
> efficiency. > another point I would like to ask what if we use the complete
pathname
> with > require and include, it will be much faster.
Seems like a good idea. I took this example in the PHP manual's
comments:
// this can be inside libraries/common.inc.php define('__ROOT__', dirname(dirname(__FILE__))); // then other scripts use this require_once(__ROOT__.'/foo.php);
So we could define __ROOT__ once and use it afterwards. One thing I'm not sure about: we prefixed with './' to help in open_basedir case, so we would have to test this case.
-- Marc Delisle http://infomarc.info
This SF email is sponsosred by: Try Windows Azure free for 90 days Click Here http://p.sf.net/sfu/sfd2d-msazure _______________________________________________ Phpmyadmin-devel mailing list Phpmyadmin-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel
-- Nandlal Ahirwar MCA, II yr Maulana Azad National Institute of Technology, Bhopal India
This SF email is sponsosred by: Try Windows Azure free for 90 days Click Here http://p.sf.net/sfu/sfd2d-msazure _______________________________________________ Phpmyadmin-devel mailing list Phpmyadmin-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel
Adding autocapitalize and/or autocorrect attributes to <input> tags is not valid HTML5, though, which is what we'd like to achieve (refer to http://www.w3schools.com/html5/tag_input.asp for all input tag attributes allowed in HTML5).
I suggest setting these attributes using jQuery in a document-ready event handler if the user agent matches iOS or Android. Like this:
$(function () { $('input:text').prop({ autocapitalize: 'off', autocorrect: 'off' }); });
What do you think?