Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Copy class of img elements to imported posts.HEADdev | Harald Eilertsen | 2024-03-19 | 1 | -2/+3 |
| | | | | | This is mainly to capture the image alignment. Should probably refined a bit to _only_ capture that. We'll see later. | ||||
* | Set post thumbnail from custom teaser if present. | Harald Eilertsen | 2023-05-21 | 1 | -43/+45 |
| | |||||
* | Set thumbnail size before migrating images. | Harald Eilertsen | 2022-11-20 | 1 | -0/+4 |
| | |||||
* | Fix image import. | Harald Eilertsen | 2022-08-01 | 1 | -14/+40 |
| | | | | | | | It appears the url contains a base64 encoded array of arrays with information about the orinal image. (I originally thought it was a secret token of some sort.) This makes it easy to fetch the original unprocessed image from the old server. | ||||
* | Initial commit | Harald Eilertsen | 2022-07-31 | 1 | -0/+186 |
Importing the posts works, but not images. |