Merge commit 'origin/master' into fusionax
authorFlorent Bruneau <florent.bruneau@polytechnique.org>
Fri, 14 Nov 2008 20:07:29 +0000 (21:07 +0100)
committerFlorent Bruneau <florent.bruneau@polytechnique.org>
Fri, 14 Nov 2008 20:07:29 +0000 (21:07 +0100)
Conflicts:

ChangeLog
htdocs/xorg.php
templates/profile/general.tpl

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
1  2 
ChangeLog
htdocs/xorg.php

diff --cc ChangeLog
+++ b/ChangeLog
@@@ -1,26 -1,26 +1,40 @@@
  ================================================================================
- VERSION 0.9.18                                                        XX XX XXXX
 +VERSION 0.f.0                                                         XX XX XXXX
 +
 +New:
 +    * Core:
 +        - Centralises email management through an email combobox           -JAC
 +
 +Bug/Wish:
 +    * Profile:
 +        - #188: Adds informations about the Corps d'État                   -JAC
 +        - #209: Thoroughly changes education's implementation              -JAC
 +        - #386: Adds the possibility to fill in multiple nationalities     -JAC
 +        - #891: Improves education display                                 -JAC
 +
 +================================================================================
+ VERSION 0.10.0                                                        XX XX XXXX
  
  New:
      * Core:
+         - Move plat/al engine in a separated library                       -FRU
          - Introduction of 'hruid' as a replacement for 'forlife'           -VZA
  
+     * Newsletter:
+         - Tool to process bounces                                          -mYk
+     * OpenId:
+         - OpenId provider                                                  -mYk
  Bug/Wish:
  
+     * Admin:
+         - #912: Fix error when validating an 'alread-validated' request    -FRU
+     * Core:
+         - #918: Use POST for wiki preview                                  -FRU
      * Search:
          - #691: Adds search on postcode and thus on "arrondissements"      -JAC
          - #791: Adds the possibility to do an exact search                 -JAC
diff --cc htdocs/xorg.php
@@@ -25,7 -25,7 +25,7 @@@ $platal = new Xorg('auth', 'carnet', 'e
                     'geoloc', 'lists', 'marketing', 'payment', 'platal',
                     'profile', 'register', 'search', 'stats', 'admin',
                     'newsletter', 'axletter', 'bandeau', 'survey',
-                    'fusionax', 'gadgets', 'googleapps', 'poison');
 -                   'gadgets', 'googleapps', 'poison', 'openid');
++                   'fusionax', 'gadgets', 'googleapps', 'poison', 'openid');
  
  if (!($path = Env::v('n')) || ($path{0} < 'A' || $path{0} > 'Z')) {
      $platal->run();