Re: svn commit: r1898227 [1/3] - in /httpd/httpd/branches/2.4.x/docs/manual: expr.html.fr.utf8 mod/directives.html.fr.utf8 mod/mod_authnz_ldap.html.fr.utf8 mod/quickreference.html.fr.utf8

2022-02-20 Thread Christophe JAILLET

Le 20/02/2022 à 15:23, Lucien Gentis a écrit :

Hello,

Sorry, it is my fault !


Hmmm, reading below, I would say that it is mine :(
You are not the one who has back-ported the broken xml file without 
testing and generating the doc.


So, apologies!



I updated and committed mod_authnz_ldap.xml.fr while mod_authnz_ldap.xml 
was not a valid document.


It was fixed on trunk a long time ago in r1591113.



Effectively, 
httpd/httpd/branches/2.4.x/docs/manual/mod/directives.html.fr.utf8 had 
lost 560 of his 800 lines !


So I corrected mod_authnz_ldap.xml in order to make it valid, committed 
it, rebuilt the doc, and all seems OK again (deleted directives appear 
again in directives.html.fr.utf8).


All is OK yet ?



At least, it looks in a much better shape ;-)

I wouldn't have expected a broken xml file to be the root cause of a 
partly updated directives.html file!


Thanks for investigating and fixing.

CJ


Re: svn commit: r1898227 [1/3] - in /httpd/httpd/branches/2.4.x/docs/manual: expr.html.fr.utf8 mod/directives.html.fr.utf8 mod/mod_authnz_ldap.html.fr.utf8 mod/quickreference.html.fr.utf8

2022-02-20 Thread Lucien Gentis

Hello,

Sorry, it is my fault !

I updated and committed mod_authnz_ldap.xml.fr while mod_authnz_ldap.xml 
was not a valid document.


Effectively, 
httpd/httpd/branches/2.4.x/docs/manual/mod/directives.html.fr.utf8 had 
lost 560 of his 800 lines !


So I corrected mod_authnz_ldap.xml in order to make it valid, committed 
it, rebuilt the doc, and all seems OK again (deleted directives appear 
again in directives.html.fr.utf8).


All is OK yet ?

Le 19/02/2022 à 22:04, Christophe JAILLET a écrit :

Le 19/02/2022 à 17:12, lgen...@apache.org a écrit :

Author: lgentis
Date: Sat Feb 19 16:12:53 2022
New Revision: 1898227

URL: http://svn.apache.org/viewvc?rev=1898227&view=rev
Log:
fr doc rebuild.

Modified:
 httpd/httpd/branches/2.4.x/docs/manual/expr.html.fr.utf8
httpd/httpd/branches/2.4.x/docs/manual/mod/directives.html.fr.utf8
httpd/httpd/branches/2.4.x/docs/manual/mod/mod_authnz_ldap.html.fr.utf8
httpd/httpd/branches/2.4.x/docs/manual/mod/quickreference.html.fr.utf8

Modified: httpd/httpd/branches/2.4.x/docs/manual/expr.html.fr.utf8
URL: 
http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/expr.html.fr.utf8?rev=1898227&r1=1898226&r2=1898227&view=diff
== 

--- httpd/httpd/branches/2.4.x/docs/manual/expr.html.fr.utf8 [utf-8] 
(original)
+++ httpd/httpd/branches/2.4.x/docs/manual/expr.html.fr.utf8 [utf-8] 
Sat Feb 19 16:12:53 2022

@@ -497,6 +497,12 @@ listfunction ::= listfuncname "(
  filesize
  Renvoie la taille d'un fichier (ou 0 si le fichier 
n'existe
  pas ou ne correspond pas à un fichier 
régulier)limité

+ldap
+    Echappe les caractères selon la RFC4514 (Echappement des
+    noms distinctifs LDAP - DN) et la RFC4515 (Echappement des
+    filtres LDAP).
+    Disponible à partir de la version 2.4.53 du serveur HTTP
+    Apache.
  
    Les fonctions marquées comme "limité" dans la dernière 
colonne ne sont


Modified: 
httpd/httpd/branches/2.4.x/docs/manual/mod/directives.html.fr.utf8
URL: 
http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mod/directives.html.fr.utf8?rev=1898227&r1=1898226&r2=1898227&view=diff
== 

--- 
httpd/httpd/branches/2.4.x/docs/manual/mod/directives.html.fr.utf8 
[utf-8] (original)
+++ 
httpd/httpd/branches/2.4.x/docs/manual/mod/directives.html.fr.utf8 
[utf-8] Sat Feb 19 16:12:53 2022

