##// END OF EJS Templates
pull-requests: loosen strict view of pull-requests that state is changing...
pull-requests: loosen strict view of pull-requests that state is changing - we now replace it with limited view which still allows deletion/editing of reviewers or title and description - added labels for state changing instead of grey out (it was used for closed PRs) - small UI fixes

File last commit:

r3201:85b3d22c stable
r4103:78e087c7 default
Show More
release-notes-4.14.1.rst
46 lines | 652 B | text/x-rst | RstLexer
/ docs / release-notes / release-notes-4.14.1.rst
docs: added 4.14.1 release notes
r3201 |RCE| 4.14.1 |RNS|
------------------
Release Date
^^^^^^^^^^^^
- 2018-11-12
New Features
^^^^^^^^^^^^
General
^^^^^^^
- ui: increase label width after font changes.
- ui: make branding consistent in all pages.
Security
^^^^^^^^
Performance
^^^^^^^^^^^
Fixes
^^^^^
- hooks: fixed SVN hook problem on commit with new rcextensions.
- hooks: use safer way to validate kwargs. If rcextensions are disable we shouldn't
validate any parameters.
- mailer: use default port for mails. Without ports mailer would fail with an odd
unrelated error message.
Upgrade notes
^^^^^^^^^^^^^
- Un-scheduled release addressing reported problems.