[Phpmyadmin-devel] AJAXify phpMyAdmin Interface - GSOC 2011 - Table->Structure ->Add columns

Hi Marc, I worked with this feature. 1. I added the "*$("#addColumns.ajax input[value=Go]").live('click')*" action to the tbl_structure.js file which gives the add columns dialog for the user. 2. Then I reused the code in "*$("#append_fields_form input[name=do_save_data]").live('click')*" action in functions.js file which was initially written for handling the table->change option. I did small changes for the same action and used with this feature. I pushed my changes to the repo. Please check that. Thank you. Regards, Thilanka. -- L G Thilanka Kaushalya Computer Science & Engineering, University of Moratuwa, Sri Lanka Connect with me at, Gmail : lgtkaushalya@gmail.com Twitter : @thilanka_k Facebook : Thilanka Kaushalya Yahoo : lgtkaushalya@yahoo.com Blog : http://coders-view.blogspot.com/

Le 2011-07-21 14:31, Thilanka Kaushalya a écrit :
Hi Marc,
I worked with this feature.
1. I added the "*$("#addColumns.ajax input[value=Go]").live('click')*" action to the tbl_structure.js file which gives the add columns dialog for the user. 2. Then I reused the code in "*$("#append_fields_form input[name=do_save_data]").live('click')*" action in functions.js file which was initially written for handling the table->change option. I did small changes for the same action and used with this feature.
I pushed my changes to the repo. Please check that. Thank you.
Thilanka, when adding the column I can't use the ENUM editor for it (there was a similar problem previously). -- Marc Delisle http://infomarc.info

Hi Marc, Thilanka,
when adding the column I can't use the ENUM editor for it (there was a similar problem previously).
Sorry for not checking that option. I fixed the issue and pushed to the repo. Please check that. Regards, Thilanka. -- L G Thilanka Kaushalya Computer Science & Engineering, University of Moratuwa, Sri Lanka Connect with me at, Gmail : lgtkaushalya@gmail.com Twitter : @thilanka_k Facebook : Thilanka Kaushalya Yahoo : lgtkaushalya@yahoo.com Blog : http://coders-view.blogspot.com/

Le 2011-07-21 22:14, Thilanka Kaushalya a écrit :
Hi Marc,
Thilanka,
when adding the column I can't use the ENUM editor for it (there was a similar problem previously).
Sorry for not checking that option. I fixed the issue and pushed to the repo. Please check that.
Thilanka, it's almost fixed: the header says 'values for the column ""'. -- Marc Delisle http://infomarc.info

Hi Marc, Thilanka,
it's almost fixed: the header says 'values for the column ""'.
I fixed that and pushed the changes to the repo. Please check that. Thank you. Regards, Thilanka. -- L G Thilanka Kaushalya Computer Science & Engineering, University of Moratuwa, Sri Lanka Connect with me at, Gmail : lgtkaushalya@gmail.com Twitter : @thilanka_k Facebook : Thilanka Kaushalya Yahoo : lgtkaushalya@yahoo.com Blog : http://coders-view.blogspot.com/

Le 2011-07-22 14:08, Thilanka Kaushalya a écrit :
Hi Marc,
Thilanka,
it's almost fixed: the header says 'values for the column ""'.
I fixed that and pushed the changes to the repo. Please check that. Thank you.
Regards, Thilanka.
Feature merged to origin/master. -- Marc Delisle http://infomarc.info
participants (2)
-
Marc Delisle
-
Thilanka Kaushalya