John O'Nolan
d1957958e3
Cleanup indentation and quotes
...
Aligns all requirements vertically for easier reading + adds single quote standard consistently throughout Ghost, except in long strings.
2013-09-26 15:06:31 +01:00
Hannah Wolfe
02a02054e8
Handle duplicate tags on import
...
closes #890
- importer only adds tags which don't exist.
- added back the import unit tests - these are basic for now
2013-09-25 11:30:59 +01:00
Hannah Wolfe
e0edb6455d
Temporary Importer
...
closes #735
- make sure the importer gets loaded
- additional preprocessing to ensure data can be loaded
- removed old importers
2013-09-18 04:20:21 +01:00
Hannah Wolfe
425328b4af
Standard Importer
...
closes #734
- use models instead of knex so that we know we get correct data
- preprocesses post_tags, adds the right tags back to the posts
TODO
- deduplicate posts (if they have the same title and slug?)
2013-09-17 18:42:06 +01:00