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