gustafn
committed
on 31 Aug 16
- added kernel parameter MaxUrlLength (default 2000) to remove
hard-coded length in request-processor-procs.
- lifted data model restricti… Show more
- added kernel parameter MaxUrlLength (default 2000) to remove

 hard-coded length in request-processor-procs.

- lifted data model restriction of 100 characters for url-segments

 (changing types of "site_nodes.name" from "varchar(100)" to "text")

 (PostgreSQL only)

- site_node__node_id

 * use built-in string functions instead of characterwise loop

 * use default for last argument

 * Improve source-code documentation

- bumped version number of kernel to 5.9.1d15

Show less