changeset 4094:8f66758252f8

updated changelog
author Marcin Kuzminski <marcin@python-works.com>
date Thu, 18 Jul 2013 12:31:21 +0200
parents 77193ad2ea61
children b59568e929ef
files docs/changelog.rst
diffstat 1 files changed, 97 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/docs/changelog.rst	Thu Jul 18 12:52:59 2013 +0200
+++ b/docs/changelog.rst	Thu Jul 18 12:31:21 2013 +0200
@@ -4,6 +4,42 @@
 Changelog
 =========
 
+
+1.7.2 (**2013-07-XX**)
+----------------------
+
+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
+- 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.
+
+
 1.7.1 (**2013-06-13**)
 ----------------------
 
@@ -23,6 +59,7 @@
   expiration dates not work properly on mysql.
 - Fixed issue with ldap enable/disable flag
 
+
 1.7.0 (**2013-06-08**)
 ----------------------
 
@@ -62,6 +99,7 @@
 - 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**)
 ----------------------
 
@@ -82,6 +120,7 @@
 - Fixed issue with web-editor that didn't preserve executable bit
   after editing files
 
+
 1.6.0rc1 (**2013-04-07**)
 -------------------------
 
@@ -158,6 +197,7 @@
  - Fixed multiple IP addresses in each of extracted IP.
  - Lot of other small bug fixes and improvements.
 
+
 1.5.4 (**2013-03-13**)
 ----------------------
 
@@ -179,6 +219,7 @@
 - disallow cloning from file:/// URIs
 - handle all cases with multiple IP addresses in proxy headers
 
+
 1.5.3 (**2013-02-12**)
 ----------------------
 
@@ -199,6 +240,7 @@
   were initial commits
 - recursive mode of setting permission skips private repositories
 
+
 1.5.2 (**2013-01-14**)
 ----------------------
 
@@ -232,6 +274,7 @@
 - fixed issue #702 API methods without arguments fail when "args":null
 - set the status of changesets initially on pull request. Fixes issues #690 and #587
 
+
 1.5.1 (**2012-12-13**)
 ----------------------
 
@@ -251,6 +294,7 @@
 - #683 fixed difference between messages about not mapped repositories
 - email: fail nicely when no SMTP server has been configured
 
+
 1.5.0 (**2012-12-12**)
 ----------------------
 
@@ -315,6 +359,7 @@
 - fixed issues with recursive scans on removed repositories that could take
   long time on instance start
 
+
 1.4.4 (**2012-10-08**)
 ----------------------
 
@@ -345,6 +390,7 @@
 - fixed #597 commits in future get negative age.
 - fixed #598 API docs methods had wrong members parameter as returned data
 
+
 1.4.3 (**2012-09-28**)
 ----------------------
 
@@ -364,6 +410,7 @@
   hooks to execute within same Python as RhodeCode
 - fixed issue with Git bare repos that ends with .git in name
 
+
 1.4.2 (**2012-09-12**)
 ----------------------
 
@@ -388,6 +435,7 @@
   bookmarks and tags, also preview doesn't loose chosen revision from
   select dropdown
 
+
 1.4.1 (**2012-09-07**)
 ----------------------
 
@@ -423,6 +471,7 @@
 - fixed issue #559 fixed bug in routing that mapped repo names with <name>_<num> in name as
   if it was a request to url by repository ID
 
+
 1.4.0 (**2012-09-03**)
 ----------------------
 
@@ -483,6 +532,7 @@
   new chunk in html diff
 - full text search now works also for commit messages
 
+
 1.3.6 (**2012-05-17**)
 ----------------------
 
@@ -502,6 +552,7 @@
 - fixes #449 bad regex could get more than revisions from parsing history
 - don't clear DB session when CELERY_EAGER is turned ON
 
+
 1.3.5 (**2012-05-10**)
 ----------------------
 
@@ -536,6 +587,7 @@
 - fixed issue with empty APIKEYS for users after registration ref. #438
 - fixed issue with getting README files from git repositories
 
+
 1.3.4 (**2012-03-28**)
 ----------------------
 
@@ -575,6 +627,7 @@
   utf8 charset
 - #406 trim long branch/tag names in changelog to not break UI
 
+
 1.3.3 (**2012-03-02**)
 ----------------------
 
@@ -600,6 +653,7 @@
 - fixed #372 issues with git operation detection that caused a security issue
   for git repos
 
+
 1.3.2 (**2012-02-28**)
 ----------------------
 
