##// END OF EJS Templates
changelog update
marcink -
r2429:d6efacde beta
parent child Browse files
Show More
@@ -1,690 +1,698 b''
1 .. _changelog:
1 .. _changelog:
2
2
3 =========
3 =========
4 Changelog
4 Changelog
5 =========
5 =========
6
6
7 1.4.0 (**2012-XX-XX**)
7 1.4.0 (**2012-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 - new codereview system
16 - new codereview system
17 - email map, allowing users to have multiple email addresses mapped into
17 - email map, allowing users to have multiple email addresses mapped into
18 their accounts
18 their accounts
19 - improved git-hook system. Now all actions for git are logged into journal
20 including pushed revisions, user and IP address
19 - changed setup-app into setup-rhodecode and added default options to it.
21 - changed setup-app into setup-rhodecode and added default options to it.
20 - new git repos are created as bare now by default
22 - new git repos are created as bare now by default
21 - #464 added links to groups in permission box
23 - #464 added links to groups in permission box
22 - #465 mentions autocomplete inside comments boxes
24 - #465 mentions autocomplete inside comments boxes
23 - #469 added --update-only option to whoosh to re-index only given list
25 - #469 added --update-only option to whoosh to re-index only given list
24 of repos in index
26 of repos in index
25 - rhodecode-api CLI client
27 - rhodecode-api CLI client
26 - new git http protocol replaced buggy dulwich implementation.
28 - new git http protocol replaced buggy dulwich implementation.
27 Now based on pygrack & gitweb
29 Now based on pygrack & gitweb
30 - Improved RSS/ATOM feeds. Discoverable by browsers using proper headers, and
31 reformated based on user suggestions. Additional rss/atom feeds for user
32 journal
33 - various i18n improvements
28
34
29 fixes
35 fixes
30 +++++
36 +++++
31
37
32 - improved translations
38 - improved translations
33 - fixes issue #455 Creating an archive generates an exception on Windows
39 - fixes issue #455 Creating an archive generates an exception on Windows
34 - fixes #448 Download ZIP archive keeps file in /tmp open and results
40 - fixes #448 Download ZIP archive keeps file in /tmp open and results
35 in out of disk space
41 in out of disk space
36 - fixes issue #454 Search results under Windows include proceeding
42 - fixes issue #454 Search results under Windows include proceeding
37 backslash
43 backslash
38 - fixed issue #450. Rhodecode no longer will crash when bad revision is
44 - fixed issue #450. Rhodecode no longer will crash when bad revision is
39 present in journal data.
45 present in journal data.
40 - fix for issue #417, git execution was broken on windows for certain
46 - fix for issue #417, git execution was broken on windows for certain
41 commands.
47 commands.
42 - fixed #413. Don't disable .git directory for bare repos on deleting
48 - fixed #413. Don't disable .git directory for bare repos on deleting
43 - fixed issue #459. Changed the way of obtaining logger in reindex task.
49 - fixed issue #459. Changed the way of obtaining logger in reindex task.
50 - fixed #453 added ID field in whoosh SCHEMA that solves the issue of
51 reindexing modified files
44
52
45 1.3.6 (**2012-05-17**)
53 1.3.6 (**2012-05-17**)
46 ----------------------
54 ----------------------
47
55
48 news
56 news
49 ++++
57 ++++
50
58
51 - chinese traditional translation
59 - chinese traditional translation
52 - changed setup-app into setup-rhodecode and added arguments for auto-setup
60 - changed setup-app into setup-rhodecode and added arguments for auto-setup
53 mode that doesn't need user interaction
61 mode that doesn't need user interaction
54
62
55 fixes
63 fixes
56 +++++
64 +++++
57
65
58 - fixed no scm found warning
66 - fixed no scm found warning
59 - fixed __future__ import error on rcextensions
67 - fixed __future__ import error on rcextensions
60 - made simplejson required lib for speedup on JSON encoding
68 - made simplejson required lib for speedup on JSON encoding
61 - fixes #449 bad regex could get more than revisions from parsing history
69 - fixes #449 bad regex could get more than revisions from parsing history
62 - don't clear DB session when CELERY_EAGER is turned ON
70 - don't clear DB session when CELERY_EAGER is turned ON
63
71
64 1.3.5 (**2012-05-10**)
72 1.3.5 (**2012-05-10**)
65 ----------------------
73 ----------------------
66
74
67 news
75 news
68 ++++
76 ++++
69
77
70 - use ext_json for json module
78 - use ext_json for json module
71 - unified annotation view with file source view
79 - unified annotation view with file source view
72 - notification improvements, better inbox + css
80 - notification improvements, better inbox + css
73 - #419 don't strip passwords for login forms, make rhodecode
81 - #419 don't strip passwords for login forms, make rhodecode
74 more compatible with LDAP servers
82 more compatible with LDAP servers
75 - Added HTTP_X_FORWARDED_FOR as another method of extracting
83 - Added HTTP_X_FORWARDED_FOR as another method of extracting
76 IP for pull/push logs. - moved all to base controller
84 IP for pull/push logs. - moved all to base controller
77 - #415: Adding comment to changeset causes reload.
85 - #415: Adding comment to changeset causes reload.
78 Comments are now added via ajax and doesn't reload the page
86 Comments are now added via ajax and doesn't reload the page
79 - #374 LDAP config is discarded when LDAP can't be activated
87 - #374 LDAP config is discarded when LDAP can't be activated
80 - limited push/pull operations are now logged for git in the journal
88 - limited push/pull operations are now logged for git in the journal
81 - bumped mercurial to 2.2.X series
89 - bumped mercurial to 2.2.X series
82 - added support for displaying submodules in file-browser
90 - added support for displaying submodules in file-browser
83 - #421 added bookmarks in changelog view
91 - #421 added bookmarks in changelog view
84
92
85 fixes
93 fixes
86 +++++
94 +++++
87
95
88 - fixed dev-version marker for stable when served from source codes
96 - fixed dev-version marker for stable when served from source codes
89 - fixed missing permission checks on show forks page
97 - fixed missing permission checks on show forks page
90 - #418 cast to unicode fixes in notification objects
98 - #418 cast to unicode fixes in notification objects
91 - #426 fixed mention extracting regex
99 - #426 fixed mention extracting regex
92 - fixed remote-pulling for git remotes remopositories
100 - fixed remote-pulling for git remotes remopositories
93 - fixed #434: Error when accessing files or changesets of a git repository
101 - fixed #434: Error when accessing files or changesets of a git repository
94 with submodules
102 with submodules
95 - fixed issue with empty APIKEYS for users after registration ref. #438
103 - fixed issue with empty APIKEYS for users after registration ref. #438
96 - fixed issue with getting README files from git repositories
104 - fixed issue with getting README files from git repositories
97
105
98 1.3.4 (**2012-03-28**)
106 1.3.4 (**2012-03-28**)
99 ----------------------
107 ----------------------
100
108
101 news
109 news
102 ++++
110 ++++
103
111
104 - Whoosh logging is now controlled by the .ini files logging setup
112 - Whoosh logging is now controlled by the .ini files logging setup
105 - added clone-url into edit form on /settings page
113 - added clone-url into edit form on /settings page
106 - added help text into repo add/edit forms
114 - added help text into repo add/edit forms
107 - created rcextensions module with additional mappings (ref #322) and
115 - created rcextensions module with additional mappings (ref #322) and
108 post push/pull/create repo hooks callbacks
116 post push/pull/create repo hooks callbacks
109 - implemented #377 Users view for his own permissions on account page
117 - implemented #377 Users view for his own permissions on account page
110 - #399 added inheritance of permissions for users group on repos groups
118 - #399 added inheritance of permissions for users group on repos groups
111 - #401 repository group is automatically pre-selected when adding repos
119 - #401 repository group is automatically pre-selected when adding repos
112 inside a repository group
120 inside a repository group
113 - added alternative HTTP 403 response when client failed to authenticate. Helps
121 - added alternative HTTP 403 response when client failed to authenticate. Helps
114 solving issues with Mercurial and LDAP
122 solving issues with Mercurial and LDAP
115 - #402 removed group prefix from repository name when listing repositories
123 - #402 removed group prefix from repository name when listing repositories
116 inside a group
124 inside a group
117 - added gravatars into permission view and permissions autocomplete
125 - added gravatars into permission view and permissions autocomplete
118 - #347 when running multiple RhodeCode instances, properly invalidates cache
126 - #347 when running multiple RhodeCode instances, properly invalidates cache
119 for all registered servers
127 for all registered servers
120
128
121 fixes
129 fixes
122 +++++
130 +++++
123
131
124 - fixed #390 cache invalidation problems on repos inside group
132 - fixed #390 cache invalidation problems on repos inside group
125 - fixed #385 clone by ID url was loosing proxy prefix in URL
133 - fixed #385 clone by ID url was loosing proxy prefix in URL
126 - fixed some unicode problems with waitress
134 - fixed some unicode problems with waitress
127 - fixed issue with escaping < and > in changeset commits
135 - fixed issue with escaping < and > in changeset commits
128 - fixed error occurring during recursive group creation in API
136 - fixed error occurring during recursive group creation in API
129 create_repo function
137 create_repo function
130 - fixed #393 py2.5 fixes for routes url generator
138 - fixed #393 py2.5 fixes for routes url generator
131 - fixed #397 Private repository groups shows up before login
139 - fixed #397 Private repository groups shows up before login
132 - fixed #396 fixed problems with revoking users in nested groups
140 - fixed #396 fixed problems with revoking users in nested groups
133 - fixed mysql unicode issues + specified InnoDB as default engine with
141 - fixed mysql unicode issues + specified InnoDB as default engine with
134 utf8 charset
142 utf8 charset
135 - #406 trim long branch/tag names in changelog to not break UI
143 - #406 trim long branch/tag names in changelog to not break UI
136
144
137 1.3.3 (**2012-03-02**)
145 1.3.3 (**2012-03-02**)
138 ----------------------
146 ----------------------
139
147
140 news
148 news
141 ++++
149 ++++
142
150
143
151
144 fixes
152 fixes
145 +++++
153 +++++
146
154
147 - fixed some python2.5 compatibility issues
155 - fixed some python2.5 compatibility issues
148 - fixed issues with removed repos was accidentally added as groups, after
156 - fixed issues with removed repos was accidentally added as groups, after
149 full rescan of paths
157 full rescan of paths
150 - fixes #376 Cannot edit user (using container auth)
158 - fixes #376 Cannot edit user (using container auth)
151 - fixes #378 Invalid image urls on changeset screen with proxy-prefix
159 - fixes #378 Invalid image urls on changeset screen with proxy-prefix
152 configuration
160 configuration
153 - fixed initial sorting of repos inside repo group
161 - fixed initial sorting of repos inside repo group
154 - fixes issue when user tried to resubmit same permission into user/user_groups
162 - fixes issue when user tried to resubmit same permission into user/user_groups
155 - bumped beaker version that fixes #375 leap error bug
163 - bumped beaker version that fixes #375 leap error bug
156 - fixed raw_changeset for git. It was generated with hg patch headers
164 - fixed raw_changeset for git. It was generated with hg patch headers
157 - fixed vcs issue with last_changeset for filenodes
165 - fixed vcs issue with last_changeset for filenodes
158 - fixed missing commit after hook delete
166 - fixed missing commit after hook delete
159 - fixed #372 issues with git operation detection that caused a security issue
167 - fixed #372 issues with git operation detection that caused a security issue
160 for git repos
168 for git repos
161
169
162 1.3.2 (**2012-02-28**)
170 1.3.2 (**2012-02-28**)
163 ----------------------
171 ----------------------
164
172
165 news
173 news
166 ++++
174 ++++
167
175
168
176
169 fixes
177 fixes
170 +++++
178 +++++
171
179
172 - fixed git protocol issues with repos-groups
180 - fixed git protocol issues with repos-groups
173 - fixed git remote repos validator that prevented from cloning remote git repos
181 - fixed git remote repos validator that prevented from cloning remote git repos
174 - fixes #370 ending slashes fixes for repo and groups
182 - fixes #370 ending slashes fixes for repo and groups
175 - fixes #368 improved git-protocol detection to handle other clients
183 - fixes #368 improved git-protocol detection to handle other clients
176 - fixes #366 When Setting Repository Group To Blank Repo Group Wont Be
184 - fixes #366 When Setting Repository Group To Blank Repo Group Wont Be
177 Moved To Root
185 Moved To Root
178 - fixes #371 fixed issues with beaker/sqlalchemy and non-ascii cache keys
186 - fixes #371 fixed issues with beaker/sqlalchemy and non-ascii cache keys
179 - fixed #373 missing cascade drop on user_group_to_perm table
187 - fixed #373 missing cascade drop on user_group_to_perm table
180
188
181 1.3.1 (**2012-02-27**)
189 1.3.1 (**2012-02-27**)
182 ----------------------
190 ----------------------
183
191
184 news
192 news
185 ++++
193 ++++
186
194
187
195
188 fixes
196 fixes
189 +++++
197 +++++
190
198
191 - redirection loop occurs when remember-me wasn't checked during login
199 - redirection loop occurs when remember-me wasn't checked during login
192 - fixes issues with git blob history generation
200 - fixes issues with git blob history generation
193 - don't fetch branch for git in file history dropdown. Causes unneeded slowness
201 - don't fetch branch for git in file history dropdown. Causes unneeded slowness
194
202
195 1.3.0 (**2012-02-26**)
203 1.3.0 (**2012-02-26**)
196 ----------------------
204 ----------------------
197
205
198 news
206 news
199 ++++
207 ++++
200
208
201 - code review, inspired by github code-comments
209 - code review, inspired by github code-comments
202 - #215 rst and markdown README files support
210 - #215 rst and markdown README files support
203 - #252 Container-based and proxy pass-through authentication support
211 - #252 Container-based and proxy pass-through authentication support
204 - #44 branch browser. Filtering of changelog by branches
212 - #44 branch browser. Filtering of changelog by branches
205 - mercurial bookmarks support
213 - mercurial bookmarks support
206 - new hover top menu, optimized to add maximum size for important views
214 - new hover top menu, optimized to add maximum size for important views
207 - configurable clone url template with possibility to specify protocol like
215 - configurable clone url template with possibility to specify protocol like
208 ssh:// or http:// and also manually alter other parts of clone_url.
216 ssh:// or http:// and also manually alter other parts of clone_url.
209 - enabled largefiles extension by default
217 - enabled largefiles extension by default
210 - optimized summary file pages and saved a lot of unused space in them
218 - optimized summary file pages and saved a lot of unused space in them
211 - #239 option to manually mark repository as fork
219 - #239 option to manually mark repository as fork
212 - #320 mapping of commit authors to RhodeCode users
220 - #320 mapping of commit authors to RhodeCode users
213 - #304 hashes are displayed using monospace font
221 - #304 hashes are displayed using monospace font
214 - diff configuration, toggle white lines and context lines
222 - diff configuration, toggle white lines and context lines
215 - #307 configurable diffs, whitespace toggle, increasing context lines
223 - #307 configurable diffs, whitespace toggle, increasing context lines
216 - sorting on branches, tags and bookmarks using YUI datatable
224 - sorting on branches, tags and bookmarks using YUI datatable
217 - improved file filter on files page
225 - improved file filter on files page
218 - implements #330 api method for listing nodes ar particular revision
226 - implements #330 api method for listing nodes ar particular revision
219 - #73 added linking issues in commit messages to chosen issue tracker url
227 - #73 added linking issues in commit messages to chosen issue tracker url
220 based on user defined regular expression
228 based on user defined regular expression
221 - added linking of changesets in commit messages
229 - added linking of changesets in commit messages
222 - new compact changelog with expandable commit messages
230 - new compact changelog with expandable commit messages
223 - firstname and lastname are optional in user creation
231 - firstname and lastname are optional in user creation
224 - #348 added post-create repository hook
232 - #348 added post-create repository hook
225 - #212 global encoding settings is now configurable from .ini files
233 - #212 global encoding settings is now configurable from .ini files
226 - #227 added repository groups permissions
234 - #227 added repository groups permissions
227 - markdown gets codehilite extensions
235 - markdown gets codehilite extensions
228 - new API methods, delete_repositories, grante/revoke permissions for groups
236 - new API methods, delete_repositories, grante/revoke permissions for groups
229 and repos
237 and repos
230
238
231
239
232 fixes
240 fixes
233 +++++
241 +++++
234
242
235 - rewrote dbsession management for atomic operations, and better error handling
243 - rewrote dbsession management for atomic operations, and better error handling
236 - fixed sorting of repo tables
244 - fixed sorting of repo tables
237 - #326 escape of special html entities in diffs
245 - #326 escape of special html entities in diffs
238 - normalized user_name => username in api attributes
246 - normalized user_name => username in api attributes
239 - fixes #298 ldap created users with mixed case emails created conflicts
247 - fixes #298 ldap created users with mixed case emails created conflicts
240 on saving a form
248 on saving a form
241 - fixes issue when owner of a repo couldn't revoke permissions for users
249 - fixes issue when owner of a repo couldn't revoke permissions for users
242 and groups
250 and groups
243 - fixes #271 rare JSON serialization problem with statistics
251 - fixes #271 rare JSON serialization problem with statistics
244 - fixes #337 missing validation check for conflicting names of a group with a
252 - fixes #337 missing validation check for conflicting names of a group with a
245 repositories group
253 repositories group
246 - #340 fixed session problem for mysql and celery tasks
254 - #340 fixed session problem for mysql and celery tasks
247 - fixed #331 RhodeCode mangles repository names if the a repository group
255 - fixed #331 RhodeCode mangles repository names if the a repository group
248 contains the "full path" to the repositories
256 contains the "full path" to the repositories
249 - #355 RhodeCode doesn't store encrypted LDAP passwords
257 - #355 RhodeCode doesn't store encrypted LDAP passwords
250
258
251 1.2.5 (**2012-01-28**)
259 1.2.5 (**2012-01-28**)
252 ----------------------
260 ----------------------
253
261
254 news
262 news
255 ++++
263 ++++
256
264
257 fixes
265 fixes
258 +++++
266 +++++
259
267
260 - #340 Celery complains about MySQL server gone away, added session cleanup
268 - #340 Celery complains about MySQL server gone away, added session cleanup
261 for celery tasks
269 for celery tasks
262 - #341 "scanning for repositories in None" log message during Rescan was missing
270 - #341 "scanning for repositories in None" log message during Rescan was missing
263 a parameter
271 a parameter
264 - fixed creating archives with subrepos. Some hooks were triggered during that
272 - fixed creating archives with subrepos. Some hooks were triggered during that
265 operation leading to crash.
273 operation leading to crash.
266 - fixed missing email in account page.
274 - fixed missing email in account page.
267 - Reverted Mercurial to 2.0.1 for windows due to bug in Mercurial that makes
275 - Reverted Mercurial to 2.0.1 for windows due to bug in Mercurial that makes
268 forking on windows impossible
276 forking on windows impossible
269
277
270 1.2.4 (**2012-01-19**)
278 1.2.4 (**2012-01-19**)
271 ----------------------
279 ----------------------
272
280
273 news
281 news
274 ++++
282 ++++
275
283
276 - RhodeCode is bundled with mercurial series 2.0.X by default, with
284 - RhodeCode is bundled with mercurial series 2.0.X by default, with
277 full support to largefiles extension. Enabled by default in new installations
285 full support to largefiles extension. Enabled by default in new installations
278 - #329 Ability to Add/Remove Groups to/from a Repository via AP
286 - #329 Ability to Add/Remove Groups to/from a Repository via AP
279 - added requires.txt file with requirements
287 - added requires.txt file with requirements
280
288
281 fixes
289 fixes
282 +++++
290 +++++
283
291
284 - fixes db session issues with celery when emailing admins
292 - fixes db session issues with celery when emailing admins
285 - #331 RhodeCode mangles repository names if the a repository group
293 - #331 RhodeCode mangles repository names if the a repository group
286 contains the "full path" to the repositories
294 contains the "full path" to the repositories
287 - #298 Conflicting e-mail addresses for LDAP and RhodeCode users
295 - #298 Conflicting e-mail addresses for LDAP and RhodeCode users
288 - DB session cleanup after hg protocol operations, fixes issues with
296 - DB session cleanup after hg protocol operations, fixes issues with
289 `mysql has gone away` errors
297 `mysql has gone away` errors
290 - #333 doc fixes for get_repo api function
298 - #333 doc fixes for get_repo api function
291 - #271 rare JSON serialization problem with statistics enabled
299 - #271 rare JSON serialization problem with statistics enabled
292 - #337 Fixes issues with validation of repository name conflicting with
300 - #337 Fixes issues with validation of repository name conflicting with
293 a group name. A proper message is now displayed.
301 a group name. A proper message is now displayed.
294 - #292 made ldap_dn in user edit readonly, to get rid of confusion that field
302 - #292 made ldap_dn in user edit readonly, to get rid of confusion that field
295 doesn't work
303 doesn't work
296 - #316 fixes issues with web description in hgrc files
304 - #316 fixes issues with web description in hgrc files
297
305
298 1.2.3 (**2011-11-02**)
306 1.2.3 (**2011-11-02**)
299 ----------------------
307 ----------------------
300
308
301 news
309 news
302 ++++
310 ++++
303
311
304 - added option to manage repos group for non admin users
312 - added option to manage repos group for non admin users
305 - added following API methods for get_users, create_user, get_users_groups,
313 - added following API methods for get_users, create_user, get_users_groups,
306 get_users_group, create_users_group, add_user_to_users_groups, get_repos,
314 get_users_group, create_users_group, add_user_to_users_groups, get_repos,
307 get_repo, create_repo, add_user_to_repo
315 get_repo, create_repo, add_user_to_repo
308 - implements #237 added password confirmation for my account
316 - implements #237 added password confirmation for my account
309 and admin edit user.
317 and admin edit user.
310 - implements #291 email notification for global events are now sent to all
318 - implements #291 email notification for global events are now sent to all
311 administrator users, and global config email.
319 administrator users, and global config email.
312
320
313 fixes
321 fixes
314 +++++
322 +++++
315
323
316 - added option for passing auth method for smtp mailer
324 - added option for passing auth method for smtp mailer
317 - #276 issue with adding a single user with id>10 to usergroups
325 - #276 issue with adding a single user with id>10 to usergroups
318 - #277 fixes windows LDAP settings in which missing values breaks the ldap auth
326 - #277 fixes windows LDAP settings in which missing values breaks the ldap auth
319 - #288 fixes managing of repos in a group for non admin user
327 - #288 fixes managing of repos in a group for non admin user
320
328
321 1.2.2 (**2011-10-17**)
329 1.2.2 (**2011-10-17**)
322 ----------------------
330 ----------------------
323
331
324 news
332 news
325 ++++
333 ++++
326
334
327 - #226 repo groups are available by path instead of numerical id
335 - #226 repo groups are available by path instead of numerical id
328
336
329 fixes
337 fixes
330 +++++
338 +++++
331
339
332 - #259 Groups with the same name but with different parent group
340 - #259 Groups with the same name but with different parent group
333 - #260 Put repo in group, then move group to another group -> repo becomes unavailable
341 - #260 Put repo in group, then move group to another group -> repo becomes unavailable
334 - #258 RhodeCode 1.2 assumes egg folder is writable (lockfiles problems)
342 - #258 RhodeCode 1.2 assumes egg folder is writable (lockfiles problems)
335 - #265 ldap save fails sometimes on converting attributes to booleans,
343 - #265 ldap save fails sometimes on converting attributes to booleans,
336 added getter and setter into model that will prevent from this on db model level
344 added getter and setter into model that will prevent from this on db model level
337 - fixed problems with timestamps issues #251 and #213
345 - fixed problems with timestamps issues #251 and #213
338 - fixes #266 RhodeCode allows to create repo with the same name and in
346 - fixes #266 RhodeCode allows to create repo with the same name and in
339 the same parent as group
347 the same parent as group
340 - fixes #245 Rescan of the repositories on Windows
348 - fixes #245 Rescan of the repositories on Windows
341 - fixes #248 cannot edit repos inside a group on windows
349 - fixes #248 cannot edit repos inside a group on windows
342 - fixes #219 forking problems on windows
350 - fixes #219 forking problems on windows
343
351
344 1.2.1 (**2011-10-08**)
352 1.2.1 (**2011-10-08**)
345 ----------------------
353 ----------------------
346
354
347 news
355 news
348 ++++
356 ++++
349
357
350
358
351 fixes
359 fixes
352 +++++
360 +++++
353
361
354 - fixed problems with basic auth and push problems
362 - fixed problems with basic auth and push problems
355 - gui fixes
363 - gui fixes
356 - fixed logger
364 - fixed logger
357
365
358 1.2.0 (**2011-10-07**)
366 1.2.0 (**2011-10-07**)
359 ----------------------
367 ----------------------
360
368
361 news
369 news
362 ++++
370 ++++
363
371
364 - implemented #47 repository groups
372 - implemented #47 repository groups
365 - implemented #89 Can setup google analytics code from settings menu
373 - implemented #89 Can setup google analytics code from settings menu
366 - implemented #91 added nicer looking archive urls with more download options
374 - implemented #91 added nicer looking archive urls with more download options
367 like tags, branches
375 like tags, branches
368 - implemented #44 into file browsing, and added follow branch option
376 - implemented #44 into file browsing, and added follow branch option
369 - implemented #84 downloads can be enabled/disabled for each repository
377 - implemented #84 downloads can be enabled/disabled for each repository
370 - anonymous repository can be cloned without having to pass default:default
378 - anonymous repository can be cloned without having to pass default:default
371 into clone url
379 into clone url
372 - fixed #90 whoosh indexer can index chooses repositories passed in command
380 - fixed #90 whoosh indexer can index chooses repositories passed in command
373 line
381 line
374 - extended journal with day aggregates and paging
382 - extended journal with day aggregates and paging
375 - implemented #107 source code lines highlight ranges
383 - implemented #107 source code lines highlight ranges
376 - implemented #93 customizable changelog on combined revision ranges -
384 - implemented #93 customizable changelog on combined revision ranges -
377 equivalent of githubs compare view
385 equivalent of githubs compare view
378 - implemented #108 extended and more powerful LDAP configuration
386 - implemented #108 extended and more powerful LDAP configuration
379 - implemented #56 users groups
387 - implemented #56 users groups
380 - major code rewrites optimized codes for speed and memory usage
388 - major code rewrites optimized codes for speed and memory usage
381 - raw and diff downloads are now in git format
389 - raw and diff downloads are now in git format
382 - setup command checks for write access to given path
390 - setup command checks for write access to given path
383 - fixed many issues with international characters and unicode. It uses utf8
391 - fixed many issues with international characters and unicode. It uses utf8
384 decode with replace to provide less errors even with non utf8 encoded strings
392 decode with replace to provide less errors even with non utf8 encoded strings
385 - #125 added API KEY access to feeds
393 - #125 added API KEY access to feeds
386 - #109 Repository can be created from external Mercurial link (aka. remote
394 - #109 Repository can be created from external Mercurial link (aka. remote
387 repository, and manually updated (via pull) from admin panel
395 repository, and manually updated (via pull) from admin panel
388 - beta git support - push/pull server + basic view for git repos
396 - beta git support - push/pull server + basic view for git repos
389 - added followers page and forks page
397 - added followers page and forks page
390 - server side file creation (with binary file upload interface)
398 - server side file creation (with binary file upload interface)
391 and edition with commits powered by codemirror
399 and edition with commits powered by codemirror
392 - #111 file browser file finder, quick lookup files on whole file tree
400 - #111 file browser file finder, quick lookup files on whole file tree
393 - added quick login sliding menu into main page
401 - added quick login sliding menu into main page
394 - changelog uses lazy loading of affected files details, in some scenarios
402 - changelog uses lazy loading of affected files details, in some scenarios
395 this can improve speed of changelog page dramatically especially for
403 this can improve speed of changelog page dramatically especially for
396 larger repositories.
404 larger repositories.
397 - implements #214 added support for downloading subrepos in download menu.
405 - implements #214 added support for downloading subrepos in download menu.
398 - Added basic API for direct operations on rhodecode via JSON
406 - Added basic API for direct operations on rhodecode via JSON
399 - Implemented advanced hook management
407 - Implemented advanced hook management
400
408
401 fixes
409 fixes
402 +++++
410 +++++
403
411
404 - fixed file browser bug, when switching into given form revision the url was
412 - fixed file browser bug, when switching into given form revision the url was
405 not changing
413 not changing
406 - fixed propagation to error controller on simplehg and simplegit middlewares
414 - fixed propagation to error controller on simplehg and simplegit middlewares
407 - fixed error when trying to make a download on empty repository
415 - fixed error when trying to make a download on empty repository
408 - fixed problem with '[' chars in commit messages in journal
416 - fixed problem with '[' chars in commit messages in journal
409 - fixed #99 Unicode errors, on file node paths with non utf-8 characters
417 - fixed #99 Unicode errors, on file node paths with non utf-8 characters
410 - journal fork fixes
418 - journal fork fixes
411 - removed issue with space inside renamed repository after deletion
419 - removed issue with space inside renamed repository after deletion
412 - fixed strange issue on formencode imports
420 - fixed strange issue on formencode imports
413 - fixed #126 Deleting repository on Windows, rename used incompatible chars.
421 - fixed #126 Deleting repository on Windows, rename used incompatible chars.
414 - #150 fixes for errors on repositories mapped in db but corrupted in
422 - #150 fixes for errors on repositories mapped in db but corrupted in
415 filesystem
423 filesystem
416 - fixed problem with ascendant characters in realm #181
424 - fixed problem with ascendant characters in realm #181
417 - fixed problem with sqlite file based database connection pool
425 - fixed problem with sqlite file based database connection pool
418 - whoosh indexer and code stats share the same dynamic extensions map
426 - whoosh indexer and code stats share the same dynamic extensions map
419 - fixes #188 - relationship delete of repo_to_perm entry on user removal
427 - fixes #188 - relationship delete of repo_to_perm entry on user removal
420 - fixes issue #189 Trending source files shows "show more" when no more exist
428 - fixes issue #189 Trending source files shows "show more" when no more exist
421 - fixes issue #197 Relative paths for pidlocks
429 - fixes issue #197 Relative paths for pidlocks
422 - fixes issue #198 password will require only 3 chars now for login form
430 - fixes issue #198 password will require only 3 chars now for login form
423 - fixes issue #199 wrong redirection for non admin users after creating a repository
431 - fixes issue #199 wrong redirection for non admin users after creating a repository
424 - fixes issues #202, bad db constraint made impossible to attach same group
432 - fixes issues #202, bad db constraint made impossible to attach same group
425 more than one time. Affects only mysql/postgres
433 more than one time. Affects only mysql/postgres
426 - fixes #218 os.kill patch for windows was missing sig param
434 - fixes #218 os.kill patch for windows was missing sig param
427 - improved rendering of dag (they are not trimmed anymore when number of
435 - improved rendering of dag (they are not trimmed anymore when number of
428 heads exceeds 5)
436 heads exceeds 5)
429
437
430 1.1.8 (**2011-04-12**)
438 1.1.8 (**2011-04-12**)
431 ----------------------
439 ----------------------
432
440
433 news
441 news
434 ++++
442 ++++
435
443
436 - improved windows support
444 - improved windows support
437
445
438 fixes
446 fixes
439 +++++
447 +++++
440
448
441 - fixed #140 freeze of python dateutil library, since new version is python2.x
449 - fixed #140 freeze of python dateutil library, since new version is python2.x
442 incompatible
450 incompatible
443 - setup-app will check for write permission in given path
451 - setup-app will check for write permission in given path
444 - cleaned up license info issue #149
452 - cleaned up license info issue #149
445 - fixes for issues #137,#116 and problems with unicode and accented characters.
453 - fixes for issues #137,#116 and problems with unicode and accented characters.
446 - fixes crashes on gravatar, when passed in email as unicode
454 - fixes crashes on gravatar, when passed in email as unicode
447 - fixed tooltip flickering problems
455 - fixed tooltip flickering problems
448 - fixed came_from redirection on windows
456 - fixed came_from redirection on windows
449 - fixed logging modules, and sql formatters
457 - fixed logging modules, and sql formatters
450 - windows fixes for os.kill issue #133
458 - windows fixes for os.kill issue #133
451 - fixes path splitting for windows issues #148
459 - fixes path splitting for windows issues #148
452 - fixed issue #143 wrong import on migration to 1.1.X
460 - fixed issue #143 wrong import on migration to 1.1.X
453 - fixed problems with displaying binary files, thanks to Thomas Waldmann
461 - fixed problems with displaying binary files, thanks to Thomas Waldmann
454 - removed name from archive files since it's breaking ui for long repo names
462 - removed name from archive files since it's breaking ui for long repo names
455 - fixed issue with archive headers sent to browser, thanks to Thomas Waldmann
463 - fixed issue with archive headers sent to browser, thanks to Thomas Waldmann
456 - fixed compatibility for 1024px displays, and larger dpi settings, thanks to
464 - fixed compatibility for 1024px displays, and larger dpi settings, thanks to
457 Thomas Waldmann
465 Thomas Waldmann
458 - fixed issue #166 summary pager was skipping 10 revisions on second page
466 - fixed issue #166 summary pager was skipping 10 revisions on second page
459
467
460
468
461 1.1.7 (**2011-03-23**)
469 1.1.7 (**2011-03-23**)
462 ----------------------
470 ----------------------
463
471
464 news
472 news
465 ++++
473 ++++
466
474
467 fixes
475 fixes
468 +++++
476 +++++
469
477
470 - fixed (again) #136 installation support for FreeBSD
478 - fixed (again) #136 installation support for FreeBSD
471
479
472
480
473 1.1.6 (**2011-03-21**)
481 1.1.6 (**2011-03-21**)
474 ----------------------
482 ----------------------
475
483
476 news
484 news
477 ++++
485 ++++
478
486
479 fixes
487 fixes
480 +++++
488 +++++
481
489
482 - fixed #136 installation support for FreeBSD
490 - fixed #136 installation support for FreeBSD
483 - RhodeCode will check for python version during installation
491 - RhodeCode will check for python version during installation
484
492
485 1.1.5 (**2011-03-17**)
493 1.1.5 (**2011-03-17**)
486 ----------------------
494 ----------------------
487
495
488 news
496 news
489 ++++
497 ++++
490
498
491 - basic windows support, by exchanging pybcrypt into sha256 for windows only
499 - basic windows support, by exchanging pybcrypt into sha256 for windows only
492 highly inspired by idea of mantis406
500 highly inspired by idea of mantis406
493
501
494 fixes
502 fixes
495 +++++
503 +++++
496
504
497 - fixed sorting by author in main page
505 - fixed sorting by author in main page
498 - fixed crashes with diffs on binary files
506 - fixed crashes with diffs on binary files
499 - fixed #131 problem with boolean values for LDAP
507 - fixed #131 problem with boolean values for LDAP
500 - fixed #122 mysql problems thanks to striker69
508 - fixed #122 mysql problems thanks to striker69
501 - fixed problem with errors on calling raw/raw_files/annotate functions
509 - fixed problem with errors on calling raw/raw_files/annotate functions
502 with unknown revisions
510 with unknown revisions
503 - fixed returned rawfiles attachment names with international character
511 - fixed returned rawfiles attachment names with international character
504 - cleaned out docs, big thanks to Jason Harris
512 - cleaned out docs, big thanks to Jason Harris
505
513
506 1.1.4 (**2011-02-19**)
514 1.1.4 (**2011-02-19**)
507 ----------------------
515 ----------------------
508
516
509 news
517 news
510 ++++
518 ++++
511
519
512 fixes
520 fixes
513 +++++
521 +++++
514
522
515 - fixed formencode import problem on settings page, that caused server crash
523 - fixed formencode import problem on settings page, that caused server crash
516 when that page was accessed as first after server start
524 when that page was accessed as first after server start
517 - journal fixes
525 - journal fixes
518 - fixed option to access repository just by entering http://server/<repo_name>
526 - fixed option to access repository just by entering http://server/<repo_name>
519
527
520 1.1.3 (**2011-02-16**)
528 1.1.3 (**2011-02-16**)
521 ----------------------
529 ----------------------
522
530
523 news
531 news
524 ++++
532 ++++
525
533
526 - implemented #102 allowing the '.' character in username
534 - implemented #102 allowing the '.' character in username
527 - added option to access repository just by entering http://server/<repo_name>
535 - added option to access repository just by entering http://server/<repo_name>
528 - celery task ignores result for better performance
536 - celery task ignores result for better performance
529
537
530 fixes
538 fixes
531 +++++
539 +++++
532
540
533 - fixed ehlo command and non auth mail servers on smtp_lib. Thanks to
541 - fixed ehlo command and non auth mail servers on smtp_lib. Thanks to
534 apollo13 and Johan Walles
542 apollo13 and Johan Walles
535 - small fixes in journal
543 - small fixes in journal
536 - fixed problems with getting setting for celery from .ini files
544 - fixed problems with getting setting for celery from .ini files
537 - registration, password reset and login boxes share the same title as main
545 - registration, password reset and login boxes share the same title as main
538 application now
546 application now
539 - fixed #113: to high permissions to fork repository
547 - fixed #113: to high permissions to fork repository
540 - fixed problem with '[' chars in commit messages in journal
548 - fixed problem with '[' chars in commit messages in journal
541 - removed issue with space inside renamed repository after deletion
549 - removed issue with space inside renamed repository after deletion
542 - db transaction fixes when filesystem repository creation failed
550 - db transaction fixes when filesystem repository creation failed
543 - fixed #106 relation issues on databases different than sqlite
551 - fixed #106 relation issues on databases different than sqlite
544 - fixed static files paths links to use of url() method
552 - fixed static files paths links to use of url() method
545
553
546 1.1.2 (**2011-01-12**)
554 1.1.2 (**2011-01-12**)
547 ----------------------
555 ----------------------
548
556
549 news
557 news
550 ++++
558 ++++
551
559
552
560
553 fixes
561 fixes
554 +++++
562 +++++
555
563
556 - fixes #98 protection against float division of percentage stats
564 - fixes #98 protection against float division of percentage stats
557 - fixed graph bug
565 - fixed graph bug
558 - forced webhelpers version since it was making troubles during installation
566 - forced webhelpers version since it was making troubles during installation
559
567
560 1.1.1 (**2011-01-06**)
568 1.1.1 (**2011-01-06**)
561 ----------------------
569 ----------------------
562
570
563 news
571 news
564 ++++
572 ++++
565
573
566 - added force https option into ini files for easier https usage (no need to
574 - added force https option into ini files for easier https usage (no need to
567 set server headers with this options)
575 set server headers with this options)
568 - small css updates
576 - small css updates
569
577
570 fixes
578 fixes
571 +++++
579 +++++
572
580
573 - fixed #96 redirect loop on files view on repositories without changesets
581 - fixed #96 redirect loop on files view on repositories without changesets
574 - fixed #97 unicode string passed into server header in special cases (mod_wsgi)
582 - fixed #97 unicode string passed into server header in special cases (mod_wsgi)
575 and server crashed with errors
583 and server crashed with errors
576 - fixed large tooltips problems on main page
584 - fixed large tooltips problems on main page
577 - fixed #92 whoosh indexer is more error proof
585 - fixed #92 whoosh indexer is more error proof
578
586
579 1.1.0 (**2010-12-18**)
587 1.1.0 (**2010-12-18**)
580 ----------------------
588 ----------------------
581
589
582 news
590 news
583 ++++
591 ++++
584
592
585 - rewrite of internals for vcs >=0.1.10
593 - rewrite of internals for vcs >=0.1.10
586 - uses mercurial 1.7 with dotencode disabled for maintaining compatibility
594 - uses mercurial 1.7 with dotencode disabled for maintaining compatibility
587 with older clients
595 with older clients
588 - anonymous access, authentication via ldap
596 - anonymous access, authentication via ldap
589 - performance upgrade for cached repos list - each repository has its own
597 - performance upgrade for cached repos list - each repository has its own
590 cache that's invalidated when needed.
598 cache that's invalidated when needed.
591 - performance upgrades on repositories with large amount of commits (20K+)
599 - performance upgrades on repositories with large amount of commits (20K+)
592 - main page quick filter for filtering repositories
600 - main page quick filter for filtering repositories
593 - user dashboards with ability to follow chosen repositories actions
601 - user dashboards with ability to follow chosen repositories actions
594 - sends email to admin on new user registration
602 - sends email to admin on new user registration
595 - added cache/statistics reset options into repository settings
603 - added cache/statistics reset options into repository settings
596 - more detailed action logger (based on hooks) with pushed changesets lists
604 - more detailed action logger (based on hooks) with pushed changesets lists
597 and options to disable those hooks from admin panel
605 and options to disable those hooks from admin panel
598 - introduced new enhanced changelog for merges that shows more accurate results
606 - introduced new enhanced changelog for merges that shows more accurate results
599 - new improved and faster code stats (based on pygments lexers mapping tables,
607 - new improved and faster code stats (based on pygments lexers mapping tables,
600 showing up to 10 trending sources for each repository. Additionally stats
608 showing up to 10 trending sources for each repository. Additionally stats
601 can be disabled in repository settings.
609 can be disabled in repository settings.
602 - gui optimizations, fixed application width to 1024px
610 - gui optimizations, fixed application width to 1024px
603 - added cut off (for large files/changesets) limit into config files
611 - added cut off (for large files/changesets) limit into config files
604 - whoosh, celeryd, upgrade moved to paster command
612 - whoosh, celeryd, upgrade moved to paster command
605 - other than sqlite database backends can be used
613 - other than sqlite database backends can be used
606
614
607 fixes
615 fixes
608 +++++
616 +++++
609
617
610 - fixes #61 forked repo was showing only after cache expired
618 - fixes #61 forked repo was showing only after cache expired
611 - fixes #76 no confirmation on user deletes
619 - fixes #76 no confirmation on user deletes
612 - fixes #66 Name field misspelled
620 - fixes #66 Name field misspelled
613 - fixes #72 block user removal when he owns repositories
621 - fixes #72 block user removal when he owns repositories
614 - fixes #69 added password confirmation fields
622 - fixes #69 added password confirmation fields
615 - fixes #87 RhodeCode crashes occasionally on updating repository owner
623 - fixes #87 RhodeCode crashes occasionally on updating repository owner
616 - fixes #82 broken annotations on files with more than 1 blank line at the end
624 - fixes #82 broken annotations on files with more than 1 blank line at the end
617 - a lot of fixes and tweaks for file browser
625 - a lot of fixes and tweaks for file browser
618 - fixed detached session issues
626 - fixed detached session issues
619 - fixed when user had no repos he would see all repos listed in my account
627 - fixed when user had no repos he would see all repos listed in my account
620 - fixed ui() instance bug when global hgrc settings was loaded for server
628 - fixed ui() instance bug when global hgrc settings was loaded for server
621 instance and all hgrc options were merged with our db ui() object
629 instance and all hgrc options were merged with our db ui() object
622 - numerous small bugfixes
630 - numerous small bugfixes
623
631
624 (special thanks for TkSoh for detailed feedback)
632 (special thanks for TkSoh for detailed feedback)
625
633
626
634
627 1.0.2 (**2010-11-12**)
635 1.0.2 (**2010-11-12**)
628 ----------------------
636 ----------------------
629
637
630 news
638 news
631 ++++
639 ++++
632
640
633 - tested under python2.7
641 - tested under python2.7
634 - bumped sqlalchemy and celery versions
642 - bumped sqlalchemy and celery versions
635
643
636 fixes
644 fixes
637 +++++
645 +++++
638
646
639 - fixed #59 missing graph.js
647 - fixed #59 missing graph.js
640 - fixed repo_size crash when repository had broken symlinks
648 - fixed repo_size crash when repository had broken symlinks
641 - fixed python2.5 crashes.
649 - fixed python2.5 crashes.
642
650
643
651
644 1.0.1 (**2010-11-10**)
652 1.0.1 (**2010-11-10**)
645 ----------------------
653 ----------------------
646
654
647 news
655 news
648 ++++
656 ++++
649
657
650 - small css updated
658 - small css updated
651
659
652 fixes
660 fixes
653 +++++
661 +++++
654
662
655 - fixed #53 python2.5 incompatible enumerate calls
663 - fixed #53 python2.5 incompatible enumerate calls
656 - fixed #52 disable mercurial extension for web
664 - fixed #52 disable mercurial extension for web
657 - fixed #51 deleting repositories don't delete it's dependent objects
665 - fixed #51 deleting repositories don't delete it's dependent objects
658
666
659
667
660 1.0.0 (**2010-11-02**)
668 1.0.0 (**2010-11-02**)
661 ----------------------
669 ----------------------
662
670
663 - security bugfix simplehg wasn't checking for permissions on commands
671 - security bugfix simplehg wasn't checking for permissions on commands
664 other than pull or push.
672 other than pull or push.
665 - fixed doubled messages after push or pull in admin journal
673 - fixed doubled messages after push or pull in admin journal
666 - templating and css corrections, fixed repo switcher on chrome, updated titles
674 - templating and css corrections, fixed repo switcher on chrome, updated titles
667 - admin menu accessible from options menu on repository view
675 - admin menu accessible from options menu on repository view
668 - permissions cached queries
676 - permissions cached queries
669
677
670 1.0.0rc4 (**2010-10-12**)
678 1.0.0rc4 (**2010-10-12**)
671 --------------------------
679 --------------------------
672
680
673 - fixed python2.5 missing simplejson imports (thanks to Jens Bäckman)
681 - fixed python2.5 missing simplejson imports (thanks to Jens Bäckman)
674 - removed cache_manager settings from sqlalchemy meta
682 - removed cache_manager settings from sqlalchemy meta
675 - added sqlalchemy cache settings to ini files
683 - added sqlalchemy cache settings to ini files
676 - validated password length and added second try of failure on paster setup-app
684 - validated password length and added second try of failure on paster setup-app
677 - fixed setup database destroy prompt even when there was no db
685 - fixed setup database destroy prompt even when there was no db
678
686
679
687
680 1.0.0rc3 (**2010-10-11**)
688 1.0.0rc3 (**2010-10-11**)
681 -------------------------
689 -------------------------
682
690
683 - fixed i18n during installation.
691 - fixed i18n during installation.
684
692
685 1.0.0rc2 (**2010-10-11**)
693 1.0.0rc2 (**2010-10-11**)
686 -------------------------
694 -------------------------
687
695
688 - Disabled dirsize in file browser, it's causing nasty bug when dir renames
696 - Disabled dirsize in file browser, it's causing nasty bug when dir renames
689 occure. After vcs is fixed it'll be put back again.
697 occure. After vcs is fixed it'll be put back again.
690 - templating/css rewrites, optimized css. No newline at end of file
698 - templating/css rewrites, optimized css.
General Comments 0
You need to be logged in to leave comments. Login now