r14904 - in branches/spip-2.1: ecrire ecrire/action ecrire/auth ecrire/base ecrire/inc ecrire/install ecrire/req prive/formulaires prive/javascript

Author: esj@rezo.net
Date: 2010-01-19 18:36:02 +0100 (mar, 19 jan 2010)
New Revision: 14904

Log:
Report branche Dev vers 2.1 de tout ce qui concerne l'authentification, c'est-à-dire

  * le nouveau format du fichier de connexion acceptant un tableau décrivant un serveur LDAP, et n'obligant plus les fonctions d'initialisation des serveurs MySQL à prendre en compte la présence de LDAP [14620];

  * la nouvelle interface permettant d'ajouter facilement des méthodes d'authentification comme OpenID etc [14596], [14601], [14608] etc;

  * la nouvelle interface de déclaration d'un serveur LDAP à l'installation [14679].

Les fichiers sont recopiés de la branche Dev sans modification.

Added:
   branches/spip-2.1/ecrire/action/cookie.php
   branches/spip-2.1/ecrire/action/logout.php
   branches/spip-2.1/ecrire/auth/ldap.php
   branches/spip-2.1/ecrire/auth/spip.php
   branches/spip-2.1/ecrire/base/connect_sql.php
   branches/spip-2.1/ecrire/inc/actions.php
   branches/spip-2.1/ecrire/inc/auth.php
   branches/spip-2.1/ecrire/inc/install.php
   branches/spip-2.1/ecrire/install/etape_ldap3.php
   branches/spip-2.1/ecrire/install/etape_ldap4.php
   branches/spip-2.1/ecrire/install/etape_ldap5.php
   branches/spip-2.1/ecrire/req/mysql.php
   branches/spip-2.1/ecrire/req/pg.php
   branches/spip-2.1/ecrire/req/sqlite2.php
   branches/spip-2.1/ecrire/req/sqlite3.php
   branches/spip-2.1/ecrire/req/sqlite_generique.php
   branches/spip-2.1/prive/formulaires/editer_auteur.html
   branches/spip-2.1/prive/formulaires/editer_auteur.php
   branches/spip-2.1/prive/formulaires/login.html
   branches/spip-2.1/prive/formulaires/login.php
   branches/spip-2.1/prive/javascript/jquery.js
   branches/spip-2.1/prive/javascript/login.js
Removed:
   branches/spip-2.1/ecrire/action/cookie.php
   branches/spip-2.1/ecrire/action/logout.php
   branches/spip-2.1/ecrire/auth/ldap.php
   branches/spip-2.1/ecrire/auth/spip.php
   branches/spip-2.1/ecrire/base/connect_sql.php
   branches/spip-2.1/ecrire/inc/actions.php
   branches/spip-2.1/ecrire/inc/auth.php
   branches/spip-2.1/ecrire/inc/install.php
   branches/spip-2.1/ecrire/install/etape_ldap3.php
   branches/spip-2.1/ecrire/install/etape_ldap4.php
   branches/spip-2.1/ecrire/install/etape_ldap5.php
   branches/spip-2.1/ecrire/req/mysql.php
   branches/spip-2.1/ecrire/req/pg.php
   branches/spip-2.1/ecrire/req/sqlite2.php
   branches/spip-2.1/ecrire/req/sqlite3.php
   branches/spip-2.1/ecrire/req/sqlite_generique.php
   branches/spip-2.1/prive/formulaires/editer_auteur.html
   branches/spip-2.1/prive/formulaires/editer_auteur.php
   branches/spip-2.1/prive/formulaires/login.html
   branches/spip-2.1/prive/formulaires/login.php
   branches/spip-2.1/prive/javascript/jquery.js
   branches/spip-2.1/prive/javascript/login.js
Modified:
   branches/spip-2.1/ecrire/inc_version.php

Details: http://trac.rezo.net/trac/spip/changeset/14904

j'avais noté aussi dans ce lot là 2 autres fichiers à reporter de dev vers 2.1 :
action/auth.php
action/editer_auteur.php

