2006-10-29 Don Allingham <don@gramps-project.org>
* help/C/gramps.xml: fix <warning> svn: r7498
This commit is contained in:
parent
ee04160495
commit
648d21a8fc
@ -1,3 +1,6 @@
|
|||||||
|
2006-10-29 Don Allingham <don@gramps-project.org>
|
||||||
|
* help/C/gramps.xml: fix <warning>
|
||||||
|
|
||||||
2006-10-29 Alex Roitman <shura@gramps-project.org>
|
2006-10-29 Alex Roitman <shura@gramps-project.org>
|
||||||
* src/plugins/rel_da.py: Add more locales.
|
* src/plugins/rel_da.py: Add more locales.
|
||||||
|
|
||||||
|
@ -11,8 +11,8 @@ AM_INIT_AUTOMAKE(1.6.3)
|
|||||||
AC_CONFIG_MACRO_DIR([m4])
|
AC_CONFIG_MACRO_DIR([m4])
|
||||||
GNOME_DOC_INIT
|
GNOME_DOC_INIT
|
||||||
|
|
||||||
RELEASE=0.SVN$(svnversion -n .)
|
dnl RELEASE=0.SVN$(svnversion -n .)
|
||||||
dnl RELEASE=1
|
RELEASE=1
|
||||||
|
|
||||||
VERSIONSTRING=$VERSION
|
VERSIONSTRING=$VERSION
|
||||||
if test x"$RELEASE" != "x"
|
if test x"$RELEASE" != "x"
|
||||||
|
@ -5988,22 +5988,20 @@
|
|||||||
<para>This option controls the enabling and disabling of
|
<para>This option controls the enabling and disabling of
|
||||||
transactions during database operations.
|
transactions during database operations.
|
||||||
</para>
|
</para>
|
||||||
|
<warning>
|
||||||
|
<para>Care must be taken with selecting this option. By default,
|
||||||
|
transactions are enabled. This improves database performance
|
||||||
|
and protects database integrity. However, if your system is using
|
||||||
|
a version of the Python language prior to version 2.5, your
|
||||||
|
database will not be portable to other machines, and if you want
|
||||||
|
to transfer your data to another machine, you will need to export
|
||||||
|
using the GRAMPS XML format. Disabling this option will allow
|
||||||
|
databases to be portable, but at a risk of database integrity
|
||||||
|
problems.
|
||||||
|
</para>
|
||||||
|
</warning>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
<warning>
|
|
||||||
<para>Care must be taken with selecting this option. By default,
|
|
||||||
transactions are enabled. This improves database performance
|
|
||||||
and protects database integrity. However, if your system is using
|
|
||||||
a version of the Python language prior to version 2.5, your
|
|
||||||
database will not be portable to other machines, and if you want
|
|
||||||
to transfer your data to another machine, you will need to export
|
|
||||||
using the GRAMPS XML format. Disabling this option will allow
|
|
||||||
databases to be portable, but at a risk of database integrity
|
|
||||||
problems.
|
|
||||||
</para>
|
|
||||||
</warning>
|
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
</variablelist>
|
</variablelist>
|
||||||
|
|
||||||
</sect2>
|
</sect2>
|
||||||
|
Loading…
Reference in New Issue
Block a user