##// END OF EJS Templates
routing: use a common method to extract the f_path for repo views....
routing: use a common method to extract the f_path for repo views. The extra slashes can cause odd issues with GIT, the previous pylons code had a fix in routing. This ports this fix into pyramid helper in base app.

File last commit:

r1167:c0cc2e45 default
r1929:0c7b3df6 default
Show More
release-notes-4.3.1.rst
35 lines | 468 B | text/x-rst | RstLexer

|RCE| 4.3.1 |RNS|

Release Date

  • 2016-08-23

New Features

General

Security

Performance

Fixes

  • Core: fixed database session cleanups. This will make sure RhodeCode can function correctly after database server problems. Fixes #4173, refs #4166
  • Diffs: limit the file context to ~1mln lines. Fixes #4184, also make sure this doesn't trigger Integer overflow for msgpack.