Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: thumbor/thumbor
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.6.2
Choose a base ref
...
head repository: thumbor/thumbor
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3.6.3
Choose a head ref
  • 4 commits
  • 5 files changed
  • 3 contributors

Commits on Sep 24, 2012

  1. constructor for detectors need context now

    Otherwise it fail with :
    
    Traceback (most recent call last):
      File "/usr/local/lib/python2.6/dist-packages/tornado/stack_context.py", line 209, in _nested
        yield vars
      File "/usr/local/lib/python2.6/dist-packages/tornado/stack_context.py", line 180, in wrapped
        callback(*args, **kwargs)
      File "/usr/local/lib/python2.6/dist-packages/thumbor/loaders/http_loader.py", line 37, in return_contents
        callback(response.body)
      File "/usr/local/lib/python2.6/dist-packages/thumbor/handlers/__init__.py", line 226, in handle_loader_loaded
        callback(normalized, engine=engine)
      File "/usr/local/lib/python2.6/dist-packages/thumbor/handlers/__init__.py", line 116, in callback
        Transformer(self.context).transform(after_transform_cb)
      File "/usr/local/lib/python2.6/dist-packages/thumbor/transformer.py", line 87, in transform
        self.smart_detect()
      File "/usr/local/lib/python2.6/dist-packages/thumbor/transformer.py", line 141, in smart_detect
        detectors[0](self.context, index=0, detectors=detectors).detect(self.after_smart_detect)
      File "/usr/local/lib/python2.6/dist-packages/thumbor/detectors/face_detector/__init__.py", line 35, in detect
        self.next(callback)
      File "/usr/local/lib/python2.6/dist-packages/thumbor/detectors/__init__.py", line 27, in next
        next_detector = self.detectors[self.index + 1](self.context, self.index + 1, self.detectors)
    TypeError: __init__() takes exactly 3 arguments (4 given)
    Damien Hardy committed Sep 24, 2012
    1 Configuration menu
    Copy the full SHA
    e0677a6 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2012

  1. Configuration menu
    Copy the full SHA
    59d57b3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    36aebaa View commit details
    Browse the repository at this point in the history
  3. Release 3.6.3

    heynemann committed Sep 26, 2012
    Configuration menu
    Copy the full SHA
    2408d66 View commit details
    Browse the repository at this point in the history
Loading