Skip to content
Snippets Groups Projects
  1. Jul 29, 2019
  2. Apr 18, 2019
  3. Apr 17, 2019
  4. Jan 16, 2019
  5. Nov 02, 2018
  6. Oct 09, 2018
  7. Aug 08, 2018
  8. Jul 21, 2018
  9. Jul 11, 2018
  10. Jun 29, 2018
  11. May 23, 2018
  12. Apr 26, 2018
  13. Mar 26, 2018
  14. Mar 25, 2018
  15. Mar 16, 2018
  16. Mar 13, 2018
  17. Feb 14, 2018
  18. Feb 13, 2018
  19. Jan 29, 2018
  20. Jan 26, 2018
  21. Jan 22, 2018
  22. Jan 17, 2018
  23. Jan 16, 2018
  24. Jan 13, 2018
  25. Nov 06, 2017
  26. Aug 15, 2017
  27. Aug 02, 2017
  28. Jul 18, 2017
  29. May 15, 2017
  30. Apr 28, 2017
  31. Apr 23, 2017
  32. Apr 20, 2017
  33. Apr 11, 2017
  34. Apr 10, 2017
    • Morris Jobke's avatar
      Move OC_Defaults to OCP\Defaults · 5b4adf66
      Morris Jobke authored
      
      * currently there are two ways to access default values:
        OCP\Defaults or OC_Defaults (which is extended by
        OCA\Theming\ThemingDefaults)
      * our code used a mixture of both of them, which made
        it hard to work on theme values
      * this extended the public interface with the missing
        methods and uses them everywhere to only rely on the
        public interface
      
      Signed-off-by: default avatarMorris Jobke <hey@morrisjobke.de>
      5b4adf66
Loading