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