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