Skip to content
Snippets Groups Projects
  1. 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
  2. Nov 27, 2019
  3. May 20, 2016
    • Joas Schilling's avatar
      Move tests/ to PSR-4 (#24731) · 94ad54ec
      Joas Schilling authored
      * Move a-b to PSR-4
      
      * Move c-d to PSR-4
      
      * Move e+g to PSR-4
      
      * Move h-l to PSR-4
      
      * Move m-r to PSR-4
      
      * Move s-u to PSR-4
      
      * Move files/ to PSR-4
      
      * Move remaining tests to PSR-4
      
      * Remove Test\ from old autoloader
      94ad54ec
  4. Nov 30, 2015
  5. Jun 06, 2015
    • Olivier Paroz's avatar
      Fix max preview, some resizing and caching issues and force preview providers... · 71d65cb7
      Olivier Paroz authored
      Fix max preview, some resizing and caching issues and force preview providers to resize their previews properly
      * introduces a method in OC_Image which doesn't stretch images when trying to make them fit in a box
      * adds the method to all key providers so that they can do their job, as expected by the Preview class
      * improves the caching mechanism of Preview in order to reduce I/O and to avoid filling the available disk space
      * fixes some long standing issues
      * **contains mostly tests**
      71d65cb7
  6. Apr 02, 2015
  7. Mar 26, 2015
  8. Feb 24, 2015
Loading