##// END OF EJS Templates
cached-commits: updated logic on cached commit updates....
cached-commits: updated logic on cached commit updates. - for repositories we ensure that damaged/empty repositories have initial data instead of now (bug) - for groups we only update based on first set of data inside a group without iterating to nested objects. This new logic goes in sync with new update task of groups with automation.

File last commit:

r3201:85b3d22c stable
r4162:5cadc4f9 default
Show More
release-notes-4.14.1.rst
46 lines | 652 B | text/x-rst | RstLexer

|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.