Show
Ignore:
Timestamp:
08/04/07 19:25:41 (5 years ago)
Author:
drazzib
Message:

2007-08-05 Damien Raude-Morvan <drazzib@…>

  • Security.php : A permission can be acquired by a user via multiples roles, this means that, for the moment, we have to use DISTINCT to check if a user had correct permission (otherwise the SQL request is invalid : subrequest return more than one line).
  • Locale.php : If the browser send Accept-Value header without any quality (i.e. q=x.y) we have to use order of the locales to select between them (and don't use a rand() number).
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/wifidog-auth/CHANGELOG

    r1277 r1278  
    11# $Id$ 
     22007-08-05 Damien Raude-Morvan <drazzib@drazzib.com> 
     3        * Security.php : A permission can be acquired by a user via multiples roles, this means 
     4        that, for the moment, we have to use DISTINCT to check if a user had correct permission 
     5        (otherwise the SQL request is invalid : subrequest return more than one line). 
     6        * Locale.php : If the browser send Accept-Value header without any quality (i.e. q=x.y) 
     7        we have to use order of the locales to select between them (and don't use a rand() number). 
     8 
    292007-06-04 Benoit Grégoire  <bock@step.polymtl.ca> 
    310        * Portugese (from portugal) translation contributed by MiguelCMA