[ckan-changes] [ckan/ckan] 8a2f0a: Looked for all SQL execute statements and passed p...
GitHub
noreply at github.com
Tue Dec 8 11:48:16 UTC 2015
Branch: refs/heads/master
Home: https://github.com/ckan/ckan
Commit: 8a2f0afb2b449f1d5297ed34379f6cd4ae61ddc7
https://github.com/ckan/ckan/commit/8a2f0afb2b449f1d5297ed34379f6cd4ae61ddc7
Author: David Read <david.read at hackneyworkshop.com>
Date: 2015-11-12 (Thu, 12 Nov 2015)
Changed paths:
M ckan/lib/cli.py
M ckanext/datastore/tests/test_create.py
Log Message:
-----------
Looked for all SQL execute statements and passed params to execute where possible (for security).
Commit: e15c08edaa24b97138a526caa9c5950205c2753c
https://github.com/ckan/ckan/commit/e15c08edaa24b97138a526caa9c5950205c2753c
Author: David Read <david.read at hackneyworkshop.com>
Date: 2015-11-17 (Tue, 17 Nov 2015)
Changed paths:
M ckanext/datastore/tests/test_create.py
Log Message:
-----------
Another SQL execute fixed.
Commit: 419dae821e848d46ea6fca33d75fc16f75c647ca
https://github.com/ckan/ckan/commit/419dae821e848d46ea6fca33d75fc16f75c647ca
Author: David Read <david.read at hackneyworkshop.com>
Date: 2015-11-24 (Tue, 24 Nov 2015)
Changed paths:
M .coveragerc
Log Message:
-----------
Coveralls - try excluding libraries using just "include".
Commit: e83fb6b9f5841af1b43ec4b98958c3a368ec5866
https://github.com/ckan/ckan/commit/e83fb6b9f5841af1b43ec4b98958c3a368ec5866
Author: David Read <david.read at hackneyworkshop.com>
Date: 2015-11-24 (Tue, 24 Nov 2015)
Changed paths:
R .coveragerc
M bin/travis-run-tests
Log Message:
-----------
Rather than use .coveragerc, specify options on nosetests command-line - you dont get duplicates that way.
Commit: e22c07ab349bb7bbfb11898a3f88f99d111ed470
https://github.com/ckan/ckan/commit/e22c07ab349bb7bbfb11898a3f88f99d111ed470
Author: David Read <david.read at hackneyworkshop.com>
Date: 2015-11-25 (Wed, 25 Nov 2015)
Changed paths:
M ckan/config/resource_formats.json
Log Message:
-----------
Add torrent and ics formats. Identified by ckanext-qa.
Commit: 2bd13792a561d9dc38681e95443f63f1255944f9
https://github.com/ckan/ckan/commit/2bd13792a561d9dc38681e95443f63f1255944f9
Author: Ross Jones <ross at servercode.co.uk>
Date: 2015-12-01 (Tue, 01 Dec 2015)
Changed paths:
M CHANGELOG.rst
M ckan/lib/helpers.py
M ckan/tests/legacy/misc/test_format_text.py
M ckan/tests/legacy/models/test_package.py
M ckan/tests/lib/test_helpers.py
M requirements.txt
Log Message:
-----------
Replace markdown library with python-markdown
Replaces the previous markdown renderer that was problematic (and
unmaintained) with the more widely used python-markdown.
As python-markdown has deprecated the safe_mode for removing HTML, this
PR also contains bleach to strip out any HTML provided - as recommended
by the python-markdown docs.
The only noticeable change in rendering is that the previous library
inserted a newline before a closing p tag, which python-markdown doesn't
do. This is unlikely to change how the content is rendered.
Commit: bdbaed34cfce78307022dfda0f919053884815a6
https://github.com/ckan/ckan/commit/bdbaed34cfce78307022dfda0f919053884815a6
Author: Ross Jones <ross at servercode.co.uk>
Date: 2015-12-01 (Tue, 01 Dec 2015)
Changed paths:
M requirements.txt
Log Message:
-----------
Include ordereddict for 2.6
Commit: eef140ba9525afc74ef2548b490a78f8df9ceb3d
https://github.com/ckan/ckan/commit/eef140ba9525afc74ef2548b490a78f8df9ceb3d
Author: Ross Jones <ross at servercode.co.uk>
Date: 2015-12-03 (Thu, 03 Dec 2015)
Changed paths:
M requirements.in
M requirements.txt
Log Message:
-----------
Use a more recent version of python-markdown that still claims to support Python 2.6
Commit: 2655c450dc233a2f8f31e15aafd44d721cd85601
https://github.com/ckan/ckan/commit/2655c450dc233a2f8f31e15aafd44d721cd85601
Author: amercader <amercadero at gmail.com>
Date: 2015-12-08 (Tue, 08 Dec 2015)
Changed paths:
M CHANGELOG.rst
M ckan/lib/helpers.py
M ckan/tests/legacy/misc/test_format_text.py
M ckan/tests/legacy/models/test_package.py
M ckan/tests/lib/test_helpers.py
M requirements.in
M requirements.txt
Log Message:
-----------
Merge branch 'replace-markdown-lib'
Commit: 4071b8e6a4e401428c6d80931f5dac2d08871031
https://github.com/ckan/ckan/commit/4071b8e6a4e401428c6d80931f5dac2d08871031
Author: amercader <amercadero at gmail.com>
Date: 2015-12-08 (Tue, 08 Dec 2015)
Changed paths:
M ckan/config/resource_formats.json
Log Message:
-----------
Merge branch 'formats'
Commit: 289a8b3527f805a12d0a14b9ead64ce8b36a4b3f
https://github.com/ckan/ckan/commit/289a8b3527f805a12d0a14b9ead64ce8b36a4b3f
Author: amercader <amercadero at gmail.com>
Date: 2015-12-08 (Tue, 08 Dec 2015)
Changed paths:
R .coveragerc
M bin/travis-run-tests
Log Message:
-----------
Merge branch 'coveralls-exclude-libraries'
Commit: 55fb759a99a14b69f4fb9370bae0c2d8724bd83d
https://github.com/ckan/ckan/commit/55fb759a99a14b69f4fb9370bae0c2d8724bd83d
Author: amercader <amercadero at gmail.com>
Date: 2015-12-08 (Tue, 08 Dec 2015)
Changed paths:
M ckan/lib/cli.py
M ckanext/datastore/tests/test_create.py
Log Message:
-----------
Merge branch 'sql-params'
Compare: https://github.com/ckan/ckan/compare/f29ecf1e0456...55fb759a99a1
More information about the ckan-changes
mailing list