collective / collective.recipe.solrinstance

Buildout recipe to configure a Solr instance
https://pypi.python.org/pypi/collective.recipe.solrinstance
5 stars 13 forks source link

Gets rid of deprecation warnings in the logging panel. #33

Closed mgrbyte closed 9 years ago

mgrbyte commented 9 years ago

Backwards in-compatible if you've got an upload handler that uses text/plain (Will need to be changed to application/csv or application/json)

lukasgraf commented 9 years ago

Could you please add a changelog entry in HISTORY.txt and change the commit message so it describes the actual change, not (only) the effect? Something like

Use UpdateRequestHandler for  /update/json and /update/csv.

Gets rid of ...

Other than that: :+1:

mgrbyte commented 9 years ago

@lukasgraf Think you meant CHANGES.rst not HISTORY.txt? I've updated that and added myself to the CONTRIBUTORS.rst file (which causes the merge conflict)

saily commented 9 years ago

this seems to be obsolete, because the only file which was changed is CONTRIBUTORS.rst.