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