Skip to content
Snippets Groups Projects
  1. Aug 29, 2019
    • Tim van Dijen's avatar
      Update changelog for 1.18 and 1.17.6 · b18397e7
      Tim van Dijen authored
      b18397e7
    • Tim van Dijen's avatar
      Update dependencies · be11d13c
      Tim van Dijen authored
      be11d13c
    • Jaime Pérez Crespo's avatar
      Create a PHP template for IFrameLogoutHandler · 59e1dd5f
      Jaime Pérez Crespo authored
      This was inline in the script, and later migrated to a twig template. This made us force the use of twig, or otherwise the template would not work for the old user interface. We shouldn't do that, and we should have a proper PHP template in place.
    • Jaime Pérez Crespo's avatar
      Make sure we respect log message order · 014992c8
      Jaime Pérez Crespo authored
      When we are logging something and the logger hasn't been initialized, the messages are deferred and flushed by a shutdown handler. However, when we initialize a session, we set the track ID in the logger, effectively initializing it with everything we need. When we log something and then load the session (or create it), any subsequent logs will be dumped, but the deferred logs will wait until shutdown, changing the order in which they were emitted.
      
      This patch makes sure we flush the deferred logs as soon as we have a track ID (can either be set manually or by, most typically, loading a session). That way, we get those logs out as soon as we can, and subsequent logs entries will be dumped afterwards, keeping their relative order.
      
      This closes #1107
  2. Aug 28, 2019
  3. Aug 27, 2019
  4. Aug 26, 2019
  5. Aug 22, 2019
  6. Aug 21, 2019
  7. Aug 18, 2019
  8. Aug 17, 2019
  9. Aug 16, 2019
  10. Aug 12, 2019
  11. Aug 11, 2019
  12. Aug 10, 2019
Loading