Show More
@@ -38,19 +38,38 b' fixes' | |||||
38 | not changing |
|
38 | not changing | |
39 | - fixed propagation to error controller on simplehg and simplegit middlewares |
|
39 | - fixed propagation to error controller on simplehg and simplegit middlewares | |
40 | - fixed error when trying to make a download on empty repository |
|
40 | - fixed error when trying to make a download on empty repository | |
|
41 | - fixed problem with '[' chars in commit messages in journal | |||
|
42 | - fixed #99 Unicode errors, on file node paths with non utf-8 characters | |||
|
43 | - journal fork fixes | |||
|
44 | - removed issue with space inside renamed repository after deletion | |||
|
45 | - fixed strange issue on formencode imports | |||
|
46 | ||||
|
47 | ||||
|
48 | 1.1.3 (**2011-02-16**) | |||
|
49 | ====================== | |||
|
50 | ||||
|
51 | news | |||
|
52 | ---- | |||
|
53 | ||||
|
54 | - implemented #102 allowing the '.' character in username | |||
|
55 | - added option to access repository just by entering http://server/<repo_name> | |||
|
56 | - celery task ignores result for better performance | |||
|
57 | ||||
|
58 | fixes | |||
|
59 | ----- | |||
|
60 | ||||
41 | - fixed ehlo command and non auth mail servers on smtp_lib. Thanks to |
|
61 | - fixed ehlo command and non auth mail servers on smtp_lib. Thanks to | |
42 | apollo13 and Johan Walles |
|
62 | apollo13 and Johan Walles | |
43 | - fixed problem with '[' chars in commit messages in journal |
|
63 | - small fixes in journal | |
44 | - fixed #99 Unicode errors, on file node paths with non utf-8 characters |
|
64 | - fixed problems with getting setting for celery from .ini files | |
45 | - fixed #106 relation issues on databases different than sqlite |
|
|||
46 | - registration,password reset and login boxes share the same title as main |
|
65 | - registration, password reset and login boxes share the same title as main | |
47 | application now |
|
66 | application now | |
48 | - fixed problems with getting setting for celery from .ini files |
|
|||
49 | - journal fork fixes |
|
|||
50 | - fixed #113: to high permissions to fork repository |
|
67 | - fixed #113: to high permissions to fork repository | |
|
68 | - fixed problem with '[' chars in commit messages in journal | |||
|
69 | - removed issue with space inside renamed repository after deletion | |||
|
70 | - db transaction fixes when filesystem repository creation failed | |||
|
71 | - fixed #106 relation issues on databases different than sqlite | |||
51 | - fixed static files paths links to use of url() method |
|
72 | - fixed static files paths links to use of url() method | |
52 | - db transaction fixes when filesystem repositry creation failed |
|
|||
53 | - removed issue with space inside renamed repository after deletion |
|
|||
54 |
|
73 | |||
55 | 1.1.2 (**2011-01-12**) |
|
74 | 1.1.2 (**2011-01-12**) | |
56 | ====================== |
|
75 | ====================== | |
@@ -66,7 +85,6 b' fixes' | |||||
66 | - fixed graph bug |
|
85 | - fixed graph bug | |
67 | - forced webhelpers version since it was making troubles during installation |
|
86 | - forced webhelpers version since it was making troubles during installation | |
68 |
|
87 | |||
69 |
|
||||
70 | 1.1.1 (**2011-01-06**) |
|
88 | 1.1.1 (**2011-01-06**) | |
71 | ====================== |
|
89 | ====================== | |
72 |
|
90 |
General Comments 0
You need to be logged in to leave comments.
Login now