changelog: reformat changelog to put new features as first item.

This commit is contained in:
Marcin Kuzminski 2016-12-01 00:46:22 +01:00
parent cb2790e822
commit 8122226ff7
5 changed files with 87 additions and 67 deletions

View file

@ -7,38 +7,6 @@ Release Date
- 2016-08-12
General
^^^^^^^
- Subversion: detect requests also based on magic path.
This adds subversion 1.9 support for SVN backend.
- Summary/changelog: unified how data is displayed for those pages.
* use consistent order of columns
* fix the link to commit status
* fix order of displaying comments
- Live-chat: refactor live chat system for code review based on
latest channelstream changes.
- SVN: Add template to generate the apache mod_dav_svn config for all
repository groups. Repository groups can now be automatically mapped to be
supported by SVN backend. Set `svn.proxy.generate_config = true` and similar
options found inside .ini config.
- Readme/markup: improved order of generating readme files. Fixes #4050
* we now use order based on default system renderer
* having multiple readme files will pick correct one as set renderer
- Api: add a max_file_bytes parameter to get_nodes so that large files
can be skipped.
- Auth-ldap: added flag to set debug mode for LDAP connections.
- Labs: moved rebase-merge option from labs settings into VCS settings.
- System: send platform type and version to upgrade endpoint when checking
for new versions.
- Packaging: update rhodecode-tools from 0.8.3 to 0.10.0
- Packaging: update codemirror from 5.4.0 to 5.11.0
- Packaging: updated pygments to 2.1.3
- Packaging: bumped supervisor to 3.3.0
- Packaging: bumped psycopg2 to 2.6.1
- Packaging: bumped mercurial to 3.8.4
New Features
^^^^^^^^^^^^
@ -64,6 +32,38 @@ New Features
onto comments you submitted while doing a code-review.
General
^^^^^^^
- Subversion: detect requests also based on magic path.
This adds subversion 1.9 support for SVN backend.
- Summary/changelog: unified how data is displayed for those pages.
* use consistent order of columns
* fix the link to commit status
* fix order of displaying comments
- Live chat: refactor live chat system for code review based on
latest channelstream changes.
- SVN: Add template to generate the apache mod_dav_svn config for all
repository groups. Repository groups can now be automatically mapped to be
supported by SVN backend. Set `svn.proxy.generate_config = true` and similar
options found inside .ini config.
- Readme/markup: improved order of generating readme files. Fixes #4050
* we now use order based on default system renderer
* having multiple readme files will pick correct one as set renderer
- Api: add a max_file_bytes parameter to get_nodes so that large files
can be skipped.
- Auth-ldap: added flag to set debug mode for LDAP connections.
- Labs: moved rebase-merge option from labs settings into VCS settings.
- System: send platform type and version to upgrade endpoint when checking
for new versions.
- Packaging: update rhodecode-tools from 0.8.3 to 0.10.0
- Packaging: update codemirror from 5.4.0 to 5.11.0
- Packaging: updated pygments to 2.1.3
- Packaging: bumped supervisor to 3.3.0
- Packaging: bumped psycopg2 to 2.6.1
- Packaging: bumped mercurial to 3.8.4
Security
^^^^^^^^
@ -105,7 +105,7 @@ Fixes
support to gevent compatible handling.
- Diff2way: fixed unicode problem on non-ascii files.
- Full text search: whoosh schema uses now bigger ints, fixes #4035
- File-browser: optimized cached tree calculation, reduced load times by
- File browser: optimized cached tree calculation, reduced load times by
50% on complex file trees.
- Styling: #4086 fixing bug where long commit messages did not wrap in file view.
- SVN: Ignore the content length header from response, fixes #4112.

View file

@ -6,6 +6,27 @@ Release Date
- 2016-08-23
New Features
^^^^^^^^^^^^
General
^^^^^^^
Security
^^^^^^^^
Performance
^^^^^^^^^^^
Fixes
^^^^^

View file