Et sinon j'ai prévu de faire ce soir :
report des opti perfo reportee sur la branche dev : 14889 a 14898
report de inc/plugin de version dev
cp de prive/formulaires/ de dev (hors ceux deja copiés ici)
cp de prive/javascript/ de dev (hors ceux deja copiés ici)

Cédric

Le 19 janv. 2010 à 18:36, esj@rezo.net a écrit :

Author: esj@rezo.net
Date: 2010-01-19 18:36:02 +0100 (mar, 19 jan 2010)
New Revision: 14904

Log:
Report branche Dev vers 2.1 de tout ce qui concerne l'authentification, c'est-à-dire

  * le nouveau format du fichier de connexion acceptant un tableau décrivant un serveur LDAP, et n'obligant plus les fonctions d'initialisation des serveurs MySQL à prendre en compte la présence de LDAP [14620];

  * la nouvelle interface permettant d'ajouter facilement des méthodes d'authentification comme OpenID etc [14596], [14601], [14608] etc;

  * la nouvelle interface de déclaration d'un serveur LDAP à l'installation [14679].

Les fichiers sont recopiés de la branche Dev sans modification.

Added:
  branches/spip-2.1/ecrire/action/cookie.php
  branches/spip-2.1/ecrire/action/logout.php
  branches/spip-2.1/ecrire/auth/ldap.php
  branches/spip-2.1/ecrire/auth/spip.php
  branches/spip-2.1/ecrire/base/connect_sql.php
  branches/spip-2.1/ecrire/inc/actions.php
  branches/spip-2.1/ecrire/inc/auth.php
  branches/spip-2.1/ecrire/inc/install.php
  branches/spip-2.1/ecrire/install/etape_ldap3.php
  branches/spip-2.1/ecrire/install/etape_ldap4.php
  branches/spip-2.1/ecrire/install/etape_ldap5.php
  branches/spip-2.1/ecrire/req/mysql.php
  branches/spip-2.1/ecrire/req/pg.php
  branches/spip-2.1/ecrire/req/sqlite2.php
  branches/spip-2.1/ecrire/req/sqlite3.php
  branches/spip-2.1/ecrire/req/sqlite_generique.php
  branches/spip-2.1/prive/formulaires/editer_auteur.html
  branches/spip-2.1/prive/formulaires/editer_auteur.php
  branches/spip-2.1/prive/formulaires/login.html
  branches/spip-2.1/prive/formulaires/login.php
  branches/spip-2.1/prive/javascript/jquery.js
  branches/spip-2.1/prive/javascript/login.js
Removed:
  branches/spip-2.1/ecrire/action/cookie.php
  branches/spip-2.1/ecrire/action/logout.php
  branches/spip-2.1/ecrire/auth/ldap.php
  branches/spip-2.1/ecrire/auth/spip.php
  branches/spip-2.1/ecrire/base/connect_sql.php
  branches/spip-2.1/ecrire/inc/actions.php
  branches/spip-2.1/ecrire/inc/auth.php
  branches/spip-2.1/ecrire/inc/install.php
  branches/spip-2.1/ecrire/install/etape_ldap3.php
  branches/spip-2.1/ecrire/install/etape_ldap4.php
  branches/spip-2.1/ecrire/install/etape_ldap5.php
  branches/spip-2.1/ecrire/req/mysql.php
  branches/spip-2.1/ecrire/req/pg.php
  branches/spip-2.1/ecrire/req/sqlite2.php
  branches/spip-2.1/ecrire/req/sqlite3.php
  branches/spip-2.1/ecrire/req/sqlite_generique.php
  branches/spip-2.1/prive/formulaires/editer_auteur.html
  branches/spip-2.1/prive/formulaires/editer_auteur.php
  branches/spip-2.1/prive/formulaires/login.html
  branches/spip-2.1/prive/formulaires/login.php
  branches/spip-2.1/prive/javascript/jquery.js
  branches/spip-2.1/prive/javascript/login.js
Modified:
  branches/spip-2.1/ecrire/inc_version.php

Details: http://trac.rezo.net/trac/spip/changeset/14904

_______________________________________________
spip-commit@rezo.net - http://listes.rezo.net/mailman/listinfo/spip-commit
dev: http://trac.rezo.net/trac/spip/