Changeset 1936

Show
Ignore:
Timestamp:
09/02/08 17:30:45 (3 months ago)
Author:
alo
Message:

--

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • cherokee/trunk/ChangeLog

    r1934 r1936  
    112008-09-02  Alvaro Lopez Ortega  <alvaro@alobbs.com> 
     2 
     3        * admin/config.py (Config.serialize.sorter): Fixed sorting 
     4        function.  It is just a configuration file aesthetical fix. 
    25 
    36        * admin/server.py, admin/main.template.html, admin/Page.py, 
  • cherokee/trunk/admin/config.py

    r1916 r1936  
    264264            if ((len(a) > 3) and  
    265265                (a[0] == b[0] == 'vserver') and 
     266                (a[1] == b[1]) and 
    266267                (a[2] == b[2] == 'rule')): 
    267268                return cmp (int(b[3]), int(a[3]))