Hi all,
I am undergrad student at IIT Roorkee, India and I am very interested to
contribute towards the ajaxification of PhpMyAdmin. It caught my attention
when I was browsing through the past GSoC projects and it seems there is a
lot left to be done in this area.
I have been using PHP and MySQL in the past and I am very comfortable with
AJAX and jQuery as well.
I found the following related resources and i am going through them right
now:
[1] PmaWiki for Developers:
http://wiki.phpmyadmin.net/pma/Development#Developer_documentation
[2] GIT: http://wiki.phpmyadmin.net/pma/Git
[3] jQuery: http://api.jquery.com/
<http://api.jquery.com/>
I intend to pick a task very soon from
http://wiki.phpmyadmin.net/pma/AJAXify_Interface after I have gone through
enough documentations.
<http://wiki.phpmyadmin.net/pma/AJAXify_Interface>
In addition to these, I would also like to know what additional resources I
need to go through to bootstrap fast. Any advice for getting a headstart
would be very welcome.
Thank You,
--
Shaumik Daityari,
Integrated M. Tech. (2nd year),
Geological Technology,
Department of Earth Sciences,
Indian Institute of Technology, Roorkee,
Uttarakhand
On 11 Dec, 2011, at 7:37 PM, Marc Delisle <marc(a)infomarc.info> wrote:
> Le 2011-11-14 10:58, Aris Feryanto a écrit :
>> Hi all,
>>
>>
>> On 12 Nov, 2011, at 2:29 AM, Piotr Przybylski<piotr.prz(a)gmail.com>
>> wrote:
>>
>>> 2011/11/11 Marc Delisle<marc(a)infomarc.info>:
>>>> Piotr Przybylski a écrit :
>>>>> 2011/11/11 Marc Delisle<marc(a)infomarc.info>:
>>>>>> Dieter Adriaenssens a écrit :
>>>>>>> Kind regards, Dieter Adriaenssens. Op 11 nov. 2011 16:00
>>>>>>> schreef "Marc Delisle"<marc(a)infomarc.info
>>>>>>> <mailto:marc@infomarc.info>> het volgende:
>>>>>>>>
>>>>>>>> Hi, when grid editing a TEXT column, hitting ENTER
>>>>>>>> transmits my change instead of inserting a new line.
>>>>>>>
>>>>>>> It makes sense that in this case a new line is added, but
>>>>>>> how should the entry be submitted in the database? If I'm
>>>>>>> not mistaken there is no submit button at the moment.
>>>>>> Dieter, by default, $cfg['SaveCellsAtOnce'] is set to false,
>>>>>> thus not showing a submit button.
>>>>>>
>>>>>> When setting it to true, a submit button appears but the
>>>>>> field closes as soon as ENTER is hit.
>>>>>>
>>>>>> If we want to support grid editing + newlines, a possible
>>>>>> solution would be to ask the user to click outside the input
>>>>>> field but it's less efficient.
>>>>>>
>>>>>
>>>>> How about ignoring Shift+ENTER for submitting? This way ENTER
>>>>> would submit form and Shift+ENTER would just insert a newline.
>>>>>
>>>> Yes but is Shift+Enter intuitive enough or do we need to -
>>>> advertise it on the page - explain it in Documentation.html
>>>>
>>>
>>> I've seen it used in a few places, but it's not common - some
>>> "Press Shift+Enter for newline" message under text field would be
>>> needed.
>>>
>>
>> Yes. I agree to use Shift+Enter and display a hint for that. I'll try
>> to fix this and the RTL alignment on this weekend.
>
> Hi Aris,
> any progress on this?
>
Hi Marc,
I've added the shift+enter handling in my repo [1].
I also added OK and Cancel button in the editing area.
But, I haven't finished fixing the RTL alignment.
If you have some time, you may test the shift+enter and the buttons in my repo.
[1] http://repo.or.cz/w/phpmyadmin/arisferyanto.git
Regards,
--
Aris Feryanto
Hi,
when grid editing a TEXT column, hitting ENTER transmits my change
instead of inserting a new line.
Not sure what the best solution would be.
--
Marc Delisle
http://infomarc.info
Hi,
FYI : phpMyAdmin was mentioned in an article (picked up by slashdot),
implying it was the cause of a hack :
http://it.slashdot.org/story/11/12/08/1341224/another-dutch-ca-hacked
Reading the comments most people know this is not phpMyAdmin's fault,
but it is due to bad configuration/practise, but it's a pity our
project is mentioned this way. :s
--
Kind regards,
Dieter Adriaenssens
Hey,
i just upgraded by PHP version to the latest version from dotdeb.org and now php is using mysqlnd for connecting to the database. After the upgrade I'M not able to login to my database via phpmyadmin. I just get the message Login failed. I'm using the latest version of MySQL, PHP and PhpMyadmin.
Is this a known problem?
Hi,
Working on this bug [0], I noticed that when using the 'signon' auth_type
- invalid JSON is produced
- lots of XHTML errors can be seen with HTML Validator
However, disabling
@ini_set('session.use_trans_sid', true);
in libraries/session.inc.php fixes all these problems.
Doing so would require users to enable cookies in their browser but it's
already a requirement per Documentation.html.
Opinions?
[0]
https://sourceforge.net/tracker/?func=detail&aid=3398788&group_id=23067&ati…
--
Marc Delisle
http://infomarc.info