Skip to content
  1. Feb 24, 2019
  2. Jun 19, 2017
  3. May 20, 2017
  4. Feb 18, 2017
  5. Jan 25, 2017
  6. Nov 14, 2016
  7. Apr 29, 2016
    • hydrargyrum's avatar
      fix a few __repr__/__str__ returning unicode · 5c3f2c96
      hydrargyrum authored
      In Python 2, __repr__ and __str__ shouldn't return unicode.
      This caused a problem for example when logging-debug a filter on Thumbnail.url,
      as the logger couldn't encode the unicode repr.
      5c3f2c96
  8. Feb 17, 2016
  9. Oct 10, 2014
    • Laurent Bachelier's avatar
      pep8 blank lines fixes · 448c06d1
      Laurent Bachelier authored
      flake8 --select W391,E302,E301,E304
      
      autopep8 can't fix W391 even though it claims it can.
      Fixed using a simple custom script.
      448c06d1
  10. Jul 05, 2014
  11. Jun 27, 2014
  12. Jan 08, 2014
  13. Dec 22, 2013
    • Pierre Mazière's avatar
      add ICapImage and BaseImage · 19d7180c
      Pierre Mazière authored
      
      
      BaseImage was extracted from the gallery capability and
      refactored to inherit from BaseFile.
      As I did not look further into the gallery capability, I left
      the original BaseImage there.
      I'm aware that it's not an healthy situation, but it seems
      to be used only by modules using ICapGallery and hopefully
      should not have any consequences for now
      
      Signed-off-by: default avatarPierre Mazière <pierre.maziere@gmx.com>
      19d7180c