

| Comment | File | Size | Author |
|---|---|---|---|
| #8 | Screenshot 2019-10-15 at 5.09.16 PM.png | 1.65 MB | kishor_kolekar |
| #8 | Screenshot 2019-10-15 at 5.09.02 PM.png | 1.77 MB | kishor_kolekar |
| #8 | Screenshot 2019-10-15 at 5.08.29 PM.png | 59.34 KB | kishor_kolekar |
| #7 | interdiff_5-7.txt | 3.8 KB | abhisekmazumdar |
| #7 | simplytest_import-3072140-7.patch | 11.08 KB | abhisekmazumdar |
Comments
Comment #2
abhisekmazumdarComment #3
nerdsteinAwesome -- thank you for looking into this, @abhisekmaz.
Please note that several of the old import options on the form are no longer needed for this port and can be considered legacy. The key requirement is we need to pull in a full set of projects against the set of supported major Drupal versions (config form).
There is an automated import now that uses the batch API. I would recommend we just do that and see how far we get :)
I can do a deeper dive or can answer specific questions.
Comment #4
abhisekmazumdarHi @nerdstein
Thanks for all the inputs. Here what I'm going to do with the config form. I will add the settings for Count of projects to import per operation. Also will create a batch process for importing all the project, themes and distributions automatically. Will use the same table schema for all this process.
I will get back to you if I need any more inputs.
Comment #5
abhisekmazumdarHi @nerdstein
Need your feedback. Kindly review.
Comment #6
sumitmadan commentedPlease prefix all the function name with the module name.
It should be an admin form I believe.
Form id should also be prefixed with module name.
Seems you want to keep the commented code and remove this code.
Comment #7
abhisekmazumdarAdded admin Menu under
admin/config. Also made the suggested changes.Thank You @sumitmadan for the guidance and review.
Comment #8
kishor_kolekar commented@abhisekmazumdar,
I have tried importing modules and themes attaching the screenshot below.
everything works fine for me.
Thanks!
Comment #9
nerdsteinThank you all so much - merging this in now!
Comment #11
nerdsteinFixed
Comment #13
abhisekmazumdar