[ckan-changes] [okfn/ckan] 080be1: 2869 Fixes problem with invalid data being passed ...
GitHub
noreply at github.com
Thu Aug 16 13:18:05 UTC 2012
Branch: refs/heads/release-v1.8
Home: https://github.com/okfn/ckan
Commit: 080be1bb2521e5d2d7a7800d0ec6bbb1446c3019
https://github.com/okfn/ckan/commit/080be1bb2521e5d2d7a7800d0ec6bbb1446c3019
Author: Ross Jones <rossdjones at gmail.com>
Date: 2012-08-16 (Thu, 16 Aug 2012)
Changed paths:
M ckan/controllers/feed.py
Log Message:
-----------
2869 Fixes problem with invalid data being passed to solr.
The feeds take a page number from the query string and use it to determine the
start position in the list. Occassionally this is 0 and code around line 441
then decrement and then multiply this number, generating a start number less than
0 which solr chokes on.
Commit: 3aac052841a0b592a562e23afa8552fb63696db4
https://github.com/okfn/ckan/commit/3aac052841a0b592a562e23afa8552fb63696db4
Author: Ross Jones <rossdjones at gmail.com>
Date: 2012-08-16 (Thu, 16 Aug 2012)
Changed paths:
M ckan/tests/functional/test_group.py
Log Message:
-----------
Test for 2868
Compare: https://github.com/okfn/ckan/compare/202d6fe42a3d...3aac052841a0
More information about the ckan-changes
mailing list