Ignore:
Timestamp:
09/30/11 10:08:49 (20 months ago)
Author:
Pedro Ferreira <jose.pedro.ferreira@…>
Branches:
master, hello-world-walkthrough, ipv6, v0.98-series, v0.98.2, v0.98.3, v0.98b2, v0.99, 051b2622c51afb171a1dedb46a0df4fbb0cbd02e, d9941f8582b36b24821a11ea5ba16fda6a457fb1
Children:
12fe30
Parents:
79b0b7
Message:

[FIX] IP resolution and session commits

  • IP resolution for sessions wasn't taking into account X-Forwarded-For;
  • Sessions were being constantly committed due to 'currentCategoryId' property;
File:
1 edited

Legend:

Unmodified
Added
Removed
  • indico/MaKaC/webinterface/rh/categoryMod.py

    r250e54 r663efb  
    5858        if self._target == None: 
    5959            raise NoReportError(_("The specified category with id \"%s\" does not exist or has been deleted")%params["categId"]) 
    60         self._getSession().setVar("currentCategoryId", self._target.getId()) 
    6160 
    6261 
Note: See TracChangeset for help on using the changeset viewer.