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