##// END OF EJS Templates
updated docs
marcink -
r1750:cbcae0c8 beta
parent child Browse files
Show More
@@ -1,149 +1,150 b''
1 =================================================
1 =================================================
2 Welcome to RhodeCode (RhodiumCode) documentation!
2 Welcome to RhodeCode (RhodiumCode) documentation!
3 =================================================
3 =================================================
4
4
5 ``RhodeCode`` is a Pylons framework based Mercurial repository
5 ``RhodeCode`` is a fast and powerful management tool for Mercurial_ and GIT_
6 browser/management tool with a built in push/pull server and full text search.
6 with a built in push/pull server and full text search.
7 It works on http/https and has a built in permission/authentication system with
7 It works on http/https and has a built in permission/authentication system with
8 the ability to authenticate via LDAP or ActiveDirectory. RhodeCode also supports
8 the ability to authenticate via LDAP or ActiveDirectory. RhodeCode also supports
9 simple API so it's easy integrable with existing systems.
9 simple API so it's easy integrable with existing external systems.
10
10
11 RhodeCode is similar in some respects to github or bitbucket_,
11 RhodeCode is similar in some respects to github or bitbucket_,
12 however RhodeCode can be run as standalone hosted application on your own server.
12 however RhodeCode can be run as standalone hosted application on your own server.
13 It is open source and donation ware and focuses more on providing a customized,
13 It is open source and donation ware and focuses more on providing a customized,
14 self administered interface for Mercurial(and soon GIT) repositories.
14 self administered interface for Mercurial and GIT repositories.
15 RhodeCode is powered by a vcs_ library that Lukasz Balcerzak and I created to
15 RhodeCode is powered by a vcs_ library that Lukasz Balcerzak and I created to
16 handle multiple different version control systems.
16 handle multiple different version control systems.
17
17
18 RhodeCode uses `Semantic Versioning <http://semver.org/>`_
18 RhodeCode uses `Semantic Versioning <http://semver.org/>`_
19
19
20 RhodeCode demo
20 RhodeCode demo
21 --------------
21 --------------
22
22
23 http://demo.rhodecode.org
23 http://demo.rhodecode.org
24
24
25 The default access is anonymous but you can login to an administrative account
25 The default access is anonymous but you can login to an administrative account
26 using the following credentials:
26 using the following credentials:
27
27
28 - username: demo
28 - username: demo
29 - password: demo12
29 - password: demo12
30
30
31 Source code
31 Source code
32 -----------
32 -----------
33
33
34 The latest sources can be obtained from official RhodeCode instance
34 The latest sources can be obtained from official RhodeCode instance
35 https://secure.rhodecode.org
35 https://secure.rhodecode.org
36
36
37
37
38 MIRRORS:
38 MIRRORS:
39
39
40 Issue tracker and sources at bitbucket_
40 Issue tracker and sources at bitbucket_
41
41
42 http://bitbucket.org/marcinkuzminski/rhodecode
42 http://bitbucket.org/marcinkuzminski/rhodecode
43
43
44 Sources at github_
44 Sources at github_
45
45
46 https://github.com/marcinkuzminski/rhodecode
46 https://github.com/marcinkuzminski/rhodecode
47
47
48 Installation
48 Installation
49 ------------
49 ------------
50
50
51 Please visit http://packages.python.org/RhodeCode/installation.html
51 Please visit http://packages.python.org/RhodeCode/installation.html
52
52
53
53
54 RhodeCode Features
54 RhodeCode Features
55 ------------------
55 ------------------
56
56
57 - Has its own middleware to handle mercurial_ protocol requests.
57 - Has its own middleware to handle mercurial_ protocol requests.
58 Each request can be logged and authenticated.
58 Each request can be logged and authenticated.
59 - Runs on threads unlike hgweb. You can make multiple pulls/pushes simultaneous.
59 - Runs on threads unlike hgweb. You can make multiple pulls/pushes simultaneous.
60 Supports http/https and LDAP
60 Supports http/https and LDAP
61 - Full permissions (private/read/write/admin) and authentication per project.
61 - Full permissions (private/read/write/admin) and authentication per project.
62 One account for web interface and mercurial_ push/pull/clone operations.
62 One account for web interface and mercurial_ push/pull/clone operations.
63 - Have built in users groups for easier permission management
63 - Have built in users groups for easier permission management
64 - Repository groups let you group repos and manage them easier.
64 - Repository groups let you group repos and manage them easier.
65 - Users can fork other users repo. RhodeCode have also compare view to see
65 - Users can fork other users repo. RhodeCode have also compare view to see
66 combined changeset for all changeset made within single push.
66 combined changeset for all changeset made within single push.
67 - Build in commit-api let's you add, edit and commit files right from RhodeCode
67 - Build in commit-api let's you add, edit and commit files right from RhodeCode
68 interface using simple editor or upload form for binaries.
68 interface using simple editor or upload form for binaries.
69 - Mako templates let's you customize the look and feel of the application.
69 - Mako templates let's you customize the look and feel of the application.
70 - Beautiful diffs, annotations and source code browsing all colored by pygments.
70 - Beautiful diffs, annotations and source code browsing all colored by pygments.
71 Raw diffs are made in git-diff format, including git_ binary-patches
71 Raw diffs are made in git-diff format, including git_ binary-patches
72 - Mercurial_ branch graph and yui-flot powered graphs with zooming and statistics
72 - Mercurial_ branch graph and yui-flot powered graphs with zooming and statistics
73 - Admin interface with user/permission management. Admin activity journal, logs
73 - Admin interface with user/permission management. Admin activity journal, logs
74 pulls, pushes, forks, registrations and other actions made by all users.
74 pulls, pushes, forks, registrations and other actions made by all users.
75 - Server side forks. It is possible to fork a project and modify it freely
75 - Server side forks. It is possible to fork a project and modify it freely
76 without breaking the main repository. You can even write Your own hooks
76 without breaking the main repository. You can even write Your own hooks
77 and install them
77 and install them
78 - code review with notification system, inline commenting, all parsed using
79 rst syntax
80 - rst and markdown README support for repositories
78 - Full text search powered by Whoosh on the source files, and file names.
81 - Full text search powered by Whoosh on the source files, and file names.
79 Build in indexing daemons, with optional incremental index build
82 Build in indexing daemons, with optional incremental index build
80 (no external search servers required all in one application)
83 (no external search servers required all in one application)
81 - Setup project descriptions and info inside built in db for easy, non
84 - Setup project descriptions and info inside built in db for easy, non
82 file-system operations
85 file-system operations
83 - Intelligent cache with invalidation after push or project change, provides
86 - Intelligent cache with invalidation after push or project change, provides
84 high performance and always up to date data.
87 high performance and always up to date data.
85 - Rss / atom feeds, gravatar support, download sources as zip/tar/gz
88 - Rss / atom feeds, gravatar support, download sources as zip/tar/gz
86 - Async tasks for speed and performance using celery_ (works without them too)
89 - Async tasks for speed and performance using celery_ (works without them too)
87 - Backup scripts can do backup of whole app and send it over scp to desired
90 - Backup scripts can do backup of whole app and send it over scp to desired
88 location
91 location
89 - Based on pylons / sqlalchemy / sqlite / whoosh / vcs
92 - Based on pylons / sqlalchemy / sqlite / whoosh / vcs
90
93
91
94
92 .. include:: ./docs/screenshots.rst
95 .. include:: ./docs/screenshots.rst
93
96
94
97
95 Incoming / Plans
98 Incoming / Plans
96 ----------------
99 ----------------
97
100
98 - Finer granular permissions per branch, repo group or subrepo
101 - Finer granular permissions per branch, repo group or subrepo
99 - pull requests and web based merges
102 - pull requests and web based merges
100 - notification and message system
103 - per line file history
101 - SSH based authentication with server side key management
104 - SSH based authentication with server side key management
102 - Code review (probably based on hg-review)
103 - Full git_ support, with push/pull server (currently in beta tests)
104 - Redmine and other bugtrackers integration
105 - Redmine and other bugtrackers integration
105 - Commit based built in wiki system
106 - Commit based built in wiki system
106 - More statistics and graph (global annotation + some more statistics)
107 - More statistics and graph (global annotation + some more statistics)
107 - Other advancements as development continues (or you can of course make
108 - Other advancements as development continues (or you can of course make
108 additions and or requests)
109 additions and or requests)
109
110
110 License
111 License
111 -------
112 -------
112
113
113 ``RhodeCode`` is released under the GPLv3 license.
114 ``RhodeCode`` is released under the GPLv3 license.
114
115
115
116
116 Mailing group Q&A
117 Mailing group Q&A
117 -----------------
118 -----------------
118
119
119 Join the `Google group <http://groups.google.com/group/rhodecode>`_
120 Join the `Google group <http://groups.google.com/group/rhodecode>`_
120
121
121 Open an issue at `issue tracker <http://bitbucket.org/marcinkuzminski/rhodecode/issues>`_
122 Open an issue at `issue tracker <http://bitbucket.org/marcinkuzminski/rhodecode/issues>`_
122
123
123 Join #rhodecode on FreeNode (irc.freenode.net)
124 Join #rhodecode on FreeNode (irc.freenode.net)
124 or use http://webchat.freenode.net/?channels=rhodecode for web access to irc.
125 or use http://webchat.freenode.net/?channels=rhodecode for web access to irc.
125
126
126 Online documentation
127 Online documentation
127 --------------------
128 --------------------
128
129
129 Online documentation for the current version of RhodeCode is available at
130 Online documentation for the current version of RhodeCode is available at
130 http://packages.python.org/RhodeCode/.
131 http://packages.python.org/RhodeCode/.
131 You may also build the documentation for yourself - go into ``docs/`` and run::
132 You may also build the documentation for yourself - go into ``docs/`` and run::
132
133
133 make html
134 make html
134
135
135 (You need to have sphinx_ installed to build the documentation. If you don't
136 (You need to have sphinx_ installed to build the documentation. If you don't
136 have sphinx_ installed you can install it via the command:
137 have sphinx_ installed you can install it via the command:
137 ``easy_install sphinx``)
138 ``easy_install sphinx``)
138
139
139 .. _virtualenv: http://pypi.python.org/pypi/virtualenv
140 .. _virtualenv: http://pypi.python.org/pypi/virtualenv
140 .. _python: http://www.python.org/
141 .. _python: http://www.python.org/
141 .. _sphinx: http://sphinx.pocoo.org/
142 .. _sphinx: http://sphinx.pocoo.org/
142 .. _mercurial: http://mercurial.selenic.com/
143 .. _mercurial: http://mercurial.selenic.com/
143 .. _bitbucket: http://bitbucket.org/
144 .. _bitbucket: http://bitbucket.org/
144 .. _github: http://github.com/
145 .. _github: http://github.com/
145 .. _subversion: http://subversion.tigris.org/
146 .. _subversion: http://subversion.tigris.org/
146 .. _git: http://git-scm.com/
147 .. _git: http://git-scm.com/
147 .. _celery: http://celeryproject.org/
148 .. _celery: http://celeryproject.org/
148 .. _Sphinx: http://sphinx.pocoo.org/
149 .. _Sphinx: http://sphinx.pocoo.org/
149 .. _vcs: http://pypi.python.org/pypi/vcs No newline at end of file
150 .. _vcs: http://pypi.python.org/pypi/vcs
@@ -1,420 +1,423 b''
1 .. _changelog:
1 .. _changelog:
2
2
3 Changelog
3 Changelog
4 =========
4 =========
5
5
6
6
7 1.3.0 (**XXXX-XX-XX**)
7 1.3.0 (**XXXX-XX-XX**)
8 ======================
8 ======================
9
9
10 :status: in-progress
10 :status: in-progress
11 :branch: beta
11 :branch: beta
12
12
13 news
13 news
14 ----
14 ----
15
15
16 - code review, inspired by github code-comments
16 - code review, inspired by github code-comments
17 - #215 rst and markdown README files support
17 - #215 rst and markdown README files support
18 - #252 Container-based and proxy pass-through authentication support
18 - #252 Container-based and proxy pass-through authentication support
19 - #44 branch browser. Filtering of changelog by branches
19 - #44 branch browser. Filtering of changelog by branches
20 - hover top menu
20 - hover top menu
21 - configurable clone url possibility to specify ssh:// manually as
21 - configurable clone url possibility to specify ssh:// manually as
22 alternative clone url.
22 alternative clone url.
23 - enabled largefiles extension by default
23 - enabled largefiles extension by default
24 - optimized summary file pages and saved a lot of unused space in them
24
25
25 fixes
26 fixes
26 -----
27 -----
27
28
29 - rewrote dbsession management for atomic operations, and better error handling
30
28 1.2.3 (**2011-11-02**)
31 1.2.3 (**2011-11-02**)
29 ======================
32 ======================
30
33
31 news
34 news
32 ----
35 ----
33
36
34 - added option to manage repos group for non admin users
37 - added option to manage repos group for non admin users
35 - added following API methods for get_users, create_user, get_users_groups,
38 - added following API methods for get_users, create_user, get_users_groups,
36 get_users_group, create_users_group, add_user_to_users_groups, get_repos,
39 get_users_group, create_users_group, add_user_to_users_groups, get_repos,
37 get_repo, create_repo, add_user_to_repo
40 get_repo, create_repo, add_user_to_repo
38 - implements #237 added password confirmation for my account
41 - implements #237 added password confirmation for my account
39 and admin edit user.
42 and admin edit user.
40 - implements #291 email notification for global events are now sent to all
43 - implements #291 email notification for global events are now sent to all
41 administrator users, and global config email.
44 administrator users, and global config email.
42
45
43 fixes
46 fixes
44 -----
47 -----
45
48
46 - added option for passing auth method for smtp mailer
49 - added option for passing auth method for smtp mailer
47 - #276 issue with adding a single user with id>10 to usergroups
50 - #276 issue with adding a single user with id>10 to usergroups
48 - #277 fixes windows LDAP settings in which missing values breaks the ldap auth
51 - #277 fixes windows LDAP settings in which missing values breaks the ldap auth
49 - #288 fixes managing of repos in a group for non admin user
52 - #288 fixes managing of repos in a group for non admin user
50
53
51 1.2.2 (**2011-10-17**)
54 1.2.2 (**2011-10-17**)
52 ======================
55 ======================
53
56
54 news
57 news
55 ----
58 ----
56
59
57 - #226 repo groups are available by path instead of numerical id
60 - #226 repo groups are available by path instead of numerical id
58
61
59 fixes
62 fixes
60 -----
63 -----
61
64
62 - #259 Groups with the same name but with different parent group
65 - #259 Groups with the same name but with different parent group
63 - #260 Put repo in group, then move group to another group -> repo becomes unavailable
66 - #260 Put repo in group, then move group to another group -> repo becomes unavailable
64 - #258 RhodeCode 1.2 assumes egg folder is writable (lockfiles problems)
67 - #258 RhodeCode 1.2 assumes egg folder is writable (lockfiles problems)
65 - #265 ldap save fails sometimes on converting attributes to booleans,
68 - #265 ldap save fails sometimes on converting attributes to booleans,
66 added getter and setter into model that will prevent from this on db model level
69 added getter and setter into model that will prevent from this on db model level
67 - fixed problems with timestamps issues #251 and #213
70 - fixed problems with timestamps issues #251 and #213
68 - fixes #266 RhodeCode allows to create repo with the same name and in
71 - fixes #266 RhodeCode allows to create repo with the same name and in
69 the same parent as group
72 the same parent as group
70 - fixes #245 Rescan of the repositories on Windows
73 - fixes #245 Rescan of the repositories on Windows
71 - fixes #248 cannot edit repos inside a group on windows
74 - fixes #248 cannot edit repos inside a group on windows
72 - fixes #219 forking problems on windows
75 - fixes #219 forking problems on windows
73
76
74 1.2.1 (**2011-10-08**)
77 1.2.1 (**2011-10-08**)
75 ======================
78 ======================
76
79
77 news
80 news
78 ----
81 ----
79
82
80
83
81 fixes
84 fixes
82 -----
85 -----
83
86
84 - fixed problems with basic auth and push problems
87 - fixed problems with basic auth and push problems
85 - gui fixes
88 - gui fixes
86 - fixed logger
89 - fixed logger
87
90
88 1.2.0 (**2011-10-07**)
91 1.2.0 (**2011-10-07**)
89 ======================
92 ======================
90
93
91 news
94 news
92 ----
95 ----
93
96
94 - implemented #47 repository groups
97 - implemented #47 repository groups
95 - implemented #89 Can setup google analytics code from settings menu
98 - implemented #89 Can setup google analytics code from settings menu
96 - implemented #91 added nicer looking archive urls with more download options
99 - implemented #91 added nicer looking archive urls with more download options
97 like tags, branches
100 like tags, branches
98 - implemented #44 into file browsing, and added follow branch option
101 - implemented #44 into file browsing, and added follow branch option
99 - implemented #84 downloads can be enabled/disabled for each repository
102 - implemented #84 downloads can be enabled/disabled for each repository
100 - anonymous repository can be cloned without having to pass default:default
103 - anonymous repository can be cloned without having to pass default:default
101 into clone url
104 into clone url
102 - fixed #90 whoosh indexer can index chooses repositories passed in command
105 - fixed #90 whoosh indexer can index chooses repositories passed in command
103 line
106 line
104 - extended journal with day aggregates and paging
107 - extended journal with day aggregates and paging
105 - implemented #107 source code lines highlight ranges
108 - implemented #107 source code lines highlight ranges
106 - implemented #93 customizable changelog on combined revision ranges -
109 - implemented #93 customizable changelog on combined revision ranges -
107 equivalent of githubs compare view
110 equivalent of githubs compare view
108 - implemented #108 extended and more powerful LDAP configuration
111 - implemented #108 extended and more powerful LDAP configuration
109 - implemented #56 users groups
112 - implemented #56 users groups
110 - major code rewrites optimized codes for speed and memory usage
113 - major code rewrites optimized codes for speed and memory usage
111 - raw and diff downloads are now in git format
114 - raw and diff downloads are now in git format
112 - setup command checks for write access to given path
115 - setup command checks for write access to given path
113 - fixed many issues with international characters and unicode. It uses utf8
116 - fixed many issues with international characters and unicode. It uses utf8
114 decode with replace to provide less errors even with non utf8 encoded strings
117 decode with replace to provide less errors even with non utf8 encoded strings
115 - #125 added API KEY access to feeds
118 - #125 added API KEY access to feeds
116 - #109 Repository can be created from external Mercurial link (aka. remote
119 - #109 Repository can be created from external Mercurial link (aka. remote
117 repository, and manually updated (via pull) from admin panel
120 repository, and manually updated (via pull) from admin panel
118 - beta git support - push/pull server + basic view for git repos
121 - beta git support - push/pull server + basic view for git repos
119 - added followers page and forks page
122 - added followers page and forks page
120 - server side file creation (with binary file upload interface)
123 - server side file creation (with binary file upload interface)
121 and edition with commits powered by codemirror
124 and edition with commits powered by codemirror
122 - #111 file browser file finder, quick lookup files on whole file tree
125 - #111 file browser file finder, quick lookup files on whole file tree
123 - added quick login sliding menu into main page
126 - added quick login sliding menu into main page
124 - changelog uses lazy loading of affected files details, in some scenarios
127 - changelog uses lazy loading of affected files details, in some scenarios
125 this can improve speed of changelog page dramatically especially for
128 this can improve speed of changelog page dramatically especially for
126 larger repositories.
129 larger repositories.
127 - implements #214 added support for downloading subrepos in download menu.
130 - implements #214 added support for downloading subrepos in download menu.
128 - Added basic API for direct operations on rhodecode via JSON
131 - Added basic API for direct operations on rhodecode via JSON
129 - Implemented advanced hook management
132 - Implemented advanced hook management
130
133
131 fixes
134 fixes
132 -----
135 -----
133
136
134 - fixed file browser bug, when switching into given form revision the url was
137 - fixed file browser bug, when switching into given form revision the url was
135 not changing
138 not changing
136 - fixed propagation to error controller on simplehg and simplegit middlewares
139 - fixed propagation to error controller on simplehg and simplegit middlewares
137 - fixed error when trying to make a download on empty repository
140 - fixed error when trying to make a download on empty repository
138 - fixed problem with '[' chars in commit messages in journal
141 - fixed problem with '[' chars in commit messages in journal
139 - fixed #99 Unicode errors, on file node paths with non utf-8 characters
142 - fixed #99 Unicode errors, on file node paths with non utf-8 characters
140 - journal fork fixes
143 - journal fork fixes
141 - removed issue with space inside renamed repository after deletion
144 - removed issue with space inside renamed repository after deletion
142 - fixed strange issue on formencode imports
145 - fixed strange issue on formencode imports
143 - fixed #126 Deleting repository on Windows, rename used incompatible chars.
146 - fixed #126 Deleting repository on Windows, rename used incompatible chars.
144 - #150 fixes for errors on repositories mapped in db but corrupted in
147 - #150 fixes for errors on repositories mapped in db but corrupted in
145 filesystem
148 filesystem
146 - fixed problem with ascendant characters in realm #181
149 - fixed problem with ascendant characters in realm #181
147 - fixed problem with sqlite file based database connection pool
150 - fixed problem with sqlite file based database connection pool
148 - whoosh indexer and code stats share the same dynamic extensions map
151 - whoosh indexer and code stats share the same dynamic extensions map
149 - fixes #188 - relationship delete of repo_to_perm entry on user removal
152 - fixes #188 - relationship delete of repo_to_perm entry on user removal
150 - fixes issue #189 Trending source files shows "show more" when no more exist
153 - fixes issue #189 Trending source files shows "show more" when no more exist
151 - fixes issue #197 Relative paths for pidlocks
154 - fixes issue #197 Relative paths for pidlocks
152 - fixes issue #198 password will require only 3 chars now for login form
155 - fixes issue #198 password will require only 3 chars now for login form
153 - fixes issue #199 wrong redirection for non admin users after creating a repository
156 - fixes issue #199 wrong redirection for non admin users after creating a repository
154 - fixes issues #202, bad db constraint made impossible to attach same group
157 - fixes issues #202, bad db constraint made impossible to attach same group
155 more than one time. Affects only mysql/postgres
158 more than one time. Affects only mysql/postgres
156 - fixes #218 os.kill patch for windows was missing sig param
159 - fixes #218 os.kill patch for windows was missing sig param
157 - improved rendering of dag (they are not trimmed anymore when number of
160 - improved rendering of dag (they are not trimmed anymore when number of
158 heads exceeds 5)
161 heads exceeds 5)
159
162
160 1.1.8 (**2011-04-12**)
163 1.1.8 (**2011-04-12**)
161 ======================
164 ======================
162
165
163 news
166 news
164 ----
167 ----
165
168
166 - improved windows support
169 - improved windows support
167
170
168 fixes
171 fixes
169 -----
172 -----
170
173
171 - fixed #140 freeze of python dateutil library, since new version is python2.x
174 - fixed #140 freeze of python dateutil library, since new version is python2.x
172 incompatible
175 incompatible
173 - setup-app will check for write permission in given path
176 - setup-app will check for write permission in given path
174 - cleaned up license info issue #149
177 - cleaned up license info issue #149
175 - fixes for issues #137,#116 and problems with unicode and accented characters.
178 - fixes for issues #137,#116 and problems with unicode and accented characters.
176 - fixes crashes on gravatar, when passed in email as unicode
179 - fixes crashes on gravatar, when passed in email as unicode
177 - fixed tooltip flickering problems
180 - fixed tooltip flickering problems
178 - fixed came_from redirection on windows
181 - fixed came_from redirection on windows
179 - fixed logging modules, and sql formatters
182 - fixed logging modules, and sql formatters
180 - windows fixes for os.kill issue #133
183 - windows fixes for os.kill issue #133
181 - fixes path splitting for windows issues #148
184 - fixes path splitting for windows issues #148
182 - fixed issue #143 wrong import on migration to 1.1.X
185 - fixed issue #143 wrong import on migration to 1.1.X
183 - fixed problems with displaying binary files, thanks to Thomas Waldmann
186 - fixed problems with displaying binary files, thanks to Thomas Waldmann
184 - removed name from archive files since it's breaking ui for long repo names
187 - removed name from archive files since it's breaking ui for long repo names
185 - fixed issue with archive headers sent to browser, thanks to Thomas Waldmann
188 - fixed issue with archive headers sent to browser, thanks to Thomas Waldmann
186 - fixed compatibility for 1024px displays, and larger dpi settings, thanks to
189 - fixed compatibility for 1024px displays, and larger dpi settings, thanks to
187 Thomas Waldmann
190 Thomas Waldmann
188 - fixed issue #166 summary pager was skipping 10 revisions on second page
191 - fixed issue #166 summary pager was skipping 10 revisions on second page
189
192
190
193
191 1.1.7 (**2011-03-23**)
194 1.1.7 (**2011-03-23**)
192 ======================
195 ======================
193
196
194 news
197 news
195 ----
198 ----
196
199
197 fixes
200 fixes
198 -----
201 -----
199
202
200 - fixed (again) #136 installation support for FreeBSD
203 - fixed (again) #136 installation support for FreeBSD
201
204
202
205
203 1.1.6 (**2011-03-21**)
206 1.1.6 (**2011-03-21**)
204 ======================
207 ======================
205
208
206 news
209 news
207 ----
210 ----
208
211
209 fixes
212 fixes
210 -----
213 -----
211
214
212 - fixed #136 installation support for FreeBSD
215 - fixed #136 installation support for FreeBSD
213 - RhodeCode will check for python version during installation
216 - RhodeCode will check for python version during installation
214
217
215 1.1.5 (**2011-03-17**)
218 1.1.5 (**2011-03-17**)
216 ======================
219 ======================
217
220
218 news
221 news
219 ----
222 ----
220
223
221 - basic windows support, by exchanging pybcrypt into sha256 for windows only
224 - basic windows support, by exchanging pybcrypt into sha256 for windows only
222 highly inspired by idea of mantis406
225 highly inspired by idea of mantis406
223
226
224 fixes
227 fixes
225 -----
228 -----
226
229
227 - fixed sorting by author in main page
230 - fixed sorting by author in main page
228 - fixed crashes with diffs on binary files
231 - fixed crashes with diffs on binary files
229 - fixed #131 problem with boolean values for LDAP
232 - fixed #131 problem with boolean values for LDAP
230 - fixed #122 mysql problems thanks to striker69
233 - fixed #122 mysql problems thanks to striker69
231 - fixed problem with errors on calling raw/raw_files/annotate functions
234 - fixed problem with errors on calling raw/raw_files/annotate functions
232 with unknown revisions
235 with unknown revisions
233 - fixed returned rawfiles attachment names with international character
236 - fixed returned rawfiles attachment names with international character
234 - cleaned out docs, big thanks to Jason Harris
237 - cleaned out docs, big thanks to Jason Harris
235
238
236 1.1.4 (**2011-02-19**)
239 1.1.4 (**2011-02-19**)
237 ======================
240 ======================
238
241
239 news
242 news
240 ----
243 ----
241
244
242 fixes
245 fixes
243 -----
246 -----
244
247
245 - fixed formencode import problem on settings page, that caused server crash
248 - fixed formencode import problem on settings page, that caused server crash
246 when that page was accessed as first after server start
249 when that page was accessed as first after server start
247 - journal fixes
250 - journal fixes
248 - fixed option to access repository just by entering http://server/<repo_name>
251 - fixed option to access repository just by entering http://server/<repo_name>
249
252
250 1.1.3 (**2011-02-16**)
253 1.1.3 (**2011-02-16**)
251 ======================
254 ======================
252
255
253 news
256 news
254 ----
257 ----
255
258
256 - implemented #102 allowing the '.' character in username
259 - implemented #102 allowing the '.' character in username
257 - added option to access repository just by entering http://server/<repo_name>
260 - added option to access repository just by entering http://server/<repo_name>
258 - celery task ignores result for better performance
261 - celery task ignores result for better performance
259
262
260 fixes
263 fixes
261 -----
264 -----
262
265
263 - fixed ehlo command and non auth mail servers on smtp_lib. Thanks to
266 - fixed ehlo command and non auth mail servers on smtp_lib. Thanks to
264 apollo13 and Johan Walles
267 apollo13 and Johan Walles
265 - small fixes in journal
268 - small fixes in journal
266 - fixed problems with getting setting for celery from .ini files
269 - fixed problems with getting setting for celery from .ini files
267 - registration, password reset and login boxes share the same title as main
270 - registration, password reset and login boxes share the same title as main
268 application now
271 application now
269 - fixed #113: to high permissions to fork repository
272 - fixed #113: to high permissions to fork repository
270 - fixed problem with '[' chars in commit messages in journal
273 - fixed problem with '[' chars in commit messages in journal
271 - removed issue with space inside renamed repository after deletion
274 - removed issue with space inside renamed repository after deletion
272 - db transaction fixes when filesystem repository creation failed
275 - db transaction fixes when filesystem repository creation failed
273 - fixed #106 relation issues on databases different than sqlite
276 - fixed #106 relation issues on databases different than sqlite
274 - fixed static files paths links to use of url() method
277 - fixed static files paths links to use of url() method
275
278
276 1.1.2 (**2011-01-12**)
279 1.1.2 (**2011-01-12**)
277 ======================
280 ======================
278
281
279 news
282 news
280 ----
283 ----
281
284
282
285
283 fixes
286 fixes
284 -----
287 -----
285
288
286 - fixes #98 protection against float division of percentage stats
289 - fixes #98 protection against float division of percentage stats
287 - fixed graph bug
290 - fixed graph bug
288 - forced webhelpers version since it was making troubles during installation
291 - forced webhelpers version since it was making troubles during installation
289
292
290 1.1.1 (**2011-01-06**)
293 1.1.1 (**2011-01-06**)
291 ======================
294 ======================
292
295
293 news
296 news
294 ----
297 ----
295
298
296 - added force https option into ini files for easier https usage (no need to
299 - added force https option into ini files for easier https usage (no need to
297 set server headers with this options)
300 set server headers with this options)
298 - small css updates
301 - small css updates
299
302
300 fixes
303 fixes
301 -----
304 -----
302
305
303 - fixed #96 redirect loop on files view on repositories without changesets
306 - fixed #96 redirect loop on files view on repositories without changesets
304 - fixed #97 unicode string passed into server header in special cases (mod_wsgi)
307 - fixed #97 unicode string passed into server header in special cases (mod_wsgi)
305 and server crashed with errors
308 and server crashed with errors
306 - fixed large tooltips problems on main page
309 - fixed large tooltips problems on main page
307 - fixed #92 whoosh indexer is more error proof
310 - fixed #92 whoosh indexer is more error proof
308
311
309 1.1.0 (**2010-12-18**)
312 1.1.0 (**2010-12-18**)
310 ======================
313 ======================
311
314
312 news
315 news
313 ----
316 ----
314
317
315 - rewrite of internals for vcs >=0.1.10
318 - rewrite of internals for vcs >=0.1.10
316 - uses mercurial 1.7 with dotencode disabled for maintaining compatibility
319 - uses mercurial 1.7 with dotencode disabled for maintaining compatibility
317 with older clients
320 with older clients
318 - anonymous access, authentication via ldap
321 - anonymous access, authentication via ldap
319 - performance upgrade for cached repos list - each repository has its own
322 - performance upgrade for cached repos list - each repository has its own
320 cache that's invalidated when needed.
323 cache that's invalidated when needed.
321 - performance upgrades on repositories with large amount of commits (20K+)
324 - performance upgrades on repositories with large amount of commits (20K+)
322 - main page quick filter for filtering repositories
325 - main page quick filter for filtering repositories
323 - user dashboards with ability to follow chosen repositories actions
326 - user dashboards with ability to follow chosen repositories actions
324 - sends email to admin on new user registration
327 - sends email to admin on new user registration
325 - added cache/statistics reset options into repository settings
328 - added cache/statistics reset options into repository settings
326 - more detailed action logger (based on hooks) with pushed changesets lists
329 - more detailed action logger (based on hooks) with pushed changesets lists
327 and options to disable those hooks from admin panel
330 and options to disable those hooks from admin panel
328 - introduced new enhanced changelog for merges that shows more accurate results
331 - introduced new enhanced changelog for merges that shows more accurate results
329 - new improved and faster code stats (based on pygments lexers mapping tables,
332 - new improved and faster code stats (based on pygments lexers mapping tables,
330 showing up to 10 trending sources for each repository. Additionally stats
333 showing up to 10 trending sources for each repository. Additionally stats
331 can be disabled in repository settings.
334 can be disabled in repository settings.
332 - gui optimizations, fixed application width to 1024px
335 - gui optimizations, fixed application width to 1024px
333 - added cut off (for large files/changesets) limit into config files
336 - added cut off (for large files/changesets) limit into config files
334 - whoosh, celeryd, upgrade moved to paster command
337 - whoosh, celeryd, upgrade moved to paster command
335 - other than sqlite database backends can be used
338 - other than sqlite database backends can be used
336
339
337 fixes
340 fixes
338 -----
341 -----
339
342
340 - fixes #61 forked repo was showing only after cache expired
343 - fixes #61 forked repo was showing only after cache expired
341 - fixes #76 no confirmation on user deletes
344 - fixes #76 no confirmation on user deletes
342 - fixes #66 Name field misspelled
345 - fixes #66 Name field misspelled
343 - fixes #72 block user removal when he owns repositories
346 - fixes #72 block user removal when he owns repositories
344 - fixes #69 added password confirmation fields
347 - fixes #69 added password confirmation fields
345 - fixes #87 RhodeCode crashes occasionally on updating repository owner
348 - fixes #87 RhodeCode crashes occasionally on updating repository owner
346 - fixes #82 broken annotations on files with more than 1 blank line at the end
349 - fixes #82 broken annotations on files with more than 1 blank line at the end
347 - a lot of fixes and tweaks for file browser
350 - a lot of fixes and tweaks for file browser
348 - fixed detached session issues
351 - fixed detached session issues
349 - fixed when user had no repos he would see all repos listed in my account
352 - fixed when user had no repos he would see all repos listed in my account
350 - fixed ui() instance bug when global hgrc settings was loaded for server
353 - fixed ui() instance bug when global hgrc settings was loaded for server
351 instance and all hgrc options were merged with our db ui() object
354 instance and all hgrc options were merged with our db ui() object
352 - numerous small bugfixes
355 - numerous small bugfixes
353
356
354 (special thanks for TkSoh for detailed feedback)
357 (special thanks for TkSoh for detailed feedback)
355
358
356
359
357 1.0.2 (**2010-11-12**)
360 1.0.2 (**2010-11-12**)
358 ======================
361 ======================
359
362
360 news
363 news
361 ----
364 ----
362
365
363 - tested under python2.7
366 - tested under python2.7
364 - bumped sqlalchemy and celery versions
367 - bumped sqlalchemy and celery versions
365
368
366 fixes
369 fixes
367 -----
370 -----
368
371
369 - fixed #59 missing graph.js
372 - fixed #59 missing graph.js
370 - fixed repo_size crash when repository had broken symlinks
373 - fixed repo_size crash when repository had broken symlinks
371 - fixed python2.5 crashes.
374 - fixed python2.5 crashes.
372
375
373
376
374 1.0.1 (**2010-11-10**)
377 1.0.1 (**2010-11-10**)
375 ======================
378 ======================
376
379
377 news
380 news
378 ----
381 ----
379
382
380 - small css updated
383 - small css updated
381
384
382 fixes
385 fixes
383 -----
386 -----
384
387
385 - fixed #53 python2.5 incompatible enumerate calls
388 - fixed #53 python2.5 incompatible enumerate calls
386 - fixed #52 disable mercurial extension for web
389 - fixed #52 disable mercurial extension for web
387 - fixed #51 deleting repositories don't delete it's dependent objects
390 - fixed #51 deleting repositories don't delete it's dependent objects
388
391
389
392
390 1.0.0 (**2010-11-02**)
393 1.0.0 (**2010-11-02**)
391 ======================
394 ======================
392
395
393 - security bugfix simplehg wasn't checking for permissions on commands
396 - security bugfix simplehg wasn't checking for permissions on commands
394 other than pull or push.
397 other than pull or push.
395 - fixed doubled messages after push or pull in admin journal
398 - fixed doubled messages after push or pull in admin journal
396 - templating and css corrections, fixed repo switcher on chrome, updated titles
399 - templating and css corrections, fixed repo switcher on chrome, updated titles
397 - admin menu accessible from options menu on repository view
400 - admin menu accessible from options menu on repository view
398 - permissions cached queries
401 - permissions cached queries
399
402
400 1.0.0rc4 (**2010-10-12**)
403 1.0.0rc4 (**2010-10-12**)
401 ==========================
404 ==========================
402
405
403 - fixed python2.5 missing simplejson imports (thanks to Jens Bäckman)
406 - fixed python2.5 missing simplejson imports (thanks to Jens Bäckman)
404 - removed cache_manager settings from sqlalchemy meta
407 - removed cache_manager settings from sqlalchemy meta
405 - added sqlalchemy cache settings to ini files
408 - added sqlalchemy cache settings to ini files
406 - validated password length and added second try of failure on paster setup-app
409 - validated password length and added second try of failure on paster setup-app
407 - fixed setup database destroy prompt even when there was no db
410 - fixed setup database destroy prompt even when there was no db
408
411
409
412
410 1.0.0rc3 (**2010-10-11**)
413 1.0.0rc3 (**2010-10-11**)
411 =========================
414 =========================
412
415
413 - fixed i18n during installation.
416 - fixed i18n during installation.
414
417
415 1.0.0rc2 (**2010-10-11**)
418 1.0.0rc2 (**2010-10-11**)
416 =========================
419 =========================
417
420
418 - Disabled dirsize in file browser, it's causing nasty bug when dir renames
421 - Disabled dirsize in file browser, it's causing nasty bug when dir renames
419 occure. After vcs is fixed it'll be put back again.
422 occure. After vcs is fixed it'll be put back again.
420 - templating/css rewrites, optimized css. No newline at end of file
423 - templating/css rewrites, optimized css.
General Comments 0
You need to be logged in to leave comments. Login now