Changeset - f177aaf1b57a
[Not reviewed]
Marcin Kuzminski - 12 years ago 2013-09-02 16:49:53
marcin@python-works.com
Transplanted from: fc64cd9bb856
update changelog
(transplanted from fc64cd9bb85636f614215addae45b88dab12cd98)
1 file changed with 6 insertions and 3 deletions:
0 comments (0 inline, 0 general)
docs/changelog.rst
Show inline comments
 
.. _changelog:
 

	
 
=========
 
Changelog
 
=========
 

	
 

	
 
1.7.2 (**2013-07-XX**)
 
1.7.2 (**2013-10-01**)
 
----------------------
 

	
 
news
 
++++
 

	
 
- Added handling of copied files in diffs
 
- Implemented issue #387 side-by-side diffs view
 
- Added option to specify other than official bugtracker url to post issues
 
  with RhodeCode.
 
- Markdown renderer now uses github flavored syntax with a better newline handling
 
- Added User pre-create, create and delete hooks for rcextensions.
 
- Branch selectors: show closed branches too for Mercurial
 
- Updated codemirror to latest version and added syntax coloring dropdown for
 
  various languages CodeMirror supports
 
- Added --no-public-access / --public-access flags into setup-rhodecode
 
  command to enable setup without public access
 
- Various small updates to pull requests
 
- Bumped Mercurial version to latest
 
- Bumped Mercurial version to 2.6.3
 
- Diffs view doesn't show content of delete files anymore.
 

	
 
fixes
 
+++++
 

	
 
- Added missing __get_cs_or_redirect method for file history.
 
  Fixes issue with displaying a history of file that is not present at tip.
 
- Pull request: urlify description and fix javascript injection
 
- Fixed some missing IP extraction for action logger
 
- Fixed bug with log_delete hook didn't properly store
 
  user who triggered delete action
 
- Fixed show as raw link for private gists
 
- Fixes issue #860. IMC web commits poisoned caches when they failed with commit.
 
- Fixes issue #856 file upload >1000 bytes on windows throws exception.
 

	
 
- Login form does not refill passwords on for re-render
 
- Fixed rss repo links for repos in groups
 
- Fixed issue #884 Pull Request fails when setting the lang=ja
 
- Fixed issue with latest git version and usage of -s -p flags.
 

	
 
1.7.1 (**2013-06-13**)
 
----------------------
 

	
 
news
 
++++
 

	
 
- Apply to children flag on repository group also adds users to private
 
  repositories, this is now consistent with user groups. Private repos default
 
  permissions are not affected by apply to children flag.
 
- Removed unionrepo code as it's part of Mercurial 2.6
 
- RhodeCode accepts now read only paths for serving repositories.
 

	
 
fixes
 
+++++
 

	
 
- Fixed issues with how mysql handles float values. Caused gists with
 
  expiration dates not work properly on mysql.
 
- Fixed issue with ldap enable/disable flag
 

	
 

	
 
1.7.0 (**2013-06-08**)
 
----------------------
 

	
 
news
 
++++
 

	
 
- Manage User’s Groups(teams): create, delete, rename, add/remove users inside.
 
  by delegated user group admins.
 
- Implemented simple Gist functionality.
 
- External authentication got special flag to controll user activation.
 
- Created whitelist for API access. Each view can now be accessed by api_key
 
  if added to whitelist.
 
- Added dedicated file history page.
 
- Added compare option into bookmarks
 
- Improved diff display for binary files and renames.
 
- Archive downloading are now stored in main action journal.
 
- Switch gravatar to always use ssl.
 
- Implements #842 RhodeCode version disclosure.
 
- Allow underscore to be the optionally first character of username.
 

	
 
fixes
 
+++++
 

	
 
- #818: Bookmarks Do Not Display on Changeset View.
 
- Fixed default permissions population during upgrades.
 
- Fixed overwrite default user group permission flag.
 
- Fixed issue with h.person() function returned prematurly giving only email
 
  info from changeset metadata.
 
- get_changeset uses now mercurial revrange to filter out branches.
 
  Switch to branch it's around 20% faster this way.
 
- Fixed some issues with paginators on chrome.
 
- Forbid changing of repository type.
 
- Adde missing permission checks in list of forks in repository settings.
 
- Fixes #834 hooks error on remote pulling.
 
- Fixes issues #849. Web Commits functionality failed for non-ascii files.
 
- Fixed #850. Whoosh indexer should use the default revision when doing index.
 
- Fixed #851 and #563 make-index crashes on non-ascii files.
 
- Fixes #852, flash messages had issies with non-ascii messages
 

	
 

	
 
1.6.0 (**2013-05-12**)
 
----------------------
 

	
 
news
 
++++
 

	
 
fixes
 
+++++
 

	
 
- #818: Bookmarks Do Not Display on Changeset View
 
- Fixed issue with forks form errors rendering
 
- #819 review status is showed in the main changelog
 
- Permission update function is idempotent, and doesn't override default
 
  permissions when doing upgrades
 
- Fixed some unicode problems with git file path
 
- Fixed broken handling of adding an htsts headers.
 
- Fixed redirection loop on changelog for empty repository
 
- Fixed issue with web-editor that didn't preserve executable bit
 
  after editing files
 

	
 

	
 
1.6.0rc1 (**2013-04-07**)
 
-------------------------
 

	
 
news
 
++++
 

	
 
 - Redesign UI, with lots of small improvements.
 
 - Group management delegation. Group admin can manage a group, and repos
 
   under it, admin can create child groups inside group he manages.
 
 - Repository extra fields. Optional unlimited extra fields can be defined for
 
   each repository to store custom data.
 
 - API get_repo call includes repo followers now.
 
 - Large amounts of improvements in pull requests.
 
 - #734 repo switcher is available in all pages.
0 comments (0 inline, 0 general)