simias-svn Mailing List for simias
Brought to you by:
srinidhi_bs
You can subscribe to this list here.
| 2009 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(6) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2010 |
Jan
|
Feb
(16) |
Mar
(9) |
Apr
(20) |
May
(24) |
Jun
(30) |
Jul
(29) |
Aug
(47) |
Sep
(11) |
Oct
(5) |
Nov
(3) |
Dec
(1) |
| 2011 |
Jan
(5) |
Feb
(2) |
Mar
(6) |
Apr
(15) |
May
(3) |
Jun
(2) |
Jul
(2) |
Aug
(5) |
Sep
(1) |
Oct
|
Nov
|
Dec
|
| 2012 |
Jan
|
Feb
|
Mar
(1) |
Apr
(5) |
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
|
| 2013 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(1) |
Aug
(6) |
Sep
(20) |
Oct
(5) |
Nov
|
Dec
|
| 2014 |
Jan
|
Feb
(3) |
Mar
(2) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2016 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
(4) |
Jun
|
Jul
(1) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2017 |
Jan
|
Feb
|
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|
From: <vel...@us...> - 2017-03-20 10:42:28
|
Revision: 7692
http://sourceforge.net/p/simias/code/7692
Author: velusamyg
Date: 2017-03-20 10:42:25 +0000 (Mon, 20 Mar 2017)
Log Message:
-----------
Fixed Bug 955998 - iFolder configuration fails when the eDirectory and
server certificates are changed from SHA1 to SHA2
Modified Paths:
--------------
trunk/package/linux/ifolder3-enterprise.spec.autobuild
trunk/src/server/setup/iFolder_proxy_rights_assign.in
trunk/src/server/setup/iFolder_retrieve_proxy_creds.in
trunk/src/server/setup/iFolder_update_proxy_cred_store.in
trunk/src/server/setup/ifolder-admin-setup.in
trunk/src/server/setup/ifolder-mod-mono-server2.in
trunk/src/server/setup/ifolder-web-setup.in
trunk/src/server/setup/ifolder_mono_setup.in
trunk/src/server/setup/ifolder_shutdown
trunk/src/server/setup/ldap-cert-update.in
trunk/src/server/setup/simias-server-setup.in
trunk/src/utils/checkdb/ifolder-database-check.in
trunk/src/utils/restore/ifolder-data-recovery.in
Modified: trunk/package/linux/ifolder3-enterprise.spec.autobuild
===================================================================
--- trunk/package/linux/ifolder3-enterprise.spec.autobuild 2016-07-04 12:35:26 UTC (rev 7691)
+++ trunk/package/linux/ifolder3-enterprise.spec.autobuild 2017-03-20 10:42:25 UTC (rev 7692)
@@ -19,8 +19,8 @@
Name: ifolder3-enterprise
-BuildRequires: e2fsprogs e2fsprogs-devel gcc-c++ glib2 glib2-devel libflaim libflaim-devel libxml2 libxml2-devel log4net pkgconfig xsp ncurses ncurses-devel novell-NLDAPbase novell-NLDAPsdk-devel libstdc++ libstdc++-devel apache2-mod_mono-addon mono-addon-core mono-addon-data mono-addon-devel mono-addon-web
-Obsoletes: novell-ifolder-mono
+BuildRequires: e2fsprogs e2fsprogs-devel gcc-c++ glib2 glib2-devel libflaim libflaim-devel libxml2 libxml2-devel log4net pkgconfig xsp ncurses ncurses-devel novell-NLDAPbase novell-NLDAPsdk-devel libstdc++ libstdc++-devel apache2-mod_mono mono-core mono-data mono-devel mono-web
+Obsoletes: mono-addon-core mono-addon-data mono-addon-web mono-addon-wcf apache2-mod_mono-addon mono-addon-data-sqlite mono-addon-extras mono-addon-libgdiplus0 mono-addon-winforms mono-addon-xsp
%if %suse_version <= 1100
BuildRequires: compat-libstdc++
@@ -42,12 +42,12 @@
License: GNU General Public License (GPL) v2
Group: Productivity/Networking/Novell
AutoReqProv: on
-Requires: mono-addon-core >= 2.6.7
-Requires: mono-addon-data >= 2.6.7
-Requires: mono-addon-web >= 2.6.7
-Requires: mono-addon-wcf >= 2.6.7
+Requires: mono-core >= 2.6.7
+Requires: mono-data >= 2.6.7
+Requires: mono-web >= 2.6.7
+Requires: mono-wcf >= 2.6.7
Requires: log4net >= 1.2.10
-Requires: apache2-mod_mono-addon
+Requires: apache2-mod_mono
Requires: novell-NLDAPbase
#Obsoletes: %{name} < %{version}
Version: 3.9.2.@@BUILDNUM@@.0
@@ -88,8 +88,6 @@
export EDIR_INCLUDE=/opt/novell/eDirectory/include
export EDIR_LIBDIR=/opt/novell/eDirectory/%_lib
export LIBDIR=%_lib
-[ -f /opt/novell/mono/bin/mono-addon-environment.sh ] && \
- source /opt/novell/mono/bin/mono-addon-environment.sh
export MONO_PATH=/usr/lib/mono/log4net/:$MONO_PATH
./autogen.sh --prefix=%{prefix} --mandir=%{novellmandir} #--with-runasclient
make MONO_PATH=$MONO_PATH
@@ -99,8 +97,6 @@
%install
export BUILDNUM=%{buildnum}
%{__rm} -rf $RPM_BUILD_ROOT
-[ -f /opt/novell/mono/bin/mono-addon-environment.sh ] && \
- source /opt/novell/mono/bin/mono-addon-environment.sh
export MONO_PATH=/usr/lib/mono/log4net/:$MONO_PATH
make DESTDIR=$RPM_BUILD_ROOT MONO_PATH=$MONO_PATH install
mkdir -p $RPM_BUILD_ROOT/etc/ld.so.conf.d/
Modified: trunk/src/server/setup/iFolder_proxy_rights_assign.in
===================================================================
--- trunk/src/server/setup/iFolder_proxy_rights_assign.in 2016-07-04 12:35:26 UTC (rev 7691)
+++ trunk/src/server/setup/iFolder_proxy_rights_assign.in 2017-03-20 10:42:25 UTC (rev 7692)
@@ -60,7 +60,7 @@
export OS_ARCH=`uname -m`
fi
-rpm -q mono-addon-core > /dev/null 2>&1
+rpm -q mono-core > /dev/null 2>&1
if [ $? -gt 0 ]
then
@@ -72,9 +72,8 @@
MONO_CMD=mono
else
- MONO_RUNTIME_PATH=/opt/novell/mono
+ MONO_RUNTIME_PATH=/usr
export MONO_PATH=$MONO_RUNTIME_PATH/lib/mono/:$MONO_RUNTIME_PATH/lib/mono/2.0:@_webbindir_@:@_bindir_@:/usr/lib/mono/log4net
- source $MONO_RUNTIME_PATH/bin/mono-addon-environment.sh
export MONO_CFG_DIR=/etc
export IFOLDER_MOD_MONO_SERVER2_PATH=@_bindir_@
export IFOLDER_MONO_PATH=$MONO_RUNTIME_PATH
Modified: trunk/src/server/setup/iFolder_retrieve_proxy_creds.in
===================================================================
--- trunk/src/server/setup/iFolder_retrieve_proxy_creds.in 2016-07-04 12:35:26 UTC (rev 7691)
+++ trunk/src/server/setup/iFolder_retrieve_proxy_creds.in 2017-03-20 10:42:25 UTC (rev 7692)
@@ -63,7 +63,7 @@
fi
-rpm -q mono-core-addon > /dev/null 2>&1
+rpm -q mono-core > /dev/null 2>&1
if [ $? -gt 0 ]
then
@@ -75,9 +75,8 @@
MONO_CMD=mono
else
- MONO_RUNTIME_PATH=/opt/novell/mono
+ MONO_RUNTIME_PATH=/usr
export MONO_PATH=$MONO_RUNTIME_PATH/lib/mono/:$MONO_RUNTIME_PATH/lib/mono/2.0:@_webbindir_@:@_bindir_@:/usr/lib/mono/log4net
- source $MONO_RUNTIME_PATH/bin/mono-addon-environment.sh
export MONO_CFG_DIR=/etc
export IFOLDER_MOD_MONO_SERVER2_PATH=@_bindir_@
#export IFOLDER_MONO_PATH=$MONO_RUNTIME_PATH
Modified: trunk/src/server/setup/iFolder_update_proxy_cred_store.in
===================================================================
--- trunk/src/server/setup/iFolder_update_proxy_cred_store.in 2016-07-04 12:35:26 UTC (rev 7691)
+++ trunk/src/server/setup/iFolder_update_proxy_cred_store.in 2017-03-20 10:42:25 UTC (rev 7692)
@@ -59,7 +59,7 @@
export OS_ARCH=`uname -m`
fi
-rpm -q mono-addon-core > /dev/null 2>&1
+rpm -q mono-core > /dev/null 2>&1
if [ $? -gt 0 ]
then
@@ -71,9 +71,8 @@
MONO_CMD=mono
else
- MONO_RUNTIME_PATH=/opt/novell/mono
+ MONO_RUNTIME_PATH=/usr
export MONO_PATH=$MONO_RUNTIME_PATH/lib/mono/:$MONO_RUNTIME_PATH/lib/mono/2.0:@_webbindir_@:@_bindir_@:/usr/lib/mono/log4net
- source $MONO_RUNTIME_PATH/bin/mono-addon-environment.sh
export MONO_CFG_DIR=/etc
export IFOLDER_MOD_MONO_SERVER2_PATH=@_bindir_@
export IFOLDER_MONO_PATH=$MONO_RUNTIME_PATH
Modified: trunk/src/server/setup/ifolder-admin-setup.in
===================================================================
--- trunk/src/server/setup/ifolder-admin-setup.in 2016-07-04 12:35:26 UTC (rev 7691)
+++ trunk/src/server/setup/ifolder-admin-setup.in 2017-03-20 10:42:25 UTC (rev 7692)
@@ -43,7 +43,7 @@
export OS_ARCH=`uname -m`
fi
-rpm -q mono-addon-core > /dev/null 2>&1
+rpm -q mono-core > /dev/null 2>&1
if [ $? -gt 0 ]
then
export MONO_PATH=@_webbindir_@:@_bindir_@
@@ -53,9 +53,8 @@
mono @_bindir_@/iFolderAdminSetup.exe "$@"
else
- MONO_RUNTIME_PATH=/opt/novell/mono
+ MONO_RUNTIME_PATH=/usr
export MONO_PATH=$MONO_RUNTIME_PATH/lib/mono/:$MONO_RUNTIME_PATH/lib/mono/2.0:@_webbindir_@:@_bindir_@:/usr/lib/mono/log4net
- source $MONO_RUNTIME_PATH/bin/mono-addon-environment.sh
export MONO_CFG_DIR=/etc
export IFOLDER_MOD_MONO_SERVER2_PATH=@_bindir_@
#export IFOLDER_MONO_PATH=$MONO_RUNTIME_PATH
Modified: trunk/src/server/setup/ifolder-mod-mono-server2.in
===================================================================
--- trunk/src/server/setup/ifolder-mod-mono-server2.in 2016-07-04 12:35:26 UTC (rev 7691)
+++ trunk/src/server/setup/ifolder-mod-mono-server2.in 2017-03-20 10:42:25 UTC (rev 7692)
@@ -36,11 +36,11 @@
#*
#*******************************************************************************/
-export MONO_PATH=/opt/novell/mono/lib/mono/2.0/:@_bindir_@/../lib:@_bindir_@/../lib/simias/web/bin:@_bindir_@/../lib/simias/admin/bin:@_bindir_@/../lib/simias/webaccess/bin:/usr/lib/mono/log4net
-source /opt/novell/mono/bin/mono-addon-environment.sh
+export MONO_PATH=/usr/lib/mono/2.0/:@_bindir_@/../lib:@_bindir_@/../lib/simias/web/bin:@_bindir_@/../lib/simias/admin/bin:@_bindir_@/../lib/simias/webaccess/bin:/usr/lib/mono/log4net
export MONO_CFG_DIR=/etc
test -f /etc/sysconfig/language && \. /etc/sysconfig/language
export LC_ALL="$RC_LC_ALL"
export LC_CTYPE="$RC_LC_CTYPE"
export LANG="$RC_LANG"
-exec /opt/novell/mono/bin/mod-mono-server2 "$@"
+exec /usr/bin/mod-mono-server2 "$@"
+
Modified: trunk/src/server/setup/ifolder-web-setup.in
===================================================================
--- trunk/src/server/setup/ifolder-web-setup.in 2016-07-04 12:35:26 UTC (rev 7691)
+++ trunk/src/server/setup/ifolder-web-setup.in 2017-03-20 10:42:25 UTC (rev 7692)
@@ -43,7 +43,7 @@
export OS_ARCH=`uname -m`
fi
-rpm -q mono-addon-core > /dev/null 2>&1
+rpm -q mono-core > /dev/null 2>&1
if [ $? -gt 0 ]
then
@@ -55,9 +55,8 @@
mono @_bindir_@/iFolderWebSetup.exe "$@"
else
- MONO_RUNTIME_PATH=/opt/novell/mono
+ MONO_RUNTIME_PATH=/usr
export MONO_PATH=$MONO_RUNTIME_PATH/lib/mono/:$MONO_RUNTIME_PATH/lib/mono/2.0:@_webbindir_@:@_bindir_@:/usr/lib/mono/log4net
- source $MONO_RUNTIME_PATH/bin/mono-addon-environment.sh
export MONO_CFG_DIR=/etc
export IFOLDER_MOD_MONO_SERVER2_PATH=@_bindir_@
#export IFOLDER_MONO_PATH=$MONO_RUNTIME_PATH
Modified: trunk/src/server/setup/ifolder_mono_setup.in
===================================================================
--- trunk/src/server/setup/ifolder_mono_setup.in 2016-07-04 12:35:26 UTC (rev 7691)
+++ trunk/src/server/setup/ifolder_mono_setup.in 2017-03-20 10:42:25 UTC (rev 7692)
@@ -117,7 +117,7 @@
-rpm -q mono-addon-core > /dev/null 2>&1
+rpm -q mono-core > /dev/null 2>&1
if [ $? -eq 0 ]
then
processFile $CONF_FILE_PATH/simias.conf
Modified: trunk/src/server/setup/ifolder_shutdown
===================================================================
--- trunk/src/server/setup/ifolder_shutdown 2016-07-04 12:35:26 UTC (rev 7691)
+++ trunk/src/server/setup/ifolder_shutdown 2017-03-20 10:42:25 UTC (rev 7692)
@@ -36,21 +36,19 @@
#*
#*******************************************************************************/
-if [ -f /opt/novell/mono/bin/mod-mono-server2 ]; then
+if [ -f /usr/bin/mod-mono-server2 ]; then
- source /opt/novell/mono/bin/mono-addon-environment.sh
+ /usr/bin/mod-mono-server2 --filename /tmp/mod_mono_server_simias10 --terminate
- /opt/novell/mono/bin/mod-mono-server2 --filename /tmp/mod_mono_server_simias10 --terminate
+ /usr/bin/mod-mono-server2 --filename /tmp/mod_mono_server_admin --terminate
- /opt/novell/mono/bin/mod-mono-server2 --filename /tmp/mod_mono_server_admin --terminate
-
- /opt/novell/mono/bin/mod-mono-server2 --filename /tmp/mod_mono_server_ifolder --terminate
+ /usr/bin/mod-mono-server2 --filename /tmp/mod_mono_server_ifolder --terminate
for (( i = 0 ; i < 4; i++ ))
do
SimiasProcess=`ps -ef | grep -c mod_mono_server_simias1[0]`
if [ $SimiasProcess -gt 0 ]; then
sleep 5
- /opt/novell/mono/bin/mod-mono-server2 --filename /tmp/mod_mono_server_simias10 --terminate
+ /usr/bin/mod-mono-server2 --filename /tmp/mod_mono_server_simias10 --terminate
else
exit 0
fi
Modified: trunk/src/server/setup/ldap-cert-update.in
===================================================================
--- trunk/src/server/setup/ldap-cert-update.in 2016-07-04 12:35:26 UTC (rev 7691)
+++ trunk/src/server/setup/ldap-cert-update.in 2017-03-20 10:42:25 UTC (rev 7692)
@@ -40,7 +40,7 @@
export OS_ARCH=`uname -m`
fi
-rpm -q mono-addon-core > /dev/null 2>&1
+rpm -q mono-core > /dev/null 2>&1
if [ $? -gt 0 ]
then
@@ -52,9 +52,8 @@
mono @_bindir_@/CertUpdate.exe "$@"
else
- MONO_RUNTIME_PATH=/opt/novell/mono
+ MONO_RUNTIME_PATH=/usr
export MONO_PATH=$MONO_RUNTIME_PATH/lib/mono/:$MONO_RUNTIME_PATH/lib/mono/2.0:@_webbindir_@:@_bindir_@
- source $MONO_RUNTIME_PATH/bin/mono-addon-environment.sh
export MONO_CFG_DIR=/etc
export IFOLDER_MOD_MONO_SERVER2_PATH=@_bindir_@
export IFOLDER_MONO_PATH=$MONO_RUNTIME_PATH
Modified: trunk/src/server/setup/simias-server-setup.in
===================================================================
--- trunk/src/server/setup/simias-server-setup.in 2016-07-04 12:35:26 UTC (rev 7691)
+++ trunk/src/server/setup/simias-server-setup.in 2017-03-20 10:42:25 UTC (rev 7692)
@@ -42,7 +42,7 @@
export OS_ARCH=`uname -m`
fi
-rpm -q mono-addon-core > /dev/null 2>&1
+rpm -q mono-core > /dev/null 2>&1
if [ $? -gt 0 ]
then
export MONO_PATH=@_webbindir_@:@_bindir_@
@@ -53,9 +53,8 @@
mono @_bindir_@/SimiasServerSetup.exe "$@"
else
- MONO_RUNTIME_PATH=/opt/novell/mono
+ MONO_RUNTIME_PATH=/usr
export MONO_PATH=$MONO_RUNTIME_PATH/lib/mono/:$MONO_RUNTIME_PATH/lib/mono/2.0:@_webbindir_@:@_bindir_@:/usr/lib/mono/log4net
- source $MONO_RUNTIME_PATH/bin/mono-addon-environment.sh
export MONO_CFG_DIR=/etc
export IFOLDER_MOD_MONO_SERVER2_PATH=@_bindir_@
#export IFOLDER_MONO_PATH=$MONO_RUNTIME_PATH
Modified: trunk/src/utils/checkdb/ifolder-database-check.in
===================================================================
--- trunk/src/utils/checkdb/ifolder-database-check.in 2016-07-04 12:35:26 UTC (rev 7691)
+++ trunk/src/utils/checkdb/ifolder-database-check.in 2017-03-20 10:42:25 UTC (rev 7692)
@@ -61,13 +61,12 @@
{
#rpm -q mono-addon-core > /dev/null 2>&1
export MONO_PATH=/opt/novell/ifolder3/lib64/simias/web/bin:/opt/novell/ifolder3/bin:/usr/lib/mono/log4net
- rpm -q mono-addon-core > /dev/null 2>&1
+ rpm -q mono-core > /dev/null 2>&1
if [ $? -gt 0 ]; then
cd /opt/novell/ifolder3/bin
else
- MONO_RUNTIME_PATH=/opt/novell/mono/bin
- source $MONO_RUNTIME_PATH/mono-addon-environment.sh
+ MONO_RUNTIME_PATH=/usr/bin
cd /opt/novell/ifolder3/bin
fi
}
Modified: trunk/src/utils/restore/ifolder-data-recovery.in
===================================================================
--- trunk/src/utils/restore/ifolder-data-recovery.in 2016-07-04 12:35:26 UTC (rev 7691)
+++ trunk/src/utils/restore/ifolder-data-recovery.in 2017-03-20 10:42:25 UTC (rev 7692)
@@ -38,7 +38,7 @@
then
export OS_ARCH=`uname -m`
fi
-rpm -q mono-addon-core > /dev/null 2>&1
+rpm -q mono-core > /dev/null 2>&1
if [ $? -gt 0 ]
then
@@ -47,9 +47,8 @@
export DYLD_LIBRARY_PATH=$DYLD_LIBRARY_PATH:@_webbindir_@
cd @_bindir_@
else
- MONO_RUNTIME_PATH=/opt/novell/mono
+ MONO_RUNTIME_PATH=/usr
export MONO_PATH=$MONO_RUNTIME_PATH/lib/mono/:$MONO_RUNTIME_PATH/lib/mono/2.0:@_webbindir_@:@_bindir_@
- source $MONO_RUNTIME_PATH/bin/mono-addon-environment.sh
export MONO_CFG_DIR=/etc
export IFOLDER_MOD_MONO_SERVER2_PATH=@_bindir_@
export IFOLDER_MONO_PATH=$MONO_RUNTIME_PATH
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <shr...@us...> - 2016-07-04 12:35:29
|
Revision: 7691
http://sourceforge.net/p/simias/code/7691
Author: shreyas165
Date: 2016-07-04 12:35:26 +0000 (Mon, 04 Jul 2016)
Log Message:
-----------
ID:#981256 Enabling the mac 3.9.2.1 upgrade pop up message[only for mac client]
Modified Paths:
--------------
trunk/src/server/Simias.ClientUpdate/mac-version.config
Modified: trunk/src/server/Simias.ClientUpdate/mac-version.config
===================================================================
--- trunk/src/server/Simias.ClientUpdate/mac-version.config 2016-05-25 10:20:44 UTC (rev 7690)
+++ trunk/src/server/Simias.ClientUpdate/mac-version.config 2016-07-04 12:35:26 UTC (rev 7691)
@@ -7,7 +7,7 @@
<!-- Put Version string here. Should be in the format of
Major Version.Minor Version.Build Version.Revision
Example: <version>1.0.1817.29628</version> -->
- <version>3.9.2.0</version>
+ <version>3.9.2.1</version>
<!-- Put name of Mac ifolder client application file
to be upgraded here. The specified file must be in
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <kau...@us...> - 2016-05-25 10:20:45
|
Revision: 7690
http://sourceforge.net/p/simias/code/7690
Author: kaushikvelusamy
Date: 2016-05-25 10:20:44 +0000 (Wed, 25 May 2016)
Log Message:
-----------
Disabling the mac 3.9.2.1 upgrade pop up message. [only for mac client]
Modified Paths:
--------------
trunk/src/server/Simias.ClientUpdate/mac-version.config
Modified: trunk/src/server/Simias.ClientUpdate/mac-version.config
===================================================================
--- trunk/src/server/Simias.ClientUpdate/mac-version.config 2016-05-19 06:12:34 UTC (rev 7689)
+++ trunk/src/server/Simias.ClientUpdate/mac-version.config 2016-05-25 10:20:44 UTC (rev 7690)
@@ -7,7 +7,7 @@
<!-- Put Version string here. Should be in the format of
Major Version.Minor Version.Build Version.Revision
Example: <version>1.0.1817.29628</version> -->
- <version>3.9.2.1</version>
+ <version>3.9.2.0</version>
<!-- Put name of Mac ifolder client application file
to be upgraded here. The specified file must be in
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <kau...@us...> - 2016-05-19 06:12:36
|
Revision: 7689
http://sourceforge.net/p/simias/code/7689
Author: kaushikvelusamy
Date: 2016-05-19 06:12:34 +0000 (Thu, 19 May 2016)
Log Message:
-----------
For automatic client update to work, changed the "version.config" file for each platform.
Modified Paths:
--------------
trunk/src/server/Simias.ClientUpdate/mac-version.config
trunk/src/server/Simias.ClientUpdate/unix-version.config
Modified: trunk/src/server/Simias.ClientUpdate/mac-version.config
===================================================================
--- trunk/src/server/Simias.ClientUpdate/mac-version.config 2016-05-17 10:12:34 UTC (rev 7688)
+++ trunk/src/server/Simias.ClientUpdate/mac-version.config 2016-05-19 06:12:34 UTC (rev 7689)
@@ -7,7 +7,7 @@
<!-- Put Version string here. Should be in the format of
Major Version.Minor Version.Build Version.Revision
Example: <version>1.0.1817.29628</version> -->
- <version>3.9.2.0</version>
+ <version>3.9.2.1</version>
<!-- Put name of Mac ifolder client application file
to be upgraded here. The specified file must be in
Modified: trunk/src/server/Simias.ClientUpdate/unix-version.config
===================================================================
--- trunk/src/server/Simias.ClientUpdate/unix-version.config 2016-05-17 10:12:34 UTC (rev 7688)
+++ trunk/src/server/Simias.ClientUpdate/unix-version.config 2016-05-19 06:12:34 UTC (rev 7689)
@@ -24,7 +24,7 @@
you are doing.
-->
<distribution match="DEFAULT">
- <version>3.9.2.0</version>
+ <version>3.9.2.1</version>
<download-directory>default</download-directory>
</distribution>
@@ -56,7 +56,7 @@
</distribution>
<distribution match="SUSE Linux Enterprise Desktop 11">
- <version>3.9.2.0</version>
+ <version>3.9.2.1</version>
<download-directory>suse-linux-11.0</download-directory>
</distribution>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <kau...@us...> - 2016-05-17 10:12:35
|
Revision: 7688
http://sourceforge.net/p/simias/code/7688
Author: kaushikvelusamy
Date: 2016-05-17 10:12:34 +0000 (Tue, 17 May 2016)
Log Message:
-----------
Correction : Bumped Version from 3.9.2 to 3.9.2.1 Simias code.
Modified Paths:
--------------
trunk/src/server/Simias.ClientUpdate/version.config
Modified: trunk/src/server/Simias.ClientUpdate/version.config
===================================================================
--- trunk/src/server/Simias.ClientUpdate/version.config 2016-05-04 11:29:35 UTC (rev 7687)
+++ trunk/src/server/Simias.ClientUpdate/version.config 2016-05-17 10:12:34 UTC (rev 7688)
@@ -4,15 +4,15 @@
with the one specified here by 'filename'. -->
<versioninfo>
<distribution match="windows32">
- <version>3.9.2.0</version>
+ <version>3.9.2.1</version>
<filename>ifolder3-windows.exe</filename>
</distribution>
<distribution match="windows64">
- <version>3.9.2.0</version>
+ <version>3.9.2.1</version>
<filename>ifolder3-windows-x64.exe</filename>
</distribution>
<distribution match="DEFAULT">
- <version>3.9.2.0</version>
+ <version>3.9.2.1</version>
<filename>ifolder3-windows.exe</filename>
</distribution>
</versioninfo>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <kau...@us...> - 2016-05-04 11:29:37
|
Revision: 7687
http://sourceforge.net/p/simias/code/7687
Author: kaushikvelusamy
Date: 2016-05-04 11:29:35 +0000 (Wed, 04 May 2016)
Log Message:
-----------
updating the logo icon in the tabs in the browser.
Bug 971569 - Novell to Microfocus branding changes in ifolder user web access page
Modified Paths:
--------------
trunk/src/admin/images/N_url_shortcut.ico
Modified: trunk/src/admin/images/N_url_shortcut.ico
===================================================================
(Binary files differ)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <kau...@us...> - 2016-04-29 11:39:26
|
Revision: 7686
http://sourceforge.net/p/simias/code/7686
Author: kaushikvelusamy
Date: 2016-04-29 11:39:24 +0000 (Fri, 29 Apr 2016)
Log Message:
-----------
Fixed Bug 971569 - Novell to Microfocus branding changes in ifolder user web access page and added getting started ifolder readme doc for developers.
Modified Paths:
--------------
trunk/src/webaccess/images/Nlogo.png
Added Paths:
-----------
trunk/Get started Ifolder.docx
Added: trunk/Get started Ifolder.docx
===================================================================
(Binary files differ)
Index: trunk/Get started Ifolder.docx
===================================================================
--- trunk/Get started Ifolder.docx 2016-03-28 10:51:47 UTC (rev 7685)
+++ trunk/Get started Ifolder.docx 2016-04-29 11:39:24 UTC (rev 7686)
Property changes on: trunk/Get started Ifolder.docx
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Modified: trunk/src/webaccess/images/Nlogo.png
===================================================================
(Binary files differ)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <asu...@us...> - 2014-03-03 11:36:05
|
Revision: 7682
http://sourceforge.net/p/simias/code/7682
Author: asunderramesh
Date: 2014-03-03 11:36:01 +0000 (Mon, 03 Mar 2014)
Log Message:
-----------
ID:#804813
Reviewer: maha
Localization Required: No
Documentation Required: No
Description: Fix for showing date time in iFolder reports according to
the current culture. Reading the current culture at the start of iFolder service and setting the environment variables properly.
Modified Paths:
--------------
branches/iFolder_3.9.2_updates/src/server/Simias.Server/Report.cs
branches/iFolder_3.9.2_updates/src/server/setup/ifolder-mod-mono-server2.in
Modified: branches/iFolder_3.9.2_updates/src/server/Simias.Server/Report.cs
===================================================================
--- branches/iFolder_3.9.2_updates/src/server/Simias.Server/Report.cs 2014-03-03 11:35:42 UTC (rev 7681)
+++ branches/iFolder_3.9.2_updates/src/server/Simias.Server/Report.cs 2014-03-03 11:36:01 UTC (rev 7682)
@@ -269,19 +269,26 @@
// Initalize the name of the report collection.
Store store = Store.GetStore();
//get the language
- string locale = Environment.GetEnvironmentVariable("LC_CTYPE");
- if(locale != null)
- {
- // we will atleast have POSIX
+ try
+ {
+ string locale = getLocaleString();
+ if(locale != null)
+ {
+ // we will atleast have POSIX
log.Debug("Current Culture in environment {0}", locale);
if (locale.Equals("POSIX") == false)
{
string lang = locale.Substring(0, 5);
lang = lang.Replace('_', '-');
cli = new CultureInfo(lang, true);
- log.Debug("Current Culture in environment {0}, {1}", locale, lang);
- }
+ log.Debug("Current Culture in environment {0}, {1}", locale, lang);
+ }
}
+ }
+ catch(Exception ex)
+ {
+ log.Error("Error while trying to create language culture. {0}", ex.Message);
+ }
//search to see if its already exists; as domain name is modifiable
Collection report = store.GetSingleCollectionByType("Reports");
@@ -317,6 +324,33 @@
columns[ ( int )ColumnID.LastSyncTime ] = new ReportColumn( GetString( "LAST_SYNC_TIME" ), "{0:G}" );
}
+ static String getLocaleString()
+ {
+ string retval = getLocaleStringForVariable("LC_ALL");
+ if( retval != null)
+ {
+ log.Debug("locale from LC_ALL: {0}", retval);
+ return retval;
+ }
+ retval = getLocaleStringForVariable("LANG");
+ if( retval != null)
+ {
+ log.Debug("locale from LANG");
+ return retval;
+ }
+ retval = getLocaleStringForVariable("LC_LC_CTYPE");
+ log.Debug("locale from LC_TYPE");
+ return retval;
+ }
+ static String getLocaleStringForVariable(String key)
+ {
+ string retval = null;
+ string locale = Environment.GetEnvironmentVariable(key);
+ if( locale != null && locale.Length >= 5)
+ retval = locale.Substring(0, 5);
+ return retval;
+ }
+
/// <summary>
/// Constructor
/// </summary>
@@ -481,14 +515,14 @@
Member owner = domain.GetMemberByID( ifolder.Owner.UserID );
// cells
- if(cli != null)
- {
- cells[(int)ColumnID.ReportTime] = currentReportTime.ToString("F", cli);
- cells[(int)ColumnID.OwnerLastLogin] = owner.Properties.GetSingleProperty("LastLogin").ToString("F", cli);
- cells[(int)ColumnID.LastSyncTime] = ifolder.Properties.GetSingleProperty("LastModified").ToString("F", cli);
- }
- else
- {
+ if(cli != null)
+ {
+ cells[(int)ColumnID.ReportTime] = currentReportTime.ToString(cli);
+ cells[(int)ColumnID.OwnerLastLogin] = owner.Properties.GetSingleProperty("LastLogin").ToString(cli);
+ cells[(int)ColumnID.LastSyncTime] = ifolder.Properties.GetSingleProperty("LastModified").ToString(cli);
+ }
+ else
+ {
cells[(int)ColumnID.ReportTime] = currentReportTime.ToString(DateTimeFormatInfo.CurrentInfo.FullDateTimePattern);
cells[(int)ColumnID.OwnerLastLogin] = owner.Properties.GetSingleProperty("LastLogin").ToString(DateTimeFormatInfo.CurrentInfo.FullDateTimePattern);
cells[(int)ColumnID.LastSyncTime] = ifolder.Properties.GetSingleProperty("LastModified").ToString(DateTimeFormatInfo.CurrentInfo.FullDateTimePattern);
Modified: branches/iFolder_3.9.2_updates/src/server/setup/ifolder-mod-mono-server2.in
===================================================================
--- branches/iFolder_3.9.2_updates/src/server/setup/ifolder-mod-mono-server2.in 2014-03-03 11:35:42 UTC (rev 7681)
+++ branches/iFolder_3.9.2_updates/src/server/setup/ifolder-mod-mono-server2.in 2014-03-03 11:36:01 UTC (rev 7682)
@@ -39,4 +39,8 @@
export MONO_PATH=/opt/novell/mono/lib/mono/2.0/:@_bindir_@/../lib:@_bindir_@/../lib/simias/web/bin:@_bindir_@/../lib/simias/admin/bin:@_bindir_@/../lib/simias/webaccess/bin:/usr/lib/mono/log4net
source /opt/novell/mono/bin/mono-addon-environment.sh
export MONO_CFG_DIR=/etc
+test -f /etc/sysconfig/language && \. /etc/sysconfig/language
+export LC_ALL="$RC_LC_ALL"
+export LC_CTYPE="$RC_LC_CTYPE"
+export LANG="$RC_LANG"
exec /opt/novell/mono/bin/mod-mono-server2 "$@"
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <asu...@us...> - 2014-03-03 11:35:44
|
Revision: 7681
http://sourceforge.net/p/simias/code/7681
Author: asunderramesh
Date: 2014-03-03 11:35:42 +0000 (Mon, 03 Mar 2014)
Log Message:
-----------
ID:#804813
Reviewer: maha
Localization Required: No
Documentation Required: No
Description: Fix for showing date time in iFolder reports according to
the current culture. Reading the current culture at the start of iFolder service and setting the environment variables properly.
Modified Paths:
--------------
trunk/src/server/Simias.Server/Report.cs
trunk/src/server/setup/ifolder-mod-mono-server2.in
Modified: trunk/src/server/Simias.Server/Report.cs
===================================================================
--- trunk/src/server/Simias.Server/Report.cs 2014-02-18 10:32:37 UTC (rev 7680)
+++ trunk/src/server/Simias.Server/Report.cs 2014-03-03 11:35:42 UTC (rev 7681)
@@ -269,7 +269,9 @@
// Initalize the name of the report collection.
Store store = Store.GetStore();
//get the language
- string locale = Environment.GetEnvironmentVariable("LC_CTYPE");
+ try
+ {
+ string locale = getLocaleString();
if(locale != null)
{
// we will atleast have POSIX
@@ -282,6 +284,11 @@
log.Debug("Current Culture in environment {0}, {1}", locale, lang);
}
}
+ }
+ catch(Exception ex)
+ {
+ log.Error("Error while trying to create language culture. {0}", ex.Message);
+ }
//search to see if its already exists; as domain name is modifiable
Collection report = store.GetSingleCollectionByType("Reports");
@@ -317,6 +324,33 @@
columns[ ( int )ColumnID.LastSyncTime ] = new ReportColumn( GetString( "LAST_SYNC_TIME" ), "{0:G}" );
}
+ static String getLocaleString()
+ {
+ string retval = getLocaleStringForVariable("LC_ALL");
+ if( retval != null)
+ {
+ log.Debug("locale from LC_ALL: {0}", retval);
+ return retval;
+ }
+ retval = getLocaleStringForVariable("LANG");
+ if( retval != null)
+ {
+ log.Debug("locale from LANG");
+ return retval;
+ }
+ retval = getLocaleStringForVariable("LC_LC_CTYPE");
+ log.Debug("locale from LC_TYPE");
+ return retval;
+ }
+ static String getLocaleStringForVariable(String key)
+ {
+ string retval = null;
+ string locale = Environment.GetEnvironmentVariable(key);
+ if( locale != null && locale.Length >= 5)
+ retval = locale.Substring(0, 5);
+ return retval;
+ }
+
/// <summary>
/// Constructor
/// </summary>
@@ -483,9 +517,9 @@
// cells
if(cli != null)
{
- cells[(int)ColumnID.ReportTime] = currentReportTime.ToString("F", cli);
- cells[(int)ColumnID.OwnerLastLogin] = owner.Properties.GetSingleProperty("LastLogin").ToString("F", cli);
- cells[(int)ColumnID.LastSyncTime] = ifolder.Properties.GetSingleProperty("LastModified").ToString("F", cli);
+ cells[(int)ColumnID.ReportTime] = currentReportTime.ToString(cli);
+ cells[(int)ColumnID.OwnerLastLogin] = owner.Properties.GetSingleProperty("LastLogin").ToString(cli);
+ cells[(int)ColumnID.LastSyncTime] = ifolder.Properties.GetSingleProperty("LastModified").ToString(cli);
}
else
{
Modified: trunk/src/server/setup/ifolder-mod-mono-server2.in
===================================================================
--- trunk/src/server/setup/ifolder-mod-mono-server2.in 2014-02-18 10:32:37 UTC (rev 7680)
+++ trunk/src/server/setup/ifolder-mod-mono-server2.in 2014-03-03 11:35:42 UTC (rev 7681)
@@ -39,4 +39,8 @@
export MONO_PATH=/opt/novell/mono/lib/mono/2.0/:@_bindir_@/../lib:@_bindir_@/../lib/simias/web/bin:@_bindir_@/../lib/simias/admin/bin:@_bindir_@/../lib/simias/webaccess/bin:/usr/lib/mono/log4net
source /opt/novell/mono/bin/mono-addon-environment.sh
export MONO_CFG_DIR=/etc
+test -f /etc/sysconfig/language && \. /etc/sysconfig/language
+export LC_ALL="$RC_LC_ALL"
+export LC_CTYPE="$RC_LC_CTYPE"
+export LANG="$RC_LANG"
exec /opt/novell/mono/bin/mod-mono-server2 "$@"
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <asu...@us...> - 2014-02-18 10:32:41
|
Revision: 7680
http://sourceforge.net/p/simias/code/7680
Author: asunderramesh
Date: 2014-02-18 10:32:37 +0000 (Tue, 18 Feb 2014)
Log Message:
-----------
ID:#804813
Reviewer: maha
Localization Required: No
Documentation Required: No
Description: Fix for showing date time in iFolder reports according to
the current culture.
Modified Paths:
--------------
branches/iFolder_3.9.2_updates/src/server/Simias.Server/Report.cs
Modified: branches/iFolder_3.9.2_updates/src/server/Simias.Server/Report.cs
===================================================================
--- branches/iFolder_3.9.2_updates/src/server/Simias.Server/Report.cs 2014-02-18 10:12:14 UTC (rev 7679)
+++ branches/iFolder_3.9.2_updates/src/server/Simias.Server/Report.cs 2014-02-18 10:32:37 UTC (rev 7680)
@@ -158,6 +158,12 @@
/// </summary>
private DateTime currentReportTime;
+ /// <summary>
+ /// Culture to use from environment, Mono does not take the LC values automatically
+ /// </summary>
+ private static CultureInfo cli = null;
+
+
#endregion
#region Properties
@@ -262,6 +268,20 @@
// Initalize the name of the report collection.
Store store = Store.GetStore();
+ //get the language
+ string locale = Environment.GetEnvironmentVariable("LC_CTYPE");
+ if(locale != null)
+ {
+ // we will atleast have POSIX
+ log.Debug("Current Culture in environment {0}", locale);
+ if (locale.Equals("POSIX") == false)
+ {
+ string lang = locale.Substring(0, 5);
+ lang = lang.Replace('_', '-');
+ cli = new CultureInfo(lang, true);
+ log.Debug("Current Culture in environment {0}, {1}", locale, lang);
+ }
+ }
//search to see if its already exists; as domain name is modifiable
Collection report = store.GetSingleCollectionByType("Reports");
@@ -332,8 +352,15 @@
private void CancelReportGeneration()
{
if ( timer.Enabled )
- {
- log.Debug( "Canceling report timer. {0}, {1}, {2}", DateTimeFormatInfo.CurrentInfo.FullDateTimePattern , Thread.CurrentThread.CurrentCulture.DateTimeFormat.FullDateTimePattern, Thread.CurrentThread.CurrentCulture.TwoLetterISOLanguageName);
+ {
+ if (cli == null)
+ {
+ log.Debug("Canceling report timer. {0}, {1}, {2}", DateTimeFormatInfo.CurrentInfo.FullDateTimePattern, Thread.CurrentThread.CurrentCulture.DateTimeFormat.FullDateTimePattern, Thread.CurrentThread.CurrentCulture.TwoLetterISOLanguageName);
+ }
+ else
+ {
+ log.Debug("Canceling report timer. {0}, cli-{1}, {2}", DateTimeFormatInfo.CurrentInfo.FullDateTimePattern, cli.DateTimeFormat.FullDateTimePattern, cli.TwoLetterISOLanguageName);
+ }
nextReportTime = DateTime.MinValue;
timer.Stop();
}
@@ -454,7 +481,18 @@
Member owner = domain.GetMemberByID( ifolder.Owner.UserID );
// cells
- cells[ ( int )ColumnID.ReportTime ] = currentReportTime.ToString( Thread.CurrentThread.CurrentCulture.DateTimeFormat.FullDateTimePattern);
+ if(cli != null)
+ {
+ cells[(int)ColumnID.ReportTime] = currentReportTime.ToString("F", cli);
+ cells[(int)ColumnID.OwnerLastLogin] = owner.Properties.GetSingleProperty("LastLogin").ToString("F", cli);
+ cells[(int)ColumnID.LastSyncTime] = ifolder.Properties.GetSingleProperty("LastModified").ToString("F", cli);
+ }
+ else
+ {
+ cells[(int)ColumnID.ReportTime] = currentReportTime.ToString(DateTimeFormatInfo.CurrentInfo.FullDateTimePattern);
+ cells[(int)ColumnID.OwnerLastLogin] = owner.Properties.GetSingleProperty("LastLogin").ToString(DateTimeFormatInfo.CurrentInfo.FullDateTimePattern);
+ cells[(int)ColumnID.LastSyncTime] = ifolder.Properties.GetSingleProperty("LastModified").ToString(DateTimeFormatInfo.CurrentInfo.FullDateTimePattern);
+ }
cells[ ( int )ColumnID.iFolderSystem ] = domain.Name;
cells[ ( int )ColumnID.iFolderServer ] = Environment.MachineName;
cells[ ( int )ColumnID.iFolderID ] = ifolder.ID;
@@ -470,11 +508,9 @@
cells[ ( int )ColumnID.OwnerCN ] = owner.Name;
cells[ ( int )ColumnID.OwnerDN ] = owner.Properties.GetSingleProperty( "DN" );
cells[ ( int )ColumnID.OwnerQuota ] = DiskSpaceQuota.Get( owner ).Limit / MB;
- cells[ ( int )ColumnID.OwnerLastLogin] = owner.Properties.GetSingleProperty("LastLogin").ToString(Thread.CurrentThread.CurrentCulture.DateTimeFormat.FullDateTimePattern);
cells[ ( int )ColumnID.OwnerDisabled ] = domain.IsLoginDisabled( owner.UserID );
cells[ ( int )ColumnID.PreviousOwner ] = ifolder.PreviousOwner;
- cells[ ( int )ColumnID.OrphanedOwner ] = ifolder.Properties.GetSingleProperty( "OrphanedOwner" );
- cells[ ( int )ColumnID.LastSyncTime ] = ifolder.Properties.GetSingleProperty( "LastModified" ).ToString(Thread.CurrentThread.CurrentCulture.DateTimeFormat.FullDateTimePattern);
+ cells[ ( int )ColumnID.OrphanedOwner ] = ifolder.Properties.GetSingleProperty( "OrphanedOwner" );
WriteRow( file, columns, cells );
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <sri...@us...> - 2014-02-18 10:12:19
|
Revision: 7679
http://sourceforge.net/p/simias/code/7679
Author: srinidhi_bs
Date: 2014-02-18 10:12:14 +0000 (Tue, 18 Feb 2014)
Log Message:
-----------
ID: #0000
Reviewer: Srinidhi
Localization Required: No
Documentation Required: No
Description: Branching off trunk at r7677 as iFolder_3.9.2_updates
Revision Links:
--------------
http://sourceforge.net/p/simias/code/7677
Added Paths:
-----------
branches/iFolder_3.9.2_updates/
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <asu...@us...> - 2014-02-17 16:00:06
|
Revision: 7678
http://sourceforge.net/p/simias/code/7678
Author: asunderramesh
Date: 2014-02-17 16:00:00 +0000 (Mon, 17 Feb 2014)
Log Message:
-----------
ID:#804813
Reviewer: maha
Localization Required: No
Documentation Required: No
Description: Fix for showing date time in iFolder reports according to
the current culture.
Modified Paths:
--------------
trunk/src/server/Simias.Server/Report.cs
Modified: trunk/src/server/Simias.Server/Report.cs
===================================================================
--- trunk/src/server/Simias.Server/Report.cs 2013-10-31 13:56:27 UTC (rev 7677)
+++ trunk/src/server/Simias.Server/Report.cs 2014-02-17 16:00:00 UTC (rev 7678)
@@ -158,6 +158,12 @@
/// </summary>
private DateTime currentReportTime;
+ /// <summary>
+ /// Culture to use from environment, Mono does not take the LC values automatically
+ /// </summary>
+ private static CultureInfo cli = null;
+
+
#endregion
#region Properties
@@ -262,6 +268,20 @@
// Initalize the name of the report collection.
Store store = Store.GetStore();
+ //get the language
+ string locale = Environment.GetEnvironmentVariable("LC_CTYPE");
+ if(locale != null)
+ {
+ // we will atleast have POSIX
+ log.Debug("Current Culture in environment {0}", locale);
+ if (locale.Equals("POSIX") == false)
+ {
+ string lang = locale.Substring(0, 5);
+ lang = lang.Replace('_', '-');
+ cli = new CultureInfo(lang, true);
+ log.Debug("Current Culture in environment {0}, {1}", locale, lang);
+ }
+ }
//search to see if its already exists; as domain name is modifiable
Collection report = store.GetSingleCollectionByType("Reports");
@@ -333,7 +353,14 @@
{
if ( timer.Enabled )
{
- log.Debug( "Canceling report timer. {0}, {1}, {2}", DateTimeFormatInfo.CurrentInfo.FullDateTimePattern , Thread.CurrentThread.CurrentCulture.DateTimeFormat.FullDateTimePattern, Thread.CurrentThread.CurrentCulture.TwoLetterISOLanguageName);
+ if (cli == null)
+ {
+ log.Debug("Canceling report timer. {0}, {1}, {2}", DateTimeFormatInfo.CurrentInfo.FullDateTimePattern, Thread.CurrentThread.CurrentCulture.DateTimeFormat.FullDateTimePattern, Thread.CurrentThread.CurrentCulture.TwoLetterISOLanguageName);
+ }
+ else
+ {
+ log.Debug("Canceling report timer. {0}, cli-{1}, {2}", DateTimeFormatInfo.CurrentInfo.FullDateTimePattern, cli.DateTimeFormat.FullDateTimePattern, cli.TwoLetterISOLanguageName);
+ }
nextReportTime = DateTime.MinValue;
timer.Stop();
}
@@ -454,7 +481,18 @@
Member owner = domain.GetMemberByID( ifolder.Owner.UserID );
// cells
- cells[ ( int )ColumnID.ReportTime ] = currentReportTime.ToString( Thread.CurrentThread.CurrentCulture.DateTimeFormat.FullDateTimePattern);
+ if(cli != null)
+ {
+ cells[(int)ColumnID.ReportTime] = currentReportTime.ToString("F", cli);
+ cells[(int)ColumnID.OwnerLastLogin] = owner.Properties.GetSingleProperty("LastLogin").ToString("F", cli);
+ cells[(int)ColumnID.LastSyncTime] = ifolder.Properties.GetSingleProperty("LastModified").ToString("F", cli);
+ }
+ else
+ {
+ cells[(int)ColumnID.ReportTime] = currentReportTime.ToString("F");
+ cells[(int)ColumnID.OwnerLastLogin] = owner.Properties.GetSingleProperty("LastLogin").ToString("F");
+ cells[(int)ColumnID.LastSyncTime] = ifolder.Properties.GetSingleProperty("LastModified").ToString("F");
+ }
cells[ ( int )ColumnID.iFolderSystem ] = domain.Name;
cells[ ( int )ColumnID.iFolderServer ] = Environment.MachineName;
cells[ ( int )ColumnID.iFolderID ] = ifolder.ID;
@@ -470,11 +508,9 @@
cells[ ( int )ColumnID.OwnerCN ] = owner.Name;
cells[ ( int )ColumnID.OwnerDN ] = owner.Properties.GetSingleProperty( "DN" );
cells[ ( int )ColumnID.OwnerQuota ] = DiskSpaceQuota.Get( owner ).Limit / MB;
- cells[ ( int )ColumnID.OwnerLastLogin] = owner.Properties.GetSingleProperty("LastLogin").ToString(Thread.CurrentThread.CurrentCulture.DateTimeFormat.FullDateTimePattern);
cells[ ( int )ColumnID.OwnerDisabled ] = domain.IsLoginDisabled( owner.UserID );
cells[ ( int )ColumnID.PreviousOwner ] = ifolder.PreviousOwner;
cells[ ( int )ColumnID.OrphanedOwner ] = ifolder.Properties.GetSingleProperty( "OrphanedOwner" );
- cells[ ( int )ColumnID.LastSyncTime ] = ifolder.Properties.GetSingleProperty( "LastModified" ).ToString(Thread.CurrentThread.CurrentCulture.DateTimeFormat.FullDateTimePattern);
WriteRow( file, columns, cells );
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <kal...@us...> - 2013-10-31 13:56:32
|
Revision: 7677
http://sourceforge.net/p/simias/code/7677
Author: kalidasbala
Date: 2013-10-31 13:56:27 +0000 (Thu, 31 Oct 2013)
Log Message:
-----------
ID:#847886
Reviewer: Kalis
Localization Required: No
Documentation Required: No
Description: Collection used space calculation was not correct
Modified Paths:
--------------
trunk/src/core/Policy/DiskSpaceQuota.cs
Modified: trunk/src/core/Policy/DiskSpaceQuota.cs
===================================================================
--- trunk/src/core/Policy/DiskSpaceQuota.cs 2013-10-31 08:53:27 UTC (rev 7676)
+++ trunk/src/core/Policy/DiskSpaceQuota.cs 2013-10-31 13:56:27 UTC (rev 7677)
@@ -151,13 +151,7 @@
this.memberPolicy = pm.GetAggregatePolicy( DiskSpaceQuotaPolicyID, member );
this.collectionPolicy = pm.GetAggregatePolicy( DiskSpaceQuotaPolicyID, member, collection );
this.collectionSpace = collection.StorageSize;
-// this.usedDiskSpace = GetUsedDiskSpace( member );
- Property DiskSpaceUsedProp = member.Properties.GetSingleProperty(Simias.Policy.DiskSpaceQuota.UsedDiskSpaceOnServer);
-
- if(DiskSpaceUsedProp != null)
- {
- this.usedDiskSpace = (long)DiskSpaceUsedProp.Value;
- }
+ this.usedDiskSpace = GetUsedDiskSpace( member );
this.limit = GetAggregateLimit( collectionPolicy );
}
#endregion
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <kal...@us...> - 2013-10-31 08:53:30
|
Revision: 7676
http://sourceforge.net/p/simias/code/7676
Author: kalidasbala
Date: 2013-10-31 08:53:27 +0000 (Thu, 31 Oct 2013)
Log Message:
-----------
Tool to report or reset the incarnation
Added Paths:
-----------
trunk/tools/ResetIncarnation/
trunk/tools/ResetIncarnation/Properties/
trunk/tools/ResetIncarnation/Properties/AssemblyInfo.cs
trunk/tools/ResetIncarnation/ResetIncarnation.cs
trunk/tools/ResetIncarnation/ResetIncarnation.csproj
Added: trunk/tools/ResetIncarnation/Properties/AssemblyInfo.cs
===================================================================
--- trunk/tools/ResetIncarnation/Properties/AssemblyInfo.cs (rev 0)
+++ trunk/tools/ResetIncarnation/Properties/AssemblyInfo.cs 2013-10-31 08:53:27 UTC (rev 7676)
@@ -0,0 +1,36 @@
+using System.Reflection;
+using System.Runtime.CompilerServices;
+using System.Runtime.InteropServices;
+
+// General Information about an assembly is controlled through the following
+// set of attributes. Change these attribute values to modify the information
+// associated with an assembly.
+[assembly: AssemblyTitle("ResetIncarnation")]
+[assembly: AssemblyDescription("")]
+[assembly: AssemblyConfiguration("")]
+[assembly: AssemblyCompany("")]
+[assembly: AssemblyProduct("ResetIncarnation")]
+[assembly: AssemblyCopyright("Copyright © 2013")]
+[assembly: AssemblyTrademark("")]
+[assembly: AssemblyCulture("")]
+
+// Setting ComVisible to false makes the types in this assembly not visible
+// to COM components. If you need to access a type in this assembly from
+// COM, set the ComVisible attribute to true on that type.
+[assembly: ComVisible(false)]
+
+// The following GUID is for the ID of the typelib if this project is exposed to COM
+[assembly: Guid("a03df635-ac97-4f24-8c38-620116b3f6fc")]
+
+// Version information for an assembly consists of the following four values:
+//
+// Major Version
+// Minor Version
+// Build Number
+// Revision
+//
+// You can specify all the values or you can default the Build and Revision Numbers
+// by using the '*' as shown below:
+// [assembly: AssemblyVersion("1.0.*")]
+[assembly: AssemblyVersion("1.0.0.0")]
+[assembly: AssemblyFileVersion("1.0.0.0")]
Added: trunk/tools/ResetIncarnation/ResetIncarnation.cs
===================================================================
--- trunk/tools/ResetIncarnation/ResetIncarnation.cs (rev 0)
+++ trunk/tools/ResetIncarnation/ResetIncarnation.cs 2013-10-31 08:53:27 UTC (rev 7676)
@@ -0,0 +1,500 @@
+using System;
+using System.IO;
+using System.Collections;
+using System.Text;
+using System.Text.RegularExpressions;
+using System.Xml;
+
+using Simias;
+using Simias.Web;
+using Simias.Client;
+using Simias.Server;
+using Simias.Storage;
+using Simias.Policy;
+using Simias.Storage.Provider;
+
+public class MissingNodesReport
+{
+ private static string SimiasDataPath = "/var/simias/data/simias/";
+
+ private enum ColumnID
+ {
+ ReportTime,
+ iFolderSystem,
+ iFolderServer,
+ iFolderID,
+ iFolderName,
+ iFolderSize,
+ iFolderPath,
+ iFolderQuota,
+ MemberCount,
+ FileCount,
+ DirectoryCount,
+ OwnerID,
+ OwnerName,
+ OwnerCN,
+ OwnerDN,
+ OwnerQuota,
+ OwnerLastLogin,
+ OwnerDisabled,
+ PreviousOwner,
+ OrphanedOwner,
+ LastSyncTime
+ };
+ /// <summary>
+ /// Search Properties
+ /// </summary>
+ public enum SearchProperty
+ {
+ /// <summary>
+ /// iFolder User Username
+ /// </summary>
+ UserName,
+
+ /// <summary>
+ /// iFolder User Full Name
+ /// </summary>
+ FullName,
+
+ /// <summary>
+ /// iFolder User Last Name
+ /// </summary>
+ LastName,
+
+ /// <summary>
+ /// iFolder User First Name
+ /// </summary>
+ FirstName,
+
+ /// <summary>
+ /// Groups and its members
+ /// </summary>
+ GroupOnly,
+
+ /// <summary>
+ /// iFolder User First Name
+ /// </summary>
+ HomeServerName,
+ }
+/// <summary>
+ /// Search Operation
+ /// </summary>
+ public enum SearchOperation
+ {
+ /// <summary>
+ /// Begins With
+ /// </summary>
+ BeginsWith,
+
+ /// <summary>
+ /// Ends With
+ /// </summary>
+ EndsWith,
+
+ /// <summary>
+ /// Contains
+ /// </summary>
+ Contains,
+
+ /// <summary>
+ /// Equals
+ /// </summary>
+ Equals,
+ }
+
+
+ private static readonly int count = Enum.GetNames( typeof( ColumnID ) ).Length;
+ static string disabledAtProperty = "IdentitySynchronization:DisabledAt";
+ static int Main( string[] args)
+ {
+ GetReports();
+ return 0;
+ }
+
+ public static void GetReports( )
+ {
+ //if( replace == false ) Console.WriteLine("You have opted to view and not delete..Use enable to modify also "); else Console.WriteLine("It will modify the members");
+ Store.Initialize(SimiasDataPath, true , -1);
+ Store store = Store.GetStore();
+ if( store == null)
+ Console.WriteLine("store could not be initialized.....");
+ Domain domain = store.GetDomain(store.DefaultDomain);
+
+ Console.WriteLine("**************************IFOLDER REPORT********************* ");
+ Console.WriteLine();
+ Console.WriteLine();
+ try
+ {
+ ArrayList allMembers = getAllDomainUsers(domain);
+ int count = 1;
+ foreach(Member member in allMembers)
+ {
+ Console.WriteLine("\n\n User no: "+count);
+ count++;
+ try
+ {
+ CheckiFolderConsistency(store, domain, member);
+ }
+ catch(Exception e)
+ {
+ Console.WriteLine("Got exception, so continuing with next user.");
+ }
+
+ }
+
+ }
+ catch ( Exception ex )
+ {
+ Console.WriteLine();
+ Console.WriteLine();
+ Console.WriteLine( ex );
+ Console.WriteLine( ex.StackTrace );
+ }
+ finally
+ {
+ Store.DeleteInstance();
+ }
+ }
+
+ public static void CheckiFolderConsistency(Store store, Domain domain, Member member)
+ {
+ ICSList ColList = store.GetCollectionsByOwner(member.UserID);
+ // Now match the total number of files and dirs in the node and that on physical filesystem.
+ string UnManagedPath = null;
+ long missingFile = 0;
+ string errorLine = "";
+ foreach (ShallowNode sn in ColList)
+ {
+
+ Collection c = store.GetCollectionByID(sn.ID);
+ if (c != null)
+ {
+ DirNode rootNode = c.GetRootDirectory();
+ if (rootNode != null)
+ {
+ Simias.Storage.Property localPath = rootNode.Properties.GetSingleProperty(PropertyTags.Root);
+ if (localPath != null)
+ {
+ UnManagedPath = localPath.Value as string;
+ /* Iterate over all the file nodes
+ */
+ ICSList FileList = c.GetNodesByType(NodeTypes.FileNodeType);
+ errorLine += ("\n\niFolder Name: " + c.Name + "\n");
+ errorLine += (" Invalid Incarnation If Any: ");
+ foreach (ShallowNode sn2 in FileList)
+ {
+ try
+ {
+ Node fileNode = c.GetNodeByID(sn2.ID);
+ Simias.Storage.Property property = fileNode.Properties.GetSingleProperty(PropertyTags.FileSystemPath);
+ if (property != null)
+ {
+ string filePath = property.Value.ToString();
+ string fullPath = Path.Combine(UnManagedPath, filePath); ;
+ if (fileNode.LocalIncarnation > (2^32))
+ {
+ String fileName = fileNode.Name;//fileNode.Properties.GetSingleProperty( "name" ).Value as string;
+ // File entry in nodelist is not present in actual path so this user cannot be moved.
+ //c.Commit(c.Delete(fileNode));
+ errorLine += (" File Name: " + fileName);
+ missingFile++;
+
+ }
+ }
+ }
+ catch (Exception e)
+ { Console.WriteLine("some exception while iteration of files."); }
+ }
+
+ /* Iterate over all the folder nodes. */
+ ICSList DirList = c.GetNodesByType(NodeTypes.DirNodeType);
+ foreach (ShallowNode sn2 in DirList)
+ {
+ try
+ {
+ Node folNode = c.GetNodeByID(sn2.ID);
+ Simias.Storage.Property property = folNode.Properties.GetSingleProperty(PropertyTags.FileSystemPath);
+ if (property != null)
+ {
+ string filePath = property.Value.ToString();
+ string fullPath = Path.Combine(UnManagedPath, filePath); ;
+ if (folNode.LocalIncarnation > (2^32))
+ {
+ String folderName = folNode.Name;
+ // File entry in nodelist is not present in actual path so this user cannot be moved.
+ //c.Commit(c.Delete(folNode));
+ errorLine += (" Folder Name: " + folderName);
+ missingFile++;
+
+ }
+ }
+ }
+ catch (Exception e)
+ { Console.WriteLine("some exception while iteration of files."); }
+ }
+
+
+ }
+ }
+ }
+ }
+ Console.WriteLine();
+ Console.WriteLine();
+ if (missingFile == 0)
+ {
+ Console.WriteLine("*********************" + member.FN + " (" + member.Name + ") Passed *******************");
+
+ }
+ else
+ {
+ Console.WriteLine("*********************" + member.FN + " (" + member.Name + ") " + missingFile + " inconsistent files or folders *******************");
+ Console.WriteLine(errorLine);
+
+ }
+ }
+
+ public static ArrayList getAllDomainUsers(Domain domain)
+ {
+ SearchProperty searchProperty = SearchProperty.UserName;
+ SearchOperation searchOperation = SearchOperation.BeginsWith;
+ string pattern = "*";
+ Simias.Storage.SearchPropertyList SearchPrpList = new Simias.Storage.SearchPropertyList();
+ //SearchPrpList.Add(searchProperty, pattern, searchOperation);
+ SearchPrpList.Add("DN","*", SearchOp.Exists);
+ ICSList searchList = domain.Search(SearchPrpList);
+ ArrayList list = new ArrayList();
+ Member member = null;
+ Console.WriteLine("Total No Of Users : "+searchList.Count);
+ foreach(ShallowNode sn in searchList)
+ {
+ try
+ {
+ if (sn.IsBaseType(NodeTypes.MemberType))
+ {
+ member = new Member(domain, sn);
+ Member mem = domain.GetMemberByID(member.UserID);
+ //add only those members to list whose home server is current server
+ if(mem.HomeServer != null)
+ if(mem.HomeServer.UserID == HostNode.GetLocalHost().UserID)
+ {
+ list.Add(mem);
+ }
+ }
+ }
+ catch (Exception ex)
+ {
+ Console.WriteLine("Error: "+ex.Message);
+ Console.WriteLine("Error Trace: "+ex.StackTrace);
+ }
+ }
+ Console.WriteLine("Total No Of Users for whom Home Server is current server: "+list.Count);
+ return list;
+ }
+
+ /// <summary>
+ /// Class used to keep track of outstanding searches.
+ /// </summary>
+ internal class SearchState : IDisposable
+ {
+ #region Class Members
+ /// <summary>
+ /// Table used to keep track of outstanding search entries.
+ /// </summary>
+ static private Hashtable searchTable = new Hashtable();
+
+ /// <summary>
+ /// Indicates whether the object has been disposed.
+ /// </summary>
+ private bool disposed = false;
+
+ /// <summary>
+ /// Handle used to store and recall this context object.
+ /// </summary>
+ private string contextHandle = Guid.NewGuid().ToString();
+
+ /// <summary>
+ /// Identifier for the domain that is being searched.
+ /// </summary>
+ private string domainID;
+
+ /// <summary>
+ /// Object used to iteratively return the members from the domain.
+ /// </summary>
+ private ICSEnumerator enumerator;
+
+ /// <summary>
+ /// Total number of records contained in the search.
+ /// </summary>
+ private int totalRecords;
+
+ /// <summary>
+ /// The cursor for the caller.
+ /// </summary>
+ private int currentRecord = 0;
+
+ /// <summary>
+ /// The last count of records returned.
+ /// </summary>
+ private int previousCount = 0;
+ #endregion
+ #region Properties
+ /// <summary>
+ /// Indicates if the object has been disposed.
+ /// </summary>
+ public bool IsDisposed
+ {
+ get { return disposed; }
+ }
+
+ /// <summary>
+ /// Gets the context handle for this object.
+ /// </summary>
+ public string ContextHandle
+ {
+ get { return contextHandle; }
+ }
+
+ /// <summary>
+ /// Gets or sets the current record.
+ /// </summary>
+ public int CurrentRecord
+ {
+ get { return currentRecord; }
+ set { currentRecord = value; }
+ }
+
+ /// <summary>
+ /// Gets the domain ID for the domain that is being searched.
+ /// </summary>
+ public string DomainID
+ {
+ get { return domainID; }
+ }
+
+ /// <summary>
+ /// Gets or sets the last record count.
+ /// </summary>
+ public int LastCount
+ {
+ get { return previousCount; }
+ set { previousCount = value; }
+ }
+
+ /// <summary>
+ /// Gets the search iterator.
+ /// </summary>
+ public ICSEnumerator Enumerator
+ {
+ get { return enumerator; }
+ }
+
+ /// <summary>
+ /// Gets the total number of records contained by this search.
+ /// </summary>
+ public int TotalRecords
+ {
+ get { return totalRecords; }
+ }
+ #endregion
+
+ #region Constructor
+ /// <summary>
+ /// Initializes an instance of an object.
+ /// </summary>
+ /// <param name="domainID">Identifier for the domain that is being searched.</param>
+ /// <param name="enumerator">Search iterator.</param>
+ /// <param name="totalRecords">The total number of records contained in the search.</param>
+ public SearchState( string domainID, ICSEnumerator enumerator, int totalRecords )
+ {
+ this.domainID = domainID;
+ this.enumerator = enumerator;
+ this.totalRecords = totalRecords;
+
+ lock ( searchTable )
+ {
+ searchTable.Add( contextHandle, this );
+ }
+ }
+ #endregion
+
+ #region Private Methods
+ /// <summary>
+ /// Removes this SearchState object from the search table.
+ /// </summary>
+ private void RemoveSearchState()
+ {
+ lock ( searchTable )
+ {
+ // Remove the search context from the table and dispose it.
+ searchTable.Remove( contextHandle );
+ }
+ }
+ #endregion
+ #region Public Methods
+ /// <summary>
+ /// Returns a search context object that contains the state information for an outstanding search.
+ /// </summary>
+ /// <param name="contextHandle">Context handle that refers to a specific search context object.</param>
+ /// <returns>A SearchState object if a valid one exists, otherwise a null is returned.</returns>
+ static public SearchState GetSearchState( string contextHandle )
+ {
+ lock ( searchTable )
+ {
+ return searchTable[ contextHandle ] as SearchState;
+ }
+ }
+ #endregion
+
+ #region IDisposable Members
+ /// <summary>
+ /// Allows for quick release of managed and unmanaged resources.
+ /// Called by applications.
+ /// </summary>
+ public void Dispose()
+ {
+ RemoveSearchState();
+ Dispose( true );
+ GC.SuppressFinalize( this );
+ }
+
+ /// <summary>
+ /// Dispose( bool disposing ) executes in two distinct scenarios.
+ /// If disposing equals true, the method has been called directly
+ /// or indirectly by a user's code. Managed and unmanaged resources
+ /// can be disposed.
+ /// If disposing equals false, the method has been called by the
+ /// runtime from inside the finalizer and you should not reference
+ /// other objects. Only unmanaged resources can be disposed.
+ /// </summary>
+ /// <param name="disposing">Specifies whether called from the finalizer or from the application.</param>
+ private void Dispose( bool disposing )
+ {
+ // Check to see if Dispose has already been called.
+ if ( !disposed )
+ {
+ // Protect callers from accessing the freed members.
+ disposed = true;
+
+ // If disposing equals true, dispose all managed and unmanaged resources.
+ if ( disposing )
+ {
+ // Dispose managed resources.
+ enumerator.Dispose();
+ }
+ }
+ }
+
+ /// <summary>
+ /// Use C# destructor syntax for finalization code.
+ /// This destructor will run only if the Dispose method does not get called.
+ /// It gives your base class the opportunity to finalize.
+ /// Do not provide destructors in types derived from this class.
+ /// </summary>
+ ~SearchState()
+ {
+ Dispose( false );
+ }
+ #endregion
+ }
+
+}
Added: trunk/tools/ResetIncarnation/ResetIncarnation.csproj
===================================================================
--- trunk/tools/ResetIncarnation/ResetIncarnation.csproj (rev 0)
+++ trunk/tools/ResetIncarnation/ResetIncarnation.csproj 2013-10-31 08:53:27 UTC (rev 7676)
@@ -0,0 +1,63 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <PropertyGroup>
+ <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
+ <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
+ <ProductVersion>8.0.30703</ProductVersion>
+ <SchemaVersion>2.0</SchemaVersion>
+ <ProjectGuid>{1E3082AD-FE5D-4747-A7F6-6CE6FFD2BDD6}</ProjectGuid>
+ <OutputType>Exe</OutputType>
+ <AppDesignerFolder>Properties</AppDesignerFolder>
+ <RootNamespace>ResetIncarnation</RootNamespace>
+ <AssemblyName>ResetIncarnation</AssemblyName>
+ <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
+ <TargetFrameworkProfile>Client</TargetFrameworkProfile>
+ <FileAlignment>512</FileAlignment>
+ </PropertyGroup>
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
+ <PlatformTarget>x86</PlatformTarget>
+ <DebugSymbols>true</DebugSymbols>
+ <DebugType>full</DebugType>
+ <Optimize>false</Optimize>
+ <OutputPath>bin\Debug\</OutputPath>
+ <DefineConstants>DEBUG;TRACE</DefineConstants>
+ <ErrorReport>prompt</ErrorReport>
+ <WarningLevel>4</WarningLevel>
+ </PropertyGroup>
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
+ <PlatformTarget>x86</PlatformTarget>
+ <DebugType>pdbonly</DebugType>
+ <Optimize>true</Optimize>
+ <OutputPath>bin\Release\</OutputPath>
+ <DefineConstants>TRACE</DefineConstants>
+ <ErrorReport>prompt</ErrorReport>
+ <WarningLevel>4</WarningLevel>
+ </PropertyGroup>
+ <ItemGroup>
+ <Reference Include="SimiasClient">
+ <HintPath>C:\Program Files\iFolder3\lib\simias\web\bin\SimiasClient.dll</HintPath>
+ </Reference>
+ <Reference Include="SimiasLib">
+ <HintPath>C:\Program Files\iFolder3\lib\simias\web\bin\SimiasLib.dll</HintPath>
+ </Reference>
+ <Reference Include="System" />
+ <Reference Include="System.Core" />
+ <Reference Include="System.Xml.Linq" />
+ <Reference Include="System.Data.DataSetExtensions" />
+ <Reference Include="Microsoft.CSharp" />
+ <Reference Include="System.Data" />
+ <Reference Include="System.Xml" />
+ </ItemGroup>
+ <ItemGroup>
+ <Compile Include="Properties\AssemblyInfo.cs" />
+ <Compile Include="ResetIncarnation.cs" />
+ </ItemGroup>
+ <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
+ Other similar extension points exist, see Microsoft.Common.targets.
+ <Target Name="BeforeBuild">
+ </Target>
+ <Target Name="AfterBuild">
+ </Target>
+ -->
+</Project>
\ No newline at end of file
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <kal...@us...> - 2013-10-30 13:15:31
|
Revision: 7675
http://sourceforge.net/p/simias/code/7675
Author: kalidasbala
Date: 2013-10-30 13:15:26 +0000 (Wed, 30 Oct 2013)
Log Message:
-----------
Fix for random null exception 847638
Modified Paths:
--------------
trunk/src/webaccess/Browse.aspx.cs
trunk/src/webservices/iFolder.cs
Modified: trunk/src/webaccess/Browse.aspx.cs
===================================================================
--- trunk/src/webaccess/Browse.aspx.cs 2013-10-17 15:17:52 UTC (rev 7674)
+++ trunk/src/webaccess/Browse.aspx.cs 2013-10-30 13:15:26 UTC (rev 7675)
@@ -395,7 +395,13 @@
{
// ifolder
string ifolderLocation = web.GetiFolderLocation (ifolderID);
-
+ if(ifolderLocation == null)
+ {
+ //if we are not able to get the ifolder location for a particular ifolder we show the iFolder page instead of an error
+ // we fail to get the location, due to catalog update delay
+ Response.Redirect("iFolders.aspx");
+ }
+
UriBuilder remoteurl = new UriBuilder(ifolderLocation);
remoteurl.Path = (new Uri(web.Url)).PathAndQuery;
web.Url = remoteurl.Uri.ToString();
Modified: trunk/src/webservices/iFolder.cs
===================================================================
--- trunk/src/webservices/iFolder.cs 2013-10-17 15:17:52 UTC (rev 7674)
+++ trunk/src/webservices/iFolder.cs 2013-10-30 13:15:26 UTC (rev 7675)
@@ -373,16 +373,16 @@
/// <summary>
/// API use to create Encrypted iFolder with the given ifolder ID and return newly create ifolder..
/// </summary>
- public static iFolder CreateEncryptediFolderWithID(string name, string userID, string description, string iFolderID, string eKey, string eBlob, string eAlgorithm, string rKey)
- {
- iFolder ifolder = CreateiFolder(name, userID, description, iFolderID );
- if( ifolder == null)
- return null;
- Store store = Store.GetStore();
- Collection col = store.GetCollectionByID(ifolder.ID);
- col = col.SetEncryptionProperties(eKey, eBlob, eAlgorithm, rKey);
- return new iFolder(col, null);
- }
+ public static iFolder CreateEncryptediFolderWithID(string name, string userID, string description, string iFolderID, string eKey, string eBlob, string eAlgorithm, string rKey)
+ {
+ iFolder ifolder = CreateiFolder(name, userID, description, iFolderID );
+ if( ifolder == null)
+ return null;
+ Store store = Store.GetStore();
+ Collection col = store.GetCollectionByID(ifolder.ID);
+ col = col.SetEncryptionProperties(eKey, eBlob, eAlgorithm, rKey);
+ return new iFolder(col, null);
+ }
@@ -473,29 +473,43 @@
/// </summary>
/// <param name="name">The iFolder ID</param>
/// <returns>Private url of iFolder's HomeServer</returns>
- public static string GetiFolderLocation (string ifolderID)
+ public static string GetiFolderLocation (string ifolderID)
{
Store store = Store.GetStore ();
- Domain domain = store.GetDomain(store.DefaultDomain);
+ Domain domain = store.GetDomain(store.DefaultDomain);
Collection col = null;
string hostID =null;
+ int i = 0;
+
+ do{
CatalogEntry ce = Catalog.GetEntryByCollectionID (ifolderID);
- if(ce == null)
- {
- log.Info("Entry for ifolderId:{0} is not found in catelog entry",ifolderID);
- col = store.GetCollectionByID(ifolderID);
- if(col ==null)
- {
- log.Info("Entry for ifolderID:{0} is not found in both Catelog as well as in local store",ifolderID);
- throw new iFolderDoesNotExistException(ifolderID);
- }
+ if(ce == null)
+ {
+ log.Info("Entry for ifolderId:{0} is not found in catalog entry - doing a retry",ifolderID);
+
+ col = store.GetCollectionByID(ifolderID);
+ if(col == null)
+ {
+ log.Info("Entry for ifolderID:{0} is not found in both Catelog as well as in local store",ifolderID);
+ throw new iFolderDoesNotExistException(ifolderID);
+ }
+ else
+ {
+ hostID = col.HostID;
+ }
+ }
else
{
- hostID = col.HostID;
+ hostID = ce.HostID;
}
- }
- else
- hostID = ce.HostID;
+
+ if(hostID == null) Thread.Sleep(2000);
+ //exit if we are not able to get the info in 3 attempts
+ if(i++ == 3) break;
+ }while(hostID == null);
+
+ if(hostID == null) return null;
+
HostNode remoteHost = new HostNode (domain.GetMemberByID(hostID));
return remoteHost.PublicUrl;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <sri...@us...> - 2013-10-17 15:17:55
|
Revision: 7674
http://sourceforge.net/p/simias/code/7674
Author: srinidhi_bs
Date: 2013-10-17 15:17:52 +0000 (Thu, 17 Oct 2013)
Log Message:
-----------
ID: #0000
Reviewer: Srinidhi
Localization Required: No
Documentation Required: No
Description:
- Fix removal of /tools directory from tarball
Modified Paths:
--------------
trunk/ifolder3-enterprise.sh
Modified: trunk/ifolder3-enterprise.sh
===================================================================
--- trunk/ifolder3-enterprise.sh 2013-10-03 14:49:23 UTC (rev 7673)
+++ trunk/ifolder3-enterprise.sh 2013-10-17 15:17:52 UTC (rev 7674)
@@ -44,9 +44,11 @@
if [ ! -d ../$TARBALL_NAME ]
then
svn export ../$SRC_DIR ../$TARBALL_NAME
- rm -r ../$TARBALL_NAME/tools/
fi
+# Remove /tools directory from root tarball
+rm -r ../$TARBALL_NAME/tools/
+
# Prepare spec file
mkdir -p $PACKAGE
echo "Preparing spec file and copying to $PACKAGE/ ..."
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <sri...@us...> - 2013-10-03 14:49:29
|
Revision: 7673
http://sourceforge.net/p/simias/code/7673
Author: srinidhi_bs
Date: 2013-10-03 14:49:23 +0000 (Thu, 03 Oct 2013)
Log Message:
-----------
ID: #0000
Reviewer: Shane Wims
Localization Required: No
Documentation Required: No
Description:
- Updated localized help files
Modified Paths:
--------------
trunk/src/admin/help/cs/imgr_legalnotices.html
trunk/src/admin/help/cs/webacc.html
trunk/src/admin/help/de/imgr_legalnotices.html
trunk/src/admin/help/de/webacc.html
trunk/src/admin/help/es/imgr_legalnotices.html
trunk/src/admin/help/es/webacc.html
trunk/src/admin/help/fr/imgr_legalnotices.html
trunk/src/admin/help/fr/webacc.html
trunk/src/admin/help/hu/imgr_legalnotices.html
trunk/src/admin/help/hu/webacc.html
trunk/src/admin/help/it/imgr_legalnotices.html
trunk/src/admin/help/it/webacc.html
trunk/src/admin/help/ja/imgr_legalnotices.html
trunk/src/admin/help/ja/webacc.html
trunk/src/admin/help/pl/imgr_legalnotices.html
trunk/src/admin/help/pl/webacc.html
trunk/src/admin/help/pt-BR/imgr_legalnotices.html
trunk/src/admin/help/pt-BR/webacc.html
trunk/src/admin/help/ru/imgr_legalnotices.html
trunk/src/admin/help/ru/webacc.html
trunk/src/admin/help/sk/imgr_legalnotices.html
trunk/src/admin/help/sk/webacc.html
trunk/src/admin/help/zh-CN/imgr_legalnotices.html
trunk/src/admin/help/zh-CN/webacc.html
trunk/src/admin/help/zh-TW/imgr_legalnotices.html
trunk/src/admin/help/zh-TW/webacc.html
Modified: trunk/src/admin/help/cs/imgr_legalnotices.html
===================================================================
--- trunk/src/admin/help/cs/imgr_legalnotices.html 2013-09-27 11:31:07 UTC (rev 7672)
+++ trunk/src/admin/help/cs/imgr_legalnotices.html 2013-10-03 14:49:23 UTC (rev 7673)
@@ -11,10 +11,10 @@
<meta name="Author" content="iFolder 3.x Documentation Manager">
<meta name="date" content="02-17-2005">
<meta name="modified" content="06-29-2005">
-
+ <meta http-equiv="content-type" content="text/html;charset=UTF-8">
<!-- Documentation Stylesheet -->
- <link rel="stylesheet" href="hf_style.css" type="text/css">
+ <link rel="stylesheet" href="hf_style_iFolder.css" type="text/css">
<!-- Style definitions for this Help page: body plus help banner layer
and help content layer. The style definition is commented to prevent
@@ -26,38 +26,42 @@
<style type= "text/css" media="screen">
<!--
- body { font-family: Arial, Helvetica, Geneva; background: white
-url(../../images/helphead_bg.gif) repeat-x 0% 0% }
+ body { font-family: Arial, Helvetica, Geneva;
+ background: white
+url(helphead_bg.gif) repeat-x 0% 0% }
- #headgraphic { position: absolute; z-index: 0; top: 0px; left: 0px; width: 100%; visibility: visible }
+ #headgraphic { position: absolute; z-index: 0; top: 0px; left: 0px;
+ width: 100%; visibility: visible }
- #helpcontent { position: absolute; top: 37px; left: 10px; width: 93%; visibility: visible }
-
+ #helpcontent { position: absolute; top: 37px; left: 10px;
+ width: 93%; visibility: visible }
+
-->
- </style>
+ </style>
-</head>
-<!-- This is the start of the body. It underlays the help banner layer
- and help content layers. -->
-<body bgcolor="white" marginwidth="0" marginheight="0" leftmargin="0" topmargin="0">
-<!-- This is the start of the Help Banner Layer --> <div id="headgraphic">
-<table border="0" cellspacing="0" cellpadding="0" width="100%" height="26" style="margin:0px; padding:0px; background-image: url(../../images/header_pattern.gif); background-repeat: repeat-x;">
-<tr> <td width="221"><img src="help_title.gif" alt="Novell iFolder" border="0" width="221" height="26"></td><td align="right" width="100%" class="tabCell" style="background-image: url(../../images/header_background.gif); background-repeat: no-repeat;">
-</td></tr> </table></div><!-- This is end of the Help Banner Layer -->
-<!-- This is the start of the Help Content Layer --> <div id="helpcontent" style="left: 10px; top: 38px">
-<!-- The Page Heading uses CSS style "head3b". This creates an H3 header
- with a line beneath it.
- -->
-<h3 class="head3b">Právní upozornění</h3>
+</head>
+
+ <!-- This is the start of the body. It underlays the help banner layer
+ and help content layers. -->
+
+ <body bgcolor="white" marginwidth="0" marginheight="0"
+ leftmargin="0" topmargin="0">
+<!-- This is the start of the Help Banner Layer --> <div id="headgraphic"> <img src="h1_help.gif" width="380" height="32" border="0"></div><!-- This is end of the Help Banner Layer -->
+<!-- This is end of the Help Banner Layer --> <!-- This is the start of the Help Content Layer -->
+<div id="helpcontent"> <!-- The Page Heading uses CSS style "head3b". This creates an H3 header
+ with a line beneath it.
+--> <h3 class="head3b">Právní upozornění</h3>
<p>Společnost Novell, Inc. neposkytuje žádné záruky vztahující se k obsahu nebo používání této dokumentace a výslovně se zříká jakékoli vyjádřené nebo mlčky předpokládané záruky vztahující se k obchodovatelnosti nebo vhodnosti pro určitý účel. Dále si společnost Novell, Inc. vyhrazuje právo revidovat tuto publikaci a kdykoli provádět změny jejího obsahu bez povinnosti informovat jakékoli osoby nebo organizační jednotky o takovýchto revizích nebo změnách.</p>
<p>Dále společnost Novell, Inc. nenese žádnou zodpovědnost nebo záruky s ohledem na jakýkoliv software a výslovně neuznává jakékoliv vyjádřené nebo mlčky předpokládané záruky obchodovatelnosti nebo vhodnosti pro jakýkoliv konkrétní účel. Dále si společnost Novell, Inc., vyhrazuje právo na provedení změn jakékoliv části nebo všech částí softwaru Novell, a to kdykoliv, bez povinnosti o těchto změnách informovat jakékoliv osoby nebo organizace.</p>
- <h3>Prohlášení o exportu</h3>
<p>Jakékoliv produkty nebo technické informace, které jsou poskytovány v rámci této Smlouvy, mohou být předmětem kontrol exportu USA a obchodních zákonů jiných zemí. Souhlasíte s tím, že budete dodržovat všechny předpisy kontroly exportu a že získáte všechny požadované licence nebo klasifikace pro export, re-export nebo import dodávek. Zavazujete se neexportovat ani nereexportovat subjektům uvedeným v platném seznamu subjektů vyloučených z exportu, do zemí, na které je uvaleno embargo, ani do teroristických zemí podle exportních zákonů USA. Souhlasíte s tím, že nebudete používat dodávky pro koncové uživatele zabývající se zakázanými nukleárními, raketovými nebo chemickými a biologickými zbraněmi. Viz také webová stránka <a href="http://www.novell.com/info/exports/">Mezinárodní obchodní služby Novell</a>, kde naleznete další informace o exportu softwaru společnosti Novell. Společnost Novell nenese odpovědnost za zanedbání vaší povinnosti obstarat si veškeré nezbytné povolení pro export.</p>
<h3>Autorská práva</h3>
- <p>Copyright © 2011 Novell, Inc. Všechna práva vyhrazena. Žádná část této publikace nesmí být rozmnožována, kopírována, umístěna v systému vyhledávání nebo rozšiřována bez výslovného písemného souhlasu vydavatele.</p>
- <h3> </h3>
+ <p>Copyright © 2005-2013 Novell, Inc. Všechna práva vyhrazena. Žádná část této publikace nesmí být rozmnožována, kopírována, umístěna v systému vyhledávání nebo rozšiřována bez výslovného písemného souhlasu vydavatele.</p>
+ <h3>Ochranné známky společnosti Novell</h3>
+ <p>Ochranné známky společnosti Novell jsou uvedeny v <a href="http://www.novell.com/company/legal/trademarks/tmlist.html">seznamu ochranných známek a známek služeb společnosti Novell</a>.</p>
+ <h3>Ochranné známky jiných společností</h3>
+ <p>Všechny ochranné známky nezávislých výrobců jsou majetkem příslušných vlastníků.</p>
</div>
</body>
-</html>
\ No newline at end of file
+</html>
Modified: trunk/src/admin/help/cs/webacc.html
===================================================================
--- trunk/src/admin/help/cs/webacc.html 2013-09-27 11:31:07 UTC (rev 7672)
+++ trunk/src/admin/help/cs/webacc.html 2013-10-03 14:49:23 UTC (rev 7673)
@@ -27,29 +27,33 @@
<style type= "text/css" media="screen">
<!--
- body { font-family: Arial, Helvetica, Geneva; background: white
-url(../../images/helphead_bg.gif) repeat-x 0% 0% }
+ body { font-family: Arial, Helvetica, Geneva;
+ background: white
+url(helphead_bg.gif) repeat-x 0% 0% }
- #headgraphic { position: absolute; z-index: 0; top: 0px; left: 0px; width: 100%; visibility: visible }
+ #headgraphic { position: absolute; z-index: 0; top: 0px; left: 0px;
+ width: 380px; visibility: visible }
- #helpcontent { position: absolute; top: 37px; left: 10px; width: 93%; visibility: visible }
-
+ #helpcontent { position: absolute; top: 37px; left: 10px;
+ width: 93%; visibility: visible }
+
-->
- </style>
+ </style>
-</head>
-<!-- This is the start of the body. It underlays the help banner layer
- and help content layers. -->
-<body bgcolor="white" marginwidth="0" marginheight="0" leftmargin="0" topmargin="0">
+</head>
+
+ <!-- This is the start of the body. It underlays the help banner layer
+ and help content layers. -->
+
+ <body bgcolor="white" marginwidth="0" marginheight="0"
+ leftmargin="0" topmargin="0">
<!-- This is the start of the Help Banner Layer --> <div id="headgraphic">
-<table border="0" cellspacing="0" cellpadding="0" width="100%" height="26" style="margin:0px; padding:0px; background-image: url(../../images/header_pattern.gif); background-repeat: repeat-x;">
-<tr> <td width="221"><img src="help_title.gif" alt="Novell iFolder" border="0" width="221" height="26"></td><td align="right" width="100%" class="tabCell" style="background-image: url(../../images/header_background.gif); background-repeat: no-repeat;">
-</td></tr> </table></div><!-- This is end of the Help Banner Layer -->
-<!-- This is the start of the Help Content Layer --> <div id="helpcontent" style="left: 10px; top: 38px">
-<!-- The Page Heading uses CSS style "head3b". This creates an H3 header
+<img src="h1_help.gif" width="380" height="32" border="0"></div><!-- This is end of the Help Banner Layer -->
+<!-- This is the start of the Help Content Layer -->
+<div id="helpcontent"> <!-- The Page Heading uses CSS style "head3b". This creates an H3 header
with a line beneath it.
-->
<h3 class="head3b">Spouštění aplikace Web Admin</h3>
@@ -58,8 +62,44 @@
</p>
- <A HREF="#top" TARGET="_self"><IMG SRC="../../images/goto_top.gif" WIDTH="19" HEIGHT="19" BORDER="0" ALT="Zpět na začátek"></A>
-<H4 CLASS="ruleabove"><IMG SRC="../../images/xrefbtn.gif" WIDTH="16" HEIGHT="16" ALT="Související témata" align="top"> Související témata</H4><BLOCKQUOTE class="task1"><P ><A HREF="login.html">Přihlašování do aplikace Web Admin</A><BR><A HREF="member.html">Správa konzoly Web Admin</A></P></BLOCKQUOTE><P><A HREF="#top" TARGET="_self"><IMG SRC="../../images/goto_top.gif" WIDTH="19" HEIGHT="19" BORDER="0" ALT="Zpět na začátek"></A></P><P> </P><P CLASS="copyright">Symbol ochranné známky (<SUP><SMALL>®</SMALL></SUP>, <SUP><SMALL>TM</SMALL></SUP> atd.) označuje ochrannou známku společnosti Novell. Hvězdička (*) označuje ochrannou známku jiné společnosti. Další informace získáte v tématu <A HREF="imgr_legalnotices.html" TARGET="_self" ><font color="#cfcdc6">Právní upozornění</font></A>.</P></div>
+ <BLOCKQUOTE>
+ <P><B><FONT SIZE="-1">POZNÁMKA:</FONT></B> <FONT SIZE="-1">Nemůžete spravovat servery Novell iFolder 2.1<I>x</I> pomocí modulu plug-in Novell iFolder 3.7 nebo novějšího v aplikaci iManager.</FONT></P>
+ </BLOCKQUOTE>
+
+
+
+ <p> Chcete-li přistoupit ke stránce Správa složky iFolder, postupujte následovně:</p>
+
+ <ol>
+ <li>
+ <p> V aplikaci iManager rozbalte roli iFolder. <br>
+ </p>
+ </li>
+ <li>
+ <p>Klepnutím na tlačítko Spustit konzolu Web Admin otevřete stránku pro výběr serveru iFolder.<br>
+ </p>
+ </li>
+ <li>
+ <p>Zadejte název DNS podnikového serveru iFolder nebo adresu IP.<br>
+ </p>
+ </li>
+ <li>
+ <p>Použijte jednu z následujících možností: </p>
+ <ul>
+ <li>
+ <p><FONT SIZE="2">Pokud jste přihlášeni k aplikaci iManager se stejným uživatelským jménem jako správce složky iFolder konzoly Web Admin, zaškrtněte zaškrtávací políčko Autorizovat pomocí aktuálního pověření aplikace iManager.</FONT></p>
+ </li>
+ <li>
+ <p><FONT SIZE="2">Pokud jste přihlášeni k aplikaci iManager s jiným uživatelským jménem než správce složky iFolder konzoly Web Admin, nechejte zaškrtávací políčko Autorizovat pomocí aktuálního pověření aplikace iManager nezaškrtnuté. Na přihlašovací stránce konzoly Web Admin zadejte uživatelské jméno a heslo správce složky iFolder.</FONT></p>
+
+ </li>
+ </ul>
+ </li>
+ <li>Klepněte na tlačítko OK.</li>
+ </ol>
+ <p> V závislosti na předchozím výběru jste přesměrováni na uživatelskou stránku Web Admin.</p>
+<A HREF="#top" TARGET="_self"><IMG SRC="goto_top.gif" WIDTH="19" HEIGHT="19" BORDER="0" ALT="Zpět na začátek"></A>
+<H4 CLASS="ruleabove"><IMG SRC="xrefbtn.gif" WIDTH="16" HEIGHT="16" ALT="Související témata" align="top"> Související témata</H4><BLOCKQUOTE class="task1"><P ><A HREF="login.html">Přihlašování do aplikace Web Admin</A><BR></P></BLOCKQUOTE><P><A HREF="#top" TARGET="_self"><IMG SRC="goto_top.gif" WIDTH="19" HEIGHT="19" BORDER="0" ALT="Zpět na začátek "></A></P><P> </P></div>
<!-- This is the end of the Help Content layer. -->
</body>
Modified: trunk/src/admin/help/de/imgr_legalnotices.html
===================================================================
--- trunk/src/admin/help/de/imgr_legalnotices.html 2013-09-27 11:31:07 UTC (rev 7672)
+++ trunk/src/admin/help/de/imgr_legalnotices.html 2013-10-03 14:49:23 UTC (rev 7673)
@@ -11,10 +11,10 @@
<meta name="Author" content="iFolder 3.x Documentation Manager">
<meta name="date" content="02-17-2005">
<meta name="modified" content="06-29-2005">
-
+ <meta http-equiv="content-type" content="text/html;charset=UTF-8">
<!-- Documentation Stylesheet -->
- <link rel="stylesheet" href="hf_style.css" type="text/css">
+ <link rel="stylesheet" href="hf_style_iFolder.css" type="text/css">
<!-- Style definitions for this Help page: body plus help banner layer
and help content layer. The style definition is commented to prevent
@@ -26,38 +26,42 @@
<style type= "text/css" media="screen">
<!--
- body { font-family: Arial, Helvetica, Geneva; background: white
-url(../../images/helphead_bg.gif) repeat-x 0% 0% }
+ body { font-family: Arial, Helvetica, Geneva;
+ background: white
+url(helphead_bg.gif) repeat-x 0% 0% }
- #headgraphic { position: absolute; z-index: 0; top: 0px; left: 0px; width: 100%; visibility: visible }
+ #headgraphic { position: absolute; z-index: 0; top: 0px; left: 0px;
+ width: 100%; visibility: visible }
- #helpcontent { position: absolute; top: 37px; left: 10px; width: 93%; visibility: visible }
-
+ #helpcontent { position: absolute; top: 37px; left: 10px;
+ width: 93%; visibility: visible }
+
-->
- </style>
+ </style>
-</head>
-<!-- This is the start of the body. It underlays the help banner layer
- and help content layers. -->
-<body bgcolor="white" marginwidth="0" marginheight="0" leftmargin="0" topmargin="0">
-<!-- This is the start of the Help Banner Layer --> <div id="headgraphic">
-<table border="0" cellspacing="0" cellpadding="0" width="100%" height="26" style="margin:0px; padding:0px; background-image: url(../../images/header_pattern.gif); background-repeat: repeat-x;">
-<tr> <td width="221"><img src="help_title.gif" alt="Novell iFolder" border="0" width="221" height="26"></td><td align="right" width="100%" class="tabCell" style="background-image: url(../../images/header_background.gif); background-repeat: no-repeat;">
-</td></tr> </table></div><!-- This is end of the Help Banner Layer -->
-<!-- This is the start of the Help Content Layer --> <div id="helpcontent" style="left: 10px; top: 38px">
-<!-- The Page Heading uses CSS style "head3b". This creates an H3 header
- with a line beneath it.
- -->
-<h3 class="head3b">Rechtliche Hinweise</h3>
+</head>
+
+ <!-- This is the start of the body. It underlays the help banner layer
+ and help content layers. -->
+
+ <body bgcolor="white" marginwidth="0" marginheight="0"
+ leftmargin="0" topmargin="0">
+<!-- This is the start of the Help Banner Layer --> <div id="headgraphic"> <img src="h1_help.gif" width="380" height="32" border="0"></div><!-- This is end of the Help Banner Layer -->
+<!-- This is end of the Help Banner Layer --> <!-- This is the start of the Help Content Layer -->
+<div id="helpcontent"> <!-- The Page Heading uses CSS style "head3b". This creates an H3 header
+ with a line beneath it.
+--> <h3 class="head3b">Rechtliche Hinweise</h3>
<p>Novell, Inc. leistet keinerlei Gewähr bezüglich des Inhalts oder Gebrauchs dieser Dokumentation. Insbesondere werden keine ausdrücklichen oder stillschweigenden Gewährleistungen hinsichtlich der handelsüblichen Qualität oder Eignung für einen bestimmten Zweck übernommen. Novell, Inc. behält sich weiterhin das Recht vor, diese Dokumentation zu revidieren und ihren Inhalt jederzeit und ohne vorherige Ankündigung zu ändern.</p>
<p>Des Weiteren übernimmt Novell, Inc. für Software keinerlei Haftung und schließt insbesondere jegliche ausdrücklichen oder impliziten Gewährleistungsansprüche bezüglich der Marktfähigkeit oder der Eignung für einen bestimmten Zweck aus. Außerdem behält sich Novell, Inc., das Recht vor, Novell-Software ganz oder teilweise jederzeit inhaltlich zu ändern, ohne dass für Novell, Inc., die Verpflichtung entsteht, Personen oder Organisationen von diesen Überarbeitungen oder Änderungen in Kenntnis zu setzen.</p>
- <h3>Hinweise für den Export</h3>
<p>Alle im Zusammenhang mit dieser Vereinbarung zur Verfügung gestellten Produkte oder technischen Informationen unterliegen möglicherweise den US-Gesetzen zur Exportkontrolle sowie den Handelsgesetzen anderer Länder. Sie erkennen alle Ausfuhrkontrollbestimmungen an und erklären sich damit einverstanden, alle für ausstehende Exporte, Re-Exporte oder Importe erforderlichen Lizenzen bzw. Klassifizierungen einzuholen. Sie erklären sich damit einverstanden, nicht an juristische Personen, die in der aktuellen US-Exportausschlussliste enthalten sind, oder an in den US-Exportgesetzen aufgeführte terroristische Länder oder Länder, die einem Embargo unterliegen, zu exportieren oder zu reexportieren. Sie stimmen zu, keine Lieferungen für verbotene nukleare oder chemisch-biologische Waffen oder Waffen im Zusammenhang mit Flugkörpern zu verwenden. Weitere Informationen zum Exportieren von Novell-Software finden Sie auf der Webseite <a href="http://www.novell.com/info/exports/">"International Trade Services" von Novell</a>. Novell übernimmt keine Verantwortung für das Nichteinholen notwendiger Exportgenehmigungen.</p>
<h3>Copyright</h3>
- <p>Copyright © 2011 Novell, Inc. Alle Rechte vorbehalten. Ohne ausdrückliche, schriftliche Genehmigung des Herausgebers darf kein Teil dieser Veröffentlichung reproduziert, fotokopiert, übertragen oder in einem Speichersystem verarbeitet werden.</p>
- <h3> </h3>
+ <p>Copyright © 2005–2013 Novell, Inc. Alle Rechte vorbehalten. Ohne ausdrückliche schriftliche Genehmigung des Ausstellers darf kein Teil dieser Veröffentlichung reproduziert, fotokopiert, übertragen oder in einem Speichersystem verarbeitet werden.</p>
+ <h3>Novell-Marken</h3>
+ <p>Novell-Marken finden Sie in der <a href="http://www.novell.com/company/legal/trademarks/tmlist.html">Liste der Novell-Marken</a>.</p>
+ <h3>Drittanbieter-Marken</h3>
+ <p>Die Rechte für alle Marken von Drittanbietern liegen bei den jeweiligen Eigentümern.</p>
</div>
</body>
-</html>
\ No newline at end of file
+</html>
Modified: trunk/src/admin/help/de/webacc.html
===================================================================
--- trunk/src/admin/help/de/webacc.html 2013-09-27 11:31:07 UTC (rev 7672)
+++ trunk/src/admin/help/de/webacc.html 2013-10-03 14:49:23 UTC (rev 7673)
@@ -27,39 +27,79 @@
<style type= "text/css" media="screen">
<!--
- body { font-family: Arial, Helvetica, Geneva; background: white
-url(../../images/helphead_bg.gif) repeat-x 0% 0% }
+ body { font-family: Arial, Helvetica, Geneva;
+ background: white
+url(helphead_bg.gif) repeat-x 0% 0% }
- #headgraphic { position: absolute; z-index: 0; top: 0px; left: 0px; width: 100%; visibility: visible }
+ #headgraphic { position: absolute; z-index: 0; top: 0px; left: 0px;
+ width: 380px; visibility: visible }
- #helpcontent { position: absolute; top: 37px; left: 10px; width: 93%; visibility: visible }
-
+ #helpcontent { position: absolute; top: 37px; left: 10px;
+ width: 93%; visibility: visible }
+
-->
- </style>
+ </style>
-</head>
-<!-- This is the start of the body. It underlays the help banner layer
- and help content layers. -->
-<body bgcolor="white" marginwidth="0" marginheight="0" leftmargin="0" topmargin="0">
+</head>
+
+ <!-- This is the start of the body. It underlays the help banner layer
+ and help content layers. -->
+
+ <body bgcolor="white" marginwidth="0" marginheight="0"
+ leftmargin="0" topmargin="0">
<!-- This is the start of the Help Banner Layer --> <div id="headgraphic">
-<table border="0" cellspacing="0" cellpadding="0" width="100%" height="26" style="margin:0px; padding:0px; background-image: url(../../images/header_pattern.gif); background-repeat: repeat-x;">
-<tr> <td width="221"><img src="help_title.gif" alt="Novell iFolder" border="0" width="221" height="26"></td><td align="right" width="100%" class="tabCell" style="background-image: url(../../images/header_background.gif); background-repeat: no-repeat;">
-</td></tr> </table></div><!-- This is end of the Help Banner Layer -->
-<!-- This is the start of the Help Content Layer --> <div id="helpcontent" style="left: 10px; top: 38px">
-<!-- The Page Heading uses CSS style "head3b". This creates an H3 header
+<img src="h1_help.gif" width="380" height="32" border="0"></div><!-- This is end of the Help Banner Layer -->
+<!-- This is the start of the Help Content Layer -->
+<div id="helpcontent"> <!-- The Page Heading uses CSS style "head3b". This creates an H3 header
with a line beneath it.
-->
<h3 class="head3b">Starten von Web Admin</h3>
- <p>In der Web Admin-Konsole können Sie Server, Richtlinieneinstellungen, iFolder-Benutzer und iFolder-Ordner einer bestimmten iFolder-Domäne der Version 3.7 oder höher verwalten. Sie können LDAP-Benutzer für die Verwendung einer iFolder-Domäne aktivieren sowie die in der iFolder-Domäne teilnehmenden iFolder-Server verwalten. Mit Web Admin können Sie auch die Verschlüsselung von Benutzerdaten erzwingen. Die Web Admin-Konsole bietet umfassende Berichte wie beispielsweise Berichte zum Serverstatus, zu iFolder-Konten oder zu Benutzerkontoinformationen.
+ <p>In der Web Admin-Konsole können Sie Server, Richtlinieneinstellungen, iFolder-Benutzer und iFolder-Ordner einer bestimmten iFolder-Domäne der Version 3.7 oder höher verwalten. Sie können LDAP-Benutzer für die Verwendung einer iFolder-Domäne aktivieren und die in der iFolder-Domäne teilnehmenden iFolder-Server verwalten. Mit Web Admin können Sie auch die Verschlüsselung von Benutzerdaten erzwingen. Die Web Admin-Konsole bietet umfassende Berichte wie beispielsweise Berichte zum Serverstatus, zu iFolder-Konten oder zu Benutzerkontoinformationen.
</p>
- <A HREF="#top" TARGET="_self"><IMG SRC="../../images/goto_top.gif" WIDTH="19" HEIGHT="19" BORDER="0" ALT="Zurück zum Anfang"></A>
-<H4 CLASS="ruleabove"><IMG SRC="../../images/xrefbtn.gif" WIDTH="16" HEIGHT="16" ALT="Verwandte Themen" align="top"> Verwandte Themen</H4><BLOCKQUOTE class="task1"><P ><A HREF="login.html">Anmelden bei Web Admin</A><BR><A HREF="member.html">Verwalten der Web Admin-Konsole</A></P></BLOCKQUOTE><P><A HREF="#top" TARGET="_self"><IMG SRC="../../images/goto_top.gif" WIDTH="19" HEIGHT="19" BORDER="0" ALT="Zurück zum Anfang"></A></P><P> </P><P CLASS="copyright">Ein Markensymbol(<SUP><SMALL>®</SMALL></SUP>, <SUP><SMALL>TM</SMALL></SUP> usw.) kennzeichnet eine Novell-Marke. Ein Sternchen (*) kennzeichnet eine Drittanbieter-Marke. Weitere Informationen finden Sie unter <A HREF="imgr_legalnotices.html" TARGET="_self" ><font color="#cfcdc6">Rechtliche Hinweise</font></A>.</P></div>
+ <BLOCKQUOTE>
+ <P><B><FONT SIZE="-1">HINWEIS:</FONT></B> <FONT SIZE="-1">Novell iFolder 2.1<I>x</I>-Server können nicht mit dem Plugin für iManager der Novell iFolder-Version 3.7 oder höher verwaltet werden.</FONT></P>
+ </BLOCKQUOTE>
+
+
+
+ <p> So greifen Sie auf die iFolder-Verwaltungsseite zu:</p>
+
+ <ol>
+ <li>
+ <p> Erweitern Sie in iManager die Funktion "iFolder <br>
+ </p>
+ </li>
+ <li>
+ <p>Klicken Sie auf "Web Admin starten", um die Seite zum Auswählen eines iFolder-Servers zu öffnen.<br>
+ </p>
+ </li>
+ <li>
+ <p>Geben Sie den DNS-Namen oder die IP-Adresse des iFolder Enterprise-Servers an.<br>
+ </p>
+ </li>
+ <li>
+ <p>Führen Sie einen der folgenden Vorgänge aus: </p>
+ <ul>
+ <li>
+ <p><FONT SIZE="2">Wenn Sie sich in iManager mit demselben Benutzernamen wie demjenigen des iFolder-Adminbenutzers von Web Admin angemeldet haben, wählen Sie "Unter Verwendung des aktuellen iManager-Berechtigungsnachweises authentifizieren" aus.</FONT></p>
+ </li>
+ <li>
+ <p><FONT SIZE="2">Wenn Sie sich in iManager mit einem anderen als dem Benutzernamen des iFolder-Adminbenutzers von Web Admin angemeldet haben, lassen Sie das Kontrollkästchen "Unter Verwendung des aktuellen iManager-Berechtigungsnachweises authentifizieren" leer. Geben Sie auf der Anmeldeseite zu Web Admin den Benutzernamen und das Passwort des iFolder-Administrators ein.</FONT></p>
+
+ </li>
+ </ul>
+ </li>
+ <li>Klicken Sie auf "OK".</li>
+ </ol>
+ <p> Je nach Ihrer Auswahl im oben beschriebenen Schritt werden Sie zur Seite "Web Admin-Benutzer" weitergeleitet.</p>
+<A HREF="#top" TARGET="_self"><IMG SRC="goto_top.gif" WIDTH="19" HEIGHT="19" BORDER="0" ALT="Zurück zum Anfang"></A>
+<H4 CLASS="ruleabove"><IMG SRC="xrefbtn.gif" WIDTH="16" HEIGHT="16" ALT="Verwandte Themen" align="top"> Verwandte Themen</H4><BLOCKQUOTE class="task1"><P ><A HREF="login.html">Anmelden bei Web Admin</A><BR></P></BLOCKQUOTE><P><A HREF="#top" TARGET="_self"><IMG SRC="goto_top.gif" WIDTH="19" HEIGHT="19" BORDER="0" ALT="Zurück zum Anfang"></A></P><P> </P></div>
<!-- This is the end of the Help Content layer. -->
</body>
Modified: trunk/src/admin/help/es/imgr_legalnotices.html
===================================================================
--- trunk/src/admin/help/es/imgr_legalnotices.html 2013-09-27 11:31:07 UTC (rev 7672)
+++ trunk/src/admin/help/es/imgr_legalnotices.html 2013-10-03 14:49:23 UTC (rev 7673)
@@ -11,10 +11,10 @@
<meta name="Author" content="iFolder 3.x Documentation Manager">
<meta name="date" content="02-17-2005">
<meta name="modified" content="06-29-2005">
-
+ <meta http-equiv="content-type" content="text/html;charset=UTF-8">
<!-- Documentation Stylesheet -->
- <link rel="stylesheet" href="hf_style.css" type="text/css">
+ <link rel="stylesheet" href="hf_style_iFolder.css" type="text/css">
<!-- Style definitions for this Help page: body plus help banner layer
and help content layer. The style definition is commented to prevent
@@ -26,38 +26,42 @@
<style type= "text/css" media="screen">
<!--
- body { font-family: Arial, Helvetica, Geneva; background: white
-url(../../images/helphead_bg.gif) repeat-x 0% 0% }
+ body { font-family: Arial, Helvetica, Geneva;
+ background: white
+url(helphead_bg.gif) repeat-x 0% 0% }
- #headgraphic { position: absolute; z-index: 0; top: 0px; left: 0px; width: 100%; visibility: visible }
+ #headgraphic { position: absolute; z-index: 0; top: 0px; left: 0px;
+ width: 100%; visibility: visible }
- #helpcontent { position: absolute; top: 37px; left: 10px; width: 93%; visibility: visible }
-
+ #helpcontent { position: absolute; top: 37px; left: 10px;
+ width: 93%; visibility: visible }
+
-->
- </style>
+ </style>
-</head>
-<!-- This is the start of the body. It underlays the help banner layer
- and help content layers. -->
-<body bgcolor="white" marginwidth="0" marginheight="0" leftmargin="0" topmargin="0">
-<!-- This is the start of the Help Banner Layer --> <div id="headgraphic">
-<table border="0" cellspacing="0" cellpadding="0" width="100%" height="26" style="margin:0px; padding:0px; background-image: url(../../images/header_pattern.gif); background-repeat: repeat-x;">
-<tr> <td width="221"><img src="help_title.gif" alt="Novell iFolder" border="0" width="221" height="26"></td><td align="right" width="100%" class="tabCell" style="background-image: url(../../images/header_background.gif); background-repeat: no-repeat;">
-</td></tr> </table></div><!-- This is end of the Help Banner Layer -->
-<!-- This is the start of the Help Content Layer --> <div id="helpcontent" style="left: 10px; top: 38px">
-<!-- The Page Heading uses CSS style "head3b". This creates an H3 header
- with a line beneath it.
- -->
-<h3 class="head3b">Información legal</h3>
+</head>
+
+ <!-- This is the start of the body. It underlays the help banner layer
+ and help content layers. -->
+
+ <body bgcolor="white" marginwidth="0" marginheight="0"
+ leftmargin="0" topmargin="0">
+<!-- This is the start of the Help Banner Layer --> <div id="headgraphic"> <img src="h1_help.gif" width="380" height="32" border="0"></div><!-- This is end of the Help Banner Layer -->
+<!-- This is end of the Help Banner Layer --> <!-- This is the start of the Help Content Layer -->
+<div id="helpcontent"> <!-- The Page Heading uses CSS style "head3b". This creates an H3 header
+ with a line beneath it.
+--> <h3 class="head3b">Información legal</h3>
<p>Novell, Inc. no otorga ninguna garantía respecto al contenido y el uso de esta documentación y específicamente renuncia a cualquier garantía explícita o implícita de comercialización o adecuación para un fin determinado. Asimismo, Novell, Inc. se reserva el derecho a revisar esta publicación y a realizar cambios en su contenido en cualquier momento, sin obligación de notificar tales cambios a ninguna persona o entidad.</p>
<p>Además, Novell, Inc. no ofrece ninguna garantía con respecto a ningún software y rechaza específicamente cualquier garantía explícita o implícita de comercialización o adecuación para un fin determinado. Por otra parte, Novell, Inc. se reserva el derecho a realizar cambios en cualquiera de las partes o en la totalidad del software de Novell en cualquier momento, sin obligación de notificar tales cambios a ninguna persona ni entidad.</p>
- <h3>Aviso sobre las exportaciones</h3>
<p>Los productos o la información técnica que se proporcionan bajo este Acuerdo pueden estar sujetos a los controles de exportación de Estados Unidos o a la legislación sobre comercio de otros países. Usted acepta acatar las regulaciones de los controles de exportación y obtener todas las licencias necesarias para exportar, reexportar o importar bienes. También se compromete a no exportar ni reexportar el producto a entidades que figuren en las listas de exclusión de exportación de Estados Unidos, ni a países sometidos a embargo o sospechosos de albergar terroristas, tal y como se especifica en las leyes de exportación de los Estados Unidos. Asimismo, se compromete a no usar el producto para fines prohibidos, como la creación de misiles o armas nucleares, químicas o biológicas. Consulte la página Web <a href="http://www.novell.com/info/exports/">International Trade Services</a> (servicios de comercio internacional) de Novell para obtener más información sobre la exportación del software de Novell. Novell no se responsabiliza de la posibilidad de que usted no pueda obtener los permisos de exportación necesarios.</p>
<h3>Copyright</h3>
- <p>Copyright © 2011 Novell, Inc. Reservados todos los derechos. Ninguna parte de esta publicación puede ser reproducida, fotocopiada, almacenada en un sistema de recuperación o transmitida sin la expresa autorización por escrito del editor.</p>
- <h3> </h3>
+ <p>Copyright © 2005-2013 Novell, Inc. Reservados todos los derechos. Ninguna parte de esta publicación puede ser reproducida, fotocopiada, almacenada en un sistema de recuperación o transmitida sin la expresa autorización por escrito del editor.</p>
+ <h3>Marcas comerciales de Novell</h3>
+ <p>Para obtener información sobre las marcas comerciales de Novell, consulte la <a href="http://www.novell.com/company/legal/trademarks/tmlist.html">Lista de marcas comerciales y de servicio</a> de Novell.</p>
+ <h3>Marcas comerciales de otros fabricantes</h3>
+ <p>Todas las marcas comerciales de otros fabricantes son propiedad de sus propietarios respectivos.</p>
</div>
</body>
-</html>
\ No newline at end of file
+</html>
Modified: trunk/src/admin/help/es/webacc.html
===================================================================
--- trunk/src/admin/help/es/webacc.html 2013-09-27 11:31:07 UTC (rev 7672)
+++ trunk/src/admin/help/es/webacc.html 2013-10-03 14:49:23 UTC (rev 7673)
@@ -27,29 +27,33 @@
<style type= "text/css" media="screen">
<!--
- body { font-family: Arial, Helvetica, Geneva; background: white
-url(../../images/helphead_bg.gif) repeat-x 0% 0% }
+ body { font-family: Arial, Helvetica, Geneva;
+ background: white
+url(helphead_bg.gif) repeat-x 0% 0% }
- #headgraphic { position: absolute; z-index: 0; top: 0px; left: 0px; width: 100%; visibility: visible }
+ #headgraphic { position: absolute; z-index: 0; top: 0px; left: 0px;
+ width: 380px; visibility: visible }
- #helpcontent { position: absolute; top: 37px; left: 10px; width: 93%; visibility: visible }
-
+ #helpcontent { position: absolute; top: 37px; left: 10px;
+ width: 93%; visibility: visible }
+
-->
- </style>
+ </style>
-</head>
-<!-- This is the start of the body. It underlays the help banner layer
- and help content layers. -->
-<body bgcolor="white" marginwidth="0" marginheight="0" leftmargin="0" topmargin="0">
+</head>
+
+ <!-- This is the start of the body. It underlays the help banner layer
+ and help content layers. -->
+
+ <body bgcolor="white" marginwidth="0" marginheight="0"
+ leftmargin="0" topmargin="0">
<!-- This is the start of the Help Banner Layer --> <div id="headgraphic">
-<table border="0" cellspacing="0" cellpadding="0" width="100%" height="26" style="margin:0px; padding:0px; background-image: url(../../images/header_pattern.gif); background-repeat: repeat-x;">
-<tr> <td width="221"><img src="help_title.gif" alt="Novell iFolder" border="0" width="221" height="26"></td><td align="right" width="100%" class="tabCell" style="background-image: url(../../images/header_background.gif); background-repeat: no-repeat;">
-</td></tr> </table></div><!-- This is end of the Help Banner Layer -->
-<!-- This is the start of the Help Content Layer --> <div id="helpcontent" style="left: 10px; top: 38px">
-<!-- The Page Heading uses CSS style "head3b". This creates an H3 header
+<img src="h1_help.gif" width="380" height="32" border="0"></div><!-- This is end of the Help Banner Layer -->
+<!-- This is the start of the Help Content Layer -->
+<div id="helpcontent"> <!-- The Page Heading uses CSS style "head3b". This creates an H3 header
with a line beneath it.
-->
<h3 class="head3b">Inicio de Web Admin</h3>
@@ -58,8 +62,44 @@
</p>
- <A HREF="#top" TARGET="_self"><IMG SRC="../../images/goto_top.gif" WIDTH="19" HEIGHT="19" BORDER="0" ALT="Ir al inicio"></A>
-<H4 CLASS="ruleabove"><IMG SRC="../../images/xrefbtn.gif" WIDTH="16" HEIGHT="16" ALT="Temas relacionados" align="top"> Temas relacionados</H4><BLOCKQUOTE class="task1"><P ><A HREF="login.html">Entrada a Web Admin</A><BR><A HREF="member.html">Gestión de la consola de Web Admin</A></P></BLOCKQUOTE><P><A HREF="#top" TARGET="_self"><IMG SRC="../../images/goto_top.gif" WIDTH="19" HEIGHT="19" BORDER="0" ALT="Ir al inicio"></A></P><P> </P><P CLASS="copyright">El símbolo de marca comercial (<SUP><SMALL>®</SMALL></SUP>, <SUP><SMALL>TM</SMALL></SUP>, etc.) indica una marca comercial de Novell; el asterisco (*) indica una marca comercial de otro fabricante. Para obtener más información, consulte la <A HREF="imgr_legalnotices.html" TARGET="_self" ><font color="#cfcdc6">Información legal</font></A>.</P></div>
+ <BLOCKQUOTE>
+ <P><B><FONT SIZE="-1">NOTA:</FONT></B> <FONT SIZE="-1">No es posible gestionar servidores Novell iFolder 2.1<I>x</I> con el módulo auxiliar (plug-in) de Novell iFolder 3.7 y módulos auxiliares posteriores en iManager.</FONT></P>
+ </BLOCKQUOTE>
+
+
+
+ <p> Para acceder a la página de gestión de iFolder:</p>
+
+ <ol>
+ <li>
+ <p> En iManager, expanda la función de iFolder <br>
+ </p>
+ </li>
+ <li>
+ <p>Haga clic en Lanzar Web Admin para abrir la página de selección de servidor de iFolder.<br>
+ </p>
+ </li>
+ <li>
+ <p>Especifique el nombre DNS o la dirección IP del servidor empresarial iFolder.<br>
+ </p>
+ </li>
+ <li>
+ <p>Realice uno de los siguientes pasos: </p>
+ <ul>
+ <li>
+ <p><FONT SIZE="2">Si ha entrado en iManager con el mismo nombre de usuario que el usuario Admin de iFolder de Web Admin, seleccione Autenticación mediante las credenciales actuales de iManager.</FONT></p>
+ </li>
+ <li>
+ <p><FONT SIZE="2">Si, por el contrario, ha entrado en iManager con un nombre de usuario distinto del usuario Admin de iFolder de Web Admin, deje la casilla de verificación Autenticación mediante las credenciales actuales de iManager sin seleccionar. En la página de entrada de Web Admin, especifique el nombre de usuario y la contraseña del administrador de iFolder.</FONT></p>
+
+ </li>
+ </ul>
+ </li>
+ <li>Haga clic en Aceptar.</li>
+ </ol>
+ <p> En función de la selección que haya realizado, será conducido a la página de usuarios administradores de Web Admin.</p>
+<A HREF="#top" TARGET="_self"><IMG SRC="goto_top.gif" WIDTH="19" HEIGHT="19" BORDER="0" ALT="Ir al inicio"></A>
+<H4 CLASS="ruleabove"><IMG SRC="xrefbtn.gif" WIDTH="16" HEIGHT="16" ALT="Temas relacionados" align="top"> Temas relacionados</H4><BLOCKQUOTE class="task1"><P ><A HREF="login.html">Entrada a Web Admin</A><BR></P></BLOCKQUOTE><P><A HREF="#top" TARGET="_self"><IMG SRC="goto_top.gif" WIDTH="19" HEIGHT="19" BORDER="0" ALT="Ir al inicio"></A></P><P> </P></div>
<!-- This is the end of the Help Content layer. -->
</body>
Modified: trunk/src/admin/help/fr/imgr_legalnotices.html
===================================================================
--- trunk/src/admin/help/fr/imgr_legalnotices.html 2013-09-27 11:31:07 UTC (rev 7672)
+++ trunk/src/admin/help/fr/imgr_legalnotices.html 2013-10-03 14:49:23 UTC (rev 7673)
@@ -1,4 +1,4 @@
-<html>
+<html>
<head>
@@ -11,10 +11,10 @@
<meta name="Author" content="iFolder 3.x Documentation Manager">
<meta name="date" content="02-17-2005">
<meta name="modified" content="06-29-2005">
-
+ <meta http-equiv="content-type" content="text/html;charset=UTF-8">
<!-- Documentation Stylesheet -->
- <link rel="stylesheet" href="hf_style.css" type="text/css">
+ <link rel="stylesheet" href="hf_style_iFolder.css" type="text/css">
<!-- Style definitions for this Help page: body plus help banner layer
and help content layer. The style definition is commented to prevent
@@ -26,38 +26,42 @@
<style type= "text/css" media="screen">
<!--
- body { font-family: Arial, Helvetica, Geneva; background: white
-url(../../images/helphead_bg.gif) repeat-x 0% 0% }
+ body { font-family: Arial, Helvetica, Geneva;
+ background: white
+url(helphead_bg.gif) repeat-x 0% 0% }
- #headgraphic { position: absolute; z-index: 0; top: 0px; left: 0px; width: 100%; visibility: visible }
+ #headgraphic { position: absolute; z-index: 0; top: 0px; left: 0px;
+ width: 100%; visibility: visible }
- #helpcontent { position: absolute; top: 37px; left: 10px; width: 93%; visibility: visible }
-
+ #helpcontent { position: absolute; top: 37px; left: 10px;
+ width: 93%; visibility: visible }
+
-->
- </style>
+ </style>
-</head>
-<!-- This is the start of the body. It underlays the help banner layer
- and help content layers. -->
-<body bgcolor="white" marginwidth="0" marginheight="0" leftmargin="0" topmargin="0">
-<!-- This is the start of the Help Banner Layer --> <div id="headgraphic">
-<table border="0" cellspacing="0" cellpadding="0" width="100%" height="26" style="margin:0px; padding:0px; background-image: url(../../images/header_pattern.gif); background-repeat: repeat-x;">
-<tr> <td width="221"><img src="help_title.gif" alt="Novell iFolder" border="0" width="221" height="26"></td><td align="right" width="100%" class="tabCell" style="background-image: url(../../images/header_background.gif); background-repeat: no-repeat;">
-</td></tr> </table></div><!-- This is end of the Help Banner Layer -->
-<!-- This is the start of the Help Content Layer --> <div id="helpcontent" style="left: 10px; top: 38px">
-<!-- The Page Heading uses CSS style "head3b". This creates an H3 header
- with a line beneath it.
- -->
-<h3 class="head3b">Mentions légales</h3>
+</head>
+
+ <!-- This is the start of the body. It underlays the help banner layer
+ and help content layers. -->
+
+ <body bgcolor="white" marginwidth="0" marginheight="0"
+ leftmargin="0" topmargin="0">
+<!-- This is the start of the Help Banner Layer --> <div id="headgraphic"> <img src="h1_help.gif" width="380" height="32" border="0"></div><!-- This is end of the Help Banner Layer -->
+<!-- This is end of the Help Banner Layer --> <!-- This is the start of the Help Content Layer -->
+<div id="helpcontent"> <!-- The Page Heading uses CSS style "head3b". This creates an H3 header
+ with a line beneath it.
+--> <h3 class="head3b">Mentions légales</h3>
<p>Novell, Inc. n'accorde aucune garantie, explicite ou implicite, quant au contenu de cette documentation, y compris toute garantie de bonne qualité marchande ou d'aptitude à un usage particulier. Novell se réserve en outre le droit de réviser cette publication à tout moment et sans préavis.</p>
<p>Par ailleurs, Novell exclut toute garantie relative à tout logiciel, notamment toute garantie, expresse ou implicite, que le logiciel présenterait des qualités spécifiques ou qu'il conviendrait à un usage particulier. Novell se réserve en outre le droit de modifier à tout moment tout ou partie des logiciels Novell, sans notification préalable de ces modifications à quiconque.</p>
- <h3>Avis relatif à l'exportation</h3>
<p>Tous les produits ou informations techniques fournis dans le cadre de ce contrat peuvent être soumis à des contrôles d'exportation aux États-Unis et à la législation commerciale d'autres pays. Vous vous engagez à respecter toutes les réglementations de contrôle des exportations et à vous procurer les licences et classifications nécessaires pour exporter, réexporter ou importer des produits livrables. Vous acceptez de ne pas procéder à des exportations ou à des réexportations vers des entités figurant sur les listes noires d'exportation en vigueur aux États-Unis ou vers des pays terroristes ou soumis à un embargo par la législation américaine en matière d'exportations. Vous acceptez de ne pas utiliser les produits livrables pour le développement prohibé d'armes nucléaires, de missiles ou chimiques et biologiques. Consultez la <a href="http://www.novell.com/info/exports/">page Web des services de commerce international de Novell</a> pour plus d'informations sur l'exportation des logiciels Novell. Novell décline toute responsabilité dans le cas où vous n'obtiendriez pas les approbations d'exportation nécessaires.</p>
<h3>Copyright</h3>
- <p>Copyright © 2011 Novell, Inc. Tous droits réservés. Cette publication ne peut être reproduite, photocopiée, stockée sur un système de recherche documentaire ou transmise, même en partie, sans le consentement écrit explicite préalable de l'éditeur.</p>
- <h3> </h3>
+ <p>Copyright © 2005-2013 Novell, Inc. Tous droits réservés. Cette publication ne peut être reproduite, photocopiée, stockée sur un système de recherche documentaire ou transmise, même en partie, sans le consentement écrit explicite préalable de l'éditeur.</p>
+ <h3>Marques de Novell</h3>
+ <p>Pour connaître les marques commerciales de Novell, reportez-vous à la <a href="http://www.novell.com/company/legal/trademarks/tmlist.html">liste des marques commerciales et des marques de service de Novell</a>.</p>
+ <h3>Marques commerciales de fabricants tiers</h3>
+ <p>Toutes les marques commerciales de fabricants tiers appartiennent à leur propriétaire respectif.</p>
</div>
</body>
-</html>
\ No newline at end of file
+</html>
Modified: trunk/src/admin/help/fr/webacc.html
===================================================================
--- trunk/src/admin/help/fr/webacc.html 2013-09-27 11:31:07 UTC (rev 7672)
+++ trunk/src/admin/help/fr/webacc.html 2013-10-03 14:49:23 UTC (rev 7673)
@@ -27,39 +27,79 @@
<style type= "text/css" media="screen">
<!--
- body { font-family: Arial, Helvetica, Geneva; background: white
-url(../../images/helphead_bg.gif) repeat-x 0% 0% }
+ body { font-family: Arial, Helvetica, Geneva;
+ background: white
+url(helphead_bg.gif) repeat-x 0% 0% }
- #headgraphic { position: absolute; z-index: 0; top: 0px; left: 0px; width: 100%; visibility: visible }
+ #headgraphic { position: absolute; z-index: 0; top: 0px; left: 0px;
+ width: 380px; visibility: visible }
- #helpcontent { position: absolute; top: 37px; left: 10px; width: 93%; visibility: visible }
-
+ #helpcontent { position: absolute; top: 37px; left: 10px;
+ width: 93%; visibility: visible }
+
-->
- </style>
+ </style>
-</head>
-<!-- This is the start of the body. It underlays the help banner layer
- and help content layers. -->
-<body bgcolor="white" marginwidth="0" marginheight="0" leftmargin="0" topmargin="0">
+</head>
+
+ <!-- This is the start of the body. It underlays the help banner layer
+ and help content layers. -->
+
+ <body bgcolor="white" marginwidth="0" marginheight="0"
+ leftmargin="0" topmargin="0">
<!-- This is the start of the Help Banner Layer --> <div id="headgraphic">
-<table border="0" cellspacing="0" cellpadding="0" width="100%" height="26" style="margin:0px; padding:0px; background-image: url(../../images/header_pattern.gif); background-repeat: repeat-x;">
-<tr> <td width="221"><img src="help_title.gif" alt="Novell iFolder" border="0" width="221" height="26"></td><td align="right" width="100%" class="tabCell" style="background-image: url(../../images/header_background.gif); background-repeat: no-repeat;">
-</td></tr> </table></div><!-- This is end of the Help Banner Layer -->
-<!-- This is the start of the Help Content Layer --> <div id="helpcontent" style="left: 10px; top: 38px">
-<!-- The Page Heading uses CSS style "head3b". This creates an H3 header
+<img src="h1_help.gif" width="380" height="32" border="0"></div><!-- This is end of the Help Banner Layer -->
+<!-- This is the start of the Help Content Layer -->
+<div id="helpcontent"> <!-- The Page Heading uses CSS style "head3b". This creates an H3 header
with a line beneath it.
-->
<h3 class="head3b">Lancement de Web Admin</h3>
- <p>La console Web Admin vous permet de gérer des serveurs, des paramètres de stratégie, des utilisateurs iFolder et des dossiers iFolder dans un domaine iFolder 3.7 ou version ultérieure spécifique. Vous pouvez autoriser des utilisateurs à accéder au domaine iFolder des utilisateurs LDAP et gérer des serveurs iFolder participant au domaine iFolder. Avec Web Admin, vous pouvez également appliquer le codage aux utilisateurs. La console Web Admin pourra alors produire des rapports améliorés incluant l'état général du serveur, des rapports sur les comptes iFolder et des informations concernant les comptes utilisateur.
+ <p>La console Web Admin permet de gérer des serveurs, des paramètres de stratégie, des utilisateurs iFolder et des dossiers iFolder dans un domaine iFolder 3.7 et version ultérieure spécifique. Vous pouvez autoriser des utilisateurs à accéder au domaine iFolder des utilisateurs LDAP et gérer des serveurs iFolder participant au domaine iFolder. Avec Web Admin, vous pouvez également appliquer le codage aux utilisateurs. La console Web Admin pourra alors produire des rapports améliorés incluant l'état général du serveur, des rapports sur les comptes iFolder et des informations concernant les comptes utilisateur.
</p>
- <A HREF="#top" TARGET="_self"><IMG SRC="../../images/goto_top.gif" WIDTH="19" HEIGHT="19" BORDER="0" ALT="Début"></A>
-<H4 CLASS="ruleabove"><IMG SRC="../../images/xrefbtn.gif" WIDTH="16" HEIGHT="16" ALT="Rubriques connexes" align="top">Rubriques connexes</H4><BLOCKQUOTE class="task1"><P ><A HREF="login.html">Connexion à Web Admin</A><BR><A HREF="member.html">Gestion de la console Web Admin</A></P></BLOCKQUOTE><P><A HREF="#top" TARGET="_self"><IMG SRC="../../images/goto_top.gif" WIDTH="19" HEIGHT="19" BORDER="0" ALT="Début"></A></P><P> </P><P CLASS="copyright">Le symbole de marque (<SUP><SMALL>®</SMALL></SUP>, <SUP><SMALL>TM</SMALL></SUP>, etc.) indique une marque de Novell. L'astérisque (*) indique une marque d'un fabricant tiers. Pour plus d'informations, reportez-vous aux <A HREF="imgr_legalnotices.html" TARGET="_self" ><font color="#cfcdc6">mentions légales</font></A>.</P></div>
+ <BLOCKQUOTE>
+ <P><B><FONT SIZE="-1">REMARQUE :</FONT></B> <FONT SIZE="-1">vous ne pouvez pas gérer des serveurs Novell iFolder 2.1<I>x</I> avec le plug-in Novell iFolder 3.7 ni les plug-ins ultérieurs de iManager.</FONT></P>
+ </BLOCKQUOTE>
+
+
+
+ <p> Pour accéder à la page Gestion iFolder :</p>
+
+ <ol>
+ <li>
+ <p> Dans iManager, étendez le rôle de iFolder <br>
+ </p>
+ </li>
+ <li>
+ <p>Cliquez sur Lancer Web Admin pour ouvrir la page de sélection des serveurs iFolder.<br>
+ </p>
+ </li>
+ <li>
+ <p>Spécifiez le nom DNS ou l'adresse IP du serveur d'entreprise iFolder.<br>
+ </p>
+ </li>
+ <li>
+ <p>Effectuez l'une des opérations suivantes : </p>
+ <ul>
+ <li>
+ <p><FONT SIZE="2">Si vous vous êtes connecté à iManager avec le même nom d'utilisateur que celui qu'utilise l'administrateur iFolder pour accéder à l'outil d'administration Web, sélectionnez Authentifier avec les références actuelles d'iManager.</FONT></p>
+ </li>
+ <li>
+ <p><FONT SIZE="2">Si vous vous êtes connecté à iManager avec un nom d'utilisateur différent de celui qu'utilise l'administrateur iFolder pour accéder à l'outil d'administration Web, ne cochez pas la case Authentifier avec les références actuelles d'iManager. Sur la page de login à Web admin, spécifiez le nom d'utilisateur et le mot de passe de l'utilisateur iFolder Admin.</FONT></p>
+
+ </li>
+ </ul>
+ </li>
+ <li>Cliquez sur OK.</li>
+ </ol>
+ <p> Sur la base de la sélection que vous avez opérée, vous êtes dirigé vers la page des utilisateurs Web admin.</p>
+<A HREF="#top" TARGET="_self"><IMG SRC="goto_top.gif" WIDTH="19" HEIGHT="19" BORDER="0" ALT="Début"></A>
+<H4 CLASS="ruleabove"><IMG SRC="xrefbtn.gif" WIDTH="16" HEIGHT="16" ALT="Rubriques connexes" align="top">Rubriques connexes</H4><BLOCKQUOTE class="task1"><P ><A HREF="login.html">Connexion à Web Admin</A><BR></P></BLOCKQUOTE><P><A HREF="#top" TARGET="_self"><IMG SRC="goto_top.gif" WIDTH="19" HEIGHT="19" BORDER="0" ALT="Début"></A></P><P> </P></div>
<!-- This is the end of the Help Content layer. -->
</body>
Modified: trunk/src/admin/help/hu/imgr_legalnotices.html
===================================================================
--- trunk/src/admin/help/hu/imgr_legalnotices.html 2013-09-27 11:31:07 UTC (rev 7672)
+++ trunk/src/admin/help/hu/imgr_legalnotices.html 2013-10-03 14:49:23 UTC (rev 7673)
@@ -1,4 +1,4 @@
-<html>
+<html>
<head>
@@ -11,10 +11,10 @@
<meta name="Author" content="iFolder 3.x Documentation Manager">
<meta name="date" content="02-17-2005">
<meta name="modified" content="06-29-2005">
-
+ <meta http-equiv="content-type" content="text/html;charset=UTF-8">
<!-- Documentation Stylesheet -->
- <link rel="stylesheet" href="hf_style.css" type="text/css">
+ <link rel="stylesheet" href="hf_style_iFolder.css" type="text/css">
<!-- Style definitions for this Help page: body plus help banner layer
and help content layer. The style definition is commented to prevent
@@ -26,38 +26,42 @@
<style type= "text/css" media="screen">
<!--
- body { font-family: Arial, Helvetica, Geneva; background: white
-url(../../images/helphead_bg.gif) repeat-x 0% 0% }
+ body { font-family: Arial, Helvetica, Geneva;
+ background: white
+url(helphead_bg.gif) repeat-x 0% 0% }
- #headgraphic { position: absolute; z-index: 0; top: 0px; left: 0px; width: 100%; visibility: visible }
+ #headgraphic { position: absolute; z-index: 0; top: 0px; left: 0px;
+ width: 100%; visibility: visible }
- #helpcontent { position: absolute; top: 37px; left: 10px; width: 93%; visibility: visible }
-
+ #helpcontent { position: absolute; top: 37px; left: 10px;
+ width: 93%; visibility: visible }
+
-->
- </style>
+ </style>
-</head>
-<!-- This is the start of the body. It underlays the help banner layer
- and help content layers. -->
-<body bgcolor="white" marginwidth="0" marginheight="0" leftmargin="0" topmargin="0">
-<!-- This is the start of the Help Banner Layer --> <div id="headgraphic">
-<table border="0" cellspacing="0" cellpadding="0" width="100%" height="26" style="margin:0px; padding:0px; background-image: url(../../images/header_pattern.gif); background-repeat: repeat-x;">
-<tr> <td width="221"><img src="help_title.gif" alt="A Novell iFolder" border="0" width="221" height="26"></td><td align="right" width="100%" class="tabCell" style="background-image: url(../../images/header_background.gif); background-repeat: no-repeat;">
-</td></tr> </table></div><!-- This is end of the Help Banner Layer -->
-<!-- This is the start of the Help Content Layer --> <div id="helpcontent" style="left: 10px; top: 38px">
-<!-- The Page Heading uses CSS style "head3b". This creates an H3 header
- with a line beneath...
[truncated message content] |
|
From: <kal...@us...> - 2013-09-27 11:31:10
|
Revision: 7672
http://sourceforge.net/p/simias/code/7672
Author: kalidasbala
Date: 2013-09-27 11:31:07 +0000 (Fri, 27 Sep 2013)
Log Message:
-----------
Removed vcxproj
Removed Paths:
-------------
trunk/src/core/FlaimProvider/FlaimWrapper/FlaimWrapper.vcxproj
Deleted: trunk/src/core/FlaimProvider/FlaimWrapper/FlaimWrapper.vcxproj
===================================================================
--- trunk/src/core/FlaimProvider/FlaimWrapper/FlaimWrapper.vcxproj 2013-09-27 11:22:19 UTC (rev 7671)
+++ trunk/src/core/FlaimProvider/FlaimWrapper/FlaimWrapper.vcxproj 2013-09-27 11:31:07 UTC (rev 7672)
@@ -1,445 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <ItemGroup Label="ProjectConfigurations">
- <ProjectConfiguration Include="Debug|Win32">
- <Configuration>Debug</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="Debug|x64">
- <Configuration>Debug</Configuration>
- <Platform>x64</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="Release|Win32">
- <Configuration>Release</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="Release|x64">
- <Configuration>Release</Configuration>
- <Platform>x64</Platform>
- </ProjectConfiguration>
- </ItemGroup>
- <PropertyGroup Label="Globals">
- <ProjectGuid>{188191A2-3D4D-404E-8F66-A1FAB865F586}</ProjectGuid>
- <RootNamespace>FlaimWrapper</RootNamespace>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
- <ConfigurationType>DynamicLibrary</ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
- <ConfigurationType>DynamicLibrary</ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
- <ConfigurationType>DynamicLibrary</ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
- <ConfigurationType>DynamicLibrary</ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
- <ImportGroup Label="ExtensionSettings">
- </ImportGroup>
- <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
- <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
- <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
- </ImportGroup>
- <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
- <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
- <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
- </ImportGroup>
- <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
- <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
- <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
- </ImportGroup>
- <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
- <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
- <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
- </ImportGroup>
- <PropertyGroup Label="UserMacros" />
- <PropertyGroup>
- <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
- <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)$(Configuration)\</OutDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\Release\</IntDir>
- <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental>
- <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)$(Configuration)\</OutDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">.\Release\</IntDir>
- <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental>
- <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)$(Configuration)\</OutDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\Debug\</IntDir>
- <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental>
- <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(Platform)\$(Configuration)\</IntDir>
- <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental>
- </PropertyGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
- <Midl>
- <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
- <MkTypLibCompatible>true</MkTypLibCompatible>
- <SuppressStartupBanner>true</SuppressStartupBanner>
- <TargetEnvironment>Win32</TargetEnvironment>
- <TypeLibraryName>.\Release/FlaimWrapper.tlb</TypeLibraryName>
- <HeaderFileName>
- </HeaderFileName>
- </Midl>
- <ClCompile>
- <Optimization>MaxSpeed</Optimization>
- <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
- <AdditionalIncludeDirectories>$(SolutionDir)..\..\dependencies\external\libflaim\;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;FLAIMWRAPPER_EXPORTS;WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
- <StringPooling>true</StringPooling>
- <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
- <FunctionLevelLinking>true</FunctionLevelLinking>
- <PrecompiledHeader>
- </PrecompiledHeader>
- <PrecompiledHeaderFile>stdafx.h</PrecompiledHeaderFile>
- <PrecompiledHeaderOutputFile>.\Release/FlaimWrapper.pch</PrecompiledHeaderOutputFile>
- <AssemblerListingLocation>.\Release/</AssemblerListingLocation>
- <ObjectFileName>.\Release/</ObjectFileName>
- <ProgramDataBaseFileName>.\Release/</ProgramDataBaseFileName>
- <WarningLevel>Level3</WarningLevel>
- <SuppressStartupBanner>true</SuppressStartupBanner>
- <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
- <CompileAs>Default</CompileAs>
- </ClCompile>
- <ResourceCompile>
- <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
- <Culture>0x0409</Culture>
- </ResourceCompile>
- <Link>
- <AdditionalDependencies>rpcrt4.lib;ws2_32.lib;odbc32.lib;odbccp32.lib;flaim.lib;msvcrt.lib;%(AdditionalDependencies)</AdditionalDependencies>
- <OutputFile>.\Release/FlaimWrapper.dll</OutputFile>
- <Version>3.9.2.0</Version>
- <SuppressStartupBanner>true</SuppressStartupBanner>
- <AdditionalLibraryDirectories>$(SolutionDir)..\..\dependencies\external\libflaim\win32;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
- <ManifestFile>$(IntDir)$(TargetFileName).manifest</ManifestFile>
- <IgnoreSpecificDefaultLibraries>LIBCMT.lib;%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries>
- <ProgramDatabaseFile>.\Release/FlaimWrapper.pdb</ProgramDatabaseFile>
- <RandomizedBaseAddress>false</RandomizedBaseAddress>
- <DataExecutionPrevention>
- </DataExecutionPrevention>
- <ImportLibrary>.\Release/FlaimWrapper.lib</ImportLibrary>
- <TargetMachine>MachineX86</TargetMachine>
- </Link>
- <Manifest>
- <AssemblyIdentity>
- </AssemblyIdentity>
- </Manifest>
- <PostBuildEvent>
- <Command>if not exist C:\iFolder_stage mkdir C:\iFolder_stage
-if not exist C:\iFolder_stage\lib mkdir C:\iFolder_stage\lib
-if not exist C:\iFolder_stage\lib\simias mkdir C:\iFolder_stage\lib\simias
-if not exist C:\iFolder_stage\lib\simias\web mkdir C:\iFolder_stage\lib\simias\web
-if not exist C:\iFolder_stage\lib\simias\web\bin mkdir C:\iFolder_stage\lib\simias\web\bin
-if not exist C:\iFolder_stage\etc mkdir C:\iFolder_stage\etc
-if not exist C:\iFolder_stage\etc\simias mkdir C:\iFolder_stage\etc\simias
-copy $(IntDir)$(TargetFileName) C:\iFolder_stage\lib\simias\web\bin
-copy $(IntDir)$(TargetFileName).manifest C:\iFolder_stage\lib\simias\web\bin
-if exist $(IntDir)$(TargetName).pdb copy $(IntDir)$(TargetName).pdb C:\iFolder_stage\lib\simias\web\bin
-rem xcopy /I/E/Y "$(VCInstallDir)redist\x86\Microsoft.VC90.MFCLOC" "C:\iFolder_stage\lib\simias\web\bin\Microsoft.VC90.MFCLOC"
-rem xcopy /I/E/Y "$(VCInstallDir)redist\x86\Microsoft.VC90.MFC" "C:\iFolder_stage\lib\simias\web\bin\Microsoft.VC90.MFC"
-rem xcopy /I/E/Y "$(VCInstallDir)redist\x86\Microsoft.VC90.CRT" "C:\iFolder_stage\lib\simias\web\bin\Microsoft.VC90.CRT"
-</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
- <Midl>
- <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
- <MkTypLibCompatible>true</MkTypLibCompatible>
- <SuppressStartupBanner>true</SuppressStartupBanner>
- <TargetEnvironment>X64</TargetEnvironment>
- <TypeLibraryName>.\Release/FlaimWrapper.tlb</TypeLibraryName>
- <HeaderFileName>
- </HeaderFileName>
- </Midl>
- <ClCompile>
- <Optimization>MaxSpeed</Optimization>
- <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
- <AdditionalIncludeDirectories>$(SolutionDir)..\..\dependencies\external\libflaim\win64;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <PreprocessorDefinitions>WIN64;_WIN64;NDEBUG;_WINDOWS;_USRDLL;FLAIMWRAPPER_EXPORTS;WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
- <StringPooling>true</StringPooling>
- <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
- <FunctionLevelLinking>true</FunctionLevelLinking>
- <PrecompiledHeader>
- </PrecompiledHeader>
- <PrecompiledHeaderFile>stdafx.h</PrecompiledHeaderFile>
- <PrecompiledHeaderOutputFile>.\Release/FlaimWrapper.pch</PrecompiledHeaderOutputFile>
- <AssemblerListingLocation>.\Release/</AssemblerListingLocation>
- <ObjectFileName>.\Release/</ObjectFileName>
- <ProgramDataBaseFileName>.\Release/</ProgramDataBaseFileName>
- <WarningLevel>Level3</WarningLevel>
- <SuppressStartupBanner>true</SuppressStartupBanner>
- <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
- <CompileAs>Default</CompileAs>
- </ClCompile>
- <ResourceCompile>
- <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
- <Culture>0x0409</Culture>
- </ResourceCompile>
- <Link>
- <AdditionalDependencies>rpcrt4.lib;ws2_32.lib;odbc32.lib;odbccp32.lib;dbghelp.lib;flaim.lib;flaimtk.lib;msvcrt.lib;%(AdditionalDependencies)</AdditionalDependencies>
- <OutputFile>.\Release/FlaimWrapper.dll</OutputFile>
- <Version>3.9.1.0</Version>
- <SuppressStartupBanner>true</SuppressStartupBanner>
- <AdditionalLibraryDirectories>$(SolutionDir)..\..\dependencies\external\libflaim\win64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
- <ManifestFile>$(IntDir)$(TargetFileName).manifest</ManifestFile>
- <IgnoreSpecificDefaultLibraries>LIBCMT.lib;%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries>
- <ProgramDatabaseFile>.\Release/FlaimWrapper.pdb</ProgramDatabaseFile>
- <RandomizedBaseAddress>false</RandomizedBaseAddress>
- <DataExecutionPrevention>
- </DataExecutionPrevention>
- <ImportLibrary>.\Release/FlaimWrapper.lib</ImportLibrary>
- <TargetMachine>MachineX64</TargetMachine>
- </Link>
- <Manifest>
- <AssemblyIdentity>
- </AssemblyIdentity>
- </Manifest>
- <PostBuildEvent>
- <Command>if not exist C:\iFolder_stage mkdir C:\iFolder_stage
-if not exist C:\iFolder_stage\lib mkdir C:\iFolder_stage\lib
-if not exist C:\iFolder_stage\lib\simias mkdir C:\iFolder_stage\lib\simias
-if not exist C:\iFolder_stage\lib\simias\web mkdir C:\iFolder_stage\lib\simias\web
-if not exist C:\iFolder_stage\lib\simias\web\bin mkdir C:\iFolder_stage\lib\simias\web\bin
-if not exist C:\iFolder_stage\etc mkdir C:\iFolder_stage\etc
-if not exist C:\iFolder_stage\etc\simias mkdir C:\iFolder_stage\etc\simias
-copy $(IntDir)$(TargetFileName) C:\iFolder_stage\lib\simias\web\bin
-copy $(IntDir)$(TargetFileName).manifest C:\iFolder_stage\lib\simias\web\bin
-if exist $(IntDir)$(TargetName).pdb copy $(IntDir)$(TargetName).pdb C:\iFolder_stage\lib\simias\web\bin
-rem xcopy /I/E/Y "$(VCInstallDir)redist\amd64\Microsoft.VC90.MFCLOC" "C:\iFolder_stage\lib\simias\web\bin\Microsoft.VC90.MFCLOC"
-rem xcopy /I/E/Y "$(VCInstallDir)redist\amd64\Microsoft.VC90.MFC" "C:\iFolder_stage\lib\simias\web\bin\Microsoft.VC90.MFC"
-rem xcopy /I/E/Y "$(VCInstallDir)redist\amd64\Microsoft.VC90.CRT" "C:\iFolder_stage\lib\simias\web\bin\Microsoft.VC90.CRT"
-</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
- <Midl>
- <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
- <MkTypLibCompatible>true</MkTypLibCompatible>
- <SuppressStartupBanner>true</SuppressStartupBanner>
- <TargetEnvironment>Win32</TargetEnvironment>
- <TypeLibraryName>.\Debug/FlaimWrapper.tlb</TypeLibraryName>
- <HeaderFileName>
- </HeaderFileName>
- </Midl>
- <ClCompile>
- <Optimization>Disabled</Optimization>
- <AdditionalIncludeDirectories>$(SolutionDir)..\..\dependencies\external\libflaim\;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <PreprocessorDefinitions>WIN32;DEBUG;_DEBUG;_WINDOWS;_USRDLL;FLAIMWRAPPER_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
- <ExceptionHandling>Sync</ExceptionHandling>
- <BasicRuntimeChecks>Default</BasicRuntimeChecks>
- <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
- <PrecompiledHeader>
- </PrecompiledHeader>
- <PrecompiledHeaderFile>
- </PrecompiledHeaderFile>
- <PrecompiledHeaderOutputFile>
- </PrecompiledHeaderOutputFile>
- <AssemblerListingLocation>.\Debug/</AssemblerListingLocation>
- <ObjectFileName>.\Debug/</ObjectFileName>
- <ProgramDataBaseFileName>.\Debug/</ProgramDataBaseFileName>
- <WarningLevel>Level3</WarningLevel>
- <SuppressStartupBanner>true</SuppressStartupBanner>
- <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
- <CompileAs>Default</CompileAs>
- </ClCompile>
- <ResourceCompile>
- <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
- <Culture>0x0409</Culture>
- </ResourceCompile>
- <Link>
- <AdditionalDependencies>rpcrt4.lib;ws2_32.lib;imagehlp.lib;flaim.lib;msvcrtd.lib;%(AdditionalDependencies)</AdditionalDependencies>
- <OutputFile>.\Debug/FlaimWrapper.dll</OutputFile>
- <SuppressStartupBanner>true</SuppressStartupBanner>
- <AdditionalLibraryDirectories>$(SolutionDir)..\..\dependencies\external\libflaim\win32;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
- <IgnoreSpecificDefaultLibraries>LIBCMTD.lib;%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries>
- <GenerateDebugInformation>true</GenerateDebugInformation>
- <ProgramDatabaseFile>.\Debug/FlaimWrapper.pdb</ProgramDatabaseFile>
- <RandomizedBaseAddress>false</RandomizedBaseAddress>
- <DataExecutionPrevention>
- </DataExecutionPrevention>
- <ImportLibrary>.\Debug/FlaimWrapper.lib</ImportLibrary>
- <TargetMachine>MachineX86</TargetMachine>
- </Link>
- <Manifest>
- <AssemblyIdentity>FlaimWrapper</AssemblyIdentity>
- </Manifest>
- <PostBuildEvent>
- <Command>if not exist C:\iFolder_stage mkdir C:\iFolder_stage
-if not exist C:\iFolder_stage\lib mkdir C:\iFolder_stage\lib
-if not exist C:\iFolder_stage\lib\simias mkdir C:\iFolder_stage\lib\simias
-if not exist C:\iFolder_stage\lib\simias\web mkdir C:\iFolder_stage\lib\simias\web
-if not exist C:\iFolder_stage\lib\simias\web\bin mkdir C:\iFolder_stage\lib\simias\web\bin
-if not exist C:\iFolder_stage\lib\simias\web\bin\FlaimLib mkdir C:\iFolder_stage\lib\simias\web\bin\FlaimLib
-if not exist C:\iFolder_stage\etc mkdir C:\iFolder_stage\etc
-if not exist C:\iFolder_stage\etc\simias mkdir C:\iFolder_stage\etc\simias
-copy $(IntDir)$(TargetFileName) C:\iFolder_stage\lib\simias\web\bin
-copy $(IntDir)$(TargetFileName) C:\iFolder_stage\lib\simias\web\bin\FlaimLib
-copy $(IntDir)$(TargetFileName).intermediate.manifest C:\iFolder_stage\lib\simias\web\bin\FlaimLib
-if not exist C:\iFolder_stage\lib\simias\web\bin\FlaimLib\Microsoft.VC90.DebugCRT mkdir C:\iFolder_stage\lib\simias\web\bin\FlaimLib\Microsoft.VC90.DebugCRT
-if not exist C:\iFolder_stage\lib\simias\web\bin\FlaimLib\Microsoft.VC90.DebugMFC mkdir C:\iFolder_stage\lib\simias\web\bin\FlaimLib\Microsoft.VC90.DebugMFC
-copy "$(VCInstallDir)redist\Debug_NonRedist\x86\Microsoft.VC90.DebugCRT\Microsoft.VC90.DebugCRT.manifest" "C:\iFolder_stage\lib\simias\web\bin\FlaimLib\Microsoft.VC90.DebugCRT"
-copy "$(VCInstallDir)redist\Debug_NonRedist\x86\Microsoft.VC90.DebugCRT\msvcm80d.dll" "C:\iFolder_stage\lib\simias\web\bin\FlaimLib\Microsoft.VC90.DebugCRT"
-copy "$(VCInstallDir)redist\Debug_NonRedist\x86\Microsoft.VC90.DebugCRT\msvcp80d.dll" "C:\iFolder_stage\lib\simias\web\bin\FlaimLib\Microsoft.VC90.DebugCRT"
-copy "$(VCInstallDir)redist\Debug_NonRedist\x86\Microsoft.VC90.DebugCRT\msvcr80d.dll" "C:\iFolder_stage\lib\simias\web\bin\FlaimLib\Microsoft.VC90.DebugCRT"
-copy "$(VCInstallDir)redist\Debug_NonRedist\x86\Microsoft.VC90.DebugMFC\Microsoft.VC90.DebugMFC.manifest" "C:\iFolder_stage\lib\simias\web\bin\FlaimLib\Microsoft.VC90.DebugMFC"
-copy "$(VCInstallDir)redist\Debug_NonRedist\x86\Microsoft.VC90.DebugMFC\mfc80d.dll" "C:\iFolder_stage\lib\simias\web\bin\FlaimLib\Microsoft.VC90.DebugMFC"
-copy "$(VCInstallDir)redist\Debug_NonRedist\x86\Microsoft.VC90.DebugMFC\mfc80ud.dll" "C:\iFolder_stage\lib\simias\web\bin\FlaimLib\Microsoft.VC90.DebugMFC"
-copy "$(VCInstallDir)redist\Debug_NonRedist\x86\Microsoft.VC90.DebugMFC\mfcm80d.dll" "C:\iFolder_stage\lib\simias\web\bin\FlaimLib\Microsoft.VC90.DebugMFC"
-copy "$(VCInstallDir)redist\Debug_NonRedist\x86\Microsoft.VC90.DebugMFC\mfcm80ud.dll" "C:\iFolder_stage\lib\simias\web\bin\FlaimLib\Microsoft.VC90.DebugMFC"
-if exist $(IntDir)$(TargetName).pdb copy $(IntDir)$(TargetName).pdb C:\iFolder_stage\lib\simias\web\bin
-</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
- <Midl>
- <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
- <MkTypLibCompatible>true</MkTypLibCompatible>
- <SuppressStartupBanner>true</SuppressStartupBanner>
- <TargetEnvironment>X64</TargetEnvironment>
- <TypeLibraryName>.\Debug/FlaimWrapper.tlb</TypeLibraryName>
- <HeaderFileName>
- </HeaderFileName>
- </Midl>
- <ClCompile>
- <Optimization>Disabled</Optimization>
- <AdditionalIncludeDirectories>$(SolutionDir)..\..\dependencies\external\libflaim\;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <PreprocessorDefinitions>WIN64;_WIN64;DEBUG;_DEBUG;_WINDOWS;_USRDLL;FLAIMWRAPPER_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
- <ExceptionHandling>Sync</ExceptionHandling>
- <BasicRuntimeChecks>Default</BasicRuntimeChecks>
- <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
- <PrecompiledHeader>
- </PrecompiledHeader>
- <PrecompiledHeaderFile>
- </PrecompiledHeaderFile>
- <PrecompiledHeaderOutputFile>
- </PrecompiledHeaderOutputFile>
- <AssemblerListingLocation>.\Debug/</AssemblerListingLocation>
- <ObjectFileName>.\Debug/</ObjectFileName>
- <ProgramDataBaseFileName>.\Debug/</ProgramDataBaseFileName>
- <WarningLevel>Level3</WarningLevel>
- <SuppressStartupBanner>true</SuppressStartupBanner>
- <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
- <CompileAs>Default</CompileAs>
- </ClCompile>
- <ResourceCompile>
- <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
- <Culture>0x0409</Culture>
- </ResourceCompile>
- <Link>
- <AdditionalDependencies>rpcrt4.lib;ws2_32.lib;imagehlp.lib;flaim.lib;msvcrtd.lib;%(AdditionalDependencies)</AdditionalDependencies>
- <OutputFile>.\Debug/FlaimWrapper.dll</OutputFile>
- <SuppressStartupBanner>true</SuppressStartupBanner>
- <AdditionalLibraryDirectories>$(SolutionDir)..\..\dependencies\external\libflaim\win32;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
- <IgnoreSpecificDefaultLibraries>LIBCMTD.lib;%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries>
- <GenerateDebugInformation>true</GenerateDebugInformation>
- <ProgramDatabaseFile>.\Debug/FlaimWrapper.pdb</ProgramDatabaseFile>
- <RandomizedBaseAddress>false</RandomizedBaseAddress>
- <DataExecutionPrevention>
- </DataExecutionPrevention>
- <ImportLibrary>.\Debug/FlaimWrapper.lib</ImportLibrary>
- <TargetMachine>MachineX64</TargetMachine>
- </Link>
- <Manifest>
- <AssemblyIdentity>FlaimWrapper</AssemblyIdentity>
- </Manifest>
- <PostBuildEvent>
- <Command>if not exist C:\iFolder_stage mkdir C:\iFolder_stage
-if not exist C:\iFolder_stage\lib mkdir C:\iFolder_stage\lib
-if not exist C:\iFolder_stage\lib\simias mkdir C:\iFolder_stage\lib\simias
-if not exist C:\iFolder_stage\lib\simias\web mkdir C:\iFolder_stage\lib\simias\web
-if not exist C:\iFolder_stage\lib\simias\web\bin mkdir C:\iFolder_stage\lib\simias\web\bin
-if not exist C:\iFolder_stage\lib\simias\web\bin\FlaimLib mkdir C:\iFolder_stage\lib\simias\web\bin\FlaimLib
-if not exist C:\iFolder_stage\etc mkdir C:\iFolder_stage\etc
-if not exist C:\iFolder_stage\etc\simias mkdir C:\iFolder_stage\etc\simias
-copy $(IntDir)$(TargetFileName) C:\iFolder_stage\lib\simias\web\bin
-copy $(IntDir)$(TargetFileName) C:\iFolder_stage\lib\simias\web\bin\FlaimLib
-copy $(IntDir)$(TargetFileName).intermediate.manifest C:\iFolder_stage\lib\simias\web\bin\FlaimLib
-if not exist C:\iFolder_stage\lib\simias\web\bin\FlaimLib\Microsoft.VC90.DebugCRT mkdir C:\iFolder_stage\lib\simias\web\bin\FlaimLib\Microsoft.VC90.DebugCRT
-if not exist C:\iFolder_stage\lib\simias\web\bin\FlaimLib\Microsoft.VC90.DebugMFC mkdir C:\iFolder_stage\lib\simias\web\bin\FlaimLib\Microsoft.VC90.DebugMFC
-copy "$(VCInstallDir)redist\Debug_NonRedist\amd64\Microsoft.VC90.DebugCRT\Microsoft.VC90.DebugCRT.manifest" "C:\iFolder_stage\lib\simias\web\bin\FlaimLib\Microsoft.VC90.DebugCRT"
-copy "$(VCInstallDir)redist\Debug_NonRedist\amd64\Microsoft.VC90.DebugCRT\msvcm80d.dll" "C:\iFolder_stage\lib\simias\web\bin\FlaimLib\Microsoft.VC90.DebugCRT"
-copy "$(VCInstallDir)redist\Debug_NonRedist\amd64\Microsoft.VC90.DebugCRT\msvcp80d.dll" "C:\iFolder_stage\lib\simias\web\bin\FlaimLib\Microsoft.VC90.DebugCRT"
-copy "$(VCInstallDir)redist\Debug_NonRedist\amd64\Microsoft.VC90.DebugCRT\msvcr80d.dll" "C:\iFolder_stage\lib\simias\web\bin\FlaimLib\Microsoft.VC90.DebugCRT"
-copy "$(VCInstallDir)redist\Debug_NonRedist\amd64\Microsoft.VC90.DebugMFC\Microsoft.VC90.DebugMFC.manifest" "C:\iFolder_stage\lib\simias\web\bin\FlaimLib\Microsoft.VC90.DebugMFC"
-copy "$(VCInstallDir)redist\Debug_NonRedist\amd64\Microsoft.VC90.DebugMFC\mfc80d.dll" "C:\iFolder_stage\lib\simias\web\bin\FlaimLib\Microsoft.VC90.DebugMFC"
-copy "$(VCInstallDir)redist\Debug_NonRedist\amd64\Microsoft.VC90.DebugMFC\mfc80ud.dll" "C:\iFolder_stage\lib\simias\web\bin\FlaimLib\Microsoft.VC90.DebugMFC"
-copy "$(VCInstallDir)redist\Debug_NonRedist\amd64\Microsoft.VC90.DebugMFC\mfcm80d.dll" "C:\iFolder_stage\lib\simias\web\bin\FlaimLib\Microsoft.VC90.DebugMFC"
-copy "$(VCInstallDir)redist\Debug_NonRedist\amd64\Microsoft.VC90.DebugMFC\mfcm80ud.dll" "C:\iFolder_stage\lib\simias\web\bin\FlaimLib\Microsoft.VC90.DebugMFC"
-if exist $(IntDir)$(TargetName).pdb copy $(IntDir)$(TargetName).pdb C:\iFolder_stage\lib\simias\web\bin
-</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemGroup>
- <ClCompile Include="CSPObjectIterator.cpp" />
- <ClCompile Include="CSPropertyIterator.cpp" />
- <ClCompile Include="CSPStore.cpp">
- <Optimization Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Disabled</Optimization>
- <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;FLAIMWRAPPER_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
- <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks>
- <Optimization Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Disabled</Optimization>
- <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;FLAIMWRAPPER_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
- <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">EnableFastChecks</BasicRuntimeChecks>
- <Optimization Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">MaxSpeed</Optimization>
- <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;FLAIMWRAPPER_EXPORTS</PreprocessorDefinitions>
- <Optimization Condition="'$(Configuration)|$(Platform)'=='Release|x64'">MaxSpeed</Optimization>
- <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release|x64'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|x64'">WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;FLAIMWRAPPER_EXPORTS</PreprocessorDefinitions>
- </ClCompile>
- <ClCompile Include="CSPStoreObject.cpp">
- <Optimization Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Disabled</Optimization>
- <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;FLAIMWRAPPER_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
- <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks>
- <Optimization Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Disabled</Optimization>
- <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;FLAIMWRAPPER_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
- <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">EnableFastChecks</BasicRuntimeChecks>
- <Optimization Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">MaxSpeed</Optimization>
- <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;FLAIMWRAPPER_EXPORTS</PreprocessorDefinitions>
- <Optimization Condition="'$(Configuration)|$(Platform)'=='Release|x64'">MaxSpeed</Optimization>
- <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release|x64'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|x64'">WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;FLAIMWRAPPER_EXPORTS</PreprocessorDefinitions>
- </ClCompile>
- <ClCompile Include="FlaimWrapper.cpp">
- <Optimization Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Disabled</Optimization>
- <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;FLAIMWRAPPER_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
- <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks>
- <Optimization Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Disabled</Optimization>
- <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;FLAIMWRAPPER_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
- <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">EnableFastChecks</BasicRuntimeChecks>
- <Optimization Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">MaxSpeed</Optimization>
- <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;FLAIMWRAPPER_EXPORTS</PreprocessorDefinitions>
- <Optimization Condition="'$(Configuration)|$(Platform)'=='Release|x64'">MaxSpeed</Optimization>
- <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release|x64'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|x64'">WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;FLAIMWRAPPER_EXPORTS</PreprocessorDefinitions>
- </ClCompile>
- </ItemGroup>
- <ItemGroup>
- <ClInclude Include="CSPObjectIterator.h" />
- <ClInclude Include="CSPropertyIterator.h" />
- <ClInclude Include="CSPStore.h" />
- <ClInclude Include="CSPStoreObject.h" />
- <ClInclude Include="CSPType.h" />
- <ClInclude Include="FlaimWrapper.h" />
- </ItemGroup>
- <ItemGroup>
- <None Include="ReadMe.txt" />
- </ItemGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
- <ImportGroup Label="ExtensionTargets">
- </ImportGroup>
-</Project>
\ No newline at end of file
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <kal...@us...> - 2013-09-27 11:22:21
|
Revision: 7671
http://sourceforge.net/p/simias/code/7671
Author: kalidasbala
Date: 2013-09-27 11:22:19 +0000 (Fri, 27 Sep 2013)
Log Message:
-----------
Version bump for SLED and Mac
Modified Paths:
--------------
trunk/src/server/Simias.ClientUpdate/mac-version.config
trunk/src/server/Simias.ClientUpdate/unix-version.config
Modified: trunk/src/server/Simias.ClientUpdate/mac-version.config
===================================================================
--- trunk/src/server/Simias.ClientUpdate/mac-version.config 2013-09-26 05:58:30 UTC (rev 7670)
+++ trunk/src/server/Simias.ClientUpdate/mac-version.config 2013-09-27 11:22:19 UTC (rev 7671)
@@ -7,7 +7,7 @@
<!-- Put Version string here. Should be in the format of
Major Version.Minor Version.Build Version.Revision
Example: <version>1.0.1817.29628</version> -->
- <version>3.9.1.0</version>
+ <version>3.9.2.0</version>
<!-- Put name of Mac ifolder client application file
to be upgraded here. The specified file must be in
Modified: trunk/src/server/Simias.ClientUpdate/unix-version.config
===================================================================
--- trunk/src/server/Simias.ClientUpdate/unix-version.config 2013-09-26 05:58:30 UTC (rev 7670)
+++ trunk/src/server/Simias.ClientUpdate/unix-version.config 2013-09-27 11:22:19 UTC (rev 7671)
@@ -24,7 +24,7 @@
you are doing.
-->
<distribution match="DEFAULT">
- <version>3.9.1.0</version>
+ <version>3.9.2.0</version>
<download-directory>default</download-directory>
</distribution>
@@ -51,12 +51,12 @@
-->
<distribution match="SUSE Linux Enterprise Desktop 10">
- <version>3.9.1.0</version>
+ <version>3.9.2.0</version>
<download-directory>suse-linux-10.0</download-directory>
</distribution>
<distribution match="SUSE Linux Enterprise Desktop 11">
- <version>3.9.1.0</version>
+ <version>3.9.2.0</version>
<download-directory>suse-linux-11.0</download-directory>
</distribution>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <kal...@us...> - 2013-09-26 05:58:33
|
Revision: 7670
http://sourceforge.net/p/simias/code/7670
Author: kalidasbala
Date: 2013-09-26 05:58:30 +0000 (Thu, 26 Sep 2013)
Log Message:
-----------
Downgrade to VS 2008
Modified Paths:
--------------
trunk/src/core/POBoxWS/POBoxWS.csproj
trunk/src/core/SimiasApp/Simias.csproj
trunk/src/core/SimiasClient/SimiasClient.csproj
trunk/src/core/SimiasLib.csproj
trunk/src/core/SimiasLib.sln
trunk/src/core/SyncService/SyncService.csproj
trunk/src/core/WebService/SimiasWebService.csproj
Modified: trunk/src/core/POBoxWS/POBoxWS.csproj
===================================================================
--- trunk/src/core/POBoxWS/POBoxWS.csproj 2013-09-23 10:53:57 UTC (rev 7669)
+++ trunk/src/core/POBoxWS/POBoxWS.csproj 2013-09-26 05:58:30 UTC (rev 7670)
@@ -1,5 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
+<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
<PropertyGroup>
<ProjectType>Local</ProjectType>
<ProductVersion>8.0.50727</ProductVersion>
@@ -27,9 +26,7 @@
<UpgradeBackupLocation>
</UpgradeBackupLocation>
<SignAssembly>true</SignAssembly>
- <OldToolsVersion>3.5</OldToolsVersion>
- <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
- <TargetFrameworkProfile />
+ <OldToolsVersion>2.0</OldToolsVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<OutputPath>bin\Debug\</OutputPath>
Modified: trunk/src/core/SimiasApp/Simias.csproj
===================================================================
--- trunk/src/core/SimiasApp/Simias.csproj 2013-09-23 10:53:57 UTC (rev 7669)
+++ trunk/src/core/SimiasApp/Simias.csproj 2013-09-26 05:58:30 UTC (rev 7670)
@@ -1,5 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
+<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
<PropertyGroup>
<ProjectType>Local</ProjectType>
<ProductVersion>8.0.50727</ProductVersion>
@@ -27,9 +26,7 @@
<UpgradeBackupLocation>
</UpgradeBackupLocation>
<SignAssembly>true</SignAssembly>
- <OldToolsVersion>3.5</OldToolsVersion>
- <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
- <TargetFrameworkProfile />
+ <OldToolsVersion>2.0</OldToolsVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<OutputPath>bin\Debug\</OutputPath>
@@ -94,10 +91,6 @@
<Optimize>true</Optimize>
<PlatformTarget>x64</PlatformTarget>
</PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
- <PlatformTarget>x86</PlatformTarget>
- <OutputPath>bin\Debug\</OutputPath>
- </PropertyGroup>
<ItemGroup>
<Reference Include="Mono.WebServer2, Version=0.2.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
@@ -137,7 +130,6 @@
</Compile>
</ItemGroup>
<ItemGroup>
- <None Include="app.config" />
<None Include="iFolder.snk" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
Modified: trunk/src/core/SimiasClient/SimiasClient.csproj
===================================================================
--- trunk/src/core/SimiasClient/SimiasClient.csproj 2013-09-23 10:53:57 UTC (rev 7669)
+++ trunk/src/core/SimiasClient/SimiasClient.csproj 2013-09-26 05:58:30 UTC (rev 7670)
@@ -1,5 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
+<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
<PropertyGroup>
<ProjectType>Local</ProjectType>
<ProductVersion>8.0.50727</ProductVersion>
@@ -27,9 +26,7 @@
<UpgradeBackupLocation>
</UpgradeBackupLocation>
<SignAssembly>true</SignAssembly>
- <OldToolsVersion>3.5</OldToolsVersion>
- <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
- <TargetFrameworkProfile />
+ <OldToolsVersion>2.0</OldToolsVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<OutputPath>bin\Debug\</OutputPath>
Modified: trunk/src/core/SimiasLib.csproj
===================================================================
--- trunk/src/core/SimiasLib.csproj 2013-09-23 10:53:57 UTC (rev 7669)
+++ trunk/src/core/SimiasLib.csproj 2013-09-26 05:58:30 UTC (rev 7670)
@@ -1,5 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
+<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
<PropertyGroup>
<ProjectType>Local</ProjectType>
<ProductVersion>8.0.50727</ProductVersion>
@@ -27,9 +26,7 @@
<UpgradeBackupLocation>
</UpgradeBackupLocation>
<SignAssembly>true</SignAssembly>
- <OldToolsVersion>3.5</OldToolsVersion>
- <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
- <TargetFrameworkProfile />
+ <OldToolsVersion>2.0</OldToolsVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<OutputPath>bin\Debug\</OutputPath>
Modified: trunk/src/core/SimiasLib.sln
===================================================================
--- trunk/src/core/SimiasLib.sln 2013-09-23 10:53:57 UTC (rev 7669)
+++ trunk/src/core/SimiasLib.sln 2013-09-26 05:58:30 UTC (rev 7670)
@@ -1,5 +1,5 @@
-Microsoft Visual Studio Solution File, Format Version 11.00
-# Visual Studio 2010
+Microsoft Visual Studio Solution File, Format Version 10.00
+# Visual Studio 2008
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SimiasLib", "SimiasLib.csproj", "{7839E703-0177-4162-B083-BCFD4ED1CC1B}"
ProjectSection(ProjectDependencies) = postProject
{188191A2-3D4D-404E-8F66-A1FAB865F586} = {188191A2-3D4D-404E-8F66-A1FAB865F586}
@@ -11,7 +11,7 @@
{188191A2-3D4D-404E-8F66-A1FAB865F586} = {188191A2-3D4D-404E-8F66-A1FAB865F586}
EndProjectSection
EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "FlaimWrapper", "FlaimProvider\FlaimWrapper\FlaimWrapper.vcxproj", "{188191A2-3D4D-404E-8F66-A1FAB865F586}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "FlaimWrapper", "FlaimProvider\FlaimWrapper\FlaimWrapper.vcproj", "{188191A2-3D4D-404E-8F66-A1FAB865F586}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SimiasWebService", "WebService\SimiasWebService.csproj", "{BEB45326-E6BE-45F1-B7AF-8A404656C684}"
EndProject
@@ -23,64 +23,34 @@
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
- Debug|Win32 = Debug|Win32
- Debug|x64 = Debug|x64
Release|Win32 = Release|Win32
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {7839E703-0177-4162-B083-BCFD4ED1CC1B}.Debug|Win32.ActiveCfg = Debug|x86
- {7839E703-0177-4162-B083-BCFD4ED1CC1B}.Debug|Win32.Build.0 = Debug|x86
- {7839E703-0177-4162-B083-BCFD4ED1CC1B}.Debug|x64.ActiveCfg = Debug|x64
- {7839E703-0177-4162-B083-BCFD4ED1CC1B}.Debug|x64.Build.0 = Debug|x64
{7839E703-0177-4162-B083-BCFD4ED1CC1B}.Release|Win32.ActiveCfg = Release|x86
{7839E703-0177-4162-B083-BCFD4ED1CC1B}.Release|Win32.Build.0 = Release|x86
{7839E703-0177-4162-B083-BCFD4ED1CC1B}.Release|x64.ActiveCfg = Release|x64
{7839E703-0177-4162-B083-BCFD4ED1CC1B}.Release|x64.Build.0 = Release|x64
- {FBC32721-2AEE-48D5-8353-FAACC2AF16B2}.Debug|Win32.ActiveCfg = Debug|x86
- {FBC32721-2AEE-48D5-8353-FAACC2AF16B2}.Debug|Win32.Build.0 = Debug|x86
- {FBC32721-2AEE-48D5-8353-FAACC2AF16B2}.Debug|x64.ActiveCfg = Debug|x64
- {FBC32721-2AEE-48D5-8353-FAACC2AF16B2}.Debug|x64.Build.0 = Debug|x64
{FBC32721-2AEE-48D5-8353-FAACC2AF16B2}.Release|Win32.ActiveCfg = Release|x86
{FBC32721-2AEE-48D5-8353-FAACC2AF16B2}.Release|Win32.Build.0 = Release|x86
{FBC32721-2AEE-48D5-8353-FAACC2AF16B2}.Release|x64.ActiveCfg = Release|x64
{FBC32721-2AEE-48D5-8353-FAACC2AF16B2}.Release|x64.Build.0 = Release|x64
- {188191A2-3D4D-404E-8F66-A1FAB865F586}.Debug|Win32.ActiveCfg = Debug|Win32
- {188191A2-3D4D-404E-8F66-A1FAB865F586}.Debug|Win32.Build.0 = Debug|Win32
- {188191A2-3D4D-404E-8F66-A1FAB865F586}.Debug|x64.ActiveCfg = Release|x64
- {188191A2-3D4D-404E-8F66-A1FAB865F586}.Debug|x64.Build.0 = Release|x64
{188191A2-3D4D-404E-8F66-A1FAB865F586}.Release|Win32.ActiveCfg = Release|Win32
{188191A2-3D4D-404E-8F66-A1FAB865F586}.Release|Win32.Build.0 = Release|Win32
{188191A2-3D4D-404E-8F66-A1FAB865F586}.Release|x64.ActiveCfg = Release|x64
{188191A2-3D4D-404E-8F66-A1FAB865F586}.Release|x64.Build.0 = Release|x64
- {BEB45326-E6BE-45F1-B7AF-8A404656C684}.Debug|Win32.ActiveCfg = Debug|x86
- {BEB45326-E6BE-45F1-B7AF-8A404656C684}.Debug|Win32.Build.0 = Debug|x86
- {BEB45326-E6BE-45F1-B7AF-8A404656C684}.Debug|x64.ActiveCfg = Debug|x64
- {BEB45326-E6BE-45F1-B7AF-8A404656C684}.Debug|x64.Build.0 = Debug|x64
{BEB45326-E6BE-45F1-B7AF-8A404656C684}.Release|Win32.ActiveCfg = Release|x86
{BEB45326-E6BE-45F1-B7AF-8A404656C684}.Release|Win32.Build.0 = Release|x86
{BEB45326-E6BE-45F1-B7AF-8A404656C684}.Release|x64.ActiveCfg = Release|x64
{BEB45326-E6BE-45F1-B7AF-8A404656C684}.Release|x64.Build.0 = Release|x64
- {3275A0B3-4BE7-4FB4-83F9-601FA09C0C86}.Debug|Win32.ActiveCfg = Debug|x86
- {3275A0B3-4BE7-4FB4-83F9-601FA09C0C86}.Debug|Win32.Build.0 = Debug|x86
- {3275A0B3-4BE7-4FB4-83F9-601FA09C0C86}.Debug|x64.ActiveCfg = Debug|x64
- {3275A0B3-4BE7-4FB4-83F9-601FA09C0C86}.Debug|x64.Build.0 = Debug|x64
{3275A0B3-4BE7-4FB4-83F9-601FA09C0C86}.Release|Win32.ActiveCfg = Release|x86
{3275A0B3-4BE7-4FB4-83F9-601FA09C0C86}.Release|Win32.Build.0 = Release|x86
{3275A0B3-4BE7-4FB4-83F9-601FA09C0C86}.Release|x64.ActiveCfg = Release|x64
{3275A0B3-4BE7-4FB4-83F9-601FA09C0C86}.Release|x64.Build.0 = Release|x64
- {4C2C177D-6D5C-46F1-9345-7BE58F1422B1}.Debug|Win32.ActiveCfg = Debug|x86
- {4C2C177D-6D5C-46F1-9345-7BE58F1422B1}.Debug|Win32.Build.0 = Debug|x86
- {4C2C177D-6D5C-46F1-9345-7BE58F1422B1}.Debug|x64.ActiveCfg = Debug|x64
- {4C2C177D-6D5C-46F1-9345-7BE58F1422B1}.Debug|x64.Build.0 = Debug|x64
{4C2C177D-6D5C-46F1-9345-7BE58F1422B1}.Release|Win32.ActiveCfg = Release|x86
{4C2C177D-6D5C-46F1-9345-7BE58F1422B1}.Release|Win32.Build.0 = Release|x86
{4C2C177D-6D5C-46F1-9345-7BE58F1422B1}.Release|x64.ActiveCfg = Release|x64
{4C2C177D-6D5C-46F1-9345-7BE58F1422B1}.Release|x64.Build.0 = Release|x64
- {E38BAF80-9B31-4D15-A002-E775B96FAFA6}.Debug|Win32.ActiveCfg = Debug|x86
- {E38BAF80-9B31-4D15-A002-E775B96FAFA6}.Debug|Win32.Build.0 = Debug|x86
- {E38BAF80-9B31-4D15-A002-E775B96FAFA6}.Debug|x64.ActiveCfg = Debug|x64
- {E38BAF80-9B31-4D15-A002-E775B96FAFA6}.Debug|x64.Build.0 = Debug|x64
{E38BAF80-9B31-4D15-A002-E775B96FAFA6}.Release|Win32.ActiveCfg = Release|x86
{E38BAF80-9B31-4D15-A002-E775B96FAFA6}.Release|Win32.Build.0 = Release|x86
{E38BAF80-9B31-4D15-A002-E775B96FAFA6}.Release|x64.ActiveCfg = Release|x64
Modified: trunk/src/core/SyncService/SyncService.csproj
===================================================================
--- trunk/src/core/SyncService/SyncService.csproj 2013-09-23 10:53:57 UTC (rev 7669)
+++ trunk/src/core/SyncService/SyncService.csproj 2013-09-26 05:58:30 UTC (rev 7670)
@@ -1,5 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
+<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
<PropertyGroup>
<ProjectType>Local</ProjectType>
<ProductVersion>8.0.50727</ProductVersion>
@@ -27,9 +26,7 @@
<UpgradeBackupLocation>
</UpgradeBackupLocation>
<SignAssembly>true</SignAssembly>
- <OldToolsVersion>3.5</OldToolsVersion>
- <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
- <TargetFrameworkProfile />
+ <OldToolsVersion>2.0</OldToolsVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<OutputPath>bin\Debug\</OutputPath>
Modified: trunk/src/core/WebService/SimiasWebService.csproj
===================================================================
--- trunk/src/core/WebService/SimiasWebService.csproj 2013-09-23 10:53:57 UTC (rev 7669)
+++ trunk/src/core/WebService/SimiasWebService.csproj 2013-09-26 05:58:30 UTC (rev 7670)
@@ -1,5 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
+<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
<PropertyGroup>
<ProjectType>Local</ProjectType>
<ProductVersion>8.0.50727</ProductVersion>
@@ -27,9 +26,7 @@
<UpgradeBackupLocation>
</UpgradeBackupLocation>
<SignAssembly>true</SignAssembly>
- <OldToolsVersion>3.5</OldToolsVersion>
- <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
- <TargetFrameworkProfile />
+ <OldToolsVersion>2.0</OldToolsVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<OutputPath>bin\Debug\</OutputPath>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <kal...@us...> - 2013-09-23 10:54:01
|
Revision: 7669
http://sourceforge.net/p/simias/code/7669
Author: kalidasbala
Date: 2013-09-23 10:53:57 +0000 (Mon, 23 Sep 2013)
Log Message:
-----------
ID:#804813
Reviewer: Kalis
Localization Required: No
Documentation Required: No
Description: Date Time in report to follow the machine culture format.
Modified Paths:
--------------
trunk/src/server/Simias.Server/Report.cs
Modified: trunk/src/server/Simias.Server/Report.cs
===================================================================
--- trunk/src/server/Simias.Server/Report.cs 2013-09-19 12:45:09 UTC (rev 7668)
+++ trunk/src/server/Simias.Server/Report.cs 2013-09-23 10:53:57 UTC (rev 7669)
@@ -333,7 +333,7 @@
{
if ( timer.Enabled )
{
- log.Debug( "Canceling report timer." );
+ log.Debug( "Canceling report timer. {0}, {1}, {2}", DateTimeFormatInfo.CurrentInfo.FullDateTimePattern , Thread.CurrentThread.CurrentCulture.DateTimeFormat.FullDateTimePattern, Thread.CurrentThread.CurrentCulture.TwoLetterISOLanguageName);
nextReportTime = DateTime.MinValue;
timer.Stop();
}
@@ -429,11 +429,11 @@
string fileName = String.Format( "ifolder-{0}-{1}.csv",
Environment.MachineName,
- currentReportTime.ToString( "yyyyMMdd-HHmmss" ) );
+ currentReportTime.ToString("yyyyMMdd-HHmmss" ) );
string filePath = Path.Combine( reportPath, fileName );
- log.Debug( "Report file name = {0}", filePath );
+ log.Debug( "Report file name = {0}", filePath);
StreamWriter file = File.CreateText( filePath );
try
@@ -454,7 +454,7 @@
Member owner = domain.GetMemberByID( ifolder.Owner.UserID );
// cells
- cells[ ( int )ColumnID.ReportTime ] = currentReportTime;
+ cells[ ( int )ColumnID.ReportTime ] = currentReportTime.ToString( Thread.CurrentThread.CurrentCulture.DateTimeFormat.FullDateTimePattern);
cells[ ( int )ColumnID.iFolderSystem ] = domain.Name;
cells[ ( int )ColumnID.iFolderServer ] = Environment.MachineName;
cells[ ( int )ColumnID.iFolderID ] = ifolder.ID;
@@ -470,11 +470,11 @@
cells[ ( int )ColumnID.OwnerCN ] = owner.Name;
cells[ ( int )ColumnID.OwnerDN ] = owner.Properties.GetSingleProperty( "DN" );
cells[ ( int )ColumnID.OwnerQuota ] = DiskSpaceQuota.Get( owner ).Limit / MB;
- cells[ ( int )ColumnID.OwnerLastLogin ] = owner.Properties.GetSingleProperty( "LastLogin" );
+ cells[ ( int )ColumnID.OwnerLastLogin] = owner.Properties.GetSingleProperty("LastLogin").ToString(Thread.CurrentThread.CurrentCulture.DateTimeFormat.FullDateTimePattern);
cells[ ( int )ColumnID.OwnerDisabled ] = domain.IsLoginDisabled( owner.UserID );
cells[ ( int )ColumnID.PreviousOwner ] = ifolder.PreviousOwner;
cells[ ( int )ColumnID.OrphanedOwner ] = ifolder.Properties.GetSingleProperty( "OrphanedOwner" );
- cells[ ( int )ColumnID.LastSyncTime ] = ifolder.Properties.GetSingleProperty( "LastModified" );
+ cells[ ( int )ColumnID.LastSyncTime ] = ifolder.Properties.GetSingleProperty( "LastModified" ).ToString(Thread.CurrentThread.CurrentCulture.DateTimeFormat.FullDateTimePattern);
WriteRow( file, columns, cells );
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <sri...@us...> - 2013-09-19 12:45:13
|
Revision: 7668
http://sourceforge.net/p/simias/code/7668
Author: srinidhi_bs
Date: 2013-09-19 12:45:09 +0000 (Thu, 19 Sep 2013)
Log Message:
-----------
ID: #0000
Reviewer: Kalidas
Localization Required: No
Documentation Required: No
Description:
- Bump version of ifolder3-enterprise package to 3.9.2
Modified Paths:
--------------
trunk/ifolder3-enterprise.sh
trunk/package/linux/ifolder3-enterprise.spec.autobuild
trunk/package/linux/ifolder3-enterprise.spec.in
Modified: trunk/ifolder3-enterprise.sh
===================================================================
--- trunk/ifolder3-enterprise.sh 2013-09-19 12:41:29 UTC (rev 7667)
+++ trunk/ifolder3-enterprise.sh 2013-09-19 12:45:09 UTC (rev 7668)
@@ -34,8 +34,8 @@
# Update work area
if [ -d .svn ]
then
- echo "Updating work area..."
- svn up
+ echo "Updating work area..."
+ svn up
fi
# Handle the situation when Simias sources have been checked out
@@ -43,8 +43,8 @@
# $TARBALL_NAME
if [ ! -d ../$TARBALL_NAME ]
then
- mkdir ../$TARBALL_NAME
- cp -rf ../`basename \`pwd\``/* ../$TARBALL_NAME
+ svn export ../$SRC_DIR ../$TARBALL_NAME
+ rm -r ../$TARBALL_NAME/tools/
fi
# Prepare spec file
@@ -55,7 +55,6 @@
# Create the tarballs
echo "Generating tarball for $PACKAGE..."
pushd $PACKAGE_DIR
-#tar -c --wildcards --exclude "*.svn*" --exclude "$PACKAGE" --exclude "*.tar.gz" -czf $TARBALL_NAME.tar.gz $TARBALL_NAME
tar -c --wildcards --exclude "*.svn*" --exclude "*.tar.gz" -czf $TARBALL_NAME.tar.gz $TARBALL_NAME
popd
Modified: trunk/package/linux/ifolder3-enterprise.spec.autobuild
===================================================================
--- trunk/package/linux/ifolder3-enterprise.spec.autobuild 2013-09-19 12:41:29 UTC (rev 7667)
+++ trunk/package/linux/ifolder3-enterprise.spec.autobuild 2013-09-19 12:45:09 UTC (rev 7668)
@@ -1,5 +1,5 @@
#
-# spec file for package ifolder3 (Version 3.8.4.@@BUILDNUM@@.1)
+# spec file for package ifolder3 (Version 3.9.2.@@BUILDNUM@@.1)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@@ -50,7 +50,7 @@
Requires: apache2-mod_mono-addon
Requires: novell-NLDAPbase
#Obsoletes: %{name} < %{version}
-Version: 3.9.1.@@BUILDNUM@@.0
+Version: 3.9.2.@@BUILDNUM@@.0
Release: 0.2
Summary: Novell iFolder 3 Enterprise
Source: ifolder3-enterprise.tar.gz
Modified: trunk/package/linux/ifolder3-enterprise.spec.in
===================================================================
--- trunk/package/linux/ifolder3-enterprise.spec.in 2013-09-19 12:41:29 UTC (rev 7667)
+++ trunk/package/linux/ifolder3-enterprise.spec.in 2013-09-19 12:45:09 UTC (rev 7668)
@@ -1,5 +1,5 @@
#
-# spec file for package ifolder3 (Version 3.8.4.@@BUILDNUM@@.1)
+# spec file for package ifolder3 (Version 3.9.2.@@BUILDNUM@@.1)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@@ -42,7 +42,7 @@
Requires: mono-web >= 2.4.2.3
Requires: log4net >= 1.2.10
Requires: apache2-mod_mono >= 2.4
-Version: 3.9.1.@@BUILDNUM@@.0
+Version: 3.9.2.@@BUILDNUM@@.0
Release: 0.2
Summary: Novell iFolder 3 Enterprise
Source: ifolder3-enterprise.tar.gz
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <sri...@us...> - 2013-09-19 12:41:33
|
Revision: 7667
http://sourceforge.net/p/simias/code/7667
Author: srinidhi_bs
Date: 2013-09-19 12:41:29 +0000 (Thu, 19 Sep 2013)
Log Message:
-----------
ID: #000000
Reviewer: swims
Localization Required: No
Documentation Required: No
Description: OES11 SP2 updated help files (drop 1)
Modified Paths:
--------------
trunk/src/admin/help/zh-TW/imgr_legalnotices.html
trunk/src/admin/help/zh-TW/legalnotices.html
trunk/src/admin/help/zh-TW/systeminfo.html
trunk/src/admin/help/zh-TW/userdetails.html
Modified: trunk/src/admin/help/zh-TW/imgr_legalnotices.html
===================================================================
--- trunk/src/admin/help/zh-TW/imgr_legalnotices.html 2013-09-19 12:41:16 UTC (rev 7666)
+++ trunk/src/admin/help/zh-TW/imgr_legalnotices.html 2013-09-19 12:41:29 UTC (rev 7667)
@@ -56,8 +56,8 @@
<h3>輸出注意事項</h3>
<p>此合約下提到的任何產品或技術資訊可能受美國出口管制法與其他國家/地區的貿易法的限制。您同意遵守所有出口管制規定,並同意取得出口、再出口或進口產品所需的一切授權或類別。您同意不出口或再出口至目前美國出口排除清單上所列之實體,或是任何美國出口法所指定之禁運或恐怖主義國家/地區。您同意不將交付產品用在禁止的核武、飛彈或生化武器等用途上。如需關於輸出 Novell 軟體的詳細資訊,請參閱 <a href="http://www.novell.com/info/exports/">Novell International Trade Services (Novell 國際貿易服務) 網頁</a>。Novell 無需承擔您無法取得任何必要的出口核准之責任。</p>
<h3>版權</h3>
- <p>版權所有 © 2005 - 2011 Novell, Inc. 保留所有權利。未獲得出版者的書面同意前,不得對本出版品之任何部分進行重製、複印、儲存於檢閱系統或傳輸的動作。</p>
-
+ <p>版權所有 © 2011 Novell, Inc. 保留所有權利。未獲得出版者的書面同意,不得對本出版品的任何部分進行重製、複印、儲存於檢索系統或傳輸。</p>
+ <h3> </h3>
</div>
</body>
</html>
\ No newline at end of file
Modified: trunk/src/admin/help/zh-TW/legalnotices.html
===================================================================
--- trunk/src/admin/help/zh-TW/legalnotices.html 2013-09-19 12:41:16 UTC (rev 7666)
+++ trunk/src/admin/help/zh-TW/legalnotices.html 2013-09-19 12:41:29 UTC (rev 7667)
@@ -27,7 +27,7 @@
#helpcontent { position: absolute; top: 37px; left: 10px; width: 93%; visibility: visible }
-->
-
+ </style>
@@ -44,9 +44,7 @@
<!-- The Page Heading uses CSS style "head3b". This creates an H3 header
with a line beneath it.
---> <h3 class="head3b">法律聲明</h3><p>Novell, Inc. 不對本文件的內容或使用做任何表示或保證,且特別聲明不對任何特定用途的適銷性或適用性提供任何明示或默示的保證。此外,Novell, Inc. 有權隨時修訂本出版品或更改其內容,而無義務向任何個人或實體告知這類修訂或變更。</p><p>此外,Novell, Inc. 不對軟體做任何表示或保證,且特別聲明不對任何特定用途的適銷性或適用性提供任何明示或默示的保證。此外,Novell, Inc. 有權隨時變更部分或全部 Novell 軟體,而無義務向任何個人或實體告知這類變更。</p><h3>輸出注意事項</h3><p>對於本產品之使用、輸出或再輸出,不得違反任何適用法條或規定,包含但不限於美國輸出法規或您所在國家之法律規定。</p>
-<h3>版權</h3>
- <p>版權所有 © 2005 - 2011 Novell, Inc. 保留所有權利。未獲得出版者的書面同意前,不得對本出版品之任何部分進行重製、複印、儲存於檢閱系統或傳輸的動作。</p>
+--> <h3 class="head3b">法律聲明</h3><p>Novell, Inc. 不對本文件的內容或使用做任何表示或保證,且特別聲明不對任何特定用途的適銷性或適用性提供任何明示或默示的保證。此外,Novell, Inc. 有權隨時修訂本出版品或更改其內容,而無義務向任何個人或實體告知這類修訂或變更。</p><p>此外,Novell, Inc. 不對軟體做任何表示或保證,且特別聲明不對任何特定用途的適銷性或適用性提供任何明示或默示的保證。此外,Novell, Inc. 有權隨時變更部分或全部 Novell 軟體,而無義務向任何個人或實體告知這類變更。</p><h3>輸出注意事項</h3><p>對於本產品之使用、輸出或再輸出,不得違反任何適用法條或規定,包含但不限於美國輸出法規或您所在國家之法律規定。</p><h3> </h3>
</div>
</body>
</html>
\ No newline at end of file
Modified: trunk/src/admin/help/zh-TW/systeminfo.html
===================================================================
--- trunk/src/admin/help/zh-TW/systeminfo.html 2013-09-19 12:41:16 UTC (rev 7666)
+++ trunk/src/admin/help/zh-TW/systeminfo.html 2013-09-19 12:41:29 UTC (rev 7667)
@@ -256,8 +256,7 @@
<B>之中</B><BR>
選取「<i>啟用</i>」以啟用 ifolder 系統的加密功能。如此可允許使用者為他 (或她) 的 iFolder 設定加密規則。<br>
<br>
- 取消選取「<i>啟用</i>」以停用所有使用者的加密功能。
- <br>
+ 啟用加密功能時無法將其關閉。<br>
<br><B>強制執行</B><BR>
Modified: trunk/src/admin/help/zh-TW/userdetails.html
===================================================================
--- trunk/src/admin/help/zh-TW/userdetails.html 2013-09-19 12:41:16 UTC (rev 7666)
+++ trunk/src/admin/help/zh-TW/userdetails.html 2013-09-19 12:41:29 UTC (rev 7667)
@@ -69,7 +69,7 @@
<P>為使用者帳戶指定的使用者名稱,例如:jsmith 或 joh...@ex...。</P>
</TD><TR><TD VALIGN="TOP">
- <P>Full name</P>
+ <P>全名</P>
</TD>
<TD>
<P>使用者帳戶的名字和姓氏。 </P>
@@ -256,11 +256,11 @@
<h4>加密</h4>
</TD>
<TD>
- <P>為選定的使用者帳戶指定加密規則。配額可以藉由系統規則 (「系統範圍」) 增加。系統範圍規則會取代使用者規則。</P>
+ <P>為選定的使用者帳戶指定加密規則。配額可以藉由系統規則 (全系統) 增加。全系統規則會取代使用者規則。</P>
<B>之中</B><BR>
選取「啟用」以啟用選定使用者的加密功能。如此可允許使用者為他 (或她) 的 iFolder 設定加密規則。<br>
<br>
- 取消選取「啟用」以停用選定使用者的加密功能。 <br>
+ 啟用加密功能時無法將其關閉。<br>
<br><B>強制執行</B><BR>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <sri...@us...> - 2013-09-19 12:41:19
|
Revision: 7666
http://sourceforge.net/p/simias/code/7666
Author: srinidhi_bs
Date: 2013-09-19 12:41:16 +0000 (Thu, 19 Sep 2013)
Log Message:
-----------
ID: #000000
Reviewer: swims
Localization Required: No
Documentation Required: No
Description: OES11 SP2 updated help files (drop 1)
Modified Paths:
--------------
trunk/src/admin/help/zh-CN/ifolderdetails.html
trunk/src/admin/help/zh-CN/imgr_legalnotices.html
trunk/src/admin/help/zh-CN/ldapsettings.html
trunk/src/admin/help/zh-CN/legalnotices.html
trunk/src/admin/help/zh-CN/serverdetails.html
trunk/src/admin/help/zh-CN/systeminfo.html
trunk/src/admin/help/zh-CN/userdetails.html
trunk/src/admin/help/zh-CN/usermove.html
trunk/src/admin/help/zh-CN/usermove_details.html
Modified: trunk/src/admin/help/zh-CN/ifolderdetails.html
===================================================================
--- trunk/src/admin/help/zh-CN/ifolderdetails.html 2013-09-19 12:40:54 UTC (rev 7665)
+++ trunk/src/admin/help/zh-CN/ifolderdetails.html 2013-09-19 12:41:16 UTC (rev 7666)
@@ -59,7 +59,7 @@
<H4><A NAME="general"></A>查看 iFolder 细节</H4>
- <P>您可以查看以下信息:</P><TABLE WIDTH="93%" BORDER="1"><TR><TD CLASS="tablehead2"><P>参数</P></TD><TD CLASS="tablehead2"><P>说明</P></TD></TR><TD VALIGN="TOP">
+ <P>您可以查看以下信息:</P><TABLE WIDTH="93%" BORDER="1"><TR><TD CLASS="tablehead2"><P>参数</P></TD><TD CLASS="tablehead2"><P>描述</P></TD></TR><TD VALIGN="TOP">
<P>类型</P>
</TD><TD>
<P><img src="../../images/ifolder.png" width="16" height="16" alt="文件夹图标"> 常规 iFolder</P>
@@ -85,7 +85,7 @@
</TD><TR><TD VALIGN="TOP">
<P>目录数</P>
</TD><TD>
- <P>iFolder 中的目录总数。</P>
+ <P>iFolder 中的目录总数.</P>
</TD><TR><TD VALIGN="TOP">
<P>文件数</P>
</TD><TD>
@@ -251,7 +251,7 @@
<p >是</p>
</td>
<td >
- <p >无</p>
+ <p >否</p>
</td>
</tr>
<tr >
@@ -268,7 +268,7 @@
<p >是</p>
</td>
<td >
- <p >无</p>
+ <p >否</p>
</td>
</tr>
<tr >
@@ -385,7 +385,7 @@
<H3><A NAME="policy"></A>策略</H3>
<P>下表列出了可为任意给定 iFolder 进行管理的策略。修改以下的一个或多个值,然后单击“保存”以应用新的设置: </P>
-<TABLE WIDTH="93%" BORDER="1"><TR><TD CLASS="tablehead2"><P>参数</P></TD><TD CLASS="tablehead2"><P>说明</P></TD></TR><TR><TD VALIGN="TOP">
+<TABLE WIDTH="93%" BORDER="1"><TR><TD CLASS="tablehead2"><P>参数</P></TD><TD CLASS="tablehead2"><P>描述</P></TD></TR><TR><TD VALIGN="TOP">
<P>禁用同步</P>
</TD><TD>
<P>选择此选项可关闭同步(通常是临时性的)。
Modified: trunk/src/admin/help/zh-CN/imgr_legalnotices.html
===================================================================
--- trunk/src/admin/help/zh-CN/imgr_legalnotices.html 2013-09-19 12:40:54 UTC (rev 7665)
+++ trunk/src/admin/help/zh-CN/imgr_legalnotices.html 2013-09-19 12:41:16 UTC (rev 7666)
@@ -56,8 +56,8 @@
<h3>出口声明</h3>
<p>依据本协议提供的任何产品或技术信息都将受到美国出口控制和其他国家/地区的贸易法律的约束。您同意遵守所有出口控制法规,并同意在出口、再出口或进口可交付产品之前取得所有必要的许可证或分类证书。您同意不出口或再出口至当前美国出口排除列表上所列的实体,或者美国出口法律中规定的任何被禁运的国家/地区或支持恐怖主义的国家/地区。您同意不将可交付产品用于禁止的核武器、导弹或生物化学武器的最终用途。有关出口 Novell 软件的详细信息,请参见 <a href="http://www.novell.com/info/exports/">Novell 国际贸易服务万维网网页</a>。如果您未能获得任何必要的出口许可,Novell 对此不负任何责任。</p>
<h3>版权</h3>
- <p>版权所有 © 2005-2011 Novell, Inc. 保留所有权利。未经出版商的明确书面许可,不得复制、影印、传送此出版物的任何部分或将其储存在检索系统上。</p>
-
+ <p>版权所有 © 2011 Novell, Inc. 保留所有权利。未经出版商的明确书面许可,不得复制、影印、传送此出版物的任何部分或将其储存在检索系统上。</p>
+ <h3> </h3>
</div>
</body>
</html>
\ No newline at end of file
Modified: trunk/src/admin/help/zh-CN/ldapsettings.html
===================================================================
--- trunk/src/admin/help/zh-CN/ldapsettings.html 2013-09-19 12:40:54 UTC (rev 7665)
+++ trunk/src/admin/help/zh-CN/ldapsettings.html 2013-09-19 12:41:16 UTC (rev 7666)
@@ -55,7 +55,7 @@
--> <h3 class="head3b">管理 iFolder 系统的 LDAP 设置</h3>
<p> 使用此界面可修改该 iFolder 域中选定 Novell<SUP><SMALL>®</SMALL></SUP> iFolder<SUP><SMALL>®</SMALL></SUP> 3.7 或更高版本服务器的 LDAP 设置。 </p>
- <H3><A NAME="modify"></A>修改 LDAP 设置</H3><P>修改下列任一字段,然后单击<i>确定</i>以应用所做更改:</P><TABLE WIDTH="93%" BORDER="1"><TR><TD CLASS="tablehead2"><P>参数</P></TD><TD CLASS="tablehead2"><P>说明</P></TD></TR>
+ <H3><A NAME="modify"></A>修改 LDAP 设置</H3><P>修改下列任一字段,然后单击<i>确定</i>以应用所做更改:</P><TABLE WIDTH="93%" BORDER="1"><TR><TD CLASS="tablehead2"><P>参数</P></TD><TD CLASS="tablehead2"><P>描述</P></TD></TR>
<TR><TD VALIGN="TOP">
<P>LDAP Admin DN</P>
</TD><TD>
Modified: trunk/src/admin/help/zh-CN/legalnotices.html
===================================================================
--- trunk/src/admin/help/zh-CN/legalnotices.html 2013-09-19 12:40:54 UTC (rev 7665)
+++ trunk/src/admin/help/zh-CN/legalnotices.html 2013-09-19 12:41:16 UTC (rev 7666)
@@ -27,7 +27,7 @@
#helpcontent { position: absolute; top: 37px; left: 10px; width: 93%; visibility: visible }
-->
-
+ </style>
@@ -44,9 +44,7 @@
<!-- The Page Heading uses CSS style "head3b". This creates an H3 header
with a line beneath it.
---> <h3 class="head3b">法律声明</h3><p>Novell, Inc. 对本文档的内容或使用不作任何声明或保证,特别是对适销性或用于任何特定目的的适用性不作任何明示或暗示保证。另外,Novell, Inc. 保留随时修改本出版物及其内容的权利,并且没有义务将这些修改通知任何个人或实体。</p><p>Novell, Inc. 对任何软件不作任何声明或保证,特别是对适销性或用于任何特定目的的适用性不作任何明示或暗示保证。另外,Novell, Inc. 保留随时修改 Novell 软件全部或部分内容的权利,并且没有义务将这些修改通知任何个人或实体。</p><h3>出口声明</h3><p>您不能违反任何适用的法律或法规使用此产品、将此产品出口或再出口,这些法律或法规包括但不限于美国的出口法规或您所在国家/地区的法律。</p>
-<h3>版权</h3>
- <p>版权所有 © 2005-2011 Novell, Inc. 保留所有权利。未经出版商的明确书面许可,不得复制、影印、传送此出版物的任何部分或将其储存在检索系统上。</p>
+--> <h3 class="head3b">法律声明</h3><p>Novell, Inc. 对本文档的内容或使用不作任何声明或保证,特别是对适销性或用于任何特定目的的适用性不作任何明示或暗示保证。另外,Novell, Inc. 保留随时修改本出版物及其内容的权利,并且没有义务将这些修改通知任何个人或实体。</p><p>Novell, Inc. 对任何软件不作任何声明或保证,特别是对适销性或用于任何特定目的的适用性不作任何明示或暗示保证。另外,Novell, Inc. 保留随时修改 Novell 软件全部或部分内容的权利,并且没有义务将这些修改通知任何个人或实体。</p><h3>出口声明</h3><p>您不能违反任何适用的法律或法规使用此产品、将此产品出口或再出口,这些法律或法规包括但不限于美国的出口法规或您所在国家/地区的法律。</p><h3> </h3>
</div>
</body>
</html>
\ No newline at end of file
Modified: trunk/src/admin/help/zh-CN/serverdetails.html
===================================================================
--- trunk/src/admin/help/zh-CN/serverdetails.html 2013-09-19 12:40:54 UTC (rev 7665)
+++ trunk/src/admin/help/zh-CN/serverdetails.html 2013-09-19 12:41:16 UTC (rev 7666)
@@ -63,7 +63,7 @@
<H4><a name="general"></a>查看服务器细节</H4>
<P>您可查看并编辑下列信息:</P>
- <TABLE WIDTH="93%" BORDER="1"><TR><TD CLASS="tablehead2"><P>参数</P></TD><TD CLASS="tablehead2"><P>说明</P></TD></TR><TR><TD VALIGN="TOP">
+ <TABLE WIDTH="93%" BORDER="1"><TR><TD CLASS="tablehead2"><P>参数</P></TD><TD CLASS="tablehead2"><P>描述</P></TD></TR><TR><TD VALIGN="TOP">
<P>名称(仅供查看)</P>
</TD><TD>
<P>指派给服务器的名称。</P>
@@ -96,7 +96,7 @@
</TD></TABLE><br>
<A HREF="#top" TARGET="_self"><IMG SRC="../../images/goto_top.gif" WIDTH="19" HEIGHT="19" BORDER="0" ALT="返回页首"></A>
<H4><a name="general"></a>查看服务器状态</H4>
- <P>您可以查看以下信息:</P><TABLE WIDTH="93%" BORDER="1"><TR><TD CLASS="tablehead2"><P>参数</P></TD><TD CLASS="tablehead2"><P>说明</P></TD></TR><TR><TD VALIGN="TOP">
+ <P>您可以查看以下信息:</P><TABLE WIDTH="93%" BORDER="1"><TR><TD CLASS="tablehead2"><P>参数</P></TD><TD CLASS="tablehead2"><P>描述</P></TD></TR><TR><TD VALIGN="TOP">
<P>状态</P>
</TD><TD>
<P>报告服务器的当前状态。</P>
@@ -117,7 +117,7 @@
<A HREF="#top" TARGET="_self"><IMG SRC="../../images/goto_top.gif" WIDTH="19" HEIGHT="19" BORDER="0" ALT="返回页首"></A>
<H4><a name="logs"></a>查看服务器日志</H4>
<P>您可以查看以下服务器日志信息:</P>
- <TABLE WIDTH="93%" BORDER="1"><TR><TD CLASS="tablehead2"><P>参数</P></TD><TD CLASS="tablehead2"><P>说明</P></TD></TR><TR><TD VALIGN="TOP">
+ <TABLE WIDTH="93%" BORDER="1"><TR><TD CLASS="tablehead2"><P>参数</P></TD><TD CLASS="tablehead2"><P>描述</P></TD></TR><TR><TD VALIGN="TOP">
<P>系统</P>
</TD>
<TD>
@@ -134,7 +134,7 @@
<H4><a name="general"></a>设置日志级别</H4>
<P>您可以设置以下日志级别信息:</P>
- <TABLE WIDTH="93%" BORDER="1"><TR><TD CLASS="tablehead2"><P>参数</P></TD><TD CLASS="tablehead2"><P>说明</P></TD></TR><TR><TD VALIGN="TOP">
+ <TABLE WIDTH="93%" BORDER="1"><TR><TD CLASS="tablehead2"><P>参数</P></TD><TD CLASS="tablehead2"><P>描述</P></TD></TR><TR><TD VALIGN="TOP">
<P>所有</P>
</TD>
<TD>
@@ -180,7 +180,7 @@
<A HREF="#top" TARGET="_self"><IMG SRC="../../images/goto_top.gif" WIDTH="19" HEIGHT="19" BORDER="0" ALT="返回页首"></A>
<H4><a name="ldap"></a>LDAP 细节</H4>
<P>您可以编辑以下有关 LDAP 的信息。单击“保存”可修改项。单击“取消”以取消修改。</p>
-<TABLE WIDTH="93%" BORDER="1"><TR><TD CLASS="tablehead2"><P>参数</P></TD><TD CLASS="tablehead2"><P>说明</P></TD></TR><TR><TD VALIGN="TOP">
+<TABLE WIDTH="93%" BORDER="1"><TR><TD CLASS="tablehead2"><P>参数</P></TD><TD CLASS="tablehead2"><P>描述</P></TD></TR><TR><TD VALIGN="TOP">
<P>连接时间 </p><p> (仅供查看)</P>
</TD>
<TD>
@@ -219,7 +219,7 @@
<A HREF="#top" TARGET="_self"><IMG SRC="../../images/goto_top.gif" WIDTH="19" HEIGHT="19" BORDER="0" ALT="返回页首"></A>
<P>您可以编辑以下有关 LDAP 的信息。单击“编辑”可打开新页,您可在其中修改输入内容。 </P>
- <TABLE WIDTH="93%" BORDER="1"><TR><TD CLASS="tablehead2"><P>参数</P></TD><TD CLASS="tablehead2"><P>说明</P></TD></TR><TR><TD VALIGN="TOP">
+ <TABLE WIDTH="93%" BORDER="1"><TR><TD CLASS="tablehead2"><P>参数</P></TD><TD CLASS="tablehead2"><P>描述</P></TD></TR><TR><TD VALIGN="TOP">
<P>LDAP 服务器</P>
</TD>
<TD>
@@ -259,7 +259,7 @@
<H4><a name="volume"></a>数据储存区</H4>
<p> 数据储存区表示可以跨越给定服务器中的多个卷(装入点)的 iFolder 储存区域。默认情况下,每个 iFolder 服务器都有一个无法被禁用的默认储存区。使用万维网界面可以添加和配置多个数据储存区,以在其中平衡 iFolder 数据的负载。用户上载 iFolder 时,它检查数据储存区的最大可用空间,并将 iFolder 数据储存到特定数据储存区,从而平衡负载。您可以根据需要添加任意多个数据储存区。拥有多个数据储存区可在大型部署中调整数据储存区容量以满足企业级需求。
<P>您可以查看以下数据储存区信息:</P>
- <TABLE WIDTH="93%" BORDER="1"><TR><TD CLASS="tablehead2"><P>参数</P></TD><TD CLASS="tablehead2"><P>说明</P></TD></TR><TR><TD VALIGN="TOP">
+ <TABLE WIDTH="93%" BORDER="1"><TR><TD CLASS="tablehead2"><P>参数</P></TD><TD CLASS="tablehead2"><P>描述</P></TD></TR><TR><TD VALIGN="TOP">
<P>名称</P>
</TD>
<TD>
Modified: trunk/src/admin/help/zh-CN/systeminfo.html
===================================================================
--- trunk/src/admin/help/zh-CN/systeminfo.html 2013-09-19 12:40:54 UTC (rev 7665)
+++ trunk/src/admin/help/zh-CN/systeminfo.html 2013-09-19 12:41:16 UTC (rev 7666)
@@ -61,7 +61,7 @@
<H3><A NAME="sytemsettings"></A>系统设置</H3>
<p>该系统设置部分会显示以下信息:</p>
<TABLE WIDTH="93%" BORDER="1"><TR><TD CLASS="tablehead2"><P>参数</P></TD><TD CLASS="tablehead2"><P>
- 说明</P></TD></TR><TR><TD VALIGN="TOP">
+ 描述</P></TD></TR><TR><TD VALIGN="TOP">
<P>名称</P>
</TD><TD>
<P>指派给 iFolder 域的名称。</P>
@@ -134,7 +134,7 @@
<P>如果将 iFolder Admin 权限指派给其他用户,则这些用户受登记表和搜索 DN 关系制约。如果删除用户、从“搜索 DN”列表中去除用户的 DN,或将用户移到不在“搜索 DN”中的 DN,则该用户将从登记表中去除并被剥夺 iFolder Admin 权限。</P>
<P><span style="FONT-FAMILY: Arial">iFolder Admin 用户或一级管理员创建二级管理员并为其指派组。</span></P><P><font size="-1"><b>重要说明:</b>您不能将 Admin 用户权限指派给 LDAP 组。</font></P>
<P><span style="FONT-FAMILY: Arial">“系统”页可显示“一级管理员”和“二级管理员”选项卡。以下是这两个选项卡中的常见参数:</span></P>
- <TABLE WIDTH="93%" BORDER="1"><TR><TD CLASS="tablehead2"><P>参数</P></TD><TD CLASS="tablehead2"><P>说明</P></TD></TR>
+ <TABLE WIDTH="93%" BORDER="1"><TR><TD CLASS="tablehead2"><P>参数</P></TD><TD CLASS="tablehead2"><P>描述</P></TD></TR>
<TR><TD VALIGN="TOP">
<P>类型</P>
</TD>
@@ -182,7 +182,7 @@
<p> 下表列出了可为任意给定 iFolder 系统管理的系统策略。单击“保存”可应用修改:</p>
-<TABLE WIDTH="93%" BORDER="1"><TR><TD CLASS="tablehead2"><P>参数</P></TD><TD CLASS="tablehead2"><P>说明</P></TD></TR>
+<TABLE WIDTH="93%" BORDER="1"><TR><TD CLASS="tablehead2"><P>参数</P></TD><TD CLASS="tablehead2"><P>描述</P></TD></TR>
<TR>
<TD VALIGN="TOP">
<h4> 每个用户的 iFolder 数</h4>
@@ -256,8 +256,7 @@
<B>启用</B><BR>
选择<i>启用</i>将启用 iFolder 系统的加密功能。这允许用户为自己的 iFolder 设置加密策略。<br>
<br>
- 取消选中<i>“打开”</i>将对所有用户禁用加密功能。
- <br>
+ 启用加密功能时,它不能处于关闭状态。<br>
<br><B>强制</B><BR>
@@ -296,7 +295,7 @@
<p><font face="Arial">下表列出了可以为二级管理员设置的策略权限。</font></p>
-<TABLE WIDTH="93%" BORDER="1"><TR><TD CLASS="tablehead2"><P>参数</P></TD><TD CLASS="tablehead2"><P>说明</P></TD></TR>
+<TABLE WIDTH="93%" BORDER="1"><TR><TD CLASS="tablehead2"><P>参数</P></TD><TD CLASS="tablehead2"><P>描述</P></TD></TR>
<TR>
<TD VALIGN="TOP">
<h4><span style="FONT-SIZE: 9.5pt; FONT-FAMILY: Arial">iFolder 每用户策略</span></h4>
Modified: trunk/src/admin/help/zh-CN/userdetails.html
===================================================================
--- trunk/src/admin/help/zh-CN/userdetails.html 2013-09-19 12:40:54 UTC (rev 7665)
+++ trunk/src/admin/help/zh-CN/userdetails.html 2013-09-19 12:41:16 UTC (rev 7666)
@@ -62,7 +62,7 @@
<h3><a name="userdetails"></a>用户细节 </h3>
<P>“用户细节”页将显示所选用户的 iFolder 帐户的以下用户细节。 </P>
- <TABLE WIDTH="93%" BORDER="1"><TR><TD CLASS="tablehead2"><P>参数</P></TD><TD CLASS="tablehead2"><P>说明</P></TD></TR><TR><TD VALIGN="TOP">
+ <TABLE WIDTH="93%" BORDER="1"><TR><TD CLASS="tablehead2"><P>参数</P></TD><TD CLASS="tablehead2"><P>描述</P></TD></TR><TR><TD VALIGN="TOP">
<P>用户名</P>
</TD>
<TD>
@@ -147,7 +147,7 @@
<H4>修改用户策略</H4>
<p>下表列出了您可以为任意给定的 iFolder 用户帐户管理的策略。修改以下的一个或多个值,然后单击“保存”以应用新的设置:
</p>
-<TABLE WIDTH="93%" BORDER="1"><TR><TD CLASS="tablehead2"><P>参数</P></TD><TD CLASS="tablehead2"><P>说明</P></TD></TR><TR><TD VALIGN="TOP">
+<TABLE WIDTH="93%" BORDER="1"><TR><TD CLASS="tablehead2"><P>参数</P></TD><TD CLASS="tablehead2"><P>描述</P></TD></TR><TR><TD VALIGN="TOP">
<h4>帐户 </h4>
</TD><TD><P>指定当前是否允许用户登录以同步 iFolder。 </P>
<P>选中该复选框以禁用登录帐户。</P>
@@ -257,11 +257,11 @@
<h4>加密</h4>
</TD>
<TD>
- <P>为所选的用户帐户指定加密策略。该定额可以由系统策略(系统级)强用。系统级策略优先于用户策略。</P>
+ <P>为所选的用户帐户指定加密策略。该定额可由系统策略(系统级)强用。系统级策略优先于用户策略。</P>
<B>启用</B><BR>
选中“启用”以为所选的用户启用加密功能。这将允许用户为他/她的 iFolder 设置加密策略。<br>
<br>
- 取消选择“启用”可为所选的用户禁用加密功能。 <br>
+ 启用加密功能时,它不能处于关闭状态。<br>
<br><B>强制</B><BR>
Modified: trunk/src/admin/help/zh-CN/usermove.html
===================================================================
--- trunk/src/admin/help/zh-CN/usermove.html 2013-09-19 12:40:54 UTC (rev 7665)
+++ trunk/src/admin/help/zh-CN/usermove.html 2013-09-19 12:41:16 UTC (rev 7666)
@@ -60,7 +60,7 @@
<P>该页显示以下细节:</P>
- <TABLE WIDTH="93%" BORDER="1"><TR><TD CLASS="tablehead2"><P>参数</P></TD><TD CLASS="tablehead2"><P>说明</P></TD></TR><TR><TD VALIGN="TOP">
+ <TABLE WIDTH="93%" BORDER="1"><TR><TD CLASS="tablehead2"><P>参数</P></TD><TD CLASS="tablehead2"><P>描述</P></TD></TR><TR><TD VALIGN="TOP">
<P> 类型</P>
</TD>
<TD>
Modified: trunk/src/admin/help/zh-CN/usermove_details.html
===================================================================
--- trunk/src/admin/help/zh-CN/usermove_details.html 2013-09-19 12:40:54 UTC (rev 7665)
+++ trunk/src/admin/help/zh-CN/usermove_details.html 2013-09-19 12:41:16 UTC (rev 7666)
@@ -58,7 +58,7 @@
<P>使用此界面可以查看用户配置或重新配置细节,以及用户所拥有的 iFolder 细节。 </P>
<P>“用户配置细节”页显示选定用户的 iFolder 帐户的以下用户细节。 </P>
- <TABLE WIDTH="93%" BORDER="1"><TR><TD CLASS="tablehead2"><P>参数</P></TD><TD CLASS="tablehead2"><P>说明</P></TD></TR><TR><TD VALIGN="TOP">
+ <TABLE WIDTH="93%" BORDER="1"><TR><TD CLASS="tablehead2"><P>参数</P></TD><TD CLASS="tablehead2"><P>描述</P></TD></TR><TR><TD VALIGN="TOP">
<P>用户名</P>
</TD>
<TD>
@@ -107,7 +107,7 @@
<h4><a name="ifolders"></a> iFolder 细节</h4>
<P>“用户配置细节”页显示选定用户的 iFolder 帐户的以下 iFolder 细节。</P>
- <TABLE WIDTH="93%" BORDER="1"><TR><TD CLASS="tablehead2"><P>参数</P></TD><TD CLASS="tablehead2"><P>说明</P></TD></TR><TD VALIGN="TOP">
+ <TABLE WIDTH="93%" BORDER="1"><TR><TD CLASS="tablehead2"><P>参数</P></TD><TD CLASS="tablehead2"><P>描述</P></TD></TR><TD VALIGN="TOP">
<P>类型</P>
</TD><TD>
<P><img src="../../images/ifolder.png" width="16" height="16" alt="文件夹图标"> 常规 iFolder</P>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <sri...@us...> - 2013-09-19 12:40:57
|
Revision: 7665
http://sourceforge.net/p/simias/code/7665
Author: srinidhi_bs
Date: 2013-09-19 12:40:54 +0000 (Thu, 19 Sep 2013)
Log Message:
-----------
ID: #000000
Reviewer: swims
Localization Required: No
Documentation Required: No
Description: OES11 SP2 updated help files (drop 1)
Modified Paths:
--------------
trunk/src/admin/help/sk/adddatapath.html
trunk/src/admin/help/sk/createifolder.html
trunk/src/admin/help/sk/ifolderdetails.html
trunk/src/admin/help/sk/ifolders.html
trunk/src/admin/help/sk/imgr_legalnotices.html
trunk/src/admin/help/sk/index.html
trunk/src/admin/help/sk/ldapsettings.html
trunk/src/admin/help/sk/legalnotices.html
trunk/src/admin/help/sk/login.html
trunk/src/admin/help/sk/member.html
trunk/src/admin/help/sk/provisionusers.html
trunk/src/admin/help/sk/reports.html
trunk/src/admin/help/sk/serverdetails.html
trunk/src/admin/help/sk/servers.html
trunk/src/admin/help/sk/systeminfo.html
trunk/src/admin/help/sk/userdetails.html
trunk/src/admin/help/sk/usermove.html
trunk/src/admin/help/sk/usermove_details.html
trunk/src/admin/help/sk/users.html
trunk/src/admin/help/sk/webacc.html
Modified: trunk/src/admin/help/sk/adddatapath.html
===================================================================
--- trunk/src/admin/help/sk/adddatapath.html 2013-09-19 12:40:13 UTC (rev 7664)
+++ trunk/src/admin/help/sk/adddatapath.html 2013-09-19 12:40:54 UTC (rev 7665)
@@ -75,7 +75,7 @@
<A HREF="#top" TARGET="_self"><IMG SRC="../../images/goto_top.gif" WIDTH="19" HEIGHT="19" BORDER="0" ALT="Prejsť na začiatok"></A>
<H4 CLASS="ruleabove"><IMG SRC="../../images/xrefbtn.gif" WIDTH="16" HEIGHT="16" ALT="Súvisiace témy" align="top"> Súvisiace témy</H4>
<BLOCKQUOTE class="task1"><P><A HREF="serverdetails.html">Podrobnosti o serveri</A>
-<BR><A HREF="systeminfo.html">Správa systému služieb iFolder </A></P></BLOCKQUOTE><P><A HREF="#top" TARGET="_self"><IMG SRC="../../images/goto_top.gif" WIDTH="19" HEIGHT="19" BORDER="0" ALT="Prejsť na začiatok"></A></P><P> </P><P CLASS="copyright">Symbol ochrannej známky (<SUP><SMALL>®</SMALL></SUP>, <SUP><SMALL>TM</SMALL></SUP> atď.) označuje ochrannú známku spoločnosti Novell. Hviezdička (*) označuje ochrannú známku nezávislého výrobcu. Ďalšie informácie nájdete v časti <A HREF="imgr_legalnotices.html" TARGET="_self" ><font color="#cfcdc6">Právne prehlásenia</font></A>.</P></div>
+<BR><A HREF="systeminfo.html">Správa systému služieb iFolder </A></P></BLOCKQUOTE><P><A HREF="#top" TARGET="_self"><IMG SRC="../../images/goto_top.gif" WIDTH="19" HEIGHT="19" BORDER="0" ALT="Prejsť na začiatok"></A></P><P> </P><P CLASS="copyright">Symbol ochrannej známky (<SUP><SMALL>®</SMALL></SUP>, <SUP><SMALL>TM</SMALL></SUP> atď.) označuje ochrannú známku spoločnosti Novell. Hviezdička (*) označuje ochrannú známku nezávislého výrobcu. Ďalšie informácie nájdete v časti <A HREF="imgr_legalnotices.html" TARGET="_self" ><font color="#cfcdc6">Právne prehlásenia</font></A>.</P></div>
<!-- This is the end of the Help Content layer. -->
</body>
Modified: trunk/src/admin/help/sk/createifolder.html
===================================================================
--- trunk/src/admin/help/sk/createifolder.html 2013-09-19 12:40:13 UTC (rev 7664)
+++ trunk/src/admin/help/sk/createifolder.html 2013-09-19 12:40:54 UTC (rev 7665)
@@ -116,7 +116,7 @@
<P><A HREF="#top" TARGET="_self"><IMG SRC="../../images/goto_top.gif" WIDTH="19" HEIGHT="19" BORDER="0" ALT="Prejsť na začiatok"></A></P>
<H4 CLASS="ruleabove"><IMG SRC="../../images/xrefbtn.gif" WIDTH="16" HEIGHT="16" ALT="Súvisiace témy" align="top"> Súvisiace témy</H4>
- <BLOCKQUOTE class="task1"><P><A HREF="ifolderdetails.html">Správa podrobností o priečinku iFolder </A><BR><A HREF="userdetails.html">Podrobnosti o používateľoch </A><BR><A HREF="users.html">Správa konta používateľa</A></P></BLOCKQUOTE><P><A HREF="#top" TARGET="_self"><IMG SRC="../../images/goto_top.gif" WIDTH="19" HEIGHT="19" BORDER="0" ALT="Prejsť na začiatok"></A></P><P> </P><P CLASS="copyright">Symbol ochrannej známky (<SUP><SMALL>®</SMALL></SUP>, <SUP><SMALL>TM</SMALL></SUP> atď.) označuje ochrannú známku spoločnosti Novell. Hviezdička (*) označuje ochrannú známku nezávislého výrobcu. Ďalšie informácie nájdete v časti <A HREF="imgr_legalnotices.html" TARGET="_self" ><font color="#cfcdc6">Právne prehlásenia</font></A>.</P></div><!-- This is the end of the Help Content layer. -->
+ <BLOCKQUOTE class="task1"><P><A HREF="ifolderdetails.html">Správa podrobností o priečinku iFolder </A><BR><A HREF="userdetails.html">Podrobnosti o používateľoch </A><BR><A HREF="users.html">Správa konta používateľa</A></P></BLOCKQUOTE><P><A HREF="#top" TARGET="_self"><IMG SRC="../../images/goto_top.gif" WIDTH="19" HEIGHT="19" BORDER="0" ALT="Prejsť na začiatok"></A></P><P> </P><P CLASS="copyright">Symbol ochrannej známky (<SUP><SMALL>®</SMALL></SUP>, <SUP><SMALL>TM</SMALL></SUP> atď.) označuje ochrannú známku spoločnosti Novell. Hviezdička (*) označuje ochrannú známku nezávislého výrobcu. Ďalšie informácie nájdete v časti <A HREF="imgr_legalnotices.html" TARGET="_self" ><font color="#cfcdc6">Právne prehlásenia</font></A>.</P></div><!-- This is the end of the Help Content layer. -->
</body>
</html>
\ No newline at end of file
Modified: trunk/src/admin/help/sk/ifolderdetails.html
===================================================================
--- trunk/src/admin/help/sk/ifolderdetails.html 2013-09-19 12:40:13 UTC (rev 7664)
+++ trunk/src/admin/help/sk/ifolderdetails.html 2013-09-19 12:40:54 UTC (rev 7665)
@@ -473,7 +473,7 @@
<H4 CLASS="ruleabove"><IMG SRC="../../images/xrefbtn.gif" WIDTH="16" HEIGHT="16" ALT="Súvisiace témy" align="top"> Súvisiace témy</H4><BLOCKQUOTE class="task1"><P ><A HREF="ifolders.html">Správa priečinkov iFolder.</A><BR><A HREF="users.html">Správa používateľov </A><BR><A HREF="userdetails.html">Podrobnosti o používateľoch </A><BR><A HREF="servers.html#orphan" TARGET="_self">Správa serverov iFolder</A>
</P>
- </BLOCKQUOTE><P><A HREF="#top" TARGET="_self"><IMG SRC="../../images/goto_top.gif" WIDTH="19" HEIGHT="19" BORDER="0" ALT="Prejsť na začiatok"></A></P><P> </P><P CLASS="copyright">Symbol ochrannej známky (<SUP><SMALL>®</SMALL></SUP>, <SUP><SMALL>TM</SMALL></SUP> atď.) označuje ochrannú známku spoločnosti Novell. Hviezdička (*) označuje ochrannú známku nezávislého výrobcu. Ďalšie informácie nájdete v časti <A HREF="imgr_legalnotices.html" TARGET="_self" ><font color="#cfcdc6">Právne prehlásenia</font></A>.</P></div><!-- This is the end of the Help Content layer. -->
+ </BLOCKQUOTE><P><A HREF="#top" TARGET="_self"><IMG SRC="../../images/goto_top.gif" WIDTH="19" HEIGHT="19" BORDER="0" ALT="Prejsť na začiatok"></A></P><P> </P><P CLASS="copyright">Symbol ochrannej známky (<SUP><SMALL>®</SMALL></SUP>, <SUP><SMALL>TM</SMALL></SUP> atď.) označuje ochrannú známku spoločnosti Novell. Hviezdička (*) označuje ochrannú známku nezávislého výrobcu. Ďalšie informácie nájdete v časti <A HREF="imgr_legalnotices.html" TARGET="_self" ><font color="#cfcdc6">Právne prehlásenia</font></A>.</P></div><!-- This is the end of the Help Content layer. -->
</body>
</html>
\ No newline at end of file
Modified: trunk/src/admin/help/sk/ifolders.html
===================================================================
--- trunk/src/admin/help/sk/ifolders.html 2013-09-19 12:40:13 UTC (rev 7664)
+++ trunk/src/admin/help/sk/ifolders.html 2013-09-19 12:40:54 UTC (rev 7665)
@@ -70,7 +70,7 @@
</LI><LI><P>Ak chcete získať zoznam všetkých priečinkov iFolder v systéme, zadajte do poľa Hľadať priečinky iFolder hviezdičku (*).</P></LI><LI><P>Ak chcete získať zoznam všetkých priečinkov iFolder v systéme, ponechajte pole Hľadať priečinky iFolder prázdne.</P></LI></UL>
<P>Neklikajte na stránku, kým sa zobrazenie stránky úplne neobnoví. potom môžete prehľadávať, usporiadavať alebo spravovať priečinky iFolder, ktoré sú zobrazené v zostave výsledkov vyhľadávania. </P>
<H4><A NAME="browse"></A>Prehľadávanie priečinkov iFolder vo výsledkoch vyhľadávania</H4>
- <P>Posúvaním nahor a nadol a prehľadávaním výsledkov vyhľadávania nájdite priečinok iFolder, ktorý chcete spravovať. Pomocou kombinácie vlastníka a názvu priečinka iFolder môžete identifikovať požadovaný priečinok iFolder.</P>
+ <P>Posúvaním nahor a nadol a prehľadávaním výsledkov vyhľadávania nájdite priečinok iFolder, ktorý chcete spravovať. Pomocou kombinácie vlastníka a názvu priečinka iFolder môžete identifikovať požadovaný priečinok iFolder.</P>
<H4><a name="enable"></a>Povolenie, zakázanie a odstránenie priečinka iFolder</H4>
<br>
@@ -125,7 +125,7 @@
<H4 CLASS="ruleabove"><IMG SRC="../../images/xrefbtn.gif" WIDTH="16" HEIGHT="16" ALT="Súvisiace témy" align="top"> Súvisiace témy</H4>
- <BLOCKQUOTE class="task1"><P><A HREF="ifolderdetails.html">Správa podrobností o priečinku iFolder </A><BR><A HREF="userdetails.html">Podrobnosti o používateľoch </A><BR><A HREF="users.html">Správa konta používateľa</A><BR><A HREF="systeminfo.html">Správa systému služieb iFolder</A><BR><A HREF="servers.html">Správa serverov iFolder</A><BR><A HREF="reports.html">Zostavy </A></P></BLOCKQUOTE><P><A HREF="#top" TARGET="_self"><IMG SRC="../../images/goto_top.gif" WIDTH="19" HEIGHT="19" BORDER="0" ALT="Prejsť na začiatok"></A></P><P> </P><P CLASS="copyright">Symbol ochrannej známky (<SUP><SMALL>®</SMALL></SUP>, <SUP><SMALL>TM</SMALL></SUP> atď.) označuje ochrannú známku spoločnosti Novell. Hviezdička (*) označuje ochrannú známku nezávislého výrobcu. Ďalšie informácie nájdete v časti <A HREF="imgr_legalnotices.html" TARGET="_self" ><font color="#cfcdc6">Právne prehlásenia</font></A>.</P></div><!-- This is the end of the Help Content layer. -->
+ <BLOCKQUOTE class="task1"><P><A HREF="ifolderdetails.html">Správa podrobností o priečinku iFolder </A><BR><A HREF="userdetails.html">Podrobnosti o používateľoch </A><BR><A HREF="users.html">Správa konta používateľa</A><BR><A HREF="systeminfo.html">Správa systému služieb iFolder</A><BR><A HREF="servers.html">Správa serverov iFolder</A><BR><A HREF="reports.html">Zostavy </A></P></BLOCKQUOTE><P><A HREF="#top" TARGET="_self"><IMG SRC="../../images/goto_top.gif" WIDTH="19" HEIGHT="19" BORDER="0" ALT="Prejsť na začiatok"></A></P><P> </P><P CLASS="copyright">Symbol ochrannej známky (<SUP><SMALL>®</SMALL></SUP>, <SUP><SMALL>TM</SMALL></SUP> atď.) označuje ochrannú známku spoločnosti Novell. Hviezdička (*) označuje ochrannú známku nezávislého výrobcu. Ďalšie informácie nájdete v časti <A HREF="imgr_legalnotices.html" TARGET="_self" ><font color="#cfcdc6">Právne prehlásenia</font></A>.</P></div><!-- This is the end of the Help Content layer. -->
</body>
</html>
\ No newline at end of file
Modified: trunk/src/admin/help/sk/imgr_legalnotices.html
===================================================================
--- trunk/src/admin/help/sk/imgr_legalnotices.html 2013-09-19 12:40:13 UTC (rev 7664)
+++ trunk/src/admin/help/sk/imgr_legalnotices.html 2013-09-19 12:40:54 UTC (rev 7665)
@@ -56,8 +56,8 @@
<h3>Upozornenie týkajúce sa exportu</h3>
<p>Akékoľvek produkty alebo technické informácie poskytované na základe tohto súhlasu môžu podliehať zákonom Spojených štátov amerických o kontrole exportu a obchodným zákonom iných krajín. Súhlasíte s tým, že budete dodržiavať všetky nariadenia týkajúce sa kontroly exportu a zabezpečíte si všetky povolenia alebo klasifikácie potrebné na export, reexport alebo import produktov. Súhlasíte s tým, že produkty nebudete exportovať ani reexportovať subjektom uvedeným na aktuálnych zoznamoch vylúčenia exportu zo Spojených štátov amerických. Takisto ich nebudete exportovať ani reexportovať do krajín, na ktoré je uvalené embargo, ani do teroristických krajín, ako je to uvedené v zákonoch Spojených štátov amerických o exporte. Súhlasíte s tým, že produkty nebudete používať v súvislosti s koncovým používaním zakázaných jadrových, raketových, chemických alebo biologických zbraní. Ak sa chcete dozvedieť viac o exporte softvéru Novell, navštívte stránku <a href="http://www.novell.com/info/exports/">medzinárodných obchodných služieb spoločnosti Novell</a>. Spoločnosť Novell nepreberá zodpovednosť za váš neúspech pri získavaní potrebných oprávnení na vývoz.</p>
<h3>Autorské práva</h3>
- <p>Copyright © 2005-2011 Novell, Inc. Všetky práva vyhradené. Bez predchádzajúceho písomného súhlasu vydavateľa nie je možné žiadnu časť tejto publikácie reprodukovať, kopírovať, uschovávať vo vyhľadávacích systémoch ani prenášať.</p>
-
+ <p>Copyright © 2011 Novell, Inc. Všetky práva vyhradené. Bez predchádzajúceho písomného súhlasu vydavateľa nie je možné žiadnu časť tejto publikácie reprodukovať, kopírovať, uschovávať vo vyhľadávacích systémoch ani prenášať.</p>
+ <h3> </h3>
</div>
</body>
</html>
\ No newline at end of file
Modified: trunk/src/admin/help/sk/index.html
===================================================================
--- trunk/src/admin/help/sk/index.html 2013-09-19 12:40:13 UTC (rev 7664)
+++ trunk/src/admin/help/sk/index.html 2013-09-19 12:40:54 UTC (rev 7665)
@@ -50,6 +50,6 @@
<p><a href="#login" target="_self">Prihlásenie a odhlásenie</a> <br>
<a href="#browse" target="_self">Prehľadávanie priečinkov iFolder</a> <br> <a href="#manage" target="_self">Správa súborov a priečinkov iFolder v aplikácii iFolder</a></p></blockquote><h3><a name="login"></a>Prihlásenie a odhlásenie</h3><p>Ak uplynie pri práci s priečinkami iFolder časový limit pripojenia do systému, vráti sa používateľ pri použití webového prístupu na prihlasovaciu stránku. Používateľ sa môže opäť prihlásiť a bez ukončenia prehľadávača pokračovať v práci.</p><p>Ak sa chcete odhlásiť, kliknite na tlačidlo Odhlásiť v pravom hornom rohu a zatvorte prehľadávač. Ak sa neodhlásite, vaša relácia ostane otvorená, kým nevyprší časový limit relácie. To môže predstavovať bezpečnostné riziko. </p><p><a href="#top" target="_self"><img src="../../images/goto_top.gif" width="19" height="19" border="0" alt="Prejsť na začiatok"></a></p><h3><a name="browse"></a>Prehľadávanie priečinkov iFolder</h3><p>Na stránke aplikácie iFolder sú zobrazené všetky priečinky iFolder, ktoré má používateľ k dispozícii v rámci aktuálneho konta. Medzi dostupné priečinky iFolder patria vlastné priečinky používateľa a priečinky, ktoré používateľ zdieľa s ostatnými používateľmi. Používateľ môže pristupovať k zdieľaným priečinkom iFolder prostredníctvom služby Web Access i v prípade, že aplikácia iFolder nie je na lokálnom počítači nastavená. V stĺpci Vlastník sa nachádza meno používateľa, ktorý vlastní príslušný priečinok iFolder. Táto informácia pomáha používateľom pri vyhľadávaní priečinkov iFolder. </p><p>Kliknutím na názov priečinka iFolder zobrazíte zoznam jeho priečinkov a súborov, môžete odovzdávať a preberať súbory, vytvárať priečinky a odstraňovať priečinky a súbory.</p><p><a href="#top" target="_self"><img src="../../images/goto_top.gif" width="19" height="19" border="0" alt="Prejsť na začiatok"></a></p><h3><a name="manage"></a>Správa súborov a priečinkov iFolder v aplikácii iFolder</h3><p>V priečinku iFolder môžete vykonať nasledujúce úlohy:</p><blockquote> <p><b>Zobraziť zoznam priečinkov a súborov</b><br>Stránka aplikácie iFolder zobrazuje abecedný zoznam priečinkov a súborov. Posúvaním zobrazenia môžete prejsť na požadovaný adresár alebo súbor. </p><p><b>Prejsť na adresár</b><br>Kliknutím na názov priečinka <img src="../../images/folder_16.gif" width="16" height="16" alt="Ikona priečinka"> priečinok otvoríte a zobrazíte jeho obsah. Ak sa chcete vrátiť do adresára vyššej úrovne, kliknite na ikonu vyššieho priečinka <img src="../../images/up_folder_16.gif" width="14" height="12" alt="Ikona vyššieho priečinka"> na paneli úloh.<br> </p><p><b>Otvoriť alebo uložiť súbor</b><br>Kliknite na názov súboru <img src="../../images/file_16.gif" width="16" height="16" alt="Ikona súboru">, ktorý chcete otvoriť alebo uložiť. </p><ul> <li><p>Kliknutím na tlačidlo Otvoriť zobrazíte obsah súboru. Ak chcete súbor otvoriť, musí byť v počítači nainštalovaná kompatibilná aplikácia. Ak chcete pracovať so súborom, prevezmite ho, zmeňte a potom súbor odovzdajte.</p></li><li><p>Kliknutím na tlačidlo Uložiť uložíte súbor na lokálny pevný disk alebo na pripojenú sieťovú jednotku. Prejdite na umiestnenie, do ktorého chcete súbor umiestniť, a kliknite na tlačidlo Uložiť. Súbor sa prevezme do počítača.</p></li></ul><p><b>Vytvoriť nový priečinok</b> <br> Do poľa Nový priečinok zadajte názov nového priečinka a kliknite na možnosť Vytvoriť. Názvy priečinkov rozlišujú veľké a malé písmená. Po obnovení zobrazenia stránky sa súbor zobrazí v abecednom zozname.<br></p><p><b>Odstrániť priečinky alebo súbory</b><br>Vyberte začiarkavacie políčko vedľa jedného alebo viacerých priečinkov alebo súborov, ktoré chcete odstrániť, a kliknite na tlačidlo Odstrániť. Potom odstránenie potvrďte.</p><p><b>Odovzdať súbor</b> <br> V poli Odovzdať súbor kliknite na tlačidlo Prehľadávať. Vyhľadajte lokálny priečinok, ktorý chcete odovzdať, a kliknite na možnosti Otvoriť > Odovzdať. Po obnovení zobrazenia stránky sa súbor zobrazí v abecednom zozname.</p></blockquote><p>
<a href="#top" target="_self"><img src="../../images/goto_top.gif" width="19" height="19" border="0" alt="Prejsť na začiatok"></a>
-</p><p> </p><P CLASS="copyright">Symbol ochrannej známky (<SUP><SMALL>®</SMALL></SUP>, <SUP><SMALL>TM</SMALL></SUP> atď.) označuje ochrannú známku spoločnosti Novell. Hviezdička (*) označuje ochrannú známku nezávislého výrobcu. Ďalšie informácie nájdete v časti <A HREF="legalnotices.html" TARGET="_self" ><font color="#cfcdc6">Právne prehlásenia</font></A>.</P></div><!-- This is the end of the Help Content layer. -->
+</p><p> </p><P CLASS="copyright">Symbol ochrannej známky (<SUP><SMALL>®</SMALL></SUP>, <SUP><SMALL>TM</SMALL></SUP> atď.) označuje ochrannú známku spoločnosti Novell. Hviezdička (*) označuje ochrannú známku nezávislého výrobcu. Ďalšie informácie nájdete v časti <A HREF="legalnotices.html" TARGET="_self" ><font color="#cfcdc6">Právne prehlásenia</font></A>.</P></div><!-- This is the end of the Help Content layer. -->
</body>
</html>
\ No newline at end of file
Modified: trunk/src/admin/help/sk/ldapsettings.html
===================================================================
--- trunk/src/admin/help/sk/ldapsettings.html 2013-09-19 12:40:13 UTC (rev 7664)
+++ trunk/src/admin/help/sk/ldapsettings.html 2013-09-19 12:40:54 UTC (rev 7665)
@@ -106,7 +106,7 @@
<P>Dokonca aj keď je používateľ odstránený z kontextu LDAP, pri prvej synchronizácii LDAP sa tento používateľ iba deaktivuje v doméne aplikácie iFolder bez ohľadu na politiku intervalu darovaných prihlásení. Deaktivovaný používateľ sa nikdy neodstráni automaticky po uplynutí časového intervalu darovaných prihlásení a bude aj naďalej existovať v doméne aplikácie iFolder v deaktivovanom stave. Ak sa tento používateľ nakonfiguruje znova pred uplynutím časového intervalu darovaných prihlásení, aktivuje sa spolu so všetkými priečinkami iFolder. Po uplynutí časového intervalu darovaných prihlásení sa pri najbližšej synchronizácii LDAP používateľ odstráni z domény aplikácie iFolder a všetky jeho priečinky iFolder sa stanú osamotenými. Osamotené priečinky iFolder sa priradia správcovi aplikácie iFolder.</P>
</TD></TR>
</TABLE><P><A HREF="#top" TARGET="_self"><IMG SRC="../../images/goto_top.gif" WIDTH="19" HEIGHT="19" BORDER="0" ALT="Prejsť na začiatok"></A></P><H4 CLASS="ruleabove"><IMG SRC="../../images/xrefbtn.gif" WIDTH="16" HEIGHT="16" ALT="Súvisiace témy" align="top"> Súvisiace témy</H4><BLOCKQUOTE class="task1">
-<P ><A HREF="system.html">Správa systému služieb iFolder</A><BR><A HREF="member.html">Správa konta používateľa</A></P></BLOCKQUOTE><P><A HREF="#top" TARGET="_self"><IMG SRC="../../images/goto_top.gif" WIDTH="19" HEIGHT="19" BORDER="0" ALT="Prejsť na začiatok"></A></P><P> </P><P CLASS="copyright">Symbol ochrannej známky (<SUP><SMALL>®</SMALL></SUP>, <SUP><SMALL>TM</SMALL></SUP> atď.) označuje ochrannú známku spoločnosti Novell. Hviezdička (*) označuje ochrannú známku nezávislého výrobcu. Ďalšie informácie nájdete v časti <A HREF="imgr_legalnotices.html" TARGET="_self" ><font color="#cfcdc6">Právne prehlásenia</font></A>.</P></div><!-- This is the end of the Help Content layer. -->
+<P ><A HREF="system.html">Správa systému služieb iFolder</A><BR><A HREF="member.html">Správa konta používateľa</A></P></BLOCKQUOTE><P><A HREF="#top" TARGET="_self"><IMG SRC="../../images/goto_top.gif" WIDTH="19" HEIGHT="19" BORDER="0" ALT="Prejsť na začiatok"></A></P><P> </P><P CLASS="copyright">Symbol ochrannej známky (<SUP><SMALL>®</SMALL></SUP>, <SUP><SMALL>TM</SMALL></SUP> atď.) označuje ochrannú známku spoločnosti Novell. Hviezdička (*) označuje ochrannú známku nezávislého výrobcu. Ďalšie informácie nájdete v časti <A HREF="imgr_legalnotices.html" TARGET="_self" ><font color="#cfcdc6">Právne prehlásenia</font></A>.</P></div><!-- This is the end of the Help Content layer. -->
</body>
</html>
\ No newline at end of file
Modified: trunk/src/admin/help/sk/legalnotices.html
===================================================================
--- trunk/src/admin/help/sk/legalnotices.html 2013-09-19 12:40:13 UTC (rev 7664)
+++ trunk/src/admin/help/sk/legalnotices.html 2013-09-19 12:40:54 UTC (rev 7665)
@@ -27,7 +27,7 @@
#helpcontent { position: absolute; top: 37px; left: 10px; width: 93%; visibility: visible }
-->
-
+ </style>
@@ -44,9 +44,7 @@
<!-- The Page Heading uses CSS style "head3b". This creates an H3 header
with a line beneath it.
---> <h3 class="head3b">Právne poznámky</h3><p>Spoločnosť Novell, Inc. neposkytuje žiadne vyhlásenia ani záruky týkajúce sa obsahu alebo použitia tejto dokumentácie a predovšetkým odmieta poskytovať akékoľvek výslovné alebo implikované záruky jej obchodovateľnosti alebo vhodnosti na určitý účel. Spoločnosť Novell, Inc. si ďalej vyhradzuje právo kedykoľvek tento dokument upraviť a zmeniť jeho obsah bez povinnosti upozorniť akúkoľvek osobu alebo subjekt na tieto úpravy a zmeny.</p><p>Spoločnosť Novell, Inc. neposkytuje žiadne vyhlásenia alebo záruky týkajúce sa akéhokoľvek softvéru a predovšetkým odmieta poskytovať akékoľvek výslovné alebo implikované záruky jeho obchodovateľnosti alebo vhodnosti na určitý účel. Spoločnosť Novell, Inc. si ďalej vyhradzuje právo kedykoľvek zmeniť ktorúkoľvek časť alebo všetky časti softvéru Novell, bez povinnosti upozorniť akúkoľvek osobu alebo subjekt na tieto zmeny.</p><h3>Upozornenie o vývoze</h3><p>Tento produkt sa nesmie používať, vyvážať ani opätovne vyvážať v rozpore s akýmkoľvek platným zákonom alebo vyhláškou vrátane, bez obmedzenia, vyhlášok Spojených štátov o vývoze alebo zákonov krajiny, v ktorej sa nachádzate.</p>
-<h3>Copyright</h3>
- <p>Copyright © 2005-2011 Novell, Inc. Všetky práva vyhradené. Bez predchádzajúceho písomného súhlasu vydavateľa nie je možné žiadnu časť tejto publikácie reprodukovať, kopírovať, uschovávať vo vyhľadávacích systémoch ani prenášať.</p>
+--> <h3 class="head3b">Právne poznámky</h3><p>Spoločnosť Novell, Inc. neposkytuje žiadne vyhlásenia ani záruky týkajúce sa obsahu alebo použitia tejto dokumentácie a predovšetkým odmieta poskytovať akékoľvek výslovné alebo implikované záruky jej obchodovateľnosti alebo vhodnosti na určitý účel. Spoločnosť Novell, Inc. si ďalej vyhradzuje právo kedykoľvek tento dokument upraviť a zmeniť jeho obsah bez povinnosti upozorniť akúkoľvek osobu alebo subjekt na tieto úpravy a zmeny.</p><p>Spoločnosť Novell, Inc. neposkytuje žiadne vyhlásenia alebo záruky týkajúce sa akéhokoľvek softvéru a predovšetkým odmieta poskytovať akékoľvek výslovné alebo implikované záruky jeho obchodovateľnosti alebo vhodnosti na určitý účel. Spoločnosť Novell, Inc. si ďalej vyhradzuje právo kedykoľvek zmeniť ktorúkoľvek časť alebo všetky časti softvéru Novell, bez povinnosti upozorniť akúkoľvek osobu alebo subjekt na tieto zmeny.</p><h3>Upozornenie o vývoze</h3><p>Tento produkt sa nesmie používať, vyvážať ani opätovne vyvážať v rozpore s akýmkoľvek platným zákonom alebo vyhláškou vrátane, bez obmedzenia, vyhlášok Spojených štátov o vývoze alebo zákonov krajiny, v ktorej sa nachádzate.</p><h3> </h3>
</div>
</body>
</html>
\ No newline at end of file
Modified: trunk/src/admin/help/sk/login.html
===================================================================
--- trunk/src/admin/help/sk/login.html 2013-09-19 12:40:13 UTC (rev 7664)
+++ trunk/src/admin/help/sk/login.html 2013-09-19 12:40:54 UTC (rev 7665)
@@ -72,7 +72,7 @@
<A HREF="#top" TARGET="_self"><IMG SRC="../../images/goto_top.gif" WIDTH="19" HEIGHT="19" BORDER="0" ALT="Prejsť na začiatok"></A>
<H4 CLASS="ruleabove"><IMG SRC="../../images/xrefbtn.gif" WIDTH="16" HEIGHT="16" ALT="Súvisiace témy" align="top"> Súvisiace témy</H4>
<BLOCKQUOTE class="task1"><P><A HREF="webacc.html">Spustenie správcu Web Admin</A>
-<BR><A HREF="member.html">Správa konzoly správcu Web Admin</A></P></BLOCKQUOTE><P><A HREF="#top" TARGET="_self"><IMG SRC="../../images/goto_top.gif" WIDTH="19" HEIGHT="19" BORDER="0" ALT="Prejsť na začiatok"></A></P><P> </P><P CLASS="copyright">Symbol ochrannej známky (<SUP><SMALL>®</SMALL></SUP>, <SUP><SMALL>TM</SMALL></SUP> atď.) označuje ochrannú známku spoločnosti Novell. Hviezdička (*) označuje ochrannú známku nezávislého výrobcu. Ďalšie informácie nájdete v časti <A HREF="imgr_legalnotices.html" TARGET="_self" ><font color="#cfcdc6">Právne prehlásenia</font></A>.</P></div>
+<BR><A HREF="member.html">Správa konzoly správcu Web Admin</A></P></BLOCKQUOTE><P><A HREF="#top" TARGET="_self"><IMG SRC="../../images/goto_top.gif" WIDTH="19" HEIGHT="19" BORDER="0" ALT="Prejsť na začiatok"></A></P><P> </P><P CLASS="copyright">Symbol ochrannej známky (<SUP><SMALL>®</SMALL></SUP>, <SUP><SMALL>TM</SMALL></SUP> atď.) označuje ochrannú známku spoločnosti Novell. Hviezdička (*) označuje ochrannú známku nezávislého výrobcu. Ďalšie informácie nájdete v časti <A HREF="imgr_legalnotices.html" TARGET="_self" ><font color="#cfcdc6">Právne prehlásenia</font></A>.</P></div>
<!-- This is the end of the Help Content layer. -->
</body>
Modified: trunk/src/admin/help/sk/member.html
===================================================================
--- trunk/src/admin/help/sk/member.html 2013-09-19 12:40:13 UTC (rev 7664)
+++ trunk/src/admin/help/sk/member.html 2013-09-19 12:40:54 UTC (rev 7665)
@@ -146,7 +146,7 @@
<H4 CLASS="ruleabove"><IMG SRC="../../images/xrefbtn.gif" WIDTH="16" HEIGHT="16" ALT="Súvisiace témy" align="top"> Súvisiace témy</H4><BLOCKQUOTE class="task1"><P ><A HREF="login.html">Prihlásenie do správcu Web Admin</A><BR><A HREF="webacc.html">Spustenie správcu Web Admin</A><BR><A HREF="users.html">Správa konta používateľa</A><BR>
<A HREF="ifolders.html">Správa priečinkov iFolder</A><BR>
- <A HREF="ifolderdetails.html">Správa podrobností o priečinku iFolder</A></P></BLOCKQUOTE><P><A HREF="#top" TARGET="_self"><IMG SRC="../../images/goto_top.gif" WIDTH="19" HEIGHT="19" BORDER="0" ALT="Prejsť na začiatok"></A></P><P> </P><P CLASS="copyright">Symbol ochrannej známky (<SUP><SMALL>®</SMALL></SUP>, <SUP><SMALL>TM</SMALL></SUP> atď.) označuje ochrannú známku spoločnosti Novell. Hviezdička (*) označuje ochrannú známku nezávislého výrobcu. Ďalšie informácie nájdete v časti <A HREF="imgr_legalnotices.html" TARGET="_self" ><font color="#cfcdc6">Právne prehlásenia</font></A>.</P></div><!-- This is the end of the Help Content layer. -->
+ <A HREF="ifolderdetails.html">Správa podrobností o priečinku iFolder</A></P></BLOCKQUOTE><P><A HREF="#top" TARGET="_self"><IMG SRC="../../images/goto_top.gif" WIDTH="19" HEIGHT="19" BORDER="0" ALT="Prejsť na začiatok"></A></P><P> </P><P CLASS="copyright">Symbol ochrannej známky (<SUP><SMALL>®</SMALL></SUP>, <SUP><SMALL>TM</SMALL></SUP> atď.) označuje ochrannú známku spoločnosti Novell. Hviezdička (*) označuje ochrannú známku nezávislého výrobcu. Ďalšie informácie nájdete v časti <A HREF="imgr_legalnotices.html" TARGET="_self" ><font color="#cfcdc6">Právne prehlásenia</font></A>.</P></div><!-- This is the end of the Help Content layer. -->
</body>
</html>
\ No newline at end of file
Modified: trunk/src/admin/help/sk/provisionusers.html
===================================================================
--- trunk/src/admin/help/sk/provisionusers.html 2013-09-19 12:40:13 UTC (rev 7664)
+++ trunk/src/admin/help/sk/provisionusers.html 2013-09-19 12:40:54 UTC (rev 7665)
@@ -58,7 +58,7 @@
<li>
<p>Vyberte server v rozbaľovacom zozname. </p>
</li><li>
- <p>Kliknite na tlačidlo Poskytovanie/Opätovné poskytovanie </p>
+ <p>Kliknite na tlačidlo Poskytovanie/Opätovné poskytovanie. </p>
</li>
</ol>
@@ -70,7 +70,7 @@
<A HREF="#top" TARGET="_self"><IMG SRC="../../images/goto_top.gif" WIDTH="19" HEIGHT="19" BORDER="0" ALT="Prejsť na začiatok"></A>
<H4 CLASS="ruleabove"><IMG SRC="../../images/xrefbtn.gif" WIDTH="16" HEIGHT="16" ALT="Súvisiace témy" align="top"> Súvisiace témy</H4>
<BLOCKQUOTE class="task1"><P><A HREF="serverdetails.html">Podrobnosti o serveri</A>
-<BR><A HREF="systeminfo.html">Správa systému služieb iFolder </A></P></BLOCKQUOTE><P><A HREF="#top" TARGET="_self"><IMG SRC="../../images/goto_top.gif" WIDTH="19" HEIGHT="19" BORDER="0" ALT="Prejsť na začiatok"></A></P><P> </P><P CLASS="copyright">Symbol ochrannej známky (<SUP><SMALL>®</SMALL></SUP>, <SUP><SMALL>TM</SMALL></SUP> atď.) označuje ochrannú známku spoločnosti Novell. Hviezdička (*) označuje ochrannú známku nezávislého výrobcu. Ďalšie informácie nájdete v časti <A HREF="imgr_legalnotices.html" TARGET="_self" ><font color="#cfcdc6">Právne prehlásenia</font></A>.</P></div>
+<BR><A HREF="systeminfo.html">Správa systému služieb iFolder </A></P></BLOCKQUOTE><P><A HREF="#top" TARGET="_self"><IMG SRC="../../images/goto_top.gif" WIDTH="19" HEIGHT="19" BORDER="0" ALT="Prejsť na začiatok"></A></P><P> </P><P CLASS="copyright">Symbol ochrannej známky (<SUP><SMALL>®</SMALL></SUP>, <SUP><SMALL>TM</SMALL></SUP> atď.) označuje ochrannú známku spoločnosti Novell. Hviezdička (*) označuje ochrannú známku nezávislého výrobcu. Ďalšie informácie nájdete v časti <A HREF="imgr_legalnotices.html" TARGET="_self" ><font color="#cfcdc6">Právne prehlásenia</font></A>.</P></div>
<!-- This is the end of the Help Content layer. -->
</body>
Modified: trunk/src/admin/help/sk/reports.html
===================================================================
--- trunk/src/admin/help/sk/reports.html 2013-09-19 12:40:13 UTC (rev 7664)
+++ trunk/src/admin/help/sk/reports.html 2013-09-19 12:40:54 UTC (rev 7665)
@@ -82,7 +82,7 @@
<p> Kliknutím na Zrušiť zrušíte nastavenia.</p>
</OL>
<P>
-<A HREF="#top" TARGET="_self"><IMG SRC="../../images/goto_top.gif" WIDTH="19" HEIGHT="19" BORDER="0" ALT="Prejsť na začiatok"></A></P><H4 CLASS="ruleabove"><IMG SRC="../../images/xrefbtn.gif" WIDTH="16" HEIGHT="16" ALT="Súvisiace témy" align="top"> Súvisiace témy</H4><BLOCKQUOTE class="task1"><P><A HREF="serverdetails.html">Podrobnosti o serveri</A><BR><A HREF="ifolderdetails.html">Správa podrobností o priečinku iFolder</A> <BR><A HREF="ifolders.html">Správa priečinkov iFolder</A><BR><A HREF="systeminfo.html">Správa systému služieb iFolder</A><BR><A HREF="servers.html">Správa serverov iFolder</A><BR><A HREF="users.html">Správa konta používateľa</A></P></BLOCKQUOTE><P><P CLASS="copyright">Symbol ochrannej známky (<SUP><SMALL>®</SMALL></SUP>, <SUP><SMALL>TM</SMALL></SUP> atď.) označuje ochrannú známku spoločnosti Novell. Hviezdička (*) označuje ochrannú známku nezávislého výrobcu. Ďalšie informácie nájdete v časti <A HREF="imgr_legalnotices.html" TARGET="_self" ><font color="#cfcdc6">Právne prehlásenia</font></A>.</P></div><!-- This is the end of the Help Content layer. -->
+<A HREF="#top" TARGET="_self"><IMG SRC="../../images/goto_top.gif" WIDTH="19" HEIGHT="19" BORDER="0" ALT="Prejsť na začiatok"></A></P><H4 CLASS="ruleabove"><IMG SRC="../../images/xrefbtn.gif" WIDTH="16" HEIGHT="16" ALT="Súvisiace témy" align="top"> Súvisiace témy</H4><BLOCKQUOTE class="task1"><P><A HREF="serverdetails.html">Podrobnosti o serveri</A><BR><A HREF="ifolderdetails.html">Správa podrobností o priečinku iFolder</A> <BR><A HREF="ifolders.html">Správa priečinkov iFolder</A><BR><A HREF="systeminfo.html">Správa systému služieb iFolder</A><BR><A HREF="servers.html">Správa serverov iFolder</A><BR><A HREF="users.html">Správa konta používateľa</A></P></BLOCKQUOTE><P><P CLASS="copyright">Symbol ochrannej známky (<SUP><SMALL>®</SMALL></SUP>, <SUP><SMALL>TM</SMALL></SUP> atď.) označuje ochrannú známku spoločnosti Novell. Hviezdička (*) označuje ochrannú známku nezávislého výrobcu. Ďalšie informácie nájdete v časti <A HREF="imgr_legalnotices.html" TARGET="_self" ><font color="#cfcdc6">Právne prehlásenia</font></A>.</P></div><!-- This is the end of the Help Content layer. -->
</body>
</html>
\ No newline at end of file
Modified: trunk/src/admin/help/sk/serverdetails.html
===================================================================
--- trunk/src/admin/help/sk/serverdetails.html 2013-09-19 12:40:13 UTC (rev 7664)
+++ trunk/src/admin/help/sk/serverdetails.html 2013-09-19 12:40:54 UTC (rev 7665)
@@ -66,11 +66,11 @@
<TABLE WIDTH="93%" BORDER="1"><TR><TD CLASS="tablehead2"><P>Parameter</P></TD><TD CLASS="tablehead2"><P>Popis</P></TD></TR><TR><TD VALIGN="TOP">
<P>Názov (iba na čítanie)</P>
</TD><TD>
- <P>Názov pridelený serveru</P>
+ <P>Názov pridelený serveru.</P>
</TD><TR><TD VALIGN="TOP">
<P>Typ</P>
</TD><TD>
- <P>Typ serveru (hlavný alebo vedľajší) Ak chcete tento server označiť ako hlavný server, kliknite na položku Nastaviť ako hlavný. </P>
+ <P>Typ serveru (hlavný alebo vedľajší). Ak chcete tento server označiť ako hlavný server, kliknite na položku Nastaviť ako hlavný. </P>
</TD><TR><TD VALIGN="TOP">
<P>Názov DNS</P>
</TD><TD>
@@ -229,7 +229,7 @@
<P>Protokol SSL serveru LDAP</P>
</TD>
<TD>
- <P>Zobrazuje, či je protokol SSL servera LDAP povolený alebo nie. Taktiež Vám umožňuje povoliť alebo zakázať pripojenie SSL servera LDAP</P>
+ <P>Zobrazuje, či je protokol SSL servera LDAP povolený alebo nie. Taktiež Vám umožňuje povoliť alebo zakázať pripojenie SSL servera LDAP.</P>
</TD><TR><TD VALIGN="TOP">
<P>Používateľ servera Proxy</p>
@@ -291,7 +291,7 @@
<A HREF="#top" TARGET="_self"><IMG SRC="../../images/goto_top.gif" WIDTH="19" HEIGHT="19" BORDER="0" ALT="Prejsť na začiatok"></A>
- <H4 CLASS="ruleabove"><IMG SRC="../../images/xrefbtn.gif" WIDTH="16" HEIGHT="16" ALT="Súvisiace témy" align="top"> Súvisiace témy</H4><BLOCKQUOTE class="task1"><P ><BR><A HREF="servers.html">Správa serverov</A><BR><A HREF="reports.html">Zostavy </A><BR><A HREF="ifolderdetails.html">Správa podrobností o priečinku iFolder </A><BR><A HREF="member.html">Správa účtu používateľa</A></P></BLOCKQUOTE><P><A HREF="#top" TARGET="_self"><IMG SRC="../../images/goto_top.gif" WIDTH="19" HEIGHT="19" BORDER="0" ALT="Prejsť na začiatok"></A></P><P> </P><P CLASS="copyright">Symbol ochrannej známky (<SUP><SMALL>®</SMALL></SUP>, <SUP><SMALL>TM</SMALL></SUP> atď.) označuje ochrannú známku spoločnosti Novell. Hviezdička (*) označuje ochrannú známku nezávislého výrobcu. Ďalšie informácie nájdete v časti <A HREF="imgr_legalnotices.html" TARGET="_self" ><font color="#cfcdc6">Právne prehlásenia</font></A>.</P></div><!-- This is the end of the Help Content layer. -->
+ <H4 CLASS="ruleabove"><IMG SRC="../../images/xrefbtn.gif" WIDTH="16" HEIGHT="16" ALT="Súvisiace témy" align="top"> Súvisiace témy</H4><BLOCKQUOTE class="task1"><P ><BR><A HREF="servers.html">Správa serverov</A><BR><A HREF="reports.html">Zostavy </A><BR><A HREF="ifolderdetails.html">Správa podrobností o priečinku iFolder </A><BR><A HREF="member.html">Správa účtu používateľa</A></P></BLOCKQUOTE><P><A HREF="#top" TARGET="_self"><IMG SRC="../../images/goto_top.gif" WIDTH="19" HEIGHT="19" BORDER="0" ALT="Prejsť na začiatok"></A></P><P> </P><P CLASS="copyright">Symbol ochrannej známky (<SUP><SMALL>®</SMALL></SUP>, <SUP><SMALL>TM</SMALL></SUP> atď.) označuje ochrannú známku spoločnosti Novell. Hviezdička (*) označuje ochrannú známku nezávislého výrobcu. Ďalšie informácie nájdete v časti <A HREF="imgr_legalnotices.html" TARGET="_self" ><font color="#cfcdc6">Právne prehlásenia</font></A>.</P></div><!-- This is the end of the Help Content layer. -->
</body>
</html>
\ No newline at end of file
Modified: trunk/src/admin/help/sk/servers.html
===================================================================
--- trunk/src/admin/help/sk/servers.html 2013-09-19 12:40:13 UTC (rev 7664)
+++ trunk/src/admin/help/sk/servers.html 2013-09-19 12:40:54 UTC (rev 7665)
@@ -53,7 +53,7 @@
with a line beneath it.
-->
<h3 class="head3b">Správa serverov iFolder</h3>
- <p> Toto rozhranie použite na správu serverov iFolder pri inštalácii viacerých serverov. Pomocou nástroja na vyhľadávanie môžete vyhľadať umiestnenie servera, ktorý chcete spravovať. </p>
+ <p> Toto rozhranie použite na správu serverov iFolder pri inštalácii viacerých serverov. Pomocou nástroja na vyhľadávanie môžete vyhľadať umiestnenie servera, ktorý chcete spravovať. </p>
<H4><A NAME="browse"></A> Vyhľadávanie na serveroch aplikácie iFolder</H4>
<OL>
<LI>
@@ -76,7 +76,7 @@
</LI>
</UL>
<P>Neklikajte na stránku, kým sa zobrazenie stránky úplne neobnoví. Potom môžete prehľadávať, triediť alebo spravovať servery zobrazené v zostave Výsledky vyhľadávania. </P>
- <P>Posúvaním nahor a nadol a prehľadávaním výsledkov vyhľadávania nájdite server, ktorý chcete spravovať. </P>
+ <P>Posúvaním nahor a nadol a prehľadávaním výsledkov vyhľadávania nájdite server, ktorý chcete spravovať. </P>
</LI>
</OL>
@@ -89,14 +89,14 @@
<p>Na stránke Server použite nástroj vyhľadávania na určenie umiestnenia serveru použitím kritérií vyhľadávania.</p>
</li>
<li>
- <p>Kliknutím na prepojenie s názvom servera otvoríte stránku podrobností o serveri na stránke servera.</p><p><B><FONT SIZE="-1">Upozornenie:</FONT></B> <FONT SIZE="-1"> Informácie, ktoré môžete vidieť na tejto stránke sú špecifické iba pre server, ktorý ste aktuálne prihlásili. Pre akékoľvek úpravy sa musíte prihlásiť na konzolu webovej správy príslušného servera.</font></p>
+ <p>Kliknutím na prepojenie s názvom servera otvoríte stránku podrobností o serveri na stránke servera.</p><p><B><FONT SIZE="-1">Upozornenie:</FONT></B> <FONT SIZE="-1"> Informácie, ktoré môžete vidieť na tejto stránke sú špecifické iba pre server, ktorý ste aktuálne prihlásili. Pre akékoľvek úpravy sa musíte prihlásiť na konzolu webovej správy príslušného servera.</font></p>
</li>
</ol>
<P><A HREF="#top" TARGET="_self"><IMG SRC="../../images/goto_top.gif" WIDTH="19" HEIGHT="19" BORDER="0" ALT="Prejsť na začiatok"></A></P>
<H4 CLASS="ruleabove"><IMG SRC="../../images/xrefbtn.gif" WIDTH="16" HEIGHT="16" ALT="Súvisiace témy" align="top"> Súvisiace témy</H4>
- <BLOCKQUOTE class="task1"><P><A HREF="serverdetails.html">Podrobnosti o serveri</A><BR><A HREF="reports.html">Zostavy </A><BR><A HREF="ifolderdetails.html">Správa podrobností o priečinku iFolder </A><BR><A HREF="users.html">Správa účtu používateľa</A><BR><A HREF="systeminfo.html">Správa systému služieb iFolder</A><BR><A HREF="ifolders.html">Správa priečinkov iFolder</A></P></BLOCKQUOTE><P><A HREF="#top" TARGET="_self"><IMG SRC="../../images/goto_top.gif" WIDTH="19" HEIGHT="19" BORDER="0" ALT="Prejsť na začiatok"></A></P><P> </P><P CLASS="copyright">Symbol ochrannej známky (<SUP><SMALL>®</SMALL></SUP>, <SUP><SMALL>TM</SMALL></SUP> atď.) označuje ochrannú známku spoločnosti Novell. Hviezdička (*) označuje ochrannú známku nezávislého výrobcu. Ďalšie informácie nájdete v časti <A HREF="imgr_legalnotices.html" TARGET="_self" ><font color="#cfcdc6">Právne prehlásenia</font></A>.</P></div><!-- This is the end of the Help Content layer. -->
+ <BLOCKQUOTE class="task1"><P><A HREF="serverdetails.html">Podrobnosti o serveri</A><BR><A HREF="reports.html">Zostavy </A><BR><A HREF="ifolderdetails.html">Správa podrobností o priečinku iFolder </A><BR><A HREF="users.html">Správa účtu používateľa</A><BR><A HREF="systeminfo.html">Správa systému služieb iFolder</A><BR><A HREF="ifolders.html">Správa priečinkov iFolder</A></P></BLOCKQUOTE><P><A HREF="#top" TARGET="_self"><IMG SRC="../../images/goto_top.gif" WIDTH="19" HEIGHT="19" BORDER="0" ALT="Prejsť na začiatok"></A></P><P> </P><P CLASS="copyright">Symbol ochrannej známky (<SUP><SMALL>®</SMALL></SUP>, <SUP><SMALL>TM</SMALL></SUP> atď.) označuje ochrannú známku spoločnosti Novell. Hviezdička (*) označuje ochrannú známku nezávislého výrobcu. Ďalšie informácie nájdete v časti <A HREF="imgr_legalnotices.html" TARGET="_self" ><font color="#cfcdc6">Právne prehlásenia</font></A>.</P></div><!-- This is the end of the Help Content layer. -->
</body>
</html>
\ No newline at end of file
Modified: trunk/src/admin/help/sk/systeminfo.html
===================================================================
--- trunk/src/admin/help/sk/systeminfo.html 2013-09-19 12:40:13 UTC (rev 7664)
+++ trunk/src/admin/help/sk/systeminfo.html 2013-09-19 12:40:54 UTC (rev 7665)
@@ -145,7 +145,7 @@
<P>Meno používateľa</P>
</TD>
<TD>
- <P>Meno používateľa, priradené ku kontu správcu, napríklad jsmith alebo john.smith@napríklad.com.</P>
+ <P>Meno používateľa, priradené ku kontu správcu, napríklad jsmith alebo john.smith@napríklad.com.</P>
</TD><TR><TD VALIGN="TOP">
<P>Celé meno</P>
@@ -209,7 +209,7 @@
<P>Ak je určená kvóta, platná maximálna veľkosť súboru sa rovná veľkosti kvóty. </P>
<P>Ak chcete zakázať zásadu obmedzenia maximálnej veľkosti súboru, zrušte výber začiarkávacieho poľa. Ak je zásada vypnutá, zobrazuje sa hodnota Bez obmedzenia.</P>
<P> Ak chcete povoliť zásadu obmedzenia maximálnej veľkosti súboru, vyberte začiarkávacie políčko a zadajte maximálnu povolenú veľkosť v MB.</P>
- <P> Ak je určená kvóta, predvolená maximálna veľkosť súboru sa rovná veľkosti kvóty</P>
+ <P> Ak je určená kvóta, predvolená maximálna veľkosť súboru sa rovná veľkosti kvóty.</P>
<P> Pri určovaní vhodného obmedzenia veľkosti súboru pre priečinky iFolder vo vašom prostredí zvážte nasledujúce požiadavky na systém:</P>
<ul><li><p>Zamýšľané používanie
</p></li>
@@ -256,8 +256,7 @@
<B>Zapnuté</B><BR>
Ak chcete povoliť funkciu šifrovania systému iFolder, vyberte možnosť <i>Zapnuté</i>. Tým umožníte používateľom nastaviť zásadu šifrovania pre svoje priečinky iFolder.<br>
<br>
- Ak chcete zakázať funkciu šifrovania pre všetkých používateľov, zrušte výber možnosti <i>Zapnuté</i>.
- <br>
+ Po povolení už funkciu šifrovania nemôžete vypnúť.<br>
<br><B>Presadzované</B><BR>
@@ -265,7 +264,7 @@
</TD></TR><TR><TD VALIGN="TOP">
<h4> Zdieľanie</h4>
</TD><TD> <B>Zapnuté</B><BR>
- V predvolenom nastavení je zdieľanie priečinka iFolder povolené. Ak chcete zrušiť zdieľanie v systéme aplikácie iFolder, zrušte výber možnosti Zapnuté. Po použití tejto politiky nebudú môcť používatelia systému iFolder zdieľať svoje priečinky iFolder s inými používateľmi. Nastavenie tejto politiky však môžete meniť na úrovni používateľa alebo skupiny LDAP.<br>
+ V predvolenom nastavení je zdieľanie priečinka iFolder povolené. Ak chcete zrušiť zdieľanie v systéme aplikácie iFolder, zrušte výber možnosti Zapnuté. Po použití tejto politiky nebudú môcť používatelia systému iFolder zdieľať svoje priečinky iFolder s inými používateľmi. Nastavenie tejto politiky však môžete meniť na úrovni používateľa alebo skupiny LDAP.<br>
<BR>
<B>Presadzovať</B><BR>
Ak chcete presadzovať nastavenú zásadu zdieľania pre celý systém, vyberte možnosť Presadzovať. Presadzovať môžete povolenie i zákaz zdieľania. Ak presadzujete zákaz zdieľania, nastavenia politík zdieľania na úrovni používateľa a priečinka iFolder sú automaticky zakázané a nie je možné ich meniť. Môžete však nastaviť politiku pre možnosť Odvolať.<br>
@@ -414,7 +413,7 @@
<H4 CLASS="ruleabove"><IMG SRC="../../images/xrefbtn.gif" WIDTH="16" HEIGHT="16" ALT="Súvisiace témy" align="top"> Súvisiace témy</H4><BLOCKQUOTE class="task1">
-<P ><A HREF="userdetails.html">Podrobnosti o používateľoch </A><BR><A HREF="ifolderdetails.html">Správa podrobností o priečinku iFolder </A><BR><A HREF="servers.html">Správa serverov iFolder </A><BR><A HREF="ifolders.html">Správa priečinkov iFolder</A><BR><A HREF="users.html">Správa konta používateľa</A><BR><A HREF="reports.html#orphan" TARGET="_self">Zostavy </A></BLOCKQUOTE><P><A HREF="#top" TARGET="_self"><IMG SRC="../../images/goto_top.gif" WIDTH="19" HEIGHT="19" BORDER="0" ALT="Prejsť na začiatok"></A></P><P> </P><P CLASS="copyright">Symbol ochrannej známky (<SUP><SMALL>®</SMALL></SUP>, <SUP><SMALL>TM</SMALL></SUP> atď.) označuje ochrannú známku spoločnosti Novell. Hviezdička (*) označuje ochrannú známku nezávislého výrobcu. Ďalšie informácie nájdete v časti <A HREF="imgr_legalnotices.html" TARGET="_self" ><font color="#cfcdc6">Právne prehlásenia</font></A>.</P></div><!-- This is the end of the Help Content layer. -->
+<P ><A HREF="userdetails.html">Podrobnosti o používateľoch </A><BR><A HREF="ifolderdetails.html">Správa podrobností o priečinku iFolder </A><BR><A HREF="servers.html">Správa serverov iFolder </A><BR><A HREF="ifolders.html">Správa priečinkov iFolder</A><BR><A HREF="users.html">Správa konta používateľa</A><BR><A HREF="reports.html#orphan" TARGET="_self">Zostavy </A></BLOCKQUOTE><P><A HREF="#top" TARGET="_self"><IMG SRC="../../images/goto_top.gif" WIDTH="19" HEIGHT="19" BORDER="0" ALT="Prejsť na začiatok"></A></P><P> </P><P CLASS="copyright">Symbol ochrannej známky (<SUP><SMALL>®</SMALL></SUP>, <SUP><SMALL>TM</SMALL></SUP> atď.) označuje ochrannú známku spoločnosti Novell. Hviezdička (*) označuje ochrannú známku nezávislého výrobcu. Ďalšie informácie nájdete v časti <A HREF="imgr_legalnotices.html" TARGET="_self" ><font color="#cfcdc6">Právne prehlásenia</font></A>.</P></div><!-- This is the end of the Help Content layer. -->
</body>
</html>
\ No newline at end of file
Modified: trunk/src/admin/help/sk/userdetails.html
===================================================================
--- trunk/src/admin/help/sk/userdetails.html 2013-09-19 12:40:13 UTC (rev 7664)
+++ trunk/src/admin/help/sk/userdetails.html 2013-09-19 12:40:54 UTC (rev 7665)
@@ -66,7 +66,7 @@
<P>Meno používateľa</P>
</TD>
<TD>
- <P>Meno používateľa, priradené ku kontu používateľa, napríklad jsmith alebo john.smith@napríklad.com.</P>
+ <P>Meno používateľa, priradené ku kontu používateľa, napríklad jsmith alebo john.smith@napríklad.com.</P>
</TD><TR><TD VALIGN="TOP">
<P>Celé meno</P>
@@ -256,11 +256,11 @@
<h4>Šifrovanie</h4>
</TD>
<TD>
- <P>Zobrazuje zásadu šifrovania pre vybraté konto používateľa. Kvótu je možné určiť pomocou zásady systému (platnej pre celý systém). Politika s platnosťou pre celý systém má prednosť pred zásadou používateľa.</P>
+ <P>Zobrazuje zásadu šifrovania pre vybraté konto používateľa. Kvótu je možné určiť pomocou politiky systému (platnej pre celý systém). Politika s platnosťou pre celý systém má prednosť pred politikami používateľa.</P>
<B>Zapnuté</B><BR>
Ak chcete povoliť funkciu šifrovania pre vybratého používateľa, vyberte možnosť Zapnuté. Tým umožníte používateľovi nastaviť zásadu šifrovania pre svoje priečinky iFolder.<br>
<br>
- Ak chcete zakázať funkciu šifrovania pre vybratého používateľa, zrušte výber možnosti Zapnuté. <br>
+ Po povolení už funkciu šifrovania nemôžete vypnúť.<br>
<br><B>Presadzované</B><BR>
@@ -285,7 +285,7 @@
<BLOCKQUOTE class="task1"><P><A HREF="users.html">Správa účtu používateľa</A><BR>
<A HREF="ifolders.html">Správa priečinkov iFolder</A><BR>
- <A HREF="ifolderdetails.html">Správa podrobností o priečinku iFolder</A></P></BLOCKQUOTE><P><A HREF="#top" TARGET="_self"><IMG SRC="../../images/goto_top.gif" WIDTH="19" HEIGHT="19" BORDER="0" ALT="Prejsť na začiatok"></A></P><P> </P><P CLASS="copyright">Symbol ochrannej známky (<SUP><SMALL>®</SMALL></SUP>, <SUP><SMALL>TM</SMALL></SUP> atď.) označuje ochrannú známku spoločnosti Novell. Hviezdička (*) označuje ochrannú známku nezávislého výrobcu. Ďalšie informácie nájdete v časti <A HREF="imgr_legalnotices.html" TARGET="_self" ><font color="#cfcdc6">Právne prehlásenia</font></A>.</P></div><!-- This is the end of the Help Content layer. -->
+ <A HREF="ifolderdetails.html">Správa podrobností o priečinku iFolder</A></P></BLOCKQUOTE><P><A HREF="#top" TARGET="_self"><IMG SRC="../../images/goto_top.gif" WIDTH="19" HEIGHT="19" BORDER="0" ALT="Prejsť na začiatok"></A></P><P> </P><P CLASS="copyright">Symbol ochrannej známky (<SUP><SMALL>®</SMALL></SUP>, <SUP><SMALL>TM</SMALL></SUP> atď.) označuje ochrannú známku spoločnosti Novell. Hviezdička (*) označuje ochrannú známku nezávislého výrobcu. Ďalšie informácie nájdete v časti <A HREF="imgr_legalnotices.html" TARGET="_self" ><font color="#cfcdc6">Právne prehlásenia</font></A>.</P></div><!-- This is the end of the Help Content layer. -->
</body>
</html>
\ No newline at end of file
Modified: trunk/src/admin/help/sk/usermove.html
===================================================================
--- trunk/src/admin/help/sk/usermove.html 2013-09-19 12:40:13 UTC (rev 7664)
+++ trunk/src/admin/help/sk/usermove.html 2013-09-19 12:40:54 UTC (rev 7665)
@@ -108,7 +108,7 @@
<BLOCKQUOTE class="task1"><P><A HREF="users.html">Správa účtu používateľa</A><BR>
<A HREF="ifolders.html">Správa priečinkov iFolder</A><BR>
- <A HREF="ifolderdetails.html">Správa podrobností o priečinku iFolder</A></P></BLOCKQUOTE><P><A HREF="#top" TARGET="_self"><IMG SRC="../../images/goto_top.gif" WIDTH="19" HEIGHT="19" BORDER="0" ALT="Prejsť na začiatok"></A></P><P> </P><P CLASS="copyright">Symbol ochrannej známky (<SUP><SMALL>®</SMALL></SUP>, <SUP><SMALL>TM</SMALL></SUP> atď.) označuje ochrannú známku spoločnosti Novell. Hviezdička (*) označuje ochrannú známku nezávislého výrobcu. Ďalšie informácie nájdete v časti <A HREF="imgr_legalnotices.html" TARGET="_self" ><font color="#cfcdc6">Právne prehlásenia</font></A>.</P></div><!-- This is the end of the Help Content layer. -->
+ <A HREF="ifolderdetails.html">Správa podrobností o priečinku iFolder...
[truncated message content] |