----- Original Message -----
From: Marc Delisle marc@infomarc.info
Aris Feryanto a écrit :
> I just pushed code to my git repo. I added ability to save all edited
cells at once (configurable via Settings -> Main frame -> Browse mode -> Save all edited cells at once). But there are still some problems that I'm currently trying to solve: - the links for
"relation" cells
are gone after we save the edited cells - all TEXT data type is considered as edited, even when we do not do any editing Other than these, I think the user interface and way of editing are ready to be tested.
Aris, I tested your tree (0d422a3a12d1734115c7a0e4b410dfc35d453aa2). In the default setting of saving at once (with the "Save edited data" button)
my simple test of sakila.actor worked fine.
With the opposite setting, when trying to save my change to last_name, I get: $this_field is not defined in makegrid.js line 970.
Thank you for noticing this. I just fixed it and pushed the changes to my repo.
Please check the new code and let me know what do you think about it.
Currently, I only add the configuration in the Settings page.
It will be needed also in /setup.
I have added the /setup in my commit before.
If you have some time, please try the demo at http://demo.phpmyadmin.net/gsoc-aris and I really appreciate if there is any comment or suggestion.
-- Aris Feryanto