changeset 2096:934906f028b5 rhodecode-0.0.1.3.3

merge with beta
author Marcin Kuzminski <marcin@python-works.com>
date Sat, 03 Mar 2012 03:20:55 +0200
parents ecd59c28f432 (current diff) 17c9393e9645 (diff)
children 8fd6650bb436
files docs/api/api.rst docs/changelog.rst docs/contributing.rst docs/installation.rst docs/setup.rst docs/upgrade.rst docs/usage/git_support.rst docs/usage/statistics.rst rhodecode/__init__.py
diffstat 12 files changed, 47 insertions(+), 9 deletions(-) [+]
line wrap: on
line diff
--- a/docs/api/api.rst	Fri Mar 02 21:57:01 2012 +0200
+++ b/docs/api/api.rst	Sat Mar 03 03:20:55 2012 +0200
@@ -1,6 +1,6 @@
 .. _api:
 
-
+===
 API
 ===
 
--- a/docs/api/models.rst	Fri Mar 02 21:57:01 2012 +0200
+++ b/docs/api/models.rst	Sat Mar 03 03:20:55 2012 +0200
@@ -1,5 +1,6 @@
 .. _models:
 
+========================
 The :mod:`models` Module
 ========================
 
--- a/docs/changelog.rst	Fri Mar 02 21:57:01 2012 +0200
+++ b/docs/changelog.rst	Sat Mar 03 03:20:55 2012 +0200
@@ -1,9 +1,36 @@
 .. _changelog:
 
+=========
 Changelog
 =========
 
 
+
+1.3.3 (**2012-03-02**)
+----------------------
+
+news
+++++
+
+
+fixes
++++++
+
+- fixed some python2.5 compatibility issues 
+- fixed issues with removed repos was accidentally added as groups, after
+  full rescan of paths
+- fixes #376 Cannot edit user (using container auth)
+- fixes #378 Invalid image urls on changeset screen with proxy-prefix 
+  configuration
+- fixed initial sorting of repos inside repo group
+- fixes issue when user tried to resubmit same permission into user/user_groups
+- bumped beaker version that fixes #375 leap error bug
+- fixed raw_changeset for git. It was generated with hg patch headers
+- fixed vcs issue with last_changeset for filenodes
+- fixed missing commit after hook delete
+- fixed #372 issues with git operation detection that caused a security issue 
+  for git repos
+
 1.3.2 (**2012-02-28**)
 ----------------------
 
--- a/docs/contributing.rst	Fri Mar 02 21:57:01 2012 +0200
+++ b/docs/contributing.rst	Sat Mar 03 03:20:55 2012 +0200
@@ -1,5 +1,6 @@
 .. _contributing:
 
+=========================
 Contributing to RhodeCode
 =========================
 
@@ -14,16 +15,19 @@
 stable, and not the other way. Finally, when you are finished making a change, 
 please send me a pull request.
 
-To run RhodeCode in a development version you always need to install the tip
-version of RhodeCode and the VCS library.
+To run RhodeCode in a development version you always need to install the latest
+required libs from `requires.txt` file.
 
-after downloading RhodeCode make sure you run::
+after downloading/pulling RhodeCode make sure you run::
 
     python setup.py develop
 
-command to install all required packages, and prepare development enviroment
+command to install/verify all required packages, and prepare development 
+enviroment.
 
 
+After finishing your changes make sure all tests passes ok. You can run
+the testsuite running nosetest from the project root.
 
 | Thank you for any contributions!
 |  Marcin
--- a/docs/installation.rst	Fri Mar 02 21:57:01 2012 +0200
+++ b/docs/installation.rst	Sat Mar 03 03:20:55 2012 +0200
@@ -1,5 +1,6 @@
 .. _installation:
 
+============
 Installation
 ============
 
--- a/docs/setup.rst	Fri Mar 02 21:57:01 2012 +0200
+++ b/docs/setup.rst	Sat Mar 03 03:20:55 2012 +0200
@@ -1,5 +1,6 @@
 .. _setup:
 
+=====
 Setup
 =====
 
--- a/docs/upgrade.rst	Fri Mar 02 21:57:01 2012 +0200
+++ b/docs/upgrade.rst	Sat Mar 03 03:20:55 2012 +0200
@@ -1,5 +1,6 @@
 .. _upgrade:
 
+=======
 Upgrade
 =======
 
@@ -25,11 +26,11 @@
  
 This will display any changes made by the new version of RhodeCode to your
 current configuration. It will try to perform an automerge. It's always better
-to make a backup of your configuration file before hand and recheck the 
+to make a backup of your configuration file before hand and re check the 
 content after the automerge.
 
 .. note::
-   Please always make sure your .ini files are upto date. Often errors are
+   Please always make sure your .ini files are up to date. Often errors are
    caused by missing params added in new versions.
 
 
--- a/docs/usage/backup.rst	Fri Mar 02 21:57:01 2012 +0200
+++ b/docs/usage/backup.rst	Sat Mar 03 03:20:55 2012 +0200
@@ -1,5 +1,6 @@
 .. _backup:
 
+====================
 Backing up RhodeCode
 ====================
 
--- a/docs/usage/general.rst	Fri Mar 02 21:57:01 2012 +0200
+++ b/docs/usage/general.rst	Sat Mar 03 03:20:55 2012 +0200
@@ -1,5 +1,6 @@
 .. _general:
 
+=======================
 General RhodeCode usage
 =======================
 
--- a/docs/usage/git_support.rst	Fri Mar 02 21:57:01 2012 +0200
+++ b/docs/usage/git_support.rst	Sat Mar 03 03:20:55 2012 +0200
@@ -1,5 +1,6 @@
 .. _git_support:
 
+===========
 GIT support
 ===========
 
--- a/docs/usage/statistics.rst	Fri Mar 02 21:57:01 2012 +0200
+++ b/docs/usage/statistics.rst	Sat Mar 03 03:20:55 2012 +0200
@@ -1,6 +1,6 @@
 .. _statistics:
 
-
+==========
 Statistics
 ==========
 
--- a/rhodecode/__init__.py	Fri Mar 02 21:57:01 2012 +0200
+++ b/rhodecode/__init__.py	Sat Mar 03 03:20:55 2012 +0200
@@ -26,7 +26,7 @@
 import sys
 import platform
 
-VERSION = (1, 3, 2)
+VERSION = (1, 3, 3)
 __version__ = '.'.join((str(each) for each in VERSION[:4]))
 __dbversion__ = 5  # defines current db version for migrations
 __platform__ = platform.system()