fmsystem-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Fmsystem-commits] [6486] API: update system information


From: Sigurd Nes
Subject: [Fmsystem-commits] [6486] API: update system information
Date: Wed, 13 Oct 2010 11:14:25 +0000

Revision: 6486
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=6486
Author:   sigurdne
Date:     2010-10-13 11:14:25 +0000 (Wed, 13 Oct 2010)
Log Message:
-----------
API: update system information

Modified Paths:
--------------
    trunk/doc/php-configuration.html
    trunk/doc/php-configuration.txt
    trunk/phpgwapi/doc/etiquette.txt
    trunk/phpgwapi/setup/phpgw_ca.lang
    trunk/phpgwapi/setup/phpgw_en.lang
    trunk/phpgwapi/setup/phpgw_pt.lang
    trunk/phpgwapi/setup/phpgw_tr.lang

Modified: trunk/doc/php-configuration.html
===================================================================
--- trunk/doc/php-configuration.html    2010-10-13 09:05:36 UTC (rev 6485)
+++ trunk/doc/php-configuration.html    2010-10-13 11:14:25 UTC (rev 6486)
@@ -90,9 +90,9 @@
                                <h2>Globals</h2>
                                <pre>register_globals = Off</pre>
                                <p>
-                                       phpGroupWare 0.9.16 should work with 
this set to Off.  If
+                                       The system should work with this set to 
Off. If
                                        you find this caused problems, please 
log them on
-                                       <a 
href="http://savannah.gnu.org/bugs/?group=phpgroupware";>savannah</a>.
+                                       <a 
href="http://savannah.nongnu.org/bugs/?group=fmsystem";>savannah</a>.
                                </p>
                                <h2>Directories</h2>
                                <pre>open_basedir = 
"/path/to/phpgroupware:/path/to/phpgw-vfs:/path/to/temp"</pre>

Modified: trunk/doc/php-configuration.txt
===================================================================
--- trunk/doc/php-configuration.txt     2010-10-13 09:05:36 UTC (rev 6485)
+++ trunk/doc/php-configuration.txt     2010-10-13 11:14:25 UTC (rev 6486)
@@ -55,8 +55,12 @@
 24mins, which is generally too short.
 
 REGISTER GLOBALS
-register_globals = On
-We are currently testing phpGroupWare 0.9.16 so it will work with this set to 
Off.  If
-you find this caused problems, please log them at 
http://savannah.gnu.org/bugs/?group=phpgroupware
+register_globals = Off
+The system should work with this set to Off.  If you find this caused problems,
+please log them at http://savannah.nongnu.org/bugs/?group=fmsystem
 All future releases will support the Off setting.
-$Id: php-configuration.txt 15578 2004-12-30 11:15:08Z skwashd $
+
+THE SUPER GLOBAL ARRAY REQUEST
+variables_order = "GPCS"
+request_order = "GPCS"
+Php versions later than 5.3.0 need this ones to be set.

Modified: trunk/phpgwapi/doc/etiquette.txt
===================================================================
--- trunk/phpgwapi/doc/etiquette.txt    2010-10-13 09:05:36 UTC (rev 6485)
+++ trunk/phpgwapi/doc/etiquette.txt    2010-10-13 11:14:25 UTC (rev 6486)
@@ -23,10 +23,10 @@
        If the primary developer of an application did not grant general rights 
to
        you for committing to his applications | files, you have to ask him for
        every single commit or submit your changes to the patch manager
