Import/Export of "content" and necessary database-tables & fields should be made much more easier for theme-/content-developers for testing.

A possibility to get a basic-website structure which is typical for a website with example content would help beginners much more than a text documentation to explore drupal a besides deliver them more fun !!!

Comments

yched’s picture

Status: Active » Closed (duplicate)

That's (one of) the job(s) of Features module.

drupa11y’s picture

Don´t think they are of the same opinion: http://drupal.org/node/951406

#1
Posted by bojanz on November 2, 2010 at 12:13pm
Status: active » closed (works as designed)

Features doesn't support exporting/importing content (nodes).
There are no plans to support this in the 6.x branches (as far as I know).

... maybe as a d7 feature
-----

How about ctools ???

drupa11y’s picture

Status: Closed (duplicate) » Active
yched’s picture

Status: Active » Closed (won't fix)

aw, content (data), as opposed to content-type definition (structure).
Right, exporting data is not for Features.

Right now, there are there are several approaches at various states of maturity / stability / easiness-of-setup : Deploy, Feeds...

Anyway :
- this is not for core D7 (feature frozen for a long time now)
- this is not for Field API
- this is most probably not for core itself. Core queue cannot hold broad feature requests like "it would be cool to be able to do X". When some approach stabilizes and gathers momentum consensus in contrib, then a core issue for "bring XYZ module in core" can be created and discussed. Before that, the core queue is not the place for this.

drupa11y’s picture

Title: Easier import/export of content (nodes), content-types & necessary field-types from drupal to drupal » Easier import/export of content (nodes), content-types & necessary field-types from drupal to drupal for D7
Project: Drupal core » Backup and Migrate
Version: 7.x-dev » 7.x-2.x-dev
Component: field system » Code
Status: Closed (won't fix) » Active
Issue tags: +Clone content drupal 7, +duplicate content drupal 7

Besides a hint / workaround for creating several content much faster.

1. Fill out the form and for the user type in a non existing username.
2. Enter an existing & click save
3. Now you can go back in browser history and save again the same inputs as new node.

ronan’s picture

Status: Active » Closed (won't fix)

Sorry, still not in the right place. Backup and Migrate is designed to create backups of your entire database, not to help stage or deploy content. Sounds like the 'Deploy' module is the closest to what you're looking for. I'm going to close this ticket, if you want to reassign it to that project you can but since your request is simply asking for the functionality it provides (to at least some degree) you may want to just try out that module and see how that goes.

Good luck

drupa11y’s picture

This issue can be solved with 2 modules:
1. Features - it´s able to export the content-types, users and all structure you need
2. For the "node-content"-export/import use the "Node Export"-Module.

feo’s picture

Confirmation : Feature module does the job well.

feo’s picture