Merge commit 'origin/master' into fusionax
authorFlorent Bruneau <florent.bruneau@polytechnique.org>
Sun, 10 Aug 2008 12:39:23 +0000 (14:39 +0200)
committerFlorent Bruneau <florent.bruneau@polytechnique.org>
Sun, 10 Aug 2008 12:39:23 +0000 (14:39 +0200)
Conflicts:

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

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
14 files changed:
1  2 
htdocs/xorg.php
modules/email.php
modules/geoloc.php
modules/marketing.php
modules/profile.php
modules/search.php
modules/search/classes.inc.php
modules/search/search.inc.php
templates/emails/redirect.tpl
templates/gadgets/ig-minifiche.tpl
templates/include/plview.trombi.tpl
templates/marketing/private.tpl
templates/profile/general.tpl
templates/search/adv.form.tpl

diff --cc htdocs/xorg.php
  
  require_once dirname(__FILE__).'/../include/xorg.inc.php';
  
+ $platal = new Platal('auth', 'carnet', 'email', 'events', 'forums',
+                      'geoloc', 'lists', 'marketing', 'payment', 'platal',
+                      'profile', 'register', 'search', 'stats', 'admin',
+                      'newsletter', 'axletter', 'bandeau', 'survey',
++                     'fusionax',
+                      'gadgets', 'googleapps');
  if (!($path = Env::v('n')) || ($path{0} < 'A' || $path{0} > 'Z')) {
-     $platal = new Platal('auth', 'carnet', 'email', 'events', 'forums',
-                          'geoloc', 'lists', 'marketing', 'payment', 'platal',
-                          'profile', 'register', 'search', 'stats', 'admin',
-                          'newsletter', 'axletter', 'bandeau', 'survey',
-                          'fusionax',
-                          'gadgets', 'googleapps');
      $platal->run();
      exit;
  }
Simple merge
Simple merge
Simple merge
@@@ -832,18 -809,8 +833,18 @@@ class ProfileModule extends PLModul
          $table_editor->describe('label', 'intitulé', true);
          $table_editor->apply($page, $action, $id);
      }
 +    function handler_admin_networking(&$page, $action = 'list', $id = null) {
 +        $page->assign('xorg_title', 'Polytechnique.org - Administration - Networking');
 +        $page->assign('title', 'Gestion des types de networking');
 +        $table_editor = new PLTableEditor('admin/networking', 'profile_networking_enum', 'network_type');
 +        $table_editor->describe('name', 'intitulé', true);
 +        $table_editor->describe('icon', 'nom de l\'icône', false);
 +        $table_editor->describe('filter', 'filtre', true);
 +        $table_editor->describe('link', 'lien web', true);
 +        $table_editor->apply($page, $action, $id);
 +    }
      function handler_admin_medals(&$page, $action = 'list', $id = null) {
-         $page->setTitle('Polytechnique.org - Administration - Distinctions');
+         $page->setTitle('Administration - Distinctions');
          $page->assign('title', 'Gestion des Distinctions');
          $table_editor = new PLTableEditor('admin/medals','profile_medals','id');
          $table_editor->describe('text', 'intitulé',  true);
Simple merge
Simple merge
Simple merge
@@@ -27,9 -27,8 +27,9 @@@
    </p>
  {/if}
  {if $retour == $smarty.const.ERROR_INVALID_EMAIL}
 +  {assign var='error_email' value='1'}
    <p class="erreur">
-   Erreur: l'email n'est pas valide.
+   Erreur&nbsp;: l'email n'est pas valide.
    </p>
  {/if}
  {if $retour == $smarty.const.ERROR_LOOP_EMAIL}
Simple merge
Simple merge
Simple merge
      <td>
        <div>
          <span class="flags">
-           <input type="checkbox" name="freetext_pub" {if $freetext_pub eq 'public'}checked="checked"{/if} />
-           {icon name="flag_green" title="site public"}
+           <label><input type="checkbox" name="freetext_pub" {if $freetext_pub eq 'public'}checked="checked"{/if} />
+           {icon name="flag_green" title="site public"}</label>
          </span>&nbsp;
 -        <span class="titre">Complément libre</span><br />
 -        <span class="comm">Commentaire ? ICQ ? etc...</span>
 +        <span class="titre">Commentaire</span>
        </div>
        <div class="smaller" style="margin-top: 30px">
          <a href="wiki_help/notitle" class="popup3">
Simple merge