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