Skip to content
Snippets Groups Projects
  1. Nov 19, 2014
  2. Jul 08, 2014
    • Arthur Schiwon's avatar
      port of #9500 · 3338a0f2
      Arthur Schiwon authored
      don't trigger update from checkPassword, it is already  called by userExists, this is enough.
      
      do not write to database when the value is the same
      
      add test cases. also split test classes in a file each, looks like only the first class is being executed
      
      also appconfig shall not write to database if the value is unchanged
      3338a0f2
  3. Feb 13, 2014
  4. Feb 07, 2014
  5. Dec 20, 2013
    • Vincent Petry's avatar
      Fixed apps loading order · c6377e91
      Vincent Petry authored
      On SQLite the app order can be arbitrary and cause strange bugs.
      On MySQL, the app order seems to be always alphabetical.
      
      This fix enforces alphabetical order to make sure that all environments
      behave the same and to reduce bugs related to app loading order.
      
      Fixes #6442
      c6377e91
  6. Sep 19, 2013
  7. Aug 06, 2013
  8. Aug 02, 2013
Loading