@@ -619,6 +673,7 @@
 - fixes #371 fixed issues with beaker/sqlalchemy and non-ascii cache keys
 - fixed #373 missing cascade drop on user_group_to_perm table
 
+
 1.3.1 (**2012-02-27**)
 ----------------------
 
@@ -633,6 +688,7 @@
 - fixes issues with git blob history generation
 - don't fetch branch for git in file history dropdown. Causes unneeded slowness
 
+
 1.3.0 (**2012-02-26**)
 ----------------------
 
@@ -689,6 +745,7 @@
   contains the "full path" to the repositories
 - #355 RhodeCode doesn't store encrypted LDAP passwords
 
+
 1.2.5 (**2012-01-28**)
 ----------------------
 
@@ -708,6 +765,7 @@
 - Reverted Mercurial to 2.0.1 for windows due to bug in Mercurial that makes
   forking on windows impossible
 
+
 1.2.4 (**2012-01-19**)
 ----------------------
 
@@ -736,6 +794,7 @@
   doesn't work
 - #316 fixes issues with web description in hgrc files
 
+
 1.2.3 (**2011-11-02**)
 ----------------------
 
@@ -759,6 +818,7 @@
 - #277 fixes windows LDAP settings in which missing values breaks the ldap auth
 - #288 fixes managing of repos in a group for non admin user
 
+
 1.2.2 (**2011-10-17**)
 ----------------------
 
@@ -782,6 +842,7 @@
 - fixes #248 cannot edit repos inside a group on windows
 - fixes #219 forking problems on windows
 
+
 1.2.1 (**2011-10-08**)
 ----------------------
 
@@ -796,6 +857,7 @@
 - gui fixes
 - fixed logger
 
+
 1.2.0 (**2011-10-07**)
 ----------------------
 
@@ -868,6 +930,7 @@
 - improved rendering of dag (they are not trimmed anymore when number of
   heads exceeds 5)
 
+
 1.1.8 (**2011-04-12**)
 ----------------------
 
@@ -923,6 +986,7 @@
 - fixed #136 installation support for FreeBSD
 - RhodeCode will check for python version during installation
 
+
 1.1.5 (**2011-03-17**)
 ----------------------
 
@@ -944,6 +1008,7 @@
 - fixed returned rawfiles attachment names with international character
 - cleaned out docs, big thanks to Jason Harris
 
+
 1.1.4 (**2011-02-19**)
 ----------------------
 
@@ -958,6 +1023,7 @@
 - journal fixes
 - fixed option to access repository just by entering http://server/<repo_name>
 
+
 1.1.3 (**2011-02-16**)
 ----------------------
 
@@ -984,6 +1050,7 @@
 - fixed #106 relation issues on databases different than sqlite
 - fixed static files paths links to use of url() method
 
+
 1.1.2 (**2011-01-12**)
 ----------------------
 
@@ -998,6 +1065,7 @@
 - fixed graph bug
 - forced webhelpers version since it was making troubles during installation
 
+
 1.1.1 (**2011-01-06**)
 ----------------------
 
@@ -1017,6 +1085,7 @@
 - fixed large tooltips problems on main page
 - fixed #92 whoosh indexer is more error proof
 
+
 1.1.0 (**2010-12-18**)
 ----------------------
 
@@ -1101,6 +1170,12 @@
 1.0.0 (**2010-11-02**)
 ----------------------
 
+news
+++++
+
+
+fixes
++++++
 - security bugfix simplehg wasn't checking for permissions on commands
   other than pull or push.
 - fixed doubled messages after push or pull in admin journal
@@ -1108,9 +1183,16 @@
 - admin menu accessible from options menu on repository view
 - permissions cached queries
 
+
 1.0.0rc4  (**2010-10-12**)
 --------------------------
 
+news
+++++
+
+
+fixes
++++++
 - fixed python2.5 missing simplejson imports (thanks to Jens Bäckman)
 - removed cache_manager settings from sqlalchemy meta
 - added sqlalchemy cache settings to ini files
@@ -1121,11 +1203,26 @@
 1.0.0rc3 (**2010-10-11**)
 -------------------------
 
+news
+++++
+
+
+fixes
++++++
+
 - fixed i18n during installation.
 
+
 1.0.0rc2 (**2010-10-11**)
 -------------------------
 
+news
+++++
+
+
+fixes
++++++
+
 - Disabled dirsize in file browser, it's causing nasty bug when dir renames
   occure. After vcs is fixed it'll be put back again.
 - templating/css rewrites, optimized css.