Commit graph

39 commits

Author SHA1 Message Date
5e3d693aaa Correct the machine name of the people content type in the image to media transformation 2024-10-07 11:59:55 -07:00
c10d92021f Add deploy hook to migrate images to media using migration helpers 2024-10-07 11:59:55 -07:00
4d03914d17 Add D10 compatibility to geo upgrade cusstom module 2024-10-07 11:46:38 -07:00
f620df02ca Declare custom modules & themes compatible with Drupal 9 2021-11-19 10:02:02 -05:00
David Valdez
563c7ee62a Comment temporary all the fields that we don't want to update 2019-10-02 21:35:44 -05:00
David Valdez
e7f8b292c9 Add the bio of the persons in the paragraph field 2019-10-02 21:02:54 -05:00
David Valdez
964f541a08 Remove the VID from the nodes, no need to consider them.
If a node was edited the VID won't match anymore with what we have in
the source, breaking the migration, so we let drupal  handle the
revision instead to update the value
2019-10-02 19:20:55 -05:00
David Valdez
7b0ff5e881 Migrate the bio field in the story migration. 2019-10-02 18:50:33 -05:00
David Valdez
9108d898df Add the summary in the authors.
The summary is just the bio of the author.
2019-10-02 13:44:29 -05:00
David Valdez
9b8dc97174 Rename some user roles.
administrator -> manager
proofreader -> contributor
content administrator -> editor
2019-09-30 16:05:46 -05:00
David Valdez
a64b7e11b4 Revert "No migrating permissions period ever good lord are you trying to drive me insane @gnuget?? :-P"
This reverts commit cd41f613ab.
2019-09-30 15:45:10 -05:00
David Valdez
42d6b6c757 Add the "publication date" default value in the blog and gleaning types 2019-09-30 15:24:54 -05:00
David Valdez
b9d4c3c0a4 The default value of "field_publication_date" is now the created date
In the issueindex and node story migrations
2019-09-30 14:59:17 -05:00
David Valdez
e86c9d99ec Add upgrade_d7_taxonomy_term_custom_terms as dependnecy of
upgrade_d7_node_issueindex
2019-09-30 14:11:19 -05:00
benjamin melançon
31836eafc4 Add a possibly complete Issue Index to Collection form 2019-09-30 14:55:12 -04:00
benjamin melançon
60122d37b1 Add untested issue index migration (modified from article migration) 2019-09-30 14:44:35 -04:00
David Valdez
5d213f8c63 Merge all the topics into a single field in the blogs and stories 2019-09-30 13:18:59 -05:00
benjamin melançon
cd41f613ab No migrating permissions period ever good lord are you trying to drive me insane @gnuget?? :-P 2019-09-28 10:46:27 -04:00
David Valdez
d4396c96c0 Fix in the terms migrations.
The parent is now a constant in the migrations that have a fixed parent.
2019-08-30 19:51:37 -05:00
David Valdez
fd5c5f6f13 Add a migration to create some custom terms. 2019-08-30 19:27:33 -05:00
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