Skip to content
Open
Show file tree
Hide file tree
Changes from 12 commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
eccc545
buildout conf to handle migration
sauzher Jul 17, 2024
d2e22c4
initial steps to prepare migration environment (caching, contentrules..)
sauzher Jul 18, 2024
6509a3b
toggle likintegrity check
sauzher Jul 18, 2024
ac9c966
fix page-document type
sauzher Jul 18, 2024
2839c40
mitration runs fine until Folders...
sauzher Jul 18, 2024
5a420b0
fix wierdness migration for folders
sauzher Jul 19, 2024
0c02867
disabling resolveuid_and_caption adapter override
sauzher Jul 19, 2024
38ede0b
found DAVLocker objects. Unlocking them
sauzher Jul 24, 2024
d937ff9
removed c.exportimport
sauzher Jul 24, 2024
af3a472
some members folders need a second pass.
sauzher Jul 25, 2024
b1f9c22
Merge branch 'staging' into issue/482-migrate-core-type
sauzher Jul 25, 2024
b888f84
Initial ansible updated instegrated into buildout.
alecpm Jul 27, 2024
5397c1c
Fix xhtml2 pdf version
alecpm Jul 27, 2024
1e20c13
Update pins.
alecpm Jul 27, 2024
ff937fb
Ansible updates and docs.
alecpm Jul 30, 2024
a67f2ac
cleaned import
sauzher Jul 31, 2024
5e9eb9d
uninstall c.contentleadimage ad the end of the process
sauzher Aug 1, 2024
b03843f
fix Events search view for Dexterity collection
sauzher Aug 8, 2024
f78dfdf
refining work on #482
sauzher Aug 8, 2024
d759c27
fix event details portlet for dexterity accessors
sauzher Aug 22, 2024
1518f51
fix text accessor for dexterity event
sauzher Aug 23, 2024
2943d24
plone.app.event needs to be uninstalled. The behaviors are provided b…
sauzher Aug 23, 2024
f6c6ab3
fix lack of text content
sauzher Aug 23, 2024
fb6c368
fixed timezone conversion issues on Events.
sauzher Aug 23, 2024
5c8bc47
implemented migration of easyslider slides (implemented on the homep…
sauzher Aug 23, 2024
9ca2a1f
some PY3 forward compatibility
sauzher Sep 30, 2024
9d34233
Add sync scripts. Update inventory.
alecpm Oct 1, 2024
e42d92c
Update permissions.
alecpm Oct 1, 2024
6955fb5
Update dep version.
alecpm Oct 1, 2024
5e88f6e
Downgrade dep.
alecpm Oct 1, 2024
b09a572
Apache ssl fixes.
alecpm Oct 1, 2024
397e36d
Merge remote-tracking branch 'origin/updated-ansible' into issue/482-…
sauzher Oct 1, 2024
5ed8eb2
more robust traversing
sauzher Oct 1, 2024
d671a8e
bump pillow to 6.2.2
sauzher Oct 1, 2024
30c6b09
fix indentation issue
sauzher Oct 2, 2024
b5ec0a8
cleaned up contentleadimages properties
sauzher Oct 2, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion buildout.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
extends =
# uncomment the appropriate file
# production.cfg
development.cfg
# development.cfg
migration.cfg
22 changes: 22 additions & 0 deletions migration.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
[buildout]
extends =
development.cfg

parts -=
client2
omelette
mkrelease
coverage-report
coverage-test

[client1]

eggs +=
# collective.exportimport
plone.app.contenttypes

[versions]

plone.api = 1.8.4
ijson = 3.1.4
Products.contentmigration = 2.2.2
Loading