Skip to content
Snippets Groups Projects
  1. Jun 27, 2010
  2. Jun 26, 2010
  3. Jun 24, 2010
    • Dominik Eckelmann's avatar
      fixed handling of MSG · 69266de5
      Dominik Eckelmann authored
      msg() now stores always the message to the MSG array until headers are
      sent. After this, a call of msg will print out all messages from the MSG
      array immediately through html_msgarea.
      This prevents double posting and losses of messages from the MSG array.
      69266de5
  4. Jun 23, 2010
  5. Jun 22, 2010
    • Samuel Dorsaz's avatar
      French language update · def4baf2
      Samuel Dorsaz authored
      def4baf2
    • Marijn Hofstra's avatar
      Dutch language update · e53f9e72
      Marijn Hofstra authored
      e53f9e72
    • Andreas Gohr's avatar
      temporary disable hotkey JS for FS#1958 · fa61423c
      Andreas Gohr authored
      fa61423c
    • Andreas Gohr's avatar
      new auth capability 'logout' · 880f62fa
      Andreas Gohr authored
      This patch implements what Adrian's patch "Hide logout button if auth
      backend cannot logout" intended to do.
      
      The 'logoff' capability was used to decide if a special method called
      $auth->logOff() should be called when the user logs out, not if the
      backend supports logouts at all. This was a superflous capability since
      an empty logOff() method is implemented in the base class anyway - it
      doesn't hurt to always call the method.
      
      The 'logoff' capability is now deprecated. Backends who want to do
      actions on logout simply need to overwrite logOff().
      
      A new capability 'logout' was added which defaults to true. Backends
      that can't logoff the user (eg. because they use some automatic
      login/logoff mechanism) can set this to false.
      
      Probably makes sense to add a 'login' capability as well...
      880f62fa
    • Adrian Lang's avatar
      2380e8a8
Loading