@ -7,18 +7,6 @@ Release Date
- 2016-09-16
General
^^^^^^^
- UI: introduced Polymer webcomponents into core application. RhodeCode will
be now shipped together with Polymer framework webcomponents. Most of
dynamic UI components that require large amounts of interaction
will be done now with Polymer.
- live-notifications: use rhodecode-toast for live notifications instead of
toastr jquery plugin.
- Svn: moved svn http support out of labs settings. It's tested and stable now.
New Features
^^^^^^^^^^^^
@ -29,11 +17,11 @@ New Features
It will allow to configure exactly which projects use which integrations.
- Integrations: show branches/commits separately when posting push events
to hipchat/slack, fixes #4192.
- Pull-requests: summary page now shows update dates for pull request to
- Pull requests: summary page now shows update dates for pull request to
easier see which one were receantly updated.
- UI: hidden inline comments will be shown in side view when browsing the diffs
- Diffs: added inline comments toggle into pull requests diff view. #2884
- Live-chat: added summon reviewers functionality. You can now request
- Live chat: added summon reviewers functionality. You can now request
presence from online users into a chat for collaborative code-review.
This requires channelstream to be enabled.
- UX: added a static 502 page for gateway error. Once configured via
@ -41,6 +29,18 @@ New Features
backend servers are offline. Fixes #4202.
General
^^^^^^^
- UI: introduced Polymer webcomponents into core application. RhodeCode will
be now shipped together with Polymer framework webcomponents. Most of
dynamic UI components that require large amounts of interaction
will be done now with Polymer.
- Live notifications: use rhodecode-toast for live notifications instead of
toastr jquery plugin.
- Svn: moved svn http support out of labs settings. It's tested and stable now.
Security
^^^^^^^^
@ -67,12 +67,12 @@ Fixes
match rest of ui, fixes: #4200.
- UX: show multiple tags/branches in changelog/summary instead of
truncating them.
- My-account: fix test notifications for IE10+
- My account: fix test notifications for IE10+
- Vcs: change way refs are retrieved for git so same name branch/tags and
remotes can be supported, fixes #298.
- Lexers: added small extensions table to extend syntax highlighting for file
sources. Fixes #4227.
- Search: fix bug where file path link was wrong when the repository name was
in the file path, fixes #4228
- Fixed INT overflow bug
- Pagination: fixed INT overflow bug.
- Events: send pushed commits always in the correct in order.

View file

@ -7,18 +7,17 @@ Release Date
- 2016-09-27
General
^^^^^^^
- channelstream: auto-generate the url to channelstream server if it's not
explicitly defined in the config. It allows to use a relative server
without knowing its address upfront.
New Features
^^^^^^^^^^^^
General
^^^^^^^
- Channelstream: auto-generate the url to channelstream server if it's not
explicitly defined in the config. It allows to use a relative server
without knowing its address upfront.
Security
^^^^^^^^
@ -34,7 +33,7 @@ Fixes
^^^^^
- GIT: properly extract branches on events and submit them to integrations.
- Pullrequests: fix problems with unicode in auto-generated descriptions
- Pull requests: fix problems with unicode in auto-generated descriptions
- Gist: fixed bug in update functionality of Gists that auto changed them
to private.
- SVN: add proper escaping in the autogenerated svn mod_dav config

View file

@ -7,21 +7,21 @@ Release Date
- 2016-10-17
General
^^^^^^^
- packaging: pinned against rhodecode-tools 0.10.1
New Features
^^^^^^^^^^^^
General
^^^^^^^
- Packaging: pinned against rhodecode-tools 0.10.1
Security
^^^^^^^^
- integrations: fix 500 error on integrations page when delegated admin
- Integrations: fix 500 error on integrations page when delegated admin
tried to access integration page after adding some integrations.
Permission checks were to strict for delegated admins.
@ -34,8 +34,8 @@ Performance
Fixes
^^^^^
- vcsserver: make sure we correctly ping against bundled HG/GIT/SVN binaries.
- Vcsserver: make sure we correctly ping against bundled HG/GIT/SVN binaries.
This should fix a problem where system binaries could be used accidentally
by the RhodeCode.
- ldap: fixed email extraction issues. Empty email addresses from LDAP server
- LDAP: fixed email extraction issues. Empty email addresses from LDAP server
will no longer take precedence over those stored inside RhodeCode database.