Skip to content
Snippets Groups Projects
  1. Apr 29, 2020
  2. Apr 16, 2020
  3. Apr 10, 2020
    • Christoph Wurst's avatar
      Format control structures, classes, methods and function · caff1023
      Christoph Wurst authored
      
      To continue this formatting madness, here's a tiny patch that adds
      unified formatting for control structures like if and loops as well as
      classes, their methods and anonymous functions. This basically forces
      the constructs to start on the same line. This is not exactly what PSR2
      wants, but I think we can have a few exceptions with "our" style. The
      starting of braces on the same line is pracrically standard for our
      code.
      
      This also removes and empty lines from method/function bodies at the
      beginning and end.
      
      Signed-off-by: default avatarChristoph Wurst <christoph@winzerhof-wurst.at>
      Unverified
      caff1023
  4. Apr 09, 2020
  5. Apr 07, 2020
  6. Dec 05, 2019
  7. Oct 25, 2019
  8. Dec 07, 2018
  9. Oct 02, 2018
  10. Mar 26, 2018
  11. Feb 02, 2018
  12. Feb 01, 2018
  13. Dec 11, 2017
  14. Nov 06, 2017
  15. Oct 19, 2017
  16. Aug 02, 2017
  17. May 08, 2017
  18. May 02, 2017
  19. Apr 25, 2017
  20. Apr 22, 2017
  21. 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>
      Unverified
      5b4adf66
  22. Mar 29, 2017
  23. Dec 08, 2016
  24. Nov 22, 2016
  25. Nov 21, 2016
  26. Nov 15, 2016
  27. Jul 21, 2016
  28. Jul 20, 2016
  29. Jun 27, 2016
  30. Jun 08, 2016
  31. Jun 01, 2016
  32. May 26, 2016
  33. Apr 30, 2016
  34. Mar 01, 2016
Loading