@rouslan:
Hmmm.. there are no framesets in master
Well sorry for replying late, i tried every release of PMA and there was none without framesets. The 2 framesets, one for navigation.php and another one for tbl_structure or other, that we call main frame havn't dwarfed(As far as i have found, might you be using different release, if it is the case then please update me about it). So, it took a while for me to figure out in what context i was talking and i found it right. Just, instead of calling a click event of outer anchor(refer to my previous mail) we can do it directly i.e. Adding a #curr_db_name to window.location for each click in Navigation panel, in that way we will not be using something extra for $Global and will not cause any consequences with MaxNavigation and can solve the Marc's Bug(refer to his mail).
Quoting Dron Rathore dron.rathore@gmail.com:
@rouslan:
Hmmm.. there are no framesets in master
Well sorry for replying late, i tried every release of PMA and there was none without framesets. The 2 framesets, one for navigation.php and another one for tbl_structure or other, that we call main frame havn't dwarfed(As far as i have found, might you be using different release, if it is the case then please update me about it). So, it took a while for me to figure out in what context i was talking and i found it right. Just, instead of calling a click event of outer anchor(refer to my previous mail) we can do it directly i.e. Adding a #curr_db_name to window.location for each click in Navigation panel, in that way we will not be using something extra for $Global and will not cause any consequences with MaxNavigation and can solve the Marc's Bug(refer to his mail).
First of all, you need to start quoting the previous emails, not make reference to them, so that we can have a threaded view in our m,ail clients.
Also you need to clone our git repo to access the latest development code: http://wiki.phpmyadmin.net/pma/Git
Bye, Rouslan
On 06/12/12 14:35, rouslan@placella.com wrote:
Quoting Dron Rathore dron.rathore@gmail.com:
@rouslan:
Hmmm.. there are no framesets in master
Well sorry for replying late, i tried every release of PMA and there was none without framesets. The 2 framesets, one for navigation.php and another one for tbl_structure or other, that we call main frame havn't dwarfed(As far as i have found, might you be using different release, if it is the case then please update me about it). So, it took a while for me to figure out in what context i was talking and i found it right. Just, instead of calling a click event of outer anchor(refer to my previous mail) we can do it directly i.e. Adding a #curr_db_name to window.location for each click in Navigation panel, in that way we will not be using something extra for $Global and will not cause any consequences with MaxNavigation and can solve the Marc's Bug(refer to his mail).
First of all, you need to start quoting the previous emails, not make reference to them, so that we can have a threaded view in our m,ail clients.
Also you need to clone our git repo to access the latest development code: http://wiki.phpmyadmin.net/pma/Git
By the way, you might also want to look at: http://www.phpmyadmin.net/home_page/devel.php
It's generally a good starting point.
Bye, Rouslan
On 12/7/12, Rouslan Placella rouslan@placella.com wrote:
On 06/12/12 14:35, rouslan@placella.com wrote:
Quoting Dron Rathore: First of all, you need to start quoting the previous emails, not make reference to them, so that we can have a threaded view in our m,ail clients.
I would love to quote and i even tried before sending mail but my SonyEricsson sucks..! Anyways, i have added them to todays conversation.
Also you need to clone our git repo to access the latest development code: http://wiki.phpmyadmin.net/pma/Git
Had done 2 weeks ago and cloned again a week ago(but the previous one seems to be more stable) and that too uses framesets(master still have a frameset)
By the way, you might also want to look at: http://www.phpmyadmin.net/home_page/devel.php
It's generally a good starting point.
I am on it from 3 months and still learning, and suggestions i gave are all based on the study i have done on Pma so far but i hvnt wrote down single piece of code because you know, little knowledge is dangerous.. :)
Bye, Rouslan
- Regards Dron Rathore
On 07/12/12 01:53, Dron Rathore wrote:
On 12/7/12, Rouslan Placella rouslan@placella.com wrote:
On 06/12/12 14:35, rouslan@placella.com wrote:
Quoting Dron Rathore: First of all, you need to start quoting the previous emails, not make reference to them, so that we can have a threaded view in our m,ail clients.
I would love to quote and i even tried before sending mail but my SonyEricsson sucks..! Anyways, i have added them to todays conversation.
Also you need to clone our git repo to access the latest development code: http://wiki.phpmyadmin.net/pma/Git
Had done 2 weeks ago and cloned again a week ago(but the previous one seems to be more stable) and that too uses framesets(master still have a frameset)
No, man, there is no frameset in master, you can even see this on the demo server http://demo.phpmyadmin.net/master/
Have you checked out the correct branch? E.g:
git reset --hard git checkout master git fetch git merge origin/master
Bye, Rouslan
By the way, you might also want to look at: http://www.phpmyadmin.net/home_page/devel.php
It's generally a good starting point.
I am on it from 3 months and still learning, and suggestions i gave are all based on the study i have done on Pma so far but i hvnt wrote down single piece of code because you know, little knowledge is dangerous.. :)
Bye, Rouslan
- Regards
Dron Rathore