Show More
@@ -1,989 +1,1053 b'' | |||
|
1 | 1 | .. _changelog: |
|
2 | 2 | |
|
3 | 3 | ========= |
|
4 | 4 | Changelog |
|
5 | 5 | ========= |
|
6 | 6 | |
|
7 |
1.6.0 (**2013- |
|
|
8 | ---------------------- | |
|
9 | ||
|
10 | :status: in-progress | |
|
11 | :branch: beta | |
|
7 | 1.6.0rc1 (**2013-04-07**) | |
|
8 | ------------------------- | |
|
12 | 9 | |
|
13 | 10 | news |
|
14 | 11 | ++++ |
|
15 | ||
|
12 | ||
|
13 | - Redesign UI, with lots of small improvements. | |
|
14 | - Group management delegation. Group admin can manage a group, and repos | |
|
15 | under it, admin can create child groups inside group he manages. | |
|
16 | - Repository extra fields. Optional unlimited extra fields can be defined for | |
|
17 | each repository to store custom data. | |
|
18 | - API get_repo call includes repo followers now. | |
|
19 | - Large amounts of improvements in pull requests. | |
|
20 | - #734 repo switcher is available in all pages. | |
|
21 | - #733 API invalidate_cache function. | |
|
22 | - Added option to turn on HSTS headers when using SSL. | |
|
23 | - #83 show repo size on summary page. | |
|
24 | - #745 added show full diff link into to big diff message. | |
|
25 | - Deprecated RSS links - ATOM is the present and the future. | |
|
26 | - Add option to define custom lexers for custom extensions for code highlight | |
|
27 | in rcextension module. | |
|
28 | - Git executable is now configurable via .ini files. | |
|
29 | - #689 repositories now has optional detach/delete option for connected forks. | |
|
30 | - Obfuscate password when cloning a remote repo with credentials. | |
|
31 | - #788 tarball cache. zip or compressed tarballs can be optionally cached for | |
|
32 | faster serving. | |
|
33 | - Speed up of last_changeset extraction in VCS. | |
|
34 | - API get_locks function. | |
|
35 | - Configurable HTTP codes for repository locking. | |
|
36 | - Possible to use closed branches in ?branch= in changelog. | |
|
37 | - Linaro's ldap sync scripts. | |
|
38 | - #797 git refs filter is now configurable via .ini file. | |
|
39 | - New ishell paster command for easier administrative tasks. | |
|
40 | ||
|
16 | 41 | fixes |
|
17 | 42 | +++++ |
|
18 | 43 | |
|
44 | - #654 switch to handles `/` in branch/tag/bookmark names. | |
|
45 | - #572 moved out password reset tasks from celery. | |
|
46 | - #730 filter out repo groups choices to only ones that you have write+ access. | |
|
47 | - #462 disable file editing when not on branch head. | |
|
48 | - #731 update-repoinfo sometimes failed to update data when changesets were | |
|
49 | initial commits. | |
|
50 | - #749,#805 and #516 Removed duplication of repo settings for rhodecode admins | |
|
51 | and repo admins. | |
|
52 | - Global permission update with "overwrite existing settings" shouldn't | |
|
53 | override private repositories. | |
|
54 | - #642 added recursion limit for stats gathering. | |
|
55 | - #739 Delete/Edit repositories should only point to admin links if the user | |
|
56 | is an super admin. | |
|
57 | - Fixed escaping of html in "patch" view for GIT repos. | |
|
58 | - #747 load changeset cache after forking to refresh lightweight dashboard caches. | |
|
59 | - Quick repo list: public/private icon control should only control icons, | |
|
60 | not repo visibility. | |
|
61 | - #746 UnicodeDedode errors on feed controllers. | |
|
62 | - #756 cleanup repos didn't properly compose paths of repos to be cleaned up. | |
|
63 | - #763 gravatar helper function should fallback into default image if somehow | |
|
64 | email provided is empty. | |
|
65 | - Fixes #762, LDAP and container created users are now activated based on | |
|
66 | the registration settings in permissions. | |
|
67 | - Cleanup would recurse into every leaf and could thus not be used on lots of | |
|
68 | large repositories. | |
|
69 | - Better detection of deleting groups with subgroups inside. | |
|
70 | - Fixed issue with renaming repos group together with changing parents with | |
|
71 | multiple nested trees. | |
|
72 | - #594 web interface file committing executes push hooks. | |
|
73 | - Disallow cloning from different URI's that http[s]/svn/git/hg. | |
|
74 | - Handling of RhodeCode extra params in consistent way. | |
|
75 | - Don't normalize path if it's empty on adding a file through web interface. | |
|
76 | - #808 missing changesets and files should return 404 not redirect | |
|
77 | - #809 added url quote in clone url. | |
|
78 | - Fixed issues with importing non-ascii repo names. | |
|
79 | - Automatically assign instance_id for host and process if it has been set to * | |
|
80 | - Fixed multiple IP addresses in each of extracted IP. | |
|
81 | - Lot of other small bug fixes and improvements. | |
|
82 | ||
|
19 | 83 | 1.5.4 (**2013-03-13**) |
|
20 | 84 | ---------------------- |
|
21 | 85 | |
|
22 | 86 | news |
|
23 | 87 | ++++ |
|
24 | 88 | |
|
25 | 89 | |
|
26 | 90 | fixes |
|
27 | 91 | +++++ |
|
28 | 92 | |
|
29 | 93 | - fixed webtest dependency issues |
|
30 | 94 | - fixed issues with celery tasks for password reset |
|
31 | 95 | - fixed #763 gravatar helper function should fallback into default image |
|
32 | 96 | if email is empty |
|
33 | 97 | - fixes #762 user global activation flag is also respected for LDAP created |
|
34 | 98 | accounts |
|
35 | 99 | - use password obfuscate when clonning a remote repo with credentials inside |
|
36 | 100 | - fixed issue with renaming repository group together with changing parents |
|
37 | 101 | - disallow cloning from file:/// URIs |
|
38 | 102 | - handle all cases with multiple IP addresses in proxy headers |
|
39 | 103 | |
|
40 | 104 | 1.5.3 (**2013-02-12**) |
|
41 | 105 | ---------------------- |
|
42 | 106 | |
|
43 | 107 | news |
|
44 | 108 | ++++ |
|
45 | 109 | |
|
46 | 110 | - IP restrictions now also enabled for IPv6 |
|
47 | 111 | |
|
48 | 112 | fixes |
|
49 | 113 | +++++ |
|
50 | 114 | |
|
51 | 115 | - fixed issues with private checkbox not always working |
|
52 | 116 | - fixed #746 unicodeDedode errors on feed controllers |
|
53 | 117 | - fixes issue #756 cleanup repos didn't properly compose paths of repos to be cleaned up. |
|
54 | 118 | - fixed cache invalidation issues together with vcs_full_cache option |
|
55 | 119 | - repo scan should skip directories with starting with '.' |
|
56 | 120 | - fixes for issue #731, update-repoinfo sometimes failed to update data when changesets |
|
57 | 121 | were initial commits |
|
58 | 122 | - recursive mode of setting permission skips private repositories |
|
59 | 123 | |
|
60 | 124 | 1.5.2 (**2013-01-14**) |
|
61 | 125 | ---------------------- |
|
62 | 126 | |
|
63 | 127 | news |
|
64 | 128 | ++++ |
|
65 | 129 | |
|
66 | 130 | - IP restrictions for users. Each user can get a set of whitelist IP+mask for |
|
67 | 131 | extra protection. Useful for buildbots etc. |
|
68 | 132 | - added full last changeset info to lightweight dashboard. lightweight dashboard |
|
69 | 133 | is now fully functional replacement of original dashboard. |
|
70 | 134 | - implemented certain API calls for non-admin users. |
|
71 | 135 | - enabled all Markdown Extra plugins |
|
72 | 136 | - implemented #725 Pull Request View - Show origin repo URL |
|
73 | 137 | - show comments from pull requests into associated changesets |
|
74 | 138 | |
|
75 | 139 | fixes |
|
76 | 140 | +++++ |
|
77 | 141 | |
|
78 | 142 | - update repoinfo script is more failsafe |
|
79 | 143 | - fixed #687 Lazy loaded tooltip bug with simultaneous ajax requests |
|
80 | 144 | - fixed #691: Notifications for pull requests: move link to top for better |
|
81 | 145 | readability |
|
82 | 146 | - fixed #699: fix missing fork docs for API |
|
83 | 147 | - fixed #693 Opening changeset from pull request fails |
|
84 | 148 | - fixed #710 File view stripping empty lines from beginning and end of file |
|
85 | 149 | - fixed issues with getting repos by path on windows, caused GIT hooks to fail |
|
86 | 150 | - fixed issues with groups paginator on main dashboard |
|
87 | 151 | - improved fetch/pull command for git repos, now pulling all refs |
|
88 | 152 | - fixed issue #719 Journal revision ID tooltip AJAX query path is incorrect |
|
89 | 153 | when running in a subdir |
|
90 | 154 | - fixed issue #702 API methods without arguments fail when "args":null |
|
91 | 155 | - set the status of changesets initially on pull request. Fixes issues #690 and #587 |
|
92 | 156 | |
|
93 | 157 | 1.5.1 (**2012-12-13**) |
|
94 | 158 | ---------------------- |
|
95 | 159 | |
|
96 | 160 | news |
|
97 | 161 | ++++ |
|
98 | 162 | |
|
99 | 163 | - implements #677: Don't allow to close pull requests when they are |
|
100 | 164 | under-review status |
|
101 | 165 | - implemented #670 Implementation of Roles in Pull Request |
|
102 | 166 | |
|
103 | 167 | fixes |
|
104 | 168 | +++++ |
|
105 | 169 | |
|
106 | 170 | - default permissions can get duplicated after migration |
|
107 | 171 | - fixed changeset status labels, they now select radio buttons |
|
108 | 172 | - #682 translation difficult for multi-line text |
|
109 | 173 | - #683 fixed difference between messages about not mapped repositories |
|
110 | 174 | - email: fail nicely when no SMTP server has been configured |
|
111 | 175 | |
|
112 | 176 | 1.5.0 (**2012-12-12**) |
|
113 | 177 | ---------------------- |
|
114 | 178 | |
|
115 | 179 | news |
|
116 | 180 | ++++ |
|
117 | 181 | |
|
118 | 182 | - new rewritten from scratch diff engine. 10x faster in edge cases. Handling |
|
119 | 183 | of file renames, copies, change flags and binary files |
|
120 | 184 | - added lightweight dashboard option. ref #500. New version of dashboard |
|
121 | 185 | page that doesn't use any VCS data and is super fast to render. Recommended |
|
122 | 186 | for large amount of repositories. |
|
123 | 187 | - implements #648 write Script for updating last modification time for |
|
124 | 188 | lightweight dashboard |
|
125 | 189 | - implemented compare engine for git repositories. |
|
126 | 190 | - LDAP failover, option to specify multiple servers |
|
127 | 191 | - added Errormator and Sentry support for monitoring RhodeCode |
|
128 | 192 | - implemented #628: Pass server URL to rc-extensions hooks |
|
129 | 193 | - new tooltip implementation - added lazy loading of changesets from journal |
|
130 | 194 | pages. This can significantly improve speed of rendering the page |
|
131 | 195 | - implements #632,added branch/tag/bookmarks info into feeds |
|
132 | 196 | added changeset link to body of message |
|
133 | 197 | - implemented #638 permissions overview to groups |
|
134 | 198 | - implements #636, lazy loading of history and authors to speed up source |
|
135 | 199 | pages rendering |
|
136 | 200 | - implemented #647, option to pass list of default encoding used to |
|
137 | 201 | encode to/decode from unicode |
|
138 | 202 | - added caching layer into RSS/ATOM feeds. |
|
139 | 203 | - basic implementation of cherry picking changesets for pull request, ref #575 |
|
140 | 204 | - implemented #661 Add option to include diff in RSS feed |
|
141 | 205 | - implemented file history page for showing detailed changelog for a given file |
|
142 | 206 | - implemented #663 Admin/permission: specify default repogroup perms |
|
143 | 207 | - implemented #379 defaults settings page for creation of repositories, locking |
|
144 | 208 | statistics, downloads, repository type |
|
145 | 209 | - implemented #210 filtering of admin journal based on Whoosh Query language |
|
146 | 210 | - added parents/children links in changeset viewref #650 |
|
147 | 211 | |
|
148 | 212 | fixes |
|
149 | 213 | +++++ |
|
150 | 214 | |
|
151 | 215 | - fixed git version checker |
|
152 | 216 | - #586 patched basic auth handler to fix issues with git behind proxy |
|
153 | 217 | - #589 search urlgenerator didn't properly escape special characters |
|
154 | 218 | - fixed issue #614 Include repo name in delete confirmation dialog |
|
155 | 219 | - fixed #623: Lang meta-tag doesn't work with C#/C++ |
|
156 | 220 | - fixes #612 Double quotes to Single quotes result in bad html in diff |
|
157 | 221 | - fixes #630 git statistics do too much work making them slow. |
|
158 | 222 | - fixes #625 Git-Tags are not displayed in Shortlog |
|
159 | 223 | - fix for issue #602, enforce str when setting mercurial UI object. |
|
160 | 224 | When this is used together with mercurial internal translation system |
|
161 | 225 | it can lead to UnicodeDecodeErrors |
|
162 | 226 | - fixes #645 Fix git handler when doing delete remote branch |
|
163 | 227 | - implements #649 added two seperate method for author and committer to VCS |
|
164 | 228 | changeset class switch author for git backed to be the real author not committer |
|
165 | 229 | - fix issue #504 RhodeCode is showing different versions of README on |
|
166 | 230 | different summary page loads |
|
167 | 231 | - implemented #658 Changing username in LDAP-Mode should not be allowed. |
|
168 | 232 | - fixes #652 switch to generator approach when doing file annotation to prevent |
|
169 | 233 | huge memory consumption |
|
170 | 234 | - fixes #666 move lockkey path location to cache_dir to ensure this path is |
|
171 | 235 | always writable for rhodecode server |
|
172 | 236 | - many more small fixes and improvements |
|
173 | 237 | - fixed issues with recursive scans on removed repositories that could take |
|
174 | 238 | long time on instance start |
|
175 | 239 | |
|
176 | 240 | 1.4.4 (**2012-10-08**) |
|
177 | 241 | ---------------------- |
|
178 | 242 | |
|
179 | 243 | news |
|
180 | 244 | ++++ |
|
181 | 245 | |
|
182 | 246 | - obfuscate db password in logs for engine connection string |
|
183 | 247 | - #574 Show pull request status also in shortlog (if any) |
|
184 | 248 | - remember selected tab in my account page |
|
185 | 249 | - Bumped mercurial version to 2.3.2 |
|
186 | 250 | - #595 rcextension hook for repository delete |
|
187 | 251 | |
|
188 | 252 | fixes |
|
189 | 253 | +++++ |
|
190 | 254 | |
|
191 | 255 | - Add git version detection to warn users that Git used in system is to |
|
192 | 256 | old. Ref #588 - also show git version in system details in settings page |
|
193 | 257 | - fixed files quick filter links |
|
194 | 258 | - #590 Add GET flag that controls the way the diff are generated, for pull |
|
195 | 259 | requests we want to use non-bundle based diffs, That are far better for |
|
196 | 260 | doing code reviews. The /compare url still uses bundle compare for full |
|
197 | 261 | comparison including the incoming changesets |
|
198 | 262 | - Fixed #585, checks for status of revision where to strict, and made |
|
199 | 263 | opening pull request with those revision impossible due to previously set |
|
200 | 264 | status. Checks now are made also for the repository. |
|
201 | 265 | - fixes #591 git backend was causing encoding errors when handling binary |
|
202 | 266 | files - added a test case for VCS lib tests |
|
203 | 267 | - fixed #597 commits in future get negative age. |
|
204 | 268 | - fixed #598 API docs methods had wrong members parameter as returned data |
|
205 | 269 | |
|
206 | 270 | 1.4.3 (**2012-09-28**) |
|
207 | 271 | ---------------------- |
|
208 | 272 | |
|
209 | 273 | news |
|
210 | 274 | ++++ |
|
211 | 275 | |
|
212 | 276 | - #558 Added config file to hooks extra data |
|
213 | 277 | - bumped mercurial version to 2.3.1 |
|
214 | 278 | - #518 added possibility of specifying multiple patterns for issues |
|
215 | 279 | - update codemirror to latest version |
|
216 | 280 | |
|
217 | 281 | fixes |
|
218 | 282 | +++++ |
|
219 | 283 | |
|
220 | 284 | - fixed #570 explicit user group permissions can overwrite owner permissions |
|
221 | 285 | - fixed #578 set proper PATH with current Python for Git |
|
222 | 286 | hooks to execute within same Python as RhodeCode |
|
223 | 287 | - fixed issue with Git bare repos that ends with .git in name |
|
224 | 288 | |
|
225 | 289 | 1.4.2 (**2012-09-12**) |
|
226 | 290 | ---------------------- |
|
227 | 291 | |
|
228 | 292 | news |
|
229 | 293 | ++++ |
|
230 | 294 | |
|
231 | 295 | - added option to menu to quick lock/unlock repository for users that have |
|
232 | 296 | write access to |
|
233 | 297 | - Implemented permissions for writing to repo |
|
234 | 298 | groups. Now only write access to group allows to create a repostiory |
|
235 | 299 | within that group |
|
236 | 300 | - #565 Add support for {netloc} and {scheme} to alternative_gravatar_url |
|
237 | 301 | - updated translation for zh_CN |
|
238 | 302 | |
|
239 | 303 | fixes |
|
240 | 304 | +++++ |
|
241 | 305 | |
|
242 | 306 | - fixed visual permissions check on repository groups inside groups |
|
243 | 307 | - fixed issues with non-ascii search terms in search, and indexers |
|
244 | 308 | - fixed parsing of page number in GET parameters |
|
245 | 309 | - fixed issues with generating pull-request overview for repos with |
|
246 | 310 | bookmarks and tags, also preview doesn't loose chosen revision from |
|
247 | 311 | select dropdown |
|
248 | 312 | |
|
249 | 313 | 1.4.1 (**2012-09-07**) |
|
250 | 314 | ---------------------- |
|
251 | 315 | |
|
252 | 316 | news |
|
253 | 317 | ++++ |
|
254 | 318 | |
|
255 | 319 | - always put a comment about code-review status change even if user send |
|
256 | 320 | empty data |
|
257 | 321 | - modified_on column saves repository update and it's going to be used |
|
258 | 322 | later for light version of main page ref #500 |
|
259 | 323 | - pull request notifications send much nicer emails with details about pull |
|
260 | 324 | request |
|
261 | 325 | - #551 show breadcrumbs in summary view for repositories inside a group |
|
262 | 326 | |
|
263 | 327 | fixes |
|
264 | 328 | +++++ |
|
265 | 329 | |
|
266 | 330 | - fixed migrations of permissions that can lead to inconsistency. |
|
267 | 331 | Some users sent feedback that after upgrading from older versions issues |
|
268 | 332 | with updating default permissions occurred. RhodeCode detects that now and |
|
269 | 333 | resets default user permission to initial state if there is a need for that. |
|
270 | 334 | Also forces users to set the default value for new forking permission. |
|
271 | 335 | - #535 improved apache wsgi example configuration in docs |
|
272 | 336 | - fixes #550 mercurial repositories comparision failed when origin repo had |
|
273 | 337 | additional not-common changesets |
|
274 | 338 | - fixed status of code-review in preview windows of pull request |
|
275 | 339 | - git forks were not initialized at bare repos |
|
276 | 340 | - fixes #555 fixes issues with comparing non-related repositories |
|
277 | 341 | - fixes #557 follower counter always counts up |
|
278 | 342 | - fixed issue #560 require push ssl checkbox wasn't shown when option was |
|
279 | 343 | enabled |
|
280 | 344 | - fixed #559 |
|
281 | 345 | - fixed issue #559 fixed bug in routing that mapped repo names with <name>_<num> in name as |
|
282 | 346 | if it was a request to url by repository ID |
|
283 | 347 | |
|
284 | 348 | 1.4.0 (**2012-09-03**) |
|
285 | 349 | ---------------------- |
|
286 | 350 | |
|
287 | 351 | news |
|
288 | 352 | ++++ |
|
289 | 353 | |
|
290 | 354 | - new codereview system |
|
291 | 355 | - email map, allowing users to have multiple email addresses mapped into |
|
292 | 356 | their accounts |
|
293 | 357 | - improved git-hook system. Now all actions for git are logged into journal |
|
294 | 358 | including pushed revisions, user and IP address |
|
295 | 359 | - changed setup-app into setup-rhodecode and added default options to it. |
|
296 | 360 | - new git repos are created as bare now by default |
|
297 | 361 | - #464 added links to groups in permission box |
|
298 | 362 | - #465 mentions autocomplete inside comments boxes |
|
299 | 363 | - #469 added --update-only option to whoosh to re-index only given list |
|
300 | 364 | of repos in index |
|
301 | 365 | - rhodecode-api CLI client |
|
302 | 366 | - new git http protocol replaced buggy dulwich implementation. |
|
303 | 367 | Now based on pygrack & gitweb |
|
304 | 368 | - Improved RSS/ATOM feeds. Discoverable by browsers using proper headers, and |
|
305 | 369 | reformated based on user suggestions. Additional rss/atom feeds for user |
|
306 | 370 | journal |
|
307 | 371 | - various i18n improvements |
|
308 | 372 | - #478 permissions overview for admin in user edit view |
|
309 | 373 | - File view now displays small gravatars off all authors of given file |
|
310 | 374 | - Implemented landing revisions. Each repository will get landing_rev attribute |
|
311 | 375 | that defines 'default' revision/branch for generating readme files |
|
312 | 376 | - Implemented #509, RhodeCode enforces SSL for push/pulling if requested at |
|
313 | 377 | earliest possible call. |
|
314 | 378 | - Import remote svn repositories to mercurial using hgsubversion. |
|
315 | 379 | - Fixed #508 RhodeCode now has a option to explicitly set forking permissions |
|
316 | 380 | - RhodeCode can use alternative server for generating avatar icons |
|
317 | 381 | - implemented repositories locking. Pull locks, push unlocks. Also can be done |
|
318 | 382 | via API calls |
|
319 | 383 | - #538 form for permissions can handle multiple users at once |
|
320 | 384 | |
|
321 | 385 | fixes |
|
322 | 386 | +++++ |
|
323 | 387 | |
|
324 | 388 | - improved translations |
|
325 | 389 | - fixes issue #455 Creating an archive generates an exception on Windows |
|
326 | 390 | - fixes #448 Download ZIP archive keeps file in /tmp open and results |
|
327 | 391 | in out of disk space |
|
328 | 392 | - fixes issue #454 Search results under Windows include proceeding |
|
329 | 393 | backslash |
|
330 | 394 | - fixed issue #450. Rhodecode no longer will crash when bad revision is |
|
331 | 395 | present in journal data. |
|
332 | 396 | - fix for issue #417, git execution was broken on windows for certain |
|
333 | 397 | commands. |
|
334 | 398 | - fixed #413. Don't disable .git directory for bare repos on deleting |
|
335 | 399 | - fixed issue #459. Changed the way of obtaining logger in reindex task. |
|
336 | 400 | - fixed #453 added ID field in whoosh SCHEMA that solves the issue of |
|
337 | 401 | reindexing modified files |
|
338 | 402 | - fixed #481 rhodecode emails are sent without Date header |
|
339 | 403 | - fixed #458 wrong count when no repos are present |
|
340 | 404 | - fixed issue #492 missing `\ No newline at end of file` test at the end of |
|
341 | 405 | new chunk in html diff |
|
342 | 406 | - full text search now works also for commit messages |
|
343 | 407 | |
|
344 | 408 | 1.3.6 (**2012-05-17**) |
|
345 | 409 | ---------------------- |
|
346 | 410 | |
|
347 | 411 | news |
|
348 | 412 | ++++ |
|
349 | 413 | |
|
350 | 414 | - chinese traditional translation |
|
351 | 415 | - changed setup-app into setup-rhodecode and added arguments for auto-setup |
|
352 | 416 | mode that doesn't need user interaction |
|
353 | 417 | |
|
354 | 418 | fixes |
|
355 | 419 | +++++ |
|
356 | 420 | |
|
357 | 421 | - fixed no scm found warning |
|
358 | 422 | - fixed __future__ import error on rcextensions |
|
359 | 423 | - made simplejson required lib for speedup on JSON encoding |
|
360 | 424 | - fixes #449 bad regex could get more than revisions from parsing history |
|
361 | 425 | - don't clear DB session when CELERY_EAGER is turned ON |
|
362 | 426 | |
|
363 | 427 | 1.3.5 (**2012-05-10**) |
|
364 | 428 | ---------------------- |
|
365 | 429 | |
|
366 | 430 | news |
|
367 | 431 | ++++ |
|
368 | 432 | |
|
369 | 433 | - use ext_json for json module |
|
370 | 434 | - unified annotation view with file source view |
|
371 | 435 | - notification improvements, better inbox + css |
|
372 | 436 | - #419 don't strip passwords for login forms, make rhodecode |
|
373 | 437 | more compatible with LDAP servers |
|
374 | 438 | - Added HTTP_X_FORWARDED_FOR as another method of extracting |
|
375 | 439 | IP for pull/push logs. - moved all to base controller |
|
376 | 440 | - #415: Adding comment to changeset causes reload. |
|
377 | 441 | Comments are now added via ajax and doesn't reload the page |
|
378 | 442 | - #374 LDAP config is discarded when LDAP can't be activated |
|
379 | 443 | - limited push/pull operations are now logged for git in the journal |
|
380 | 444 | - bumped mercurial to 2.2.X series |
|
381 | 445 | - added support for displaying submodules in file-browser |
|
382 | 446 | - #421 added bookmarks in changelog view |
|
383 | 447 | |
|
384 | 448 | fixes |
|
385 | 449 | +++++ |
|
386 | 450 | |
|
387 | 451 | - fixed dev-version marker for stable when served from source codes |
|
388 | 452 | - fixed missing permission checks on show forks page |
|
389 | 453 | - #418 cast to unicode fixes in notification objects |
|
390 | 454 | - #426 fixed mention extracting regex |
|
391 | 455 | - fixed remote-pulling for git remotes remopositories |
|
392 | 456 | - fixed #434: Error when accessing files or changesets of a git repository |
|
393 | 457 | with submodules |
|
394 | 458 | - fixed issue with empty APIKEYS for users after registration ref. #438 |
|
395 | 459 | - fixed issue with getting README files from git repositories |
|
396 | 460 | |
|
397 | 461 | 1.3.4 (**2012-03-28**) |
|
398 | 462 | ---------------------- |
|
399 | 463 | |
|
400 | 464 | news |
|
401 | 465 | ++++ |
|
402 | 466 | |
|
403 | 467 | - Whoosh logging is now controlled by the .ini files logging setup |
|
404 | 468 | - added clone-url into edit form on /settings page |
|
405 | 469 | - added help text into repo add/edit forms |
|
406 | 470 | - created rcextensions module with additional mappings (ref #322) and |
|
407 | 471 | post push/pull/create repo hooks callbacks |
|
408 | 472 | - implemented #377 Users view for his own permissions on account page |
|
409 | 473 | - #399 added inheritance of permissions for user group on repository groups |
|
410 | 474 | - #401 repository group is automatically pre-selected when adding repos |
|
411 | 475 | inside a repository group |
|
412 | 476 | - added alternative HTTP 403 response when client failed to authenticate. Helps |
|
413 | 477 | solving issues with Mercurial and LDAP |
|
414 | 478 | - #402 removed group prefix from repository name when listing repositories |
|
415 | 479 | inside a group |
|
416 | 480 | - added gravatars into permission view and permissions autocomplete |
|
417 | 481 | - #347 when running multiple RhodeCode instances, properly invalidates cache |
|
418 | 482 | for all registered servers |
|
419 | 483 | |
|
420 | 484 | fixes |
|
421 | 485 | +++++ |
|
422 | 486 | |
|
423 | 487 | - fixed #390 cache invalidation problems on repos inside group |
|
424 | 488 | - fixed #385 clone by ID url was loosing proxy prefix in URL |
|
425 | 489 | - fixed some unicode problems with waitress |
|
426 | 490 | - fixed issue with escaping < and > in changeset commits |
|
427 | 491 | - fixed error occurring during recursive group creation in API |
|
428 | 492 | create_repo function |
|
429 | 493 | - fixed #393 py2.5 fixes for routes url generator |
|
430 | 494 | - fixed #397 Private repository groups shows up before login |
|
431 | 495 | - fixed #396 fixed problems with revoking users in nested groups |
|
432 | 496 | - fixed mysql unicode issues + specified InnoDB as default engine with |
|
433 | 497 | utf8 charset |
|
434 | 498 | - #406 trim long branch/tag names in changelog to not break UI |
|
435 | 499 | |
|
436 | 500 | 1.3.3 (**2012-03-02**) |
|
437 | 501 | ---------------------- |
|
438 | 502 | |
|
439 | 503 | news |
|
440 | 504 | ++++ |
|
441 | 505 | |
|
442 | 506 | |
|
443 | 507 | fixes |
|
444 | 508 | +++++ |
|
445 | 509 | |
|
446 | 510 | - fixed some python2.5 compatibility issues |
|
447 | 511 | - fixed issues with removed repos was accidentally added as groups, after |
|
448 | 512 | full rescan of paths |
|
449 | 513 | - fixes #376 Cannot edit user (using container auth) |
|
450 | 514 | - fixes #378 Invalid image urls on changeset screen with proxy-prefix |
|
451 | 515 | configuration |
|
452 | 516 | - fixed initial sorting of repos inside repo group |
|
453 | 517 | - fixes issue when user tried to resubmit same permission into user/user_groups |
|
454 | 518 | - bumped beaker version that fixes #375 leap error bug |
|
455 | 519 | - fixed raw_changeset for git. It was generated with hg patch headers |
|
456 | 520 | - fixed vcs issue with last_changeset for filenodes |
|
457 | 521 | - fixed missing commit after hook delete |
|
458 | 522 | - fixed #372 issues with git operation detection that caused a security issue |
|
459 | 523 | for git repos |
|
460 | 524 | |
|
461 | 525 | 1.3.2 (**2012-02-28**) |
|
462 | 526 | ---------------------- |
|
463 | 527 | |
|
464 | 528 | news |
|
465 | 529 | ++++ |
|
466 | 530 | |
|
467 | 531 | |
|
468 | 532 | fixes |
|
469 | 533 | +++++ |
|
470 | 534 | |
|
471 | 535 | - fixed git protocol issues with repos-groups |
|
472 | 536 | - fixed git remote repos validator that prevented from cloning remote git repos |
|
473 | 537 | - fixes #370 ending slashes fixes for repo and groups |
|
474 | 538 | - fixes #368 improved git-protocol detection to handle other clients |
|
475 | 539 | - fixes #366 When Setting Repository Group To Blank Repo Group Wont Be |
|
476 | 540 | Moved To Root |
|
477 | 541 | - fixes #371 fixed issues with beaker/sqlalchemy and non-ascii cache keys |
|
478 | 542 | - fixed #373 missing cascade drop on user_group_to_perm table |
|
479 | 543 | |
|
480 | 544 | 1.3.1 (**2012-02-27**) |
|
481 | 545 | ---------------------- |
|
482 | 546 | |
|
483 | 547 | news |
|
484 | 548 | ++++ |
|
485 | 549 | |
|
486 | 550 | |
|
487 | 551 | fixes |
|
488 | 552 | +++++ |
|
489 | 553 | |
|
490 | 554 | - redirection loop occurs when remember-me wasn't checked during login |
|
491 | 555 | - fixes issues with git blob history generation |
|
492 | 556 | - don't fetch branch for git in file history dropdown. Causes unneeded slowness |
|
493 | 557 | |
|
494 | 558 | 1.3.0 (**2012-02-26**) |
|
495 | 559 | ---------------------- |
|
496 | 560 | |
|
497 | 561 | news |
|
498 | 562 | ++++ |
|
499 | 563 | |
|
500 | 564 | - code review, inspired by github code-comments |
|
501 | 565 | - #215 rst and markdown README files support |
|
502 | 566 | - #252 Container-based and proxy pass-through authentication support |
|
503 | 567 | - #44 branch browser. Filtering of changelog by branches |
|
504 | 568 | - mercurial bookmarks support |
|
505 | 569 | - new hover top menu, optimized to add maximum size for important views |
|
506 | 570 | - configurable clone url template with possibility to specify protocol like |
|
507 | 571 | ssh:// or http:// and also manually alter other parts of clone_url. |
|
508 | 572 | - enabled largefiles extension by default |
|
509 | 573 | - optimized summary file pages and saved a lot of unused space in them |
|
510 | 574 | - #239 option to manually mark repository as fork |
|
511 | 575 | - #320 mapping of commit authors to RhodeCode users |
|
512 | 576 | - #304 hashes are displayed using monospace font |
|
513 | 577 | - diff configuration, toggle white lines and context lines |
|
514 | 578 | - #307 configurable diffs, whitespace toggle, increasing context lines |
|
515 | 579 | - sorting on branches, tags and bookmarks using YUI datatable |
|
516 | 580 | - improved file filter on files page |
|
517 | 581 | - implements #330 api method for listing nodes ar particular revision |
|
518 | 582 | - #73 added linking issues in commit messages to chosen issue tracker url |
|
519 | 583 | based on user defined regular expression |
|
520 | 584 | - added linking of changesets in commit messages |
|
521 | 585 | - new compact changelog with expandable commit messages |
|
522 | 586 | - firstname and lastname are optional in user creation |
|
523 | 587 | - #348 added post-create repository hook |
|
524 | 588 | - #212 global encoding settings is now configurable from .ini files |
|
525 | 589 | - #227 added repository groups permissions |
|
526 | 590 | - markdown gets codehilite extensions |
|
527 | 591 | - new API methods, delete_repositories, grante/revoke permissions for groups |
|
528 | 592 | and repos |
|
529 | 593 | |
|
530 | 594 | |
|
531 | 595 | fixes |
|
532 | 596 | +++++ |
|
533 | 597 | |
|
534 | 598 | - rewrote dbsession management for atomic operations, and better error handling |
|
535 | 599 | - fixed sorting of repo tables |
|
536 | 600 | - #326 escape of special html entities in diffs |
|
537 | 601 | - normalized user_name => username in api attributes |
|
538 | 602 | - fixes #298 ldap created users with mixed case emails created conflicts |
|
539 | 603 | on saving a form |
|
540 | 604 | - fixes issue when owner of a repo couldn't revoke permissions for users |
|
541 | 605 | and groups |
|
542 | 606 | - fixes #271 rare JSON serialization problem with statistics |
|
543 | 607 | - fixes #337 missing validation check for conflicting names of a group with a |
|
544 | 608 | repository group |
|
545 | 609 | - #340 fixed session problem for mysql and celery tasks |
|
546 | 610 | - fixed #331 RhodeCode mangles repository names if the a repository group |
|
547 | 611 | contains the "full path" to the repositories |
|
548 | 612 | - #355 RhodeCode doesn't store encrypted LDAP passwords |
|
549 | 613 | |
|
550 | 614 | 1.2.5 (**2012-01-28**) |
|
551 | 615 | ---------------------- |
|
552 | 616 | |
|
553 | 617 | news |
|
554 | 618 | ++++ |
|
555 | 619 | |
|
556 | 620 | fixes |
|
557 | 621 | +++++ |
|
558 | 622 | |
|
559 | 623 | - #340 Celery complains about MySQL server gone away, added session cleanup |
|
560 | 624 | for celery tasks |
|
561 | 625 | - #341 "scanning for repositories in None" log message during Rescan was missing |
|
562 | 626 | a parameter |
|
563 | 627 | - fixed creating archives with subrepos. Some hooks were triggered during that |
|
564 | 628 | operation leading to crash. |
|
565 | 629 | - fixed missing email in account page. |
|
566 | 630 | - Reverted Mercurial to 2.0.1 for windows due to bug in Mercurial that makes |
|
567 | 631 | forking on windows impossible |
|
568 | 632 | |
|
569 | 633 | 1.2.4 (**2012-01-19**) |
|
570 | 634 | ---------------------- |
|
571 | 635 | |
|
572 | 636 | news |
|
573 | 637 | ++++ |
|
574 | 638 | |
|
575 | 639 | - RhodeCode is bundled with mercurial series 2.0.X by default, with |
|
576 | 640 | full support to largefiles extension. Enabled by default in new installations |
|
577 | 641 | - #329 Ability to Add/Remove Groups to/from a Repository via AP |
|
578 | 642 | - added requires.txt file with requirements |
|
579 | 643 | |
|
580 | 644 | fixes |
|
581 | 645 | +++++ |
|
582 | 646 | |
|
583 | 647 | - fixes db session issues with celery when emailing admins |
|
584 | 648 | - #331 RhodeCode mangles repository names if the a repository group |
|
585 | 649 | contains the "full path" to the repositories |
|
586 | 650 | - #298 Conflicting e-mail addresses for LDAP and RhodeCode users |
|
587 | 651 | - DB session cleanup after hg protocol operations, fixes issues with |
|
588 | 652 | `mysql has gone away` errors |
|
589 | 653 | - #333 doc fixes for get_repo api function |
|
590 | 654 | - #271 rare JSON serialization problem with statistics enabled |
|
591 | 655 | - #337 Fixes issues with validation of repository name conflicting with |
|
592 | 656 | a group name. A proper message is now displayed. |
|
593 | 657 | - #292 made ldap_dn in user edit readonly, to get rid of confusion that field |
|
594 | 658 | doesn't work |
|
595 | 659 | - #316 fixes issues with web description in hgrc files |
|
596 | 660 | |
|
597 | 661 | 1.2.3 (**2011-11-02**) |
|
598 | 662 | ---------------------- |
|
599 | 663 | |
|
600 | 664 | news |
|
601 | 665 | ++++ |
|
602 | 666 | |
|
603 | 667 | - added option to manage repository group for non admin users |
|
604 | 668 | - added following API methods for get_users, create_user, get_users_groups, |
|
605 | 669 | get_users_group, create_users_group, add_user_to_users_groups, get_repos, |
|
606 | 670 | get_repo, create_repo, add_user_to_repo |
|
607 | 671 | - implements #237 added password confirmation for my account |
|
608 | 672 | and admin edit user. |
|
609 | 673 | - implements #291 email notification for global events are now sent to all |
|
610 | 674 | administrator users, and global config email. |
|
611 | 675 | |
|
612 | 676 | fixes |
|
613 | 677 | +++++ |
|
614 | 678 | |
|
615 | 679 | - added option for passing auth method for smtp mailer |
|
616 | 680 | - #276 issue with adding a single user with id>10 to usergroups |
|
617 | 681 | - #277 fixes windows LDAP settings in which missing values breaks the ldap auth |
|
618 | 682 | - #288 fixes managing of repos in a group for non admin user |
|
619 | 683 | |
|
620 | 684 | 1.2.2 (**2011-10-17**) |
|
621 | 685 | ---------------------- |
|
622 | 686 | |
|
623 | 687 | news |
|
624 | 688 | ++++ |
|
625 | 689 | |
|
626 | 690 | - #226 repo groups are available by path instead of numerical id |
|
627 | 691 | |
|
628 | 692 | fixes |
|
629 | 693 | +++++ |
|
630 | 694 | |
|
631 | 695 | - #259 Groups with the same name but with different parent group |
|
632 | 696 | - #260 Put repo in group, then move group to another group -> repo becomes unavailable |
|
633 | 697 | - #258 RhodeCode 1.2 assumes egg folder is writable (lockfiles problems) |
|
634 | 698 | - #265 ldap save fails sometimes on converting attributes to booleans, |
|
635 | 699 | added getter and setter into model that will prevent from this on db model level |
|
636 | 700 | - fixed problems with timestamps issues #251 and #213 |
|
637 | 701 | - fixes #266 RhodeCode allows to create repo with the same name and in |
|
638 | 702 | the same parent as group |
|
639 | 703 | - fixes #245 Rescan of the repositories on Windows |
|
640 | 704 | - fixes #248 cannot edit repos inside a group on windows |
|
641 | 705 | - fixes #219 forking problems on windows |
|
642 | 706 | |
|
643 | 707 | 1.2.1 (**2011-10-08**) |
|
644 | 708 | ---------------------- |
|
645 | 709 | |
|
646 | 710 | news |
|
647 | 711 | ++++ |
|
648 | 712 | |
|
649 | 713 | |
|
650 | 714 | fixes |
|
651 | 715 | +++++ |
|
652 | 716 | |
|
653 | 717 | - fixed problems with basic auth and push problems |
|
654 | 718 | - gui fixes |
|
655 | 719 | - fixed logger |
|
656 | 720 | |
|
657 | 721 | 1.2.0 (**2011-10-07**) |
|
658 | 722 | ---------------------- |
|
659 | 723 | |
|
660 | 724 | news |
|
661 | 725 | ++++ |
|
662 | 726 | |
|
663 | 727 | - implemented #47 repository groups |
|
664 | 728 | - implemented #89 Can setup google analytics code from settings menu |
|
665 | 729 | - implemented #91 added nicer looking archive urls with more download options |
|
666 | 730 | like tags, branches |
|
667 | 731 | - implemented #44 into file browsing, and added follow branch option |
|
668 | 732 | - implemented #84 downloads can be enabled/disabled for each repository |
|
669 | 733 | - anonymous repository can be cloned without having to pass default:default |
|
670 | 734 | into clone url |
|
671 | 735 | - fixed #90 whoosh indexer can index chooses repositories passed in command |
|
672 | 736 | line |
|
673 | 737 | - extended journal with day aggregates and paging |
|
674 | 738 | - implemented #107 source code lines highlight ranges |
|
675 | 739 | - implemented #93 customizable changelog on combined revision ranges - |
|
676 | 740 | equivalent of githubs compare view |
|
677 | 741 | - implemented #108 extended and more powerful LDAP configuration |
|
678 | 742 | - implemented #56 user groups |
|
679 | 743 | - major code rewrites optimized codes for speed and memory usage |
|
680 | 744 | - raw and diff downloads are now in git format |
|
681 | 745 | - setup command checks for write access to given path |
|
682 | 746 | - fixed many issues with international characters and unicode. It uses utf8 |
|
683 | 747 | decode with replace to provide less errors even with non utf8 encoded strings |
|
684 | 748 | - #125 added API KEY access to feeds |
|
685 | 749 | - #109 Repository can be created from external Mercurial link (aka. remote |
|
686 | 750 | repository, and manually updated (via pull) from admin panel |
|
687 | 751 | - beta git support - push/pull server + basic view for git repos |
|
688 | 752 | - added followers page and forks page |
|
689 | 753 | - server side file creation (with binary file upload interface) |
|
690 | 754 | and edition with commits powered by codemirror |
|
691 | 755 | - #111 file browser file finder, quick lookup files on whole file tree |
|
692 | 756 | - added quick login sliding menu into main page |
|
693 | 757 | - changelog uses lazy loading of affected files details, in some scenarios |
|
694 | 758 | this can improve speed of changelog page dramatically especially for |
|
695 | 759 | larger repositories. |
|
696 | 760 | - implements #214 added support for downloading subrepos in download menu. |
|
697 | 761 | - Added basic API for direct operations on rhodecode via JSON |
|
698 | 762 | - Implemented advanced hook management |
|
699 | 763 | |
|
700 | 764 | fixes |
|
701 | 765 | +++++ |
|
702 | 766 | |
|
703 | 767 | - fixed file browser bug, when switching into given form revision the url was |
|
704 | 768 | not changing |
|
705 | 769 | - fixed propagation to error controller on simplehg and simplegit middlewares |
|
706 | 770 | - fixed error when trying to make a download on empty repository |
|
707 | 771 | - fixed problem with '[' chars in commit messages in journal |
|
708 | 772 | - fixed #99 Unicode errors, on file node paths with non utf-8 characters |
|
709 | 773 | - journal fork fixes |
|
710 | 774 | - removed issue with space inside renamed repository after deletion |
|
711 | 775 | - fixed strange issue on formencode imports |
|
712 | 776 | - fixed #126 Deleting repository on Windows, rename used incompatible chars. |
|
713 | 777 | - #150 fixes for errors on repositories mapped in db but corrupted in |
|
714 | 778 | filesystem |
|
715 | 779 | - fixed problem with ascendant characters in realm #181 |
|
716 | 780 | - fixed problem with sqlite file based database connection pool |
|
717 | 781 | - whoosh indexer and code stats share the same dynamic extensions map |
|
718 | 782 | - fixes #188 - relationship delete of repo_to_perm entry on user removal |
|
719 | 783 | - fixes issue #189 Trending source files shows "show more" when no more exist |
|
720 | 784 | - fixes issue #197 Relative paths for pidlocks |
|
721 | 785 | - fixes issue #198 password will require only 3 chars now for login form |
|
722 | 786 | - fixes issue #199 wrong redirection for non admin users after creating a repository |
|
723 | 787 | - fixes issues #202, bad db constraint made impossible to attach same group |
|
724 | 788 | more than one time. Affects only mysql/postgres |
|
725 | 789 | - fixes #218 os.kill patch for windows was missing sig param |
|
726 | 790 | - improved rendering of dag (they are not trimmed anymore when number of |
|
727 | 791 | heads exceeds 5) |
|
728 | 792 | |
|
729 | 793 | 1.1.8 (**2011-04-12**) |
|
730 | 794 | ---------------------- |
|
731 | 795 | |
|
732 | 796 | news |
|
733 | 797 | ++++ |
|
734 | 798 | |
|
735 | 799 | - improved windows support |
|
736 | 800 | |
|
737 | 801 | fixes |
|
738 | 802 | +++++ |
|
739 | 803 | |
|
740 | 804 | - fixed #140 freeze of python dateutil library, since new version is python2.x |
|
741 | 805 | incompatible |
|
742 | 806 | - setup-app will check for write permission in given path |
|
743 | 807 | - cleaned up license info issue #149 |
|
744 | 808 | - fixes for issues #137,#116 and problems with unicode and accented characters. |
|
745 | 809 | - fixes crashes on gravatar, when passed in email as unicode |
|
746 | 810 | - fixed tooltip flickering problems |
|
747 | 811 | - fixed came_from redirection on windows |
|
748 | 812 | - fixed logging modules, and sql formatters |
|
749 | 813 | - windows fixes for os.kill issue #133 |
|
750 | 814 | - fixes path splitting for windows issues #148 |
|
751 | 815 | - fixed issue #143 wrong import on migration to 1.1.X |
|
752 | 816 | - fixed problems with displaying binary files, thanks to Thomas Waldmann |
|
753 | 817 | - removed name from archive files since it's breaking ui for long repo names |
|
754 | 818 | - fixed issue with archive headers sent to browser, thanks to Thomas Waldmann |
|
755 | 819 | - fixed compatibility for 1024px displays, and larger dpi settings, thanks to |
|
756 | 820 | Thomas Waldmann |
|
757 | 821 | - fixed issue #166 summary pager was skipping 10 revisions on second page |
|
758 | 822 | |
|
759 | 823 | |
|
760 | 824 | 1.1.7 (**2011-03-23**) |
|
761 | 825 | ---------------------- |
|
762 | 826 | |
|
763 | 827 | news |
|
764 | 828 | ++++ |
|
765 | 829 | |
|
766 | 830 | fixes |
|
767 | 831 | +++++ |
|
768 | 832 | |
|
769 | 833 | - fixed (again) #136 installation support for FreeBSD |
|
770 | 834 | |
|
771 | 835 | |
|
772 | 836 | 1.1.6 (**2011-03-21**) |
|
773 | 837 | ---------------------- |
|
774 | 838 | |
|
775 | 839 | news |
|
776 | 840 | ++++ |
|
777 | 841 | |
|
778 | 842 | fixes |
|
779 | 843 | +++++ |
|
780 | 844 | |
|
781 | 845 | - fixed #136 installation support for FreeBSD |
|
782 | 846 | - RhodeCode will check for python version during installation |
|
783 | 847 | |
|
784 | 848 | 1.1.5 (**2011-03-17**) |
|
785 | 849 | ---------------------- |
|
786 | 850 | |
|
787 | 851 | news |
|
788 | 852 | ++++ |
|
789 | 853 | |
|
790 | 854 | - basic windows support, by exchanging pybcrypt into sha256 for windows only |
|
791 | 855 | highly inspired by idea of mantis406 |
|
792 | 856 | |
|
793 | 857 | fixes |
|
794 | 858 | +++++ |
|
795 | 859 | |
|
796 | 860 | - fixed sorting by author in main page |
|
797 | 861 | - fixed crashes with diffs on binary files |
|
798 | 862 | - fixed #131 problem with boolean values for LDAP |
|
799 | 863 | - fixed #122 mysql problems thanks to striker69 |
|
800 | 864 | - fixed problem with errors on calling raw/raw_files/annotate functions |
|
801 | 865 | with unknown revisions |
|
802 | 866 | - fixed returned rawfiles attachment names with international character |
|
803 | 867 | - cleaned out docs, big thanks to Jason Harris |
|
804 | 868 | |
|
805 | 869 | 1.1.4 (**2011-02-19**) |
|
806 | 870 | ---------------------- |
|
807 | 871 | |
|
808 | 872 | news |
|
809 | 873 | ++++ |
|
810 | 874 | |
|
811 | 875 | fixes |
|
812 | 876 | +++++ |
|
813 | 877 | |
|
814 | 878 | - fixed formencode import problem on settings page, that caused server crash |
|
815 | 879 | when that page was accessed as first after server start |
|
816 | 880 | - journal fixes |
|
817 | 881 | - fixed option to access repository just by entering http://server/<repo_name> |
|
818 | 882 | |
|
819 | 883 | 1.1.3 (**2011-02-16**) |
|
820 | 884 | ---------------------- |
|
821 | 885 | |
|
822 | 886 | news |
|
823 | 887 | ++++ |
|
824 | 888 | |
|
825 | 889 | - implemented #102 allowing the '.' character in username |
|
826 | 890 | - added option to access repository just by entering http://server/<repo_name> |
|
827 | 891 | - celery task ignores result for better performance |
|
828 | 892 | |
|
829 | 893 | fixes |
|
830 | 894 | +++++ |
|
831 | 895 | |
|
832 | 896 | - fixed ehlo command and non auth mail servers on smtp_lib. Thanks to |
|
833 | 897 | apollo13 and Johan Walles |
|
834 | 898 | - small fixes in journal |
|
835 | 899 | - fixed problems with getting setting for celery from .ini files |
|
836 | 900 | - registration, password reset and login boxes share the same title as main |
|
837 | 901 | application now |
|
838 | 902 | - fixed #113: to high permissions to fork repository |
|
839 | 903 | - fixed problem with '[' chars in commit messages in journal |
|
840 | 904 | - removed issue with space inside renamed repository after deletion |
|
841 | 905 | - db transaction fixes when filesystem repository creation failed |
|
842 | 906 | - fixed #106 relation issues on databases different than sqlite |
|
843 | 907 | - fixed static files paths links to use of url() method |
|
844 | 908 | |
|
845 | 909 | 1.1.2 (**2011-01-12**) |
|
846 | 910 | ---------------------- |
|
847 | 911 | |
|
848 | 912 | news |
|
849 | 913 | ++++ |
|
850 | 914 | |
|
851 | 915 | |
|
852 | 916 | fixes |
|
853 | 917 | +++++ |
|
854 | 918 | |
|
855 | 919 | - fixes #98 protection against float division of percentage stats |
|
856 | 920 | - fixed graph bug |
|
857 | 921 | - forced webhelpers version since it was making troubles during installation |
|
858 | 922 | |
|
859 | 923 | 1.1.1 (**2011-01-06**) |
|
860 | 924 | ---------------------- |
|
861 | 925 | |
|
862 | 926 | news |
|
863 | 927 | ++++ |
|
864 | 928 | |
|
865 | 929 | - added force https option into ini files for easier https usage (no need to |
|
866 | 930 | set server headers with this options) |
|
867 | 931 | - small css updates |
|
868 | 932 | |
|
869 | 933 | fixes |
|
870 | 934 | +++++ |
|
871 | 935 | |
|
872 | 936 | - fixed #96 redirect loop on files view on repositories without changesets |
|
873 | 937 | - fixed #97 unicode string passed into server header in special cases (mod_wsgi) |
|
874 | 938 | and server crashed with errors |
|
875 | 939 | - fixed large tooltips problems on main page |
|
876 | 940 | - fixed #92 whoosh indexer is more error proof |
|
877 | 941 | |
|
878 | 942 | 1.1.0 (**2010-12-18**) |
|
879 | 943 | ---------------------- |
|
880 | 944 | |
|
881 | 945 | news |
|
882 | 946 | ++++ |
|
883 | 947 | |
|
884 | 948 | - rewrite of internals for vcs >=0.1.10 |
|
885 | 949 | - uses mercurial 1.7 with dotencode disabled for maintaining compatibility |
|
886 | 950 | with older clients |
|
887 | 951 | - anonymous access, authentication via ldap |
|
888 | 952 | - performance upgrade for cached repos list - each repository has its own |
|
889 | 953 | cache that's invalidated when needed. |
|
890 | 954 | - performance upgrades on repositories with large amount of commits (20K+) |
|
891 | 955 | - main page quick filter for filtering repositories |
|
892 | 956 | - user dashboards with ability to follow chosen repositories actions |
|
893 | 957 | - sends email to admin on new user registration |
|
894 | 958 | - added cache/statistics reset options into repository settings |
|
895 | 959 | - more detailed action logger (based on hooks) with pushed changesets lists |
|
896 | 960 | and options to disable those hooks from admin panel |
|
897 | 961 | - introduced new enhanced changelog for merges that shows more accurate results |
|
898 | 962 | - new improved and faster code stats (based on pygments lexers mapping tables, |
|
899 | 963 | showing up to 10 trending sources for each repository. Additionally stats |
|
900 | 964 | can be disabled in repository settings. |
|
901 | 965 | - gui optimizations, fixed application width to 1024px |
|
902 | 966 | - added cut off (for large files/changesets) limit into config files |
|
903 | 967 | - whoosh, celeryd, upgrade moved to paster command |
|
904 | 968 | - other than sqlite database backends can be used |
|
905 | 969 | |
|
906 | 970 | fixes |
|
907 | 971 | +++++ |
|
908 | 972 | |
|
909 | 973 | - fixes #61 forked repo was showing only after cache expired |
|
910 | 974 | - fixes #76 no confirmation on user deletes |
|
911 | 975 | - fixes #66 Name field misspelled |
|
912 | 976 | - fixes #72 block user removal when he owns repositories |
|
913 | 977 | - fixes #69 added password confirmation fields |
|
914 | 978 | - fixes #87 RhodeCode crashes occasionally on updating repository owner |
|
915 | 979 | - fixes #82 broken annotations on files with more than 1 blank line at the end |
|
916 | 980 | - a lot of fixes and tweaks for file browser |
|
917 | 981 | - fixed detached session issues |
|
918 | 982 | - fixed when user had no repos he would see all repos listed in my account |
|
919 | 983 | - fixed ui() instance bug when global hgrc settings was loaded for server |
|
920 | 984 | instance and all hgrc options were merged with our db ui() object |
|
921 | 985 | - numerous small bugfixes |
|
922 | 986 | |
|
923 | 987 | (special thanks for TkSoh for detailed feedback) |
|
924 | 988 | |
|
925 | 989 | |
|
926 | 990 | 1.0.2 (**2010-11-12**) |
|
927 | 991 | ---------------------- |
|
928 | 992 | |
|
929 | 993 | news |
|
930 | 994 | ++++ |
|
931 | 995 | |
|
932 | 996 | - tested under python2.7 |
|
933 | 997 | - bumped sqlalchemy and celery versions |
|
934 | 998 | |
|
935 | 999 | fixes |
|
936 | 1000 | +++++ |
|
937 | 1001 | |
|
938 | 1002 | - fixed #59 missing graph.js |
|
939 | 1003 | - fixed repo_size crash when repository had broken symlinks |
|
940 | 1004 | - fixed python2.5 crashes. |
|
941 | 1005 | |
|
942 | 1006 | |
|
943 | 1007 | 1.0.1 (**2010-11-10**) |
|
944 | 1008 | ---------------------- |
|
945 | 1009 | |
|
946 | 1010 | news |
|
947 | 1011 | ++++ |
|
948 | 1012 | |
|
949 | 1013 | - small css updated |
|
950 | 1014 | |
|
951 | 1015 | fixes |
|
952 | 1016 | +++++ |
|
953 | 1017 | |
|
954 | 1018 | - fixed #53 python2.5 incompatible enumerate calls |
|
955 | 1019 | - fixed #52 disable mercurial extension for web |
|
956 | 1020 | - fixed #51 deleting repositories don't delete it's dependent objects |
|
957 | 1021 | |
|
958 | 1022 | |
|
959 | 1023 | 1.0.0 (**2010-11-02**) |
|
960 | 1024 | ---------------------- |
|
961 | 1025 | |
|
962 | 1026 | - security bugfix simplehg wasn't checking for permissions on commands |
|
963 | 1027 | other than pull or push. |
|
964 | 1028 | - fixed doubled messages after push or pull in admin journal |
|
965 | 1029 | - templating and css corrections, fixed repo switcher on chrome, updated titles |
|
966 | 1030 | - admin menu accessible from options menu on repository view |
|
967 | 1031 | - permissions cached queries |
|
968 | 1032 | |
|
969 | 1033 | 1.0.0rc4 (**2010-10-12**) |
|
970 | 1034 | -------------------------- |
|
971 | 1035 | |
|
972 | 1036 | - fixed python2.5 missing simplejson imports (thanks to Jens BΓ€ckman) |
|
973 | 1037 | - removed cache_manager settings from sqlalchemy meta |
|
974 | 1038 | - added sqlalchemy cache settings to ini files |
|
975 | 1039 | - validated password length and added second try of failure on paster setup-app |
|
976 | 1040 | - fixed setup database destroy prompt even when there was no db |
|
977 | 1041 | |
|
978 | 1042 | |
|
979 | 1043 | 1.0.0rc3 (**2010-10-11**) |
|
980 | 1044 | ------------------------- |
|
981 | 1045 | |
|
982 | 1046 | - fixed i18n during installation. |
|
983 | 1047 | |
|
984 | 1048 | 1.0.0rc2 (**2010-10-11**) |
|
985 | 1049 | ------------------------- |
|
986 | 1050 | |
|
987 | 1051 | - Disabled dirsize in file browser, it's causing nasty bug when dir renames |
|
988 | 1052 | occure. After vcs is fixed it'll be put back again. |
|
989 | 1053 | - templating/css rewrites, optimized css. |
@@ -1,67 +1,67 b'' | |||
|
1 | 1 | # -*- coding: utf-8 -*- |
|
2 | 2 | """ |
|
3 | 3 | rhodecode.__init__ |
|
4 | 4 | ~~~~~~~~~~~~~~~~~~ |
|
5 | 5 | |
|
6 | 6 | RhodeCode, a web based repository management based on pylons |
|
7 | 7 | versioning implementation: http://www.python.org/dev/peps/pep-0386/ |
|
8 | 8 | |
|
9 | 9 | :created_on: Apr 9, 2010 |
|
10 | 10 | :author: marcink |
|
11 | 11 | :copyright: (C) 2010-2012 Marcin Kuzminski <marcin@python-works.com> |
|
12 | 12 | :license: GPLv3, see COPYING for more details. |
|
13 | 13 | """ |
|
14 | 14 | # This program is free software: you can redistribute it and/or modify |
|
15 | 15 | # it under the terms of the GNU General Public License as published by |
|
16 | 16 | # the Free Software Foundation, either version 3 of the License, or |
|
17 | 17 | # (at your option) any later version. |
|
18 | 18 | # |
|
19 | 19 | # This program is distributed in the hope that it will be useful, |
|
20 | 20 | # but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
21 | 21 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
22 | 22 | # GNU General Public License for more details. |
|
23 | 23 | # |
|
24 | 24 | # You should have received a copy of the GNU General Public License |
|
25 | 25 | # along with this program. If not, see <http://www.gnu.org/licenses/>. |
|
26 | 26 | import sys |
|
27 | 27 | import platform |
|
28 | 28 | |
|
29 |
VERSION = (1, 6, 0, ' |
|
|
29 | VERSION = (1, 6, 0, 'rc1') | |
|
30 | 30 | |
|
31 | 31 | try: |
|
32 | 32 | from rhodecode.lib import get_current_revision |
|
33 | 33 | _rev = get_current_revision() |
|
34 | 34 | if _rev and len(VERSION) > 3: |
|
35 | 35 | VERSION += ('dev%s' % _rev[0],) |
|
36 | 36 | except ImportError: |
|
37 | 37 | pass |
|
38 | 38 | |
|
39 | 39 | __version__ = ('.'.join((str(each) for each in VERSION[:3])) + |
|
40 | 40 | '.'.join(VERSION[3:])) |
|
41 | 41 | __dbversion__ = 11 # defines current db version for migrations |
|
42 | 42 | __platform__ = platform.system() |
|
43 | 43 | __license__ = 'GPLv3' |
|
44 | 44 | __py_version__ = sys.version_info |
|
45 | 45 | __author__ = 'Marcin Kuzminski' |
|
46 | 46 | __url__ = 'http://rhodecode.org' |
|
47 | 47 | |
|
48 | 48 | PLATFORM_WIN = ('Windows') |
|
49 | 49 | PLATFORM_OTHERS = ('Linux', 'Darwin', 'FreeBSD', 'OpenBSD', 'SunOS') #depracated |
|
50 | 50 | |
|
51 | 51 | is_windows = __platform__ in PLATFORM_WIN |
|
52 | 52 | is_unix = not is_windows |
|
53 | 53 | |
|
54 | 54 | |
|
55 | 55 | BACKENDS = { |
|
56 | 56 | 'hg': 'Mercurial repository', |
|
57 | 57 | 'git': 'Git repository', |
|
58 | 58 | } |
|
59 | 59 | |
|
60 | 60 | CELERY_ON = False |
|
61 | 61 | CELERY_EAGER = False |
|
62 | 62 | |
|
63 | 63 | # link to config for pylons |
|
64 | 64 | CONFIG = {} |
|
65 | 65 | |
|
66 | 66 | # Linked module for extensions |
|
67 | 67 | EXTENSIONS = {} |
General Comments 0
You need to be logged in to leave comments.
Login now