##// END OF EJS Templates
backported 1.2.4 changelog into beta docs
marcink -
r1919:38a83ffe beta
parent child Browse files
Show More
@@ -1,448 +1,476 b''
1 .. _changelog:
1 .. _changelog:
2
2
3 Changelog
3 Changelog
4 =========
4 =========
5
5
6
6
7 1.3.0 (**XXXX-XX-XX**)
7 1.3.0 (**XXXX-XX-XX**)
8 ======================
8 ======================
9
9
10 :status: in-progress
10 :status: in-progress
11 :branch: beta
11 :branch: beta
12
12
13 news
13 news
14 ----
14 ----
15
15
16 - code review, inspired by github code-comments
16 - code review, inspired by github code-comments
17 - #215 rst and markdown README files support
17 - #215 rst and markdown README files support
18 - #252 Container-based and proxy pass-through authentication support
18 - #252 Container-based and proxy pass-through authentication support
19 - #44 branch browser. Filtering of changelog by branches
19 - #44 branch browser. Filtering of changelog by branches
20 - mercurial bookmarks support
20 - mercurial bookmarks support
21 - hover top menu
21 - hover top menu
22 - configurable clone url template with possibility to specify protocol like
22 - configurable clone url template with possibility to specify protocol like
23 ssh:// or http:// and also manually alter other parts of clone_url.
23 ssh:// or http:// and also manually alter other parts of clone_url.
24 - enabled largefiles extension by default
24 - enabled largefiles extension by default
25 - optimized summary file pages and saved a lot of unused space in them
25 - optimized summary file pages and saved a lot of unused space in them
26 - #239 option to manually mark repository as fork
26 - #239 option to manually mark repository as fork
27 - #320 mapping of commit authors to RhodeCode users
27 - #320 mapping of commit authors to RhodeCode users
28 - #304 hashes are displayed using monospace font
28 - #304 hashes are displayed using monospace font
29 - diff configuration, toggle white lines and context lines
29 - diff configuration, toggle white lines and context lines
30 - #307 configurable diffs, whitespace toggle, increasing context lines
30 - #307 configurable diffs, whitespace toggle, increasing context lines
31 - sorting on branches, tags and bookmarks using YUI datatable
31 - sorting on branches, tags and bookmarks using YUI datatable
32 - improved file filter on files page
32 - improved file filter on files page
33 - implements #330 api method for listing nodes ar particular revision
33 - implements #330 api method for listing nodes ar particular revision
34 - fixed #331 RhodeCode mangles repository names if the a repository group
34 - fixed #331 RhodeCode mangles repository names if the a repository group
35 contains the "full path" to the repositories
35 contains the "full path" to the repositories
36 - #73 added linking issues in commit messages to chosen issue tracker url
36 - #73 added linking issues in commit messages to chosen issue tracker url
37 based on user defined regular expression
37 based on user defined regular expression
38 - added linking of changesets in commit messages
38 - added linking of changesets in commit messages
39 - new compact changelog with expandable commit messages
39 - new compact changelog with expandable commit messages
40
40
41 fixes
41 fixes
42 -----
42 -----
43
43
44 - rewrote dbsession management for atomic operations, and better error handling
44 - rewrote dbsession management for atomic operations, and better error handling
45 - fixed sorting of repo tables
45 - fixed sorting of repo tables
46 - #326 escape of special html entities in diffs
46 - #326 escape of special html entities in diffs
47 - normalized user_name => username in api attributes
47 - normalized user_name => username in api attributes
48 - fixes #298 ldap created users with mixed case emails created conflicts
48 - fixes #298 ldap created users with mixed case emails created conflicts
49 on saving a form
49 on saving a form
50 - fixes issue when owner of a repo couldn't revoke permissions for users
50 - fixes issue when owner of a repo couldn't revoke permissions for users
51 and groups
51 and groups
52 - fixes #271 rare JSON serialization problem with statistics
52 - fixes #271 rare JSON serialization problem with statistics
53 - fixes #337 missing validation check for conflicting names of a group with a
53 - fixes #337 missing validation check for conflicting names of a group with a
54 repositories group
54 repositories group
55
55
56 1.2.4 (**2012-01-19**)
57 ======================
58
59 news
60 ----
61
62 - RhodeCode is bundled with mercurial series 2.0.X by default, with
63 full support to largefiles extension. Enabled by default in new installations
64 - #329 Ability to Add/Remove Groups to/from a Repository via AP
65 - added requires.txt file with requirements
66
67 fixes
68 -----
69
70 - fixes db session issues with celery when emailing admins
71 - #331 RhodeCode mangles repository names if the a repository group
72 contains the "full path" to the repositories
73 - #298 Conflicting e-mail addresses for LDAP and RhodeCode users
74 - DB session cleanup after hg protocol operations, fixes issues with
75 `mysql has gone away` errors
76 - #333 doc fixes for get_repo api function
77 - #271 rare JSON serialization problem with statistics enabled
78 - #337 Fixes issues with validation of repository name conflicting with
79 a group name. A proper message is now displayed.
80 - #292 made ldap_dn in user edit readonly, to get rid of confusion that field
81 doesn't work
82 - #316 fixes issues with web description in hgrc files
83
56 1.2.3 (**2011-11-02**)
84 1.2.3 (**2011-11-02**)
57 ======================
85 ======================
58
86
59 news
87 news
60 ----
88 ----
61
89
62 - added option to manage repos group for non admin users
90 - added option to manage repos group for non admin users
63 - added following API methods for get_users, create_user, get_users_groups,
91 - added following API methods for get_users, create_user, get_users_groups,
64 get_users_group, create_users_group, add_user_to_users_groups, get_repos,
92 get_users_group, create_users_group, add_user_to_users_groups, get_repos,
65 get_repo, create_repo, add_user_to_repo
93 get_repo, create_repo, add_user_to_repo
66 - implements #237 added password confirmation for my account
94 - implements #237 added password confirmation for my account
67 and admin edit user.
95 and admin edit user.
68 - implements #291 email notification for global events are now sent to all
96 - implements #291 email notification for global events are now sent to all
69 administrator users, and global config email.
97 administrator users, and global config email.
70
98
71 fixes
99 fixes
72 -----
100 -----
73
101
74 - added option for passing auth method for smtp mailer
102 - added option for passing auth method for smtp mailer
75 - #276 issue with adding a single user with id>10 to usergroups
103 - #276 issue with adding a single user with id>10 to usergroups
76 - #277 fixes windows LDAP settings in which missing values breaks the ldap auth
104 - #277 fixes windows LDAP settings in which missing values breaks the ldap auth
77 - #288 fixes managing of repos in a group for non admin user
105 - #288 fixes managing of repos in a group for non admin user
78
106
79 1.2.2 (**2011-10-17**)
107 1.2.2 (**2011-10-17**)
80 ======================
108 ======================
81
109
82 news
110 news
83 ----
111 ----
84
112
85 - #226 repo groups are available by path instead of numerical id
113 - #226 repo groups are available by path instead of numerical id
86
114
87 fixes
115 fixes
88 -----
116 -----
89
117
90 - #259 Groups with the same name but with different parent group
118 - #259 Groups with the same name but with different parent group
91 - #260 Put repo in group, then move group to another group -> repo becomes unavailable
119 - #260 Put repo in group, then move group to another group -> repo becomes unavailable
92 - #258 RhodeCode 1.2 assumes egg folder is writable (lockfiles problems)
120 - #258 RhodeCode 1.2 assumes egg folder is writable (lockfiles problems)
93 - #265 ldap save fails sometimes on converting attributes to booleans,
121 - #265 ldap save fails sometimes on converting attributes to booleans,
94 added getter and setter into model that will prevent from this on db model level
122 added getter and setter into model that will prevent from this on db model level
95 - fixed problems with timestamps issues #251 and #213
123 - fixed problems with timestamps issues #251 and #213
96 - fixes #266 RhodeCode allows to create repo with the same name and in
124 - fixes #266 RhodeCode allows to create repo with the same name and in
97 the same parent as group
125 the same parent as group
98 - fixes #245 Rescan of the repositories on Windows
126 - fixes #245 Rescan of the repositories on Windows
99 - fixes #248 cannot edit repos inside a group on windows
127 - fixes #248 cannot edit repos inside a group on windows
100 - fixes #219 forking problems on windows
128 - fixes #219 forking problems on windows
101
129
102 1.2.1 (**2011-10-08**)
130 1.2.1 (**2011-10-08**)
103 ======================
131 ======================
104
132
105 news
133 news
106 ----
134 ----
107
135
108
136
109 fixes
137 fixes
110 -----
138 -----
111
139
112 - fixed problems with basic auth and push problems
140 - fixed problems with basic auth and push problems
113 - gui fixes
141 - gui fixes
114 - fixed logger
142 - fixed logger
115
143
116 1.2.0 (**2011-10-07**)
144 1.2.0 (**2011-10-07**)
117 ======================
145 ======================
118
146
119 news
147 news
120 ----
148 ----
121
149
122 - implemented #47 repository groups
150 - implemented #47 repository groups
123 - implemented #89 Can setup google analytics code from settings menu
151 - implemented #89 Can setup google analytics code from settings menu
124 - implemented #91 added nicer looking archive urls with more download options
152 - implemented #91 added nicer looking archive urls with more download options
125 like tags, branches
153 like tags, branches
126 - implemented #44 into file browsing, and added follow branch option
154 - implemented #44 into file browsing, and added follow branch option
127 - implemented #84 downloads can be enabled/disabled for each repository
155 - implemented #84 downloads can be enabled/disabled for each repository
128 - anonymous repository can be cloned without having to pass default:default
156 - anonymous repository can be cloned without having to pass default:default
129 into clone url
157 into clone url
130 - fixed #90 whoosh indexer can index chooses repositories passed in command
158 - fixed #90 whoosh indexer can index chooses repositories passed in command
131 line
159 line
132 - extended journal with day aggregates and paging
160 - extended journal with day aggregates and paging
133 - implemented #107 source code lines highlight ranges
161 - implemented #107 source code lines highlight ranges
134 - implemented #93 customizable changelog on combined revision ranges -
162 - implemented #93 customizable changelog on combined revision ranges -
135 equivalent of githubs compare view
163 equivalent of githubs compare view
136 - implemented #108 extended and more powerful LDAP configuration
164 - implemented #108 extended and more powerful LDAP configuration
137 - implemented #56 users groups
165 - implemented #56 users groups
138 - major code rewrites optimized codes for speed and memory usage
166 - major code rewrites optimized codes for speed and memory usage
139 - raw and diff downloads are now in git format
167 - raw and diff downloads are now in git format
140 - setup command checks for write access to given path
168 - setup command checks for write access to given path
141 - fixed many issues with international characters and unicode. It uses utf8
169 - fixed many issues with international characters and unicode. It uses utf8
142 decode with replace to provide less errors even with non utf8 encoded strings
170 decode with replace to provide less errors even with non utf8 encoded strings
143 - #125 added API KEY access to feeds
171 - #125 added API KEY access to feeds
144 - #109 Repository can be created from external Mercurial link (aka. remote
172 - #109 Repository can be created from external Mercurial link (aka. remote
145 repository, and manually updated (via pull) from admin panel
173 repository, and manually updated (via pull) from admin panel
146 - beta git support - push/pull server + basic view for git repos
174 - beta git support - push/pull server + basic view for git repos
147 - added followers page and forks page
175 - added followers page and forks page
148 - server side file creation (with binary file upload interface)
176 - server side file creation (with binary file upload interface)
149 and edition with commits powered by codemirror
177 and edition with commits powered by codemirror
150 - #111 file browser file finder, quick lookup files on whole file tree
178 - #111 file browser file finder, quick lookup files on whole file tree
151 - added quick login sliding menu into main page
179 - added quick login sliding menu into main page
152 - changelog uses lazy loading of affected files details, in some scenarios
180 - changelog uses lazy loading of affected files details, in some scenarios
153 this can improve speed of changelog page dramatically especially for
181 this can improve speed of changelog page dramatically especially for
154 larger repositories.
182 larger repositories.
155 - implements #214 added support for downloading subrepos in download menu.
183 - implements #214 added support for downloading subrepos in download menu.
156 - Added basic API for direct operations on rhodecode via JSON
184 - Added basic API for direct operations on rhodecode via JSON
157 - Implemented advanced hook management
185 - Implemented advanced hook management
158
186
159 fixes
187 fixes
160 -----
188 -----
161
189
162 - fixed file browser bug, when switching into given form revision the url was
190 - fixed file browser bug, when switching into given form revision the url was
163 not changing
191 not changing
164 - fixed propagation to error controller on simplehg and simplegit middlewares
192 - fixed propagation to error controller on simplehg and simplegit middlewares
165 - fixed error when trying to make a download on empty repository
193 - fixed error when trying to make a download on empty repository
166 - fixed problem with '[' chars in commit messages in journal
194 - fixed problem with '[' chars in commit messages in journal
167 - fixed #99 Unicode errors, on file node paths with non utf-8 characters
195 - fixed #99 Unicode errors, on file node paths with non utf-8 characters
168 - journal fork fixes
196 - journal fork fixes
169 - removed issue with space inside renamed repository after deletion
197 - removed issue with space inside renamed repository after deletion
170 - fixed strange issue on formencode imports
198 - fixed strange issue on formencode imports
171 - fixed #126 Deleting repository on Windows, rename used incompatible chars.
199 - fixed #126 Deleting repository on Windows, rename used incompatible chars.
172 - #150 fixes for errors on repositories mapped in db but corrupted in
200 - #150 fixes for errors on repositories mapped in db but corrupted in
173 filesystem
201 filesystem
174 - fixed problem with ascendant characters in realm #181
202 - fixed problem with ascendant characters in realm #181
175 - fixed problem with sqlite file based database connection pool
203 - fixed problem with sqlite file based database connection pool
176 - whoosh indexer and code stats share the same dynamic extensions map
204 - whoosh indexer and code stats share the same dynamic extensions map
177 - fixes #188 - relationship delete of repo_to_perm entry on user removal
205 - fixes #188 - relationship delete of repo_to_perm entry on user removal
178 - fixes issue #189 Trending source files shows "show more" when no more exist
206 - fixes issue #189 Trending source files shows "show more" when no more exist
179 - fixes issue #197 Relative paths for pidlocks
207 - fixes issue #197 Relative paths for pidlocks
180 - fixes issue #198 password will require only 3 chars now for login form
208 - fixes issue #198 password will require only 3 chars now for login form
181 - fixes issue #199 wrong redirection for non admin users after creating a repository
209 - fixes issue #199 wrong redirection for non admin users after creating a repository
182 - fixes issues #202, bad db constraint made impossible to attach same group
210 - fixes issues #202, bad db constraint made impossible to attach same group
183 more than one time. Affects only mysql/postgres
211 more than one time. Affects only mysql/postgres
184 - fixes #218 os.kill patch for windows was missing sig param
212 - fixes #218 os.kill patch for windows was missing sig param
185 - improved rendering of dag (they are not trimmed anymore when number of
213 - improved rendering of dag (they are not trimmed anymore when number of
186 heads exceeds 5)
214 heads exceeds 5)
187
215
188 1.1.8 (**2011-04-12**)
216 1.1.8 (**2011-04-12**)
189 ======================
217 ======================
190
218
191 news
219 news
192 ----
220 ----
193
221
194 - improved windows support
222 - improved windows support
195
223
196 fixes
224 fixes
197 -----
225 -----
198
226
199 - fixed #140 freeze of python dateutil library, since new version is python2.x
227 - fixed #140 freeze of python dateutil library, since new version is python2.x
200 incompatible
228 incompatible
201 - setup-app will check for write permission in given path
229 - setup-app will check for write permission in given path
202 - cleaned up license info issue #149
230 - cleaned up license info issue #149
203 - fixes for issues #137,#116 and problems with unicode and accented characters.
231 - fixes for issues #137,#116 and problems with unicode and accented characters.
204 - fixes crashes on gravatar, when passed in email as unicode
232 - fixes crashes on gravatar, when passed in email as unicode
205 - fixed tooltip flickering problems
233 - fixed tooltip flickering problems
206 - fixed came_from redirection on windows
234 - fixed came_from redirection on windows
207 - fixed logging modules, and sql formatters
235 - fixed logging modules, and sql formatters
208 - windows fixes for os.kill issue #133
236 - windows fixes for os.kill issue #133
209 - fixes path splitting for windows issues #148
237 - fixes path splitting for windows issues #148
210 - fixed issue #143 wrong import on migration to 1.1.X
238 - fixed issue #143 wrong import on migration to 1.1.X
211 - fixed problems with displaying binary files, thanks to Thomas Waldmann
239 - fixed problems with displaying binary files, thanks to Thomas Waldmann
212 - removed name from archive files since it's breaking ui for long repo names
240 - removed name from archive files since it's breaking ui for long repo names
213 - fixed issue with archive headers sent to browser, thanks to Thomas Waldmann
241 - fixed issue with archive headers sent to browser, thanks to Thomas Waldmann
214 - fixed compatibility for 1024px displays, and larger dpi settings, thanks to
242 - fixed compatibility for 1024px displays, and larger dpi settings, thanks to
215 Thomas Waldmann
243 Thomas Waldmann
216 - fixed issue #166 summary pager was skipping 10 revisions on second page
244 - fixed issue #166 summary pager was skipping 10 revisions on second page
217
245
218
246
219 1.1.7 (**2011-03-23**)
247 1.1.7 (**2011-03-23**)
220 ======================
248 ======================
221
249
222 news
250 news
223 ----
251 ----
224
252
225 fixes
253 fixes
226 -----
254 -----
227
255
228 - fixed (again) #136 installation support for FreeBSD
256 - fixed (again) #136 installation support for FreeBSD
229
257
230
258
231 1.1.6 (**2011-03-21**)
259 1.1.6 (**2011-03-21**)
232 ======================
260 ======================
233
261
234 news
262 news
235 ----
263 ----
236
264
237 fixes
265 fixes
238 -----
266 -----
239
267
240 - fixed #136 installation support for FreeBSD
268 - fixed #136 installation support for FreeBSD
241 - RhodeCode will check for python version during installation
269 - RhodeCode will check for python version during installation
242
270
243 1.1.5 (**2011-03-17**)
271 1.1.5 (**2011-03-17**)
244 ======================
272 ======================
245
273
246 news
274 news
247 ----
275 ----
248
276
249 - basic windows support, by exchanging pybcrypt into sha256 for windows only
277 - basic windows support, by exchanging pybcrypt into sha256 for windows only
250 highly inspired by idea of mantis406
278 highly inspired by idea of mantis406
251
279
252 fixes
280 fixes
253 -----
281 -----
254
282
255 - fixed sorting by author in main page
283 - fixed sorting by author in main page
256 - fixed crashes with diffs on binary files
284 - fixed crashes with diffs on binary files
257 - fixed #131 problem with boolean values for LDAP
285 - fixed #131 problem with boolean values for LDAP
258 - fixed #122 mysql problems thanks to striker69
286 - fixed #122 mysql problems thanks to striker69
259 - fixed problem with errors on calling raw/raw_files/annotate functions
287 - fixed problem with errors on calling raw/raw_files/annotate functions
260 with unknown revisions
288 with unknown revisions
261 - fixed returned rawfiles attachment names with international character
289 - fixed returned rawfiles attachment names with international character
262 - cleaned out docs, big thanks to Jason Harris
290 - cleaned out docs, big thanks to Jason Harris
263
291
264 1.1.4 (**2011-02-19**)
292 1.1.4 (**2011-02-19**)
265 ======================
293 ======================
266
294
267 news
295 news
268 ----
296 ----
269
297
270 fixes
298 fixes
271 -----
299 -----
272
300
273 - fixed formencode import problem on settings page, that caused server crash
301 - fixed formencode import problem on settings page, that caused server crash
274 when that page was accessed as first after server start
302 when that page was accessed as first after server start
275 - journal fixes
303 - journal fixes
276 - fixed option to access repository just by entering http://server/<repo_name>
304 - fixed option to access repository just by entering http://server/<repo_name>
277
305
278 1.1.3 (**2011-02-16**)
306 1.1.3 (**2011-02-16**)
279 ======================
307 ======================
280
308
281 news
309 news
282 ----
310 ----
283
311
284 - implemented #102 allowing the '.' character in username
312 - implemented #102 allowing the '.' character in username
285 - added option to access repository just by entering http://server/<repo_name>
313 - added option to access repository just by entering http://server/<repo_name>
286 - celery task ignores result for better performance
314 - celery task ignores result for better performance
287
315
288 fixes
316 fixes
289 -----
317 -----
290
318
291 - fixed ehlo command and non auth mail servers on smtp_lib. Thanks to
319 - fixed ehlo command and non auth mail servers on smtp_lib. Thanks to
292 apollo13 and Johan Walles
320 apollo13 and Johan Walles
293 - small fixes in journal
321 - small fixes in journal
294 - fixed problems with getting setting for celery from .ini files
322 - fixed problems with getting setting for celery from .ini files
295 - registration, password reset and login boxes share the same title as main
323 - registration, password reset and login boxes share the same title as main
296 application now
324 application now
297 - fixed #113: to high permissions to fork repository
325 - fixed #113: to high permissions to fork repository
298 - fixed problem with '[' chars in commit messages in journal
326 - fixed problem with '[' chars in commit messages in journal
299 - removed issue with space inside renamed repository after deletion
327 - removed issue with space inside renamed repository after deletion
300 - db transaction fixes when filesystem repository creation failed
328 - db transaction fixes when filesystem repository creation failed
301 - fixed #106 relation issues on databases different than sqlite
329 - fixed #106 relation issues on databases different than sqlite
302 - fixed static files paths links to use of url() method
330 - fixed static files paths links to use of url() method
303
331
304 1.1.2 (**2011-01-12**)
332 1.1.2 (**2011-01-12**)
305 ======================
333 ======================
306
334
307 news
335 news
308 ----
336 ----
309
337
310
338
311 fixes
339 fixes
312 -----
340 -----
313
341
314 - fixes #98 protection against float division of percentage stats
342 - fixes #98 protection against float division of percentage stats
315 - fixed graph bug
343 - fixed graph bug
316 - forced webhelpers version since it was making troubles during installation
344 - forced webhelpers version since it was making troubles during installation
317
345
318 1.1.1 (**2011-01-06**)
346 1.1.1 (**2011-01-06**)
319 ======================
347 ======================
320
348
321 news
349 news
322 ----
350 ----
323
351
324 - added force https option into ini files for easier https usage (no need to
352 - added force https option into ini files for easier https usage (no need to
325 set server headers with this options)
353 set server headers with this options)
326 - small css updates
354 - small css updates
327
355
328 fixes
356 fixes
329 -----
357 -----
330
358
331 - fixed #96 redirect loop on files view on repositories without changesets
359 - fixed #96 redirect loop on files view on repositories without changesets
332 - fixed #97 unicode string passed into server header in special cases (mod_wsgi)
360 - fixed #97 unicode string passed into server header in special cases (mod_wsgi)
333 and server crashed with errors
361 and server crashed with errors
334 - fixed large tooltips problems on main page
362 - fixed large tooltips problems on main page
335 - fixed #92 whoosh indexer is more error proof
363 - fixed #92 whoosh indexer is more error proof
336
364
337 1.1.0 (**2010-12-18**)
365 1.1.0 (**2010-12-18**)
338 ======================
366 ======================
339
367
340 news
368 news
341 ----
369 ----
342
370
343 - rewrite of internals for vcs >=0.1.10
371 - rewrite of internals for vcs >=0.1.10
344 - uses mercurial 1.7 with dotencode disabled for maintaining compatibility
372 - uses mercurial 1.7 with dotencode disabled for maintaining compatibility
345 with older clients
373 with older clients
346 - anonymous access, authentication via ldap
374 - anonymous access, authentication via ldap
347 - performance upgrade for cached repos list - each repository has its own
375 - performance upgrade for cached repos list - each repository has its own
348 cache that's invalidated when needed.
376 cache that's invalidated when needed.
349 - performance upgrades on repositories with large amount of commits (20K+)
377 - performance upgrades on repositories with large amount of commits (20K+)
350 - main page quick filter for filtering repositories
378 - main page quick filter for filtering repositories
351 - user dashboards with ability to follow chosen repositories actions
379 - user dashboards with ability to follow chosen repositories actions
352 - sends email to admin on new user registration
380 - sends email to admin on new user registration
353 - added cache/statistics reset options into repository settings
381 - added cache/statistics reset options into repository settings
354 - more detailed action logger (based on hooks) with pushed changesets lists
382 - more detailed action logger (based on hooks) with pushed changesets lists
355 and options to disable those hooks from admin panel
383 and options to disable those hooks from admin panel
356 - introduced new enhanced changelog for merges that shows more accurate results
384 - introduced new enhanced changelog for merges that shows more accurate results
357 - new improved and faster code stats (based on pygments lexers mapping tables,
385 - new improved and faster code stats (based on pygments lexers mapping tables,
358 showing up to 10 trending sources for each repository. Additionally stats
386 showing up to 10 trending sources for each repository. Additionally stats
359 can be disabled in repository settings.
387 can be disabled in repository settings.
360 - gui optimizations, fixed application width to 1024px
388 - gui optimizations, fixed application width to 1024px
361 - added cut off (for large files/changesets) limit into config files
389 - added cut off (for large files/changesets) limit into config files
362 - whoosh, celeryd, upgrade moved to paster command
390 - whoosh, celeryd, upgrade moved to paster command
363 - other than sqlite database backends can be used
391 - other than sqlite database backends can be used
364
392
365 fixes
393 fixes
366 -----
394 -----
367
395
368 - fixes #61 forked repo was showing only after cache expired
396 - fixes #61 forked repo was showing only after cache expired
369 - fixes #76 no confirmation on user deletes
397 - fixes #76 no confirmation on user deletes
370 - fixes #66 Name field misspelled
398 - fixes #66 Name field misspelled
371 - fixes #72 block user removal when he owns repositories
399 - fixes #72 block user removal when he owns repositories
372 - fixes #69 added password confirmation fields
400 - fixes #69 added password confirmation fields
373 - fixes #87 RhodeCode crashes occasionally on updating repository owner
401 - fixes #87 RhodeCode crashes occasionally on updating repository owner
374 - fixes #82 broken annotations on files with more than 1 blank line at the end
402 - fixes #82 broken annotations on files with more than 1 blank line at the end
375 - a lot of fixes and tweaks for file browser
403 - a lot of fixes and tweaks for file browser
376 - fixed detached session issues
404 - fixed detached session issues
377 - fixed when user had no repos he would see all repos listed in my account
405 - fixed when user had no repos he would see all repos listed in my account
378 - fixed ui() instance bug when global hgrc settings was loaded for server
406 - fixed ui() instance bug when global hgrc settings was loaded for server
379 instance and all hgrc options were merged with our db ui() object
407 instance and all hgrc options were merged with our db ui() object
380 - numerous small bugfixes
408 - numerous small bugfixes
381
409
382 (special thanks for TkSoh for detailed feedback)
410 (special thanks for TkSoh for detailed feedback)
383
411
384
412
385 1.0.2 (**2010-11-12**)
413 1.0.2 (**2010-11-12**)
386 ======================
414 ======================
387
415
388 news
416 news
389 ----
417 ----
390
418
391 - tested under python2.7
419 - tested under python2.7
392 - bumped sqlalchemy and celery versions
420 - bumped sqlalchemy and celery versions
393
421
394 fixes
422 fixes
395 -----
423 -----
396
424
397 - fixed #59 missing graph.js
425 - fixed #59 missing graph.js
398 - fixed repo_size crash when repository had broken symlinks
426 - fixed repo_size crash when repository had broken symlinks
399 - fixed python2.5 crashes.
427 - fixed python2.5 crashes.
400
428
401
429
402 1.0.1 (**2010-11-10**)
430 1.0.1 (**2010-11-10**)
403 ======================
431 ======================
404
432
405 news
433 news
406 ----
434 ----
407
435
408 - small css updated
436 - small css updated
409
437
410 fixes
438 fixes
411 -----
439 -----
412
440
413 - fixed #53 python2.5 incompatible enumerate calls
441 - fixed #53 python2.5 incompatible enumerate calls
414 - fixed #52 disable mercurial extension for web
442 - fixed #52 disable mercurial extension for web
415 - fixed #51 deleting repositories don't delete it's dependent objects
443 - fixed #51 deleting repositories don't delete it's dependent objects
416
444
417
445
418 1.0.0 (**2010-11-02**)
446 1.0.0 (**2010-11-02**)
419 ======================
447 ======================
420
448
421 - security bugfix simplehg wasn't checking for permissions on commands
449 - security bugfix simplehg wasn't checking for permissions on commands
422 other than pull or push.
450 other than pull or push.
423 - fixed doubled messages after push or pull in admin journal
451 - fixed doubled messages after push or pull in admin journal
424 - templating and css corrections, fixed repo switcher on chrome, updated titles
452 - templating and css corrections, fixed repo switcher on chrome, updated titles
425 - admin menu accessible from options menu on repository view
453 - admin menu accessible from options menu on repository view
426 - permissions cached queries
454 - permissions cached queries
427
455
428 1.0.0rc4 (**2010-10-12**)
456 1.0.0rc4 (**2010-10-12**)
429 ==========================
457 ==========================
430
458
431 - fixed python2.5 missing simplejson imports (thanks to Jens Bäckman)
459 - fixed python2.5 missing simplejson imports (thanks to Jens Bäckman)
432 - removed cache_manager settings from sqlalchemy meta
460 - removed cache_manager settings from sqlalchemy meta
433 - added sqlalchemy cache settings to ini files
461 - added sqlalchemy cache settings to ini files
434 - validated password length and added second try of failure on paster setup-app
462 - validated password length and added second try of failure on paster setup-app
435 - fixed setup database destroy prompt even when there was no db
463 - fixed setup database destroy prompt even when there was no db
436
464
437
465
438 1.0.0rc3 (**2010-10-11**)
466 1.0.0rc3 (**2010-10-11**)
439 =========================
467 =========================
440
468
441 - fixed i18n during installation.
469 - fixed i18n during installation.
442
470
443 1.0.0rc2 (**2010-10-11**)
471 1.0.0rc2 (**2010-10-11**)
444 =========================
472 =========================
445
473
446 - Disabled dirsize in file browser, it's causing nasty bug when dir renames
474 - Disabled dirsize in file browser, it's causing nasty bug when dir renames
447 occure. After vcs is fixed it'll be put back again.
475 occure. After vcs is fixed it'll be put back again.
448 - templating/css rewrites, optimized css. No newline at end of file
476 - templating/css rewrites, optimized css.
General Comments 0
You need to be logged in to leave comments. Login now