[Obm] OBM 2.1.3 has been released

Mehdi Rande mehdi.rande at aliasource.fr
Mon Jan 21 14:42:10 CET 2008


Jimmy Goudin wrote:
> Bonjour,
>
>
> Petit problème lorsque l'on clic sur le "+" à coté des groupes public 
> dans l'Agenda.
>
> *Fatal error*: Call to undefined function dis_group_search_list() in 
> */var/www/obm- 2.1.3/php/group/group_index.php* on line *319
>
> *
En effet, ceci est corrigé dans le trunk (le bug apparait lorsque la 
préférence "Afficher les listes automatiquement" est cochée).

le patch correctif pour ceux qui sont intéressés :

Index: group_index.php
===================================================================
--- group_index.php    (revision 2654)
+++ group_index.php    (working copy)
@@ -316,7 +316,7 @@
 ///////////////////////////////////////////////////////////////////////////////
   $display["search"] = html_group_search_form($params);
   if ($_SESSION['set_display'] == "yes") {
-    $display["result"] = dis_group_search_list($params);
+    $display["result"] = dis_group_search_group($params);
   } else {
     $display["msg"] .= display_info_msg($l_no_display);
   }

Merci pour les retours

Cordialement,
Mehdi Rande
> *
> *Cordialement,
> Goudin Jimmy*
>
> *
> 2008/1/18, Pierre Baudracco <pierre.baudracco at aliasource.fr 
> <mailto:pierre.baudracco at aliasource.fr>>:
>
>     OBM 2.1.3 is out and fixes a nasty bug in the Calendar.
>
>     *** Bugfix
>
>     If you have used a 2.1.2 and has created some events run this query
>     (that corrects some events which could have been created with a
>     null owner)
>
>     UPDATE CalendarEvent set calendarevent_owner =
>     calendarevent_usercreate
>     where calendarevent_owner is null or calendarevent_owner='';
>
>     *** General
>     many small fixes and enhancements in Organizational Chart (allow zoom
>     out), calendar and other modules
>
>
>     *** Changelog extract :
>
>     2008-01-11 : version 2.1.3
>
>          * BUG#599 : Write event modifications in event update
>     generated email
>          * BUG#555 : fixed a CSS bug in User and Resource modules
>          * BUG#513 : " in adress does not brake the copy to clipboard
>     anymore
>          * BUG#411 : Debian packages now ok, but removed from obm
>     repository
>          * BUG#270 : Project task allocation can be set in fraction of
>     day
>          * BUG#265 : Calendar navigation with DST fixed
>          * BUG#154 : WONTFIX display mandatory fields
>          * Calendar : Owner bug fix
>          * Calendar : Public groups select widget improvement
>          * Organizationalchart : many bugfixes, browser compatibility
>          * Organizationalchart : zoom function
>          * Postgres compliance improvements (Calendar drag n drop,..)
>          * Better task sorting in time filling
>          * Page title is now handled within the theme
>          * Contact kind selexion fixed when kind label not set
>          * URL regexp now allow ',' and URL get trimmed to easy copy/paste
>          * Backup warning fixes
>          * User defined check rules for entities insert/update
>
>     --
>     ------------------------------------------------------------------------------
>
>     Pierre Baudracco - pierre.baudracco at aliasource.fr
>     <mailto:pierre.baudracco at aliasource.fr> - www.aliasource.fr
>     <http://www.aliasource.fr>
>     AliaSource - Groupe LINAGORA Toulouse 05 62 19 24 91 - Paris 01 58
>     18 68 28
>     _______________________________________________
>     Obm mailing list
>     Obm at list.aliasource.fr <mailto:Obm at list.aliasource.fr>
>     http://www.list.aliasource.fr/mailman/listinfo/obm
>     <http://www.list.aliasource.fr/mailman/listinfo/obm>
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> Obm mailing list
> Obm at list.aliasource.fr
> http://www.list.aliasource.fr/mailman/listinfo/obm
>   


-- 
Mehdi Rande
Aliasource - Groupe LINAGORA
20, rue Hermès, Parc Technologique du Canal 31520 RAMONVILLE SAINT AGNE
Téléphone : +33 (0)5 62 19 24 91



More information about the Obm mailing list