[phpMyAdmin Developers] Responsive Tables - Improvement

Manish Bisht manish.bisht490 at gmail.com
Thu Jun 15 17:46:45 CEST 2017


Hi,

I have now made the table structure page responsive.

Branch: https://github.com/manishbisht/phpmyadmin/tree/responsive-design
Commit:
https://github.com/manishbisht/phpmyadmin/commit/3e1d1bf3dbe739607a8de34995d2d356894b2622

Please have a look at it. I will be looking forward for your suggestions.

Manish Bisht
Email : hi at manishbisht.me
Website : https://manishbisht.me


On Thu, Jun 15, 2017 at 8:43 AM, Manish Bisht <manish.bisht490 at gmail.com>
wrote:

> I have checked the master branch of phpmyadmin and found that the error is
> coming from the main branch. Check this Issue: https://github.com/
> phpmyadmin/phpmyadmin/issues/13384
>
> Manish Bisht
> Email : hi at manishbisht.me
> Website : https://manishbisht.me
>
>
> On Thu, Jun 15, 2017 at 8:19 AM, Manish Bisht <manish.bisht490 at gmail.com>
> wrote:
>
>> This condition `$GLOBALS['server'] != $GLOBALS['cfg']['ServerDefault']`
>> is returning false.
>>
>> In my case both the values are 1. What is the difference between both
>> variables ?
>>
>> Manish Bisht
>> Email : hi at manishbisht.me
>> Website : https://manishbisht.me
>>
>>
>> On Wed, Jun 14, 2017 at 11:48 PM, Manish Bisht <manish.bisht490 at gmail.com
>> > wrote:
>>
>>> Seems like the following condition is broken.
>>>
>>> if (isset($GLOBALS['server'])
>>>     && $GLOBALS['server'] != $GLOBALS['cfg']['ServerDefault']
>>>     && ! isset($params['server'])
>>>     && ! defined('PMA_SETUP')
>>> ) {
>>>     $params['server'] = $GLOBALS['server'];
>>> }
>>>
>>>
>>>
>>> Manish Bisht
>>> Email : hi at manishbisht.me
>>> Website : https://manishbisht.me
>>>
>>>
>>> On Wed, Jun 14, 2017 at 11:35 PM, Manish Bisht <
>>> manish.bisht490 at gmail.com> wrote:
>>>
>>>> After applying the commit the database selection from the database
>>>> seems to be broken. While playing with code got to know that the
>>>> `$GLOBALS['url_query']` seems to be broken. What is the use of this
>>>> variable so that I can find the mistake made ?
>>>>
>>>> Thanks,
>>>>
>>>>
>>>> Manish Bisht
>>>> Email : hi at manishbisht.me
>>>> Website : https://manishbisht.me
>>>>
>>>>
>>>> On Tue, Jun 13, 2017 at 10:10 PM, Manish Bisht <
>>>> manish.bisht490 at gmail.com> wrote:
>>>>
>>>>> Hi,
>>>>>
>>>>> I am working on making phpmyadmin responsive. I have added the
>>>>> vertical scrolling on the tables on the databases, structure and
>>>>> browse pages
>>>>>
>>>>> Branch: https://github.com/manishbisht/phpmyadmin/tree/respo
>>>>> nsive-design
>>>>> Commit: https://github.com/manishbisht/phpmyadmin/commit/25f
>>>>> c52aea655989bd68a16643387b45c15a44be4
>>>>>
>>>>> Please have a look at it. I will be looking forward for your
>>>>> suggestions.
>>>>>
>>>>> Thanks,
>>>>>
>>>>> Manish Bisht
>>>>> Email : hi at manishbisht.me
>>>>> Website : https://manishbisht.me
>>>>>
>>>>>
>>>>
>>>
>>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.phpmyadmin.net/pipermail/developers/attachments/20170615/792f7ab6/attachment-0001.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: r4.png
Type: image/png
Size: 77279 bytes
Desc: not available
URL: <https://lists.phpmyadmin.net/pipermail/developers/attachments/20170615/792f7ab6/attachment-0002.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: r5.png
Type: image/png
Size: 74436 bytes
Desc: not available
URL: <https://lists.phpmyadmin.net/pipermail/developers/attachments/20170615/792f7ab6/attachment-0003.png>


More information about the Developers mailing list