From e21095f5949a736b8d0d45fe7cbba65b9a71d46b Mon Sep 17 00:00:00 2001 From: Reinier Balt Date: Thu, 26 Feb 2009 20:35:11 +0100 Subject: [PATCH] remove yaml import. This did not get enough testing and is not working right see for example http://www.getontracks.org/forums/viewthread/346/ --- app/views/data/index.html.erb | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/app/views/data/index.html.erb b/app/views/data/index.html.erb index 5ed8adaf..f4f8688d 100644 --- a/app/views/data/index.html.erb +++ b/app/views/data/index.html.erb @@ -1,14 +1,7 @@
-

Importing data

-

Curently there is a experimental support for importing YAML files. - Beware: all your current data will be destroyed before importing the YAML - file, so if you have access to the database, we strongly recomment backing up - the database right now in case that anything goes wrong. -

-

<%= link_to "Start import", :controller => 'data', :action => 'yaml_form' %>.

-

Exporting data

+

Exporting data

You can choose between the following formats:

  • YAML: Best for exporting data.
    Please note that importing YAML files is currently supported only in experimentally. Do not rely on it for backing up critical data.