Mercurial > p > roundup > code
comparison CHANGES.txt @ 5087:39af8a0f3446
Applied patch attached to issue2550723. Problem in index page
@pagesize=0 not properly propigated to previous batch link (is set to
actual number of entries displayed).
Using demo.py verified original issue with 0 page size. Also verified
that a non-zero page size was properly propigated (values 5 and 20).
Applied patch attached to issue. Verified issue with size 0
fixed. Verified that values 5 and 20 worked correctly. Updated
CHANGES.txt.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sat, 18 Jun 2016 23:49:41 -0400 |
| parents | 2b551b6b0830 |
| children | 89c2c1a88927 |
comparison
equal
deleted
inserted
replaced
| 5086:2b551b6b0830 | 5087:39af8a0f3446 |
|---|---|
| 116 - issue2550549 Postgres error on message templating | 116 - issue2550549 Postgres error on message templating |
| 117 Exception gets thrown and not captured if nodeid is too large | 117 Exception gets thrown and not captured if nodeid is too large |
| 118 on postgres. Added a check in rdbms_common layer that max nodeid | 118 on postgres. Added a check in rdbms_common layer that max nodeid |
| 119 is < 2^31 -1. Large nodeid now return no such id error upstream. | 119 is < 2^31 -1. Large nodeid now return no such id error upstream. |
| 120 Patch idea from: martin.v.loewis. (John Rouillard) | 120 Patch idea from: martin.v.loewis. (John Rouillard) |
| 121 | 121 - issue2550723 Fix propagation of @pagesize |
| 122 When @pagesize=0 is specified (indicating show all), the value of | |
| 123 pagesize is not propigated to the prev link. This patch fixes that. | |
| 124 Patch provided by John Kristensen. (Applied, light testing by John | |
| 125 Rouillard.) | |
| 122 | 126 |
| 123 2016-01-11: 1.5.1 | 127 2016-01-11: 1.5.1 |
| 124 | 128 |
| 125 Pay attention: | 129 Pay attention: |
| 126 | 130 |