@@ -46,34 +46,17 @@
    sous une forme abrégée.
  
    - A  | href="#B"> B  |  C  | href="#D"> D  |  E  | href="#F"> F  |  G  | href="#H"> H  |  I  | href="#K"> K  |  L  | href="#M"> M  |  N  | href="#O"> O  |  P  | href="#Q"> Q  |  R  | href="#S"> S  |  T  | href="#U"> U  |  V  | href="#W"> W  |  X 
+ A  | href="#C"> C  |  D  | href="#E"> E  |  F  | href="#G"> G  |  H  | href="#I"> I  |  K  | href="#L"> L  |  M  | href="#N"> N  |  O  | href="#P"> P  |  Q  | href="#R"> R  |  S  | href="#T"> T  |  U  | href="#V"> V 

  
  
  name="A">AcceptFilter

  AcceptPathInfo
  AccessFileName
  Action
-AddAlt
-href="mod_autoindex.html#addaltbyencoding">AddAltByEncoding

-AddAltByType
-AddCharset
  AddDefaultCharset
-AddDescription
-AddEncoding
-AddHandler
-AddIcon
-href="mod_autoindex.html#addiconbyencoding">AddIconByEncoding

-AddIconByType
-AddInputFilter
-AddLanguage

[...]

All these removals look really really odd.

Any idea on what happened?

CJ


Re: svn commit: r1898227 [1/3] - in /httpd/httpd/branches/2.4.x/docs/manual: expr.html.fr.utf8 mod/directives.html.fr.utf8 mod/mod_authnz_ldap.html.fr.utf8 mod/quickreference.html.fr.utf8

2022-02-19 Thread Christophe JAILLET

Le 19/02/2022 à 17:12, lgen...@apache.org a écrit :

Author: lgentis
Date: Sat Feb 19 16:12:53 2022
New Revision: 1898227

URL: http://svn.apache.org/viewvc?rev=1898227&view=rev
Log:
fr doc rebuild.

Modified:
 httpd/httpd/branches/2.4.x/docs/manual/expr.html.fr.utf8
 httpd/httpd/branches/2.4.x/docs/manual/mod/directives.html.fr.utf8
 httpd/httpd/branches/2.4.x/docs/manual/mod/mod_authnz_ldap.html.fr.utf8
 httpd/httpd/branches/2.4.x/docs/manual/mod/quickreference.html.fr.utf8

Modified: httpd/httpd/branches/2.4.x/docs/manual/expr.html.fr.utf8
URL: 
http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/expr.html.fr.utf8?rev=1898227&r1=1898226&r2=1898227&view=diff
==
--- httpd/httpd/branches/2.4.x/docs/manual/expr.html.fr.utf8 [utf-8] (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/expr.html.fr.utf8 [utf-8] Sat Feb 19 
16:12:53 2022
@@ -497,6 +497,12 @@ listfunction ::= listfuncname "(
  filesize
  Renvoie la taille d'un fichier (ou 0 si le fichier n'existe
pas ou ne correspond pas à un fichier régulier)limité
+ldap
+Echappe les caractères selon la RFC4514 (Echappement des
+   noms distinctifs LDAP - DN) et la RFC4515 (Echappement des
+   filtres LDAP).
+   Disponible à partir de la version 2.4.53 du serveur HTTP
+   Apache.
  
  
  Les fonctions marquées comme "limité" dans la dernière colonne ne sont


Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/directives.html.fr.utf8
URL: 
http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mod/directives.html.fr.utf8?rev=1898227&r1=1898226&r2=1898227&view=diff
==
--- httpd/httpd/branches/2.4.x/docs/manual/mod/directives.html.fr.utf8 [utf-8] 
(original)
+++ httpd/httpd/branches/2.4.x/docs/manual/mod/directives.html.fr.utf8 [utf-8] 
Sat Feb 19 16:12:53 2022
@@ -46,34 +46,17 @@
sous une forme abrégée.
  

- A  |  B  |  C  |  D  |  E  |  F  |  G  |  H  |  I  |  K  |  L  |  M  |  N  |  O  |  P  |  Q  |  R  |  S  |  T  |  U  |  V  |  W  |  X 

+ A  |  C  |  D  |  E  |  F  |  G  |  H  |  I  |  K  |  L  |  M  |  N  |  O  |  P  |  Q  |  R  |  S  |  T  |  U  |  V 
  
  
  AcceptFilter
  AcceptPathInfo
  AccessFileName
  Action
-AddAlt
-AddAltByEncoding
-AddAltByType
-AddCharset
  AddDefaultCharset
-AddDescription
-AddEncoding
-AddHandler
-AddIcon
-AddIconByEncoding
-AddIconByType
-AddInputFilter
-AddLanguage

[...]

All these removals look really really odd.

Any idea on what happened?

CJ