##// END OF EJS Templates
settings: re-use attached request global config for performance...
settings: re-use attached request global config for performance - since we *always* generate a global config and register it into request make use of it, and not rely on the get_all_settings heavy logic that makes it slow to fetch because of cache checks. Within single request we're fine to re-use it when ever request attribute is available

File last commit:

r1167:c0cc2e45 default
r4200:007322e6 stable
Show More
release-notes-4.4.2.rst
41 lines | 766 B | text/x-rst | RstLexer
/ docs / release-notes / release-notes-4.4.2.rst
docs: updated changelog for 4.4.2
r994 |RCE| 4.4.2 |RNS|
-----------------
Release Date
^^^^^^^^^^^^
- 2016-10-17
New Features
^^^^^^^^^^^^
changelog: reformat changelog to put new features as first item.
r1167 General
^^^^^^^
- Packaging: pinned against rhodecode-tools 0.10.1
docs: updated changelog for 4.4.2
r994 Security
^^^^^^^^
changelog: reformat changelog to put new features as first item.
r1167 - Integrations: fix 500 error on integrations page when delegated admin
docs: updated changelog for 4.4.2
r994 tried to access integration page after adding some integrations.
Permission checks were to strict for delegated admins.
Performance
^^^^^^^^^^^
Fixes
^^^^^
changelog: reformat changelog to put new features as first item.
r1167 - Vcsserver: make sure we correctly ping against bundled HG/GIT/SVN binaries.
docs: updated changelog for 4.4.2
r994 This should fix a problem where system binaries could be used accidentally
by the RhodeCode.
changelog: reformat changelog to put new features as first item.
r1167 - LDAP: fixed email extraction issues. Empty email addresses from LDAP server
docs: updated changelog for 4.4.2
r994 will no longer take precedence over those stored inside RhodeCode database.