From 0d2ceeffea379e48bb64373855d35ea9f42b96d8 Mon Sep 17 00:00:00 2001 From: x2003bruneau Date: Wed, 9 May 2007 22:58:58 +0000 Subject: [PATCH] Backport r1811 Update ChangeLog git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@1813 839d8a87-29fc-0310-9880-83ba4fa771e5 --- ChangeLog | 9 +++++++++ classes/platalpage.php | 2 +- modules/search.php | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 254f839..d352a74 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,12 @@ ================================================================================ +VERSION 0.9.15 XX XX 2007 + +From 0.9.14 branch: + + * Payment: + - #662: Fix the attribution of the payments -BOB + +================================================================================ VERSION 0.9.14 27 04 2007 New: @@ -1010,6 +1018,7 @@ ACRONYMS: * PoT: Polytechnique.org TEAM (see Authors). + * BOB: Damien Bobillot (Schmurtz) * Car: Pascal Corpet (Caribou) * CAT: Florian El Ahdab (LeChat) * FAL: Raphaël Marichez (Falco) diff --git a/classes/platalpage.php b/classes/platalpage.php index 57e112f..31ab6d7 100644 --- a/classes/platalpage.php +++ b/classes/platalpage.php @@ -117,7 +117,7 @@ abstract class PlatalPage extends Smarty case SKINNED: $this->register_modifier('escape_html', 'escape_html'); - $this->default_modifiers = Array('@escape_html'); + $this->default_modifiers = Array('@escape_html'); } $this->register_outputfilter('hide_emails'); $this->addJsLink('wiki.js'); diff --git a/modules/search.php b/modules/search.php index 74228be..e7a2a9d 100644 --- a/modules/search.php +++ b/modules/search.php @@ -134,7 +134,7 @@ class SearchModule extends PLModule $view = new SearchSet(false, $action == 'geoloc' && substr($subaction, -3) == 'swf'); $view->addMod('minifiche', 'Minifiches', true); $view->addMod('trombi', 'Trombinoscope', false, array('with_promo' => true)); - $view->addMod('geoloc', 'Planishpère'); + $view->addMod('geoloc', 'Planisphère'); $view->apply('search/adv', $page, $action, $subaction); if ($subaction) { -- 2.1.4