Commit graph

6 commits

Author SHA1 Message Date
Erik Ogenvik
2533a4fe92 Check minds property in types.
If we're exporting minds we need to check the types for mind properties,
as these aren't sent if it's unchanged.
2015-04-30 12:50:04 +02:00
Erik Ogenvik
21bf3b9b4e Removed superfluous fields. 2015-04-12 12:46:47 +02:00
Erik Ogenvik
3c038d2961 Check the types for transient properties.
Since the type default values aren't sent anymore, we need to check the
types for transient properties when we want to ignore such entities
during export.
2015-04-11 22:03:05 +02:00
Erik Ogenvik
d4db96d5d7 Added option for disabling mind exports.
You can disable this through this cyexport option:
--export:minds=0
2014-12-07 22:14:26 +01:00
Erik Ogenvik
ee49c0a389 Adjust entity references in attributes.
This is possible through the new entity ref format, where an entity ref
is specified through a map with an "$eid" entry.
2013-11-18 22:03:47 +01:00
Erik Ogenvik
4411d3a14f Added "cyexport" tool for exporting.
This uses the same exporting code as Ember, and allows for export of
both entities, minds and types. The code in EntityExporterBase.* should
be kept synchronized with the Ember version.
This is provided as a new command, instead of added to the existing
cycmd executable. This is by design, to make it easier for users. Export
and import of entities are one of the most basic functions, especially
for any new user, and should therefore be provided as easy as
possible.
2013-11-14 22:21:06 +01:00