-       [http://savannah.gnu.org/patch/?group=phpgroupware].
+       [http://savannah.nongnu.org/patch/?group=fmsystem].
 
-4.  If you are unable to contact the author, please contact one of the
-       project leads [http://phpgroupware.org/coordinators].
+4.  If you are unable to contact the author, please write to the developer list
+       address@hidden
 
 5.  If you have just joined the project, or have always kept to your own
        application, etc., then please exercise caution when committing changes
@@ -50,8 +50,7 @@
        API or of another application's tables.
 
 8.  Before importing a new application, or adding many files | directories to
-       existing modules, please contact one of the project leads
-       [http://phpgroupware.org/coordinators].
+       existing modules, write to the developer list address@hidden
 
 9.  Please do not import a new application that does not have some basic
        functionality in place or at least a description and basic 
documentation.

Modified: trunk/phpgwapi/setup/phpgw_ca.lang
===================================================================
--- trunk/phpgwapi/setup/phpgw_ca.lang  2010-10-13 09:05:36 UTC (rev 6485)
+++ trunk/phpgwapi/setup/phpgw_ca.lang  2010-10-13 11:14:25 UTC (rev 6486)
@@ -382,8 +382,8 @@
 read   common  ca      Llegir
 read this list of methods.     common  ca      Llegir la llista de mètodes.
 register_globals = %1  common  en      ca      
-register_globals_off   common  ca      This application has been tested to 
work with register_globals = off in your php.ini.  This application should work 
with most PHP 4.1.0+ servers.  If you experience any problems, please report 
them on our bug tracker at <a 
href="https://savannah.gnu.org/bugs/?group=phpgroupware"; 
target="_blank">savannah.gnu.org</a>.
-register_globals_on    common  ca      This application has not been tested to 
work with register_globals = off in your php.ini.  This application requires 
register_globals = on to be set in your php.ini.  For more information 
regarding the potential problem of using register_globals = on, see <a 
href="http://www.php.net/manual/en/security.registerglobals.php"; 
target="_blank">php.net</a>.  If you experience any problems, please report 
them on our bug tracker at <a 
href="https://savannah.gnu.org/bugs/?group=phpgroupware"; 
target="_blank">savannah.gnu.org</a>.
+register_globals_off   common  ca      This application has been tested to 
work with register_globals = off in your php.ini.  This application should work 
with most PHP 4.1.0+ servers.  If you experience any problems, please report 
them on our bug tracker at <a 
href="https://savannah.nongnu.org/bugs/?group=fmsystem"; 
target="_blank">savannah.gnu.org</a>.
+register_globals_on    common  ca      This application has not been tested to 
work with register_globals = off in your php.ini.  This application requires 
register_globals = on to be set in your php.ini.  For more information 
regarding the potential problem of using register_globals = on, see <a 
href="http://www.php.net/manual/en/security.registerglobals.php"; 
target="_blank">php.net</a>.  If you experience any problems, please report 
them on our bug tracker at <a 
href="https://savannah.nongnu.org/bugs/?group=fmsystem"; 
target="_blank">savannah.gnu.org</a>.
 reject common  ca      Refusar
 rename common  ca      Renombrar
 returns a full list of accounts on the system.  warning: this is return can be 
quite large     common  ca      Retorna una llista completa dels comptes del 
sistema. Precaució: Pot ser bastant llarg

Modified: trunk/phpgwapi/setup/phpgw_en.lang
===================================================================
--- trunk/phpgwapi/setup/phpgw_en.lang  2010-10-13 09:05:36 UTC (rev 6485)
+++ trunk/phpgwapi/setup/phpgw_en.lang  2010-10-13 11:14:25 UTC (rev 6486)
@@ -390,8 +390,8 @@
 read   common  en      Read
 read this list of methods.     common  en      Read this list of methods.
 register_globals = %1  common  en      register_globals = %1
-register_globals_off   common  en      This application has been tested to 
work with register_globals = off in your php.ini.  This application should work 
with most PHP 5.2.0+ servers.  If you experience any problems, please report 
them on our bug tracker at <a 
href="https://savannah.gnu.org/bugs/?group=phpgroupware"; 
target="_blank">savannah.gnu.org</a>.
-register_globals_on    common  en      This application has not been tested to 
work with register_globals = off in your php.ini.  This application requires 
register_globals = on to be set in your php.ini.  For more information 
regarding the potential problem of using register_globals = on, see <a 
href="http://www.php.net/manual/en/security.registerglobals.php"; 
target="_blank">php.net</a>.  If you experience any problems, please report 
them on our bug tracker at <a 
href="https://savannah.gnu.org/bugs/?group=phpgroupware"; 
target="_blank">savannah.gnu.org</a>.
+register_globals_off   common  en      This application has been tested to 
work with register_globals = off in your php.ini.  This application should work 
with most PHP 5.2.0+ servers.  If you experience any problems, please report 
them on our bug tracker at <a 
href="https://savannah.nongnu.org/bugs/?group=fmsystem"; 
target="_blank">savannah.gnu.org</a>.
+register_globals_on    common  en      This application has not been tested to 
work with register_globals = off in your php.ini.  This application requires 
register_globals = on to be set in your php.ini.  For more information 
regarding the potential problem of using register_globals = on, see <a 
href="http://www.php.net/manual/en/security.registerglobals.php"; 
target="_blank">php.net</a>.  If you experience any problems, please report 
them on our bug tracker at <a 
href="https://savannah.nongnu.org/bugs/?group=fmsystem"; 
target="_blank">savannah.gnu.org</a>.
 reject common  en      Reject
 rename common  en      Rename
 returns a full list of accounts on the system.  warning: this is return can be 
quite large     common  en      Returns a full list of accounts on the system.  
Warning: This is return can be quite large

Modified: trunk/phpgwapi/setup/phpgw_pt.lang
===================================================================
--- trunk/phpgwapi/setup/phpgw_pt.lang  2010-10-13 09:05:36 UTC (rev 6485)
+++ trunk/phpgwapi/setup/phpgw_pt.lang  2010-10-13 11:14:25 UTC (rev 6486)
@@ -382,8 +382,8 @@
 read   common  pt      Ler
 read this list of methods.     common  pt      Ler esta lista de métodos.
 register_globals = %1  common  en      register_globals = %1
-register_globals_off   common  pt      This application has been tested to 
work with register_globals = off in your php.ini.  This application should work 
with most PHP 4.1.0+ servers.  If you experience any problems, please report 
them on our bug tracker at <a 
href="https://savannah.gnu.org/bugs/?group=phpgroupware"; 
target="_blank">savannah.gnu.org</a>.
-register_globals_on    common  pt      This application has not been tested to 
work with register_globals = off in your php.ini.  This application requires 
register_globals = on to be set in your php.ini.  For more information 
regarding the potential problem of using register_globals = on, see <a 
href="http://www.php.net/manual/en/security.registerglobals.php"; 
target="_blank">php.net</a>.  If you experience any problems, please report 
them on our bug tracker at <a 
href="https://savannah.gnu.org/bugs/?group=phpgroupware"; 
target="_blank">savannah.gnu.org</a>.
+register_globals_off   common  pt      This application has been tested to 
work with register_globals = off in your php.ini.  This application should work 
with most PHP 4.1.0+ servers.  If you experience any problems, please report 
them on our bug tracker at <a 
href="https://savannah.nongnu.org/bugs/?group=fmsystem"; 
target="_blank">savannah.gnu.org</a>.
+register_globals_on    common  pt      This application has not been tested to 
work with register_globals = off in your php.ini.  This application requires 
register_globals = on to be set in your php.ini.  For more information 
regarding the potential problem of using register_globals = on, see <a 
href="http://www.php.net/manual/en/security.registerglobals.php"; 
target="_blank">php.net</a>.  If you experience any problems, please report 
them on our bug tracker at <a 
href="https://savannah.nongnu.org/bugs/?group=fmsystem"; 
target="_blank">savannah.gnu.org</a>.
 reject common  pt      Rejeitar
 rename common  pt      Renomear
 returns a full list of accounts on the system.  warning: this is return can be 
quite large     common  pt      Returns a full list of accounts on the system.  
Warning: This is return can be quite large

Modified: trunk/phpgwapi/setup/phpgw_tr.lang
===================================================================
--- trunk/phpgwapi/setup/phpgw_tr.lang  2010-10-13 09:05:36 UTC (rev 6485)
+++ trunk/phpgwapi/setup/phpgw_tr.lang  2010-10-13 11:14:25 UTC (rev 6486)
@@ -382,8 +382,8 @@
 read   common  tr      Oku
 read this list of methods.     common  tr      Bu yöntem listesini okuyun.
 register_globals = %1  common  tr      register_globals = %1
-register_globals_off   common  tr      Bu uygulama  register_globals = off ile 
test edildi php.ini dosyasında.  Bu uygulama çoğunlukla PHP 4.1.0+ serverlarda 
çalışır.  Eğer bir sorun yaşarsanız, lütfen bu adrese gönderin <a 
href="https://savannah.gnu.org/bugs/?group=phpgroupware"; 
target="_blank">savannah.gnu.org</a>.
-register_globals_on    common  tr      Bu uygulama register_globals = off ile 
test edilmemiştir php.ini dosyasında.  Bu uygulama register_globals = on  
olmasını gerektirir php.ini dosyasında.  Daha fazla bilgi için register_globals 
= on, bakınız <a 
href="http://www.php.net/manual/en/security.registerglobals.php"; 
target="_blank">php.net</a>.  If you experience any problems, please report 
them on our bug tracker at <a 
href="https://savannah.gnu.org/bugs/?group=phpgroupware"; 
target="_blank">savannah.gnu.org</a>.
+register_globals_off   common  tr      Bu uygulama  register_globals = off ile 
test edildi php.ini dosyasında.  Bu uygulama çoğunlukla PHP 4.1.0+ serverlarda 
çalışır.  Eğer bir sorun yaşarsanız, lütfen bu adrese gönderin <a 
href="https://savannah.nongnu.org/bugs/?group=fmsystem"; 
target="_blank">savannah.gnu.org</a>.
+register_globals_on    common  tr      Bu uygulama register_globals = off ile 
test edilmemiştir php.ini dosyasında.  Bu uygulama register_globals = on  
olmasını gerektirir php.ini dosyasında.  Daha fazla bilgi için register_globals 
= on, bakınız <a 
href="http://www.php.net/manual/en/security.registerglobals.php"; 
target="_blank">php.net</a>.  If you experience any problems, please report 
them on our bug tracker at <a 
href="https://savannah.nongnu.org/bugs/?group=fmsystem"; 
target="_blank">savannah.gnu.org</a>.
 reject common  tr      Reddet
 rename common  tr      Yeniden adlandır
 returns a full list of accounts on the system.  warning: this is return can be 
quite large     common  tr      Sistemdeki hesapların listesini döndürür.  
Dikkat: Bu dönüş çok geniş olabilir




reply via email to

[Prev in Thread] Current Thread [Next in Thread]