changeset 1488:dc16211e7292 beta

Updated docs and contributors
author Marcin Kuzminski <marcin@python-works.com>
date Sat, 24 Sep 2011 22:21:43 +0300
parents a63fd105f220
children b951731f2143 7592484e84d3 6cab36e31f09
files CONTRIBUTORS README.rst docs/changelog.rst
diffstat 3 files changed, 14 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/CONTRIBUTORS	Sat Sep 24 22:15:05 2011 +0300
+++ b/CONTRIBUTORS	Sat Sep 24 22:21:43 2011 +0300
@@ -7,4 +7,8 @@
     Lorenzo M. Catucci <lorenzo@sancho.ccd.uniroma2.it>
     Dmitri Kuznetsov
     Jared Bunting <jared.bunting@peachjean.com>
-    Steve Romanow <slestak989@gmail.com>
\ No newline at end of file
+    Steve Romanow <slestak989@gmail.com>
+    Augosto Hermann <augusto.herrmann@planejamento.gov.br>    
+    Ankit Solanki <ankit.solanki@gmail.com>    
+    Liad Shani <liadff@gmail.com>
+    
--- a/README.rst	Sat Sep 24 22:15:05 2011 +0300
+++ b/README.rst	Sat Sep 24 22:21:43 2011 +0300
@@ -25,13 +25,13 @@
 using the following credentials:
 
 - username: demo
-- password: demo
+- password: demo12
 
 Source code
 -----------
 
 The latest sources can be obtained from official RhodeCode instance
-https://hg.rhodecode.org 
+https://secure.rhodecode.org 
 
 
 MIRRORS:
@@ -63,8 +63,8 @@
 - Repository groups let you group repos and manage them easier.
 - Users can fork other users repo. RhodeCode have also compare view to see
   combined changeset for all changeset made within single push.
-- Build in commit-api let's you edit and commit files right from RhodeCode
-  interface using simple editor.
+- Build in commit-api let's you add, edit and commit files right from RhodeCode
+  interface using simple editor or upload form for binaries.
 - Mako templates let's you customize the look and feel of the application.
 - Beautiful diffs, annotations and source code browsing all colored by pygments. 
   Raw diffs are made in git-diff format, including git_ binary-patches
@@ -94,7 +94,9 @@
 Incoming / Plans
 ----------------
 
-- Finer granular permissions (per branch or subrepo)
+- Finer granular permissions per branch, repo group or subrepo
+- pull requests and web based merges
+- notification and message system 
 - SSH based authentication with server side key management
 - Code review (probably based on hg-review)
 - Full git_ support, with push/pull server (currently in beta tests)
--- a/docs/changelog.rst	Sat Sep 24 22:15:05 2011 +0300
+++ b/docs/changelog.rst	Sat Sep 24 22:21:43 2011 +0300
@@ -38,7 +38,8 @@
   repository, and manually updated (via pull) from admin panel
 - beta git support - push/pull server + basic view for git repos
 - added followers page and forks page
-- server side file edition with commits powered by codemirror
+- server side file creation (with binary file upload interface) 
+  and edition with commits powered by codemirror 
 - #111 file browser file finder, quick lookup files on whole file tree 
 - added quick login sliding menu into main page
 - changelog uses lazy loading of affected files details, in some scenarios