Commit graph

19 commits

Author SHA1 Message Date
David Valdez
d7e81b4703 Now the files migration does not die when a file is missing.
It now just ignore that file and continue with the rest.
2019-08-30 12:54:44 -05:00
David Valdez
e62dcf96f4 Some fixes in the terms migration.
The migrations fails if the static values aren't passed via a constant.
2019-08-30 12:11:47 -05:00
David Valdez
4345a50834 Link the articles with their authors. 2019-08-05 20:49:54 -05:00
David Valdez
927a9d0351 Add the Authors migration 2019-08-05 19:56:51 -05:00
David Valdez
3e2c4cfdbc All the terms are now part of the "topics" vocabulary.
And the old vocabularies were converted into term paremts.
2019-08-02 12:18:51 -05:00
David Valdez
1426f9b139 Add the "Geo Original" term.
All the articles with citations will have this term.
2019-08-01 16:45:27 -05:00
David Valdez
5c2c1c82d0 Add the publication date and the subtitle field in the story migration 2019-07-31 20:30:58 -05:00
David Valdez
f6d8fa955e Add the Article type vocabulary with two terms. 2019-07-31 19:42:53 -05:00
David Valdez
4977053781 Add a few comments in the url alias migration 2019-07-31 14:06:17 -05:00
David Valdez
937d6f775d Url aliases migration part1.
Right now it straight migrate the aliases but the idea is that instead
of migrate the aliases migrate them as redirects only if the new site
url does not match with the old one.
2019-07-31 12:03:15 -05:00
David Valdez
a4d0ef5828 Avoid to generate url alias automatically. 2019-07-30 20:28:56 -05:00
David Valdez
718a3850a2 Pages migration 2019-07-30 12:45:40 -05:00
David Valdez
731d30cd5f Migrate the taxonomy terms in the blog and articles content types 2019-07-22 18:12:44 -05:00
David Valdez
21e5ee8a16 Add the migrations of the vocabularies and terms.
The vocabularies that are going to be migrated are:

vocabulary_1
vocabulary_2
vocabulary_7
vocabulary_10
vocabulary_12
vocabulary_13
2019-07-22 17:37:01 -05:00
David Valdez
aeab446632 Gleaning migration 2019-07-22 16:46:28 -05:00
David Valdez
43e50e17cd Blog migration 2019-07-22 15:27:20 -05:00
David Valdez
d82b83eebb Migrate the image styles to preserv the images.
Also, it was added the following things in the settings file to allow
the inline images:

$config['image.settings']['suppress_itok_output'] = TRUE;
$config['image.settings']['allow_insecure_derivatives'] = TRUE;
2019-07-19 14:32:08 -05:00
David Valdez
4eda1d9ba6 Inicial story migration 2019-07-18 14:58:19 -05:00
David Valdez
2d5f7a8bfd Initial Commit 2019-07-17 14:47:01 -05:00