Skip to content
Snippets Groups Projects
  1. 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
  2. Jun 23, 2010
  3. 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
    • Andreas Gohr's avatar
      License change for inc/JpegMeta.php · 2bd74074
      Andreas Gohr authored
      Original author Sebastian Delmont agreed to rerelease the code
      under BSD license to avoid license compatibility problems.
      
      Other authors (me and Hakan Sandell) agreed as well.
      2bd74074
  4. Jun 21, 2010
  5. Jun 18, 2010
    • Adrian Lang's avatar
      147c74da
    • Adrian Lang's avatar
      Refactor action links and buttons · a453d131
      Adrian Lang authored
      Behavioural changes:
        * buttons
          * no 'do=show' but clean URLs (show and back buttons)
          * the alias 'subscription' for subscribe buttons is now available
        * links
          * draft link has class 'draft', not 'edit'
          * revisions link has class 'revs', not 'revisions'
        * both
          * 'revision' is added as an alias for 'history'
      
      These changes were mainly introduced to reduce the differences between
      links and buttons.
      a453d131
  6. Jun 17, 2010
  7. Jun 16, 2010
  8. Jun 15, 2010
  9. Jun 13, 2010
  10. Jun 12, 2010
  11. Jun 09, 2010
  12. Jun 08, 2010
  13. Jun 07, 2010
  14. May 26, 2010
  15. May 19, 2010
  16. May 17, 2010
  17. May 13, 2010
  18. May 08, 2010
Loading