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