Show More
@@ -1,538 +1,548 b'' | |||||
1 | .. _changelog: |
|
1 | .. _changelog: | |
2 |
|
2 | |||
3 | Changelog |
|
3 | Changelog | |
4 | ========= |
|
4 | ========= | |
5 |
|
5 | |||
6 |
|
6 | |||
7 |
1.3. |
|
7 | 1.3.3 (**2012-XX-XX**) | |
8 | ---------------------- |
|
8 | ---------------------- | |
9 |
|
9 | |||
10 | :status: in-progress |
|
10 | :status: in-progress | |
11 | :branch: beta |
|
11 | :branch: beta | |
12 |
|
12 | |||
13 | news |
|
13 | news | |
14 | ++++ |
|
14 | ++++ | |
15 |
|
15 | |||
16 |
|
16 | |||
17 | fixes |
|
17 | fixes | |
18 | +++++ |
|
18 | +++++ | |
19 |
|
19 | |||
|
20 | 1.3.2 (**2012-02-28**) | |||
|
21 | ---------------------- | |||
|
22 | ||||
|
23 | news | |||
|
24 | ++++ | |||
|
25 | ||||
|
26 | ||||
|
27 | fixes | |||
|
28 | +++++ | |||
|
29 | ||||
20 | - fixed git protocol issues with repos-groups |
|
30 | - fixed git protocol issues with repos-groups | |
21 | - fixed git remote repos validator that prevented from cloning remote git repos |
|
31 | - fixed git remote repos validator that prevented from cloning remote git repos | |
22 | - fixes #370 ending slashes fixes for repo and groups |
|
32 | - fixes #370 ending slashes fixes for repo and groups | |
23 | - fixes #368 improved git-protocol detection to handle other clients |
|
33 | - fixes #368 improved git-protocol detection to handle other clients | |
24 | - fixes #366 When Setting Repository Group To Blank Repo Group Wont Be |
|
34 | - fixes #366 When Setting Repository Group To Blank Repo Group Wont Be | |
25 | Moved To Root |
|
35 | Moved To Root | |
26 | - fixes #371 fixed issues with beaker/sqlalchemy and non-ascii cache keys |
|
36 | - fixes #371 fixed issues with beaker/sqlalchemy and non-ascii cache keys | |
27 | - fixed #373 missing cascade drop on user_group_to_perm table |
|
37 | - fixed #373 missing cascade drop on user_group_to_perm table | |
28 |
|
38 | |||
29 | 1.3.1 (**2012-02-27**) |
|
39 | 1.3.1 (**2012-02-27**) | |
30 | ---------------------- |
|
40 | ---------------------- | |
31 |
|
41 | |||
32 | news |
|
42 | news | |
33 | ++++ |
|
43 | ++++ | |
34 |
|
44 | |||
35 |
|
45 | |||
36 | fixes |
|
46 | fixes | |
37 | +++++ |
|
47 | +++++ | |
38 |
|
48 | |||
39 | - redirection loop occurs when remember-me wasn't checked during login |
|
49 | - redirection loop occurs when remember-me wasn't checked during login | |
40 | - fixes issues with git blob history generation |
|
50 | - fixes issues with git blob history generation | |
41 | - don't fetch branch for git in file history dropdown. Causes unneeded slowness |
|
51 | - don't fetch branch for git in file history dropdown. Causes unneeded slowness | |
42 |
|
52 | |||
43 | 1.3.0 (**2012-02-26**) |
|
53 | 1.3.0 (**2012-02-26**) | |
44 | ---------------------- |
|
54 | ---------------------- | |
45 |
|
55 | |||
46 | news |
|
56 | news | |
47 | ++++ |
|
57 | ++++ | |
48 |
|
58 | |||
49 | - code review, inspired by github code-comments |
|
59 | - code review, inspired by github code-comments | |
50 | - #215 rst and markdown README files support |
|
60 | - #215 rst and markdown README files support | |
51 | - #252 Container-based and proxy pass-through authentication support |
|
61 | - #252 Container-based and proxy pass-through authentication support | |
52 | - #44 branch browser. Filtering of changelog by branches |
|
62 | - #44 branch browser. Filtering of changelog by branches | |
53 | - mercurial bookmarks support |
|
63 | - mercurial bookmarks support | |
54 | - new hover top menu, optimized to add maximum size for important views |
|
64 | - new hover top menu, optimized to add maximum size for important views | |
55 | - configurable clone url template with possibility to specify protocol like |
|
65 | - configurable clone url template with possibility to specify protocol like | |
56 | ssh:// or http:// and also manually alter other parts of clone_url. |
|
66 | ssh:// or http:// and also manually alter other parts of clone_url. | |
57 | - enabled largefiles extension by default |
|
67 | - enabled largefiles extension by default | |
58 | - optimized summary file pages and saved a lot of unused space in them |
|
68 | - optimized summary file pages and saved a lot of unused space in them | |
59 | - #239 option to manually mark repository as fork |
|
69 | - #239 option to manually mark repository as fork | |
60 | - #320 mapping of commit authors to RhodeCode users |
|
70 | - #320 mapping of commit authors to RhodeCode users | |
61 | - #304 hashes are displayed using monospace font |
|
71 | - #304 hashes are displayed using monospace font | |
62 | - diff configuration, toggle white lines and context lines |
|
72 | - diff configuration, toggle white lines and context lines | |
63 | - #307 configurable diffs, whitespace toggle, increasing context lines |
|
73 | - #307 configurable diffs, whitespace toggle, increasing context lines | |
64 | - sorting on branches, tags and bookmarks using YUI datatable |
|
74 | - sorting on branches, tags and bookmarks using YUI datatable | |
65 | - improved file filter on files page |
|
75 | - improved file filter on files page | |
66 | - implements #330 api method for listing nodes ar particular revision |
|
76 | - implements #330 api method for listing nodes ar particular revision | |
67 | - #73 added linking issues in commit messages to chosen issue tracker url |
|
77 | - #73 added linking issues in commit messages to chosen issue tracker url | |
68 | based on user defined regular expression |
|
78 | based on user defined regular expression | |
69 | - added linking of changesets in commit messages |
|
79 | - added linking of changesets in commit messages | |
70 | - new compact changelog with expandable commit messages |
|
80 | - new compact changelog with expandable commit messages | |
71 | - firstname and lastname are optional in user creation |
|
81 | - firstname and lastname are optional in user creation | |
72 | - #348 added post-create repository hook |
|
82 | - #348 added post-create repository hook | |
73 | - #212 global encoding settings is now configurable from .ini files |
|
83 | - #212 global encoding settings is now configurable from .ini files | |
74 | - #227 added repository groups permissions |
|
84 | - #227 added repository groups permissions | |
75 | - markdown gets codehilite extensions |
|
85 | - markdown gets codehilite extensions | |
76 | - new API methods, delete_repositories, grante/revoke permissions for groups |
|
86 | - new API methods, delete_repositories, grante/revoke permissions for groups | |
77 | and repos |
|
87 | and repos | |
78 |
|
88 | |||
79 |
|
89 | |||
80 | fixes |
|
90 | fixes | |
81 | +++++ |
|
91 | +++++ | |
82 |
|
92 | |||
83 | - rewrote dbsession management for atomic operations, and better error handling |
|
93 | - rewrote dbsession management for atomic operations, and better error handling | |
84 | - fixed sorting of repo tables |
|
94 | - fixed sorting of repo tables | |
85 | - #326 escape of special html entities in diffs |
|
95 | - #326 escape of special html entities in diffs | |
86 | - normalized user_name => username in api attributes |
|
96 | - normalized user_name => username in api attributes | |
87 | - fixes #298 ldap created users with mixed case emails created conflicts |
|
97 | - fixes #298 ldap created users with mixed case emails created conflicts | |
88 | on saving a form |
|
98 | on saving a form | |
89 | - fixes issue when owner of a repo couldn't revoke permissions for users |
|
99 | - fixes issue when owner of a repo couldn't revoke permissions for users | |
90 | and groups |
|
100 | and groups | |
91 | - fixes #271 rare JSON serialization problem with statistics |
|
101 | - fixes #271 rare JSON serialization problem with statistics | |
92 | - fixes #337 missing validation check for conflicting names of a group with a |
|
102 | - fixes #337 missing validation check for conflicting names of a group with a | |
93 | repositories group |
|
103 | repositories group | |
94 | - #340 fixed session problem for mysql and celery tasks |
|
104 | - #340 fixed session problem for mysql and celery tasks | |
95 | - fixed #331 RhodeCode mangles repository names if the a repository group |
|
105 | - fixed #331 RhodeCode mangles repository names if the a repository group | |
96 | contains the "full path" to the repositories |
|
106 | contains the "full path" to the repositories | |
97 | - #355 RhodeCode doesn't store encrypted LDAP passwords |
|
107 | - #355 RhodeCode doesn't store encrypted LDAP passwords | |
98 |
|
108 | |||
99 | 1.2.5 (**2012-01-28**) |
|
109 | 1.2.5 (**2012-01-28**) | |
100 | ---------------------- |
|
110 | ---------------------- | |
101 |
|
111 | |||
102 | news |
|
112 | news | |
103 | ++++ |
|
113 | ++++ | |
104 |
|
114 | |||
105 | fixes |
|
115 | fixes | |
106 | +++++ |
|
116 | +++++ | |
107 |
|
117 | |||
108 | - #340 Celery complains about MySQL server gone away, added session cleanup |
|
118 | - #340 Celery complains about MySQL server gone away, added session cleanup | |
109 | for celery tasks |
|
119 | for celery tasks | |
110 | - #341 "scanning for repositories in None" log message during Rescan was missing |
|
120 | - #341 "scanning for repositories in None" log message during Rescan was missing | |
111 | a parameter |
|
121 | a parameter | |
112 | - fixed creating archives with subrepos. Some hooks were triggered during that |
|
122 | - fixed creating archives with subrepos. Some hooks were triggered during that | |
113 | operation leading to crash. |
|
123 | operation leading to crash. | |
114 | - fixed missing email in account page. |
|
124 | - fixed missing email in account page. | |
115 | - Reverted Mercurial to 2.0.1 for windows due to bug in Mercurial that makes |
|
125 | - Reverted Mercurial to 2.0.1 for windows due to bug in Mercurial that makes | |
116 | forking on windows impossible |
|
126 | forking on windows impossible | |
117 |
|
127 | |||
118 | 1.2.4 (**2012-01-19**) |
|
128 | 1.2.4 (**2012-01-19**) | |
119 | ---------------------- |
|
129 | ---------------------- | |
120 |
|
130 | |||
121 | news |
|
131 | news | |
122 | ++++ |
|
132 | ++++ | |
123 |
|
133 | |||
124 | - RhodeCode is bundled with mercurial series 2.0.X by default, with |
|
134 | - RhodeCode is bundled with mercurial series 2.0.X by default, with | |
125 | full support to largefiles extension. Enabled by default in new installations |
|
135 | full support to largefiles extension. Enabled by default in new installations | |
126 | - #329 Ability to Add/Remove Groups to/from a Repository via AP |
|
136 | - #329 Ability to Add/Remove Groups to/from a Repository via AP | |
127 | - added requires.txt file with requirements |
|
137 | - added requires.txt file with requirements | |
128 |
|
138 | |||
129 | fixes |
|
139 | fixes | |
130 | +++++ |
|
140 | +++++ | |
131 |
|
141 | |||
132 | - fixes db session issues with celery when emailing admins |
|
142 | - fixes db session issues with celery when emailing admins | |
133 | - #331 RhodeCode mangles repository names if the a repository group |
|
143 | - #331 RhodeCode mangles repository names if the a repository group | |
134 | contains the "full path" to the repositories |
|
144 | contains the "full path" to the repositories | |
135 | - #298 Conflicting e-mail addresses for LDAP and RhodeCode users |
|
145 | - #298 Conflicting e-mail addresses for LDAP and RhodeCode users | |
136 | - DB session cleanup after hg protocol operations, fixes issues with |
|
146 | - DB session cleanup after hg protocol operations, fixes issues with | |
137 | `mysql has gone away` errors |
|
147 | `mysql has gone away` errors | |
138 | - #333 doc fixes for get_repo api function |
|
148 | - #333 doc fixes for get_repo api function | |
139 | - #271 rare JSON serialization problem with statistics enabled |
|
149 | - #271 rare JSON serialization problem with statistics enabled | |
140 | - #337 Fixes issues with validation of repository name conflicting with |
|
150 | - #337 Fixes issues with validation of repository name conflicting with | |
141 | a group name. A proper message is now displayed. |
|
151 | a group name. A proper message is now displayed. | |
142 | - #292 made ldap_dn in user edit readonly, to get rid of confusion that field |
|
152 | - #292 made ldap_dn in user edit readonly, to get rid of confusion that field | |
143 | doesn't work |
|
153 | doesn't work | |
144 | - #316 fixes issues with web description in hgrc files |
|
154 | - #316 fixes issues with web description in hgrc files | |
145 |
|
155 | |||
146 | 1.2.3 (**2011-11-02**) |
|
156 | 1.2.3 (**2011-11-02**) | |
147 | ---------------------- |
|
157 | ---------------------- | |
148 |
|
158 | |||
149 | news |
|
159 | news | |
150 | ++++ |
|
160 | ++++ | |
151 |
|
161 | |||
152 | - added option to manage repos group for non admin users |
|
162 | - added option to manage repos group for non admin users | |
153 | - added following API methods for get_users, create_user, get_users_groups, |
|
163 | - added following API methods for get_users, create_user, get_users_groups, | |
154 | get_users_group, create_users_group, add_user_to_users_groups, get_repos, |
|
164 | get_users_group, create_users_group, add_user_to_users_groups, get_repos, | |
155 | get_repo, create_repo, add_user_to_repo |
|
165 | get_repo, create_repo, add_user_to_repo | |
156 | - implements #237 added password confirmation for my account |
|
166 | - implements #237 added password confirmation for my account | |
157 | and admin edit user. |
|
167 | and admin edit user. | |
158 | - implements #291 email notification for global events are now sent to all |
|
168 | - implements #291 email notification for global events are now sent to all | |
159 | administrator users, and global config email. |
|
169 | administrator users, and global config email. | |
160 |
|
170 | |||
161 | fixes |
|
171 | fixes | |
162 | +++++ |
|
172 | +++++ | |
163 |
|
173 | |||
164 | - added option for passing auth method for smtp mailer |
|
174 | - added option for passing auth method for smtp mailer | |
165 | - #276 issue with adding a single user with id>10 to usergroups |
|
175 | - #276 issue with adding a single user with id>10 to usergroups | |
166 | - #277 fixes windows LDAP settings in which missing values breaks the ldap auth |
|
176 | - #277 fixes windows LDAP settings in which missing values breaks the ldap auth | |
167 | - #288 fixes managing of repos in a group for non admin user |
|
177 | - #288 fixes managing of repos in a group for non admin user | |
168 |
|
178 | |||
169 | 1.2.2 (**2011-10-17**) |
|
179 | 1.2.2 (**2011-10-17**) | |
170 | ---------------------- |
|
180 | ---------------------- | |
171 |
|
181 | |||
172 | news |
|
182 | news | |
173 | ++++ |
|
183 | ++++ | |
174 |
|
184 | |||
175 | - #226 repo groups are available by path instead of numerical id |
|
185 | - #226 repo groups are available by path instead of numerical id | |
176 |
|
186 | |||
177 | fixes |
|
187 | fixes | |
178 | +++++ |
|
188 | +++++ | |
179 |
|
189 | |||
180 | - #259 Groups with the same name but with different parent group |
|
190 | - #259 Groups with the same name but with different parent group | |
181 | - #260 Put repo in group, then move group to another group -> repo becomes unavailable |
|
191 | - #260 Put repo in group, then move group to another group -> repo becomes unavailable | |
182 | - #258 RhodeCode 1.2 assumes egg folder is writable (lockfiles problems) |
|
192 | - #258 RhodeCode 1.2 assumes egg folder is writable (lockfiles problems) | |
183 | - #265 ldap save fails sometimes on converting attributes to booleans, |
|
193 | - #265 ldap save fails sometimes on converting attributes to booleans, | |
184 | added getter and setter into model that will prevent from this on db model level |
|
194 | added getter and setter into model that will prevent from this on db model level | |
185 | - fixed problems with timestamps issues #251 and #213 |
|
195 | - fixed problems with timestamps issues #251 and #213 | |
186 | - fixes #266 RhodeCode allows to create repo with the same name and in |
|
196 | - fixes #266 RhodeCode allows to create repo with the same name and in | |
187 | the same parent as group |
|
197 | the same parent as group | |
188 | - fixes #245 Rescan of the repositories on Windows |
|
198 | - fixes #245 Rescan of the repositories on Windows | |
189 | - fixes #248 cannot edit repos inside a group on windows |
|
199 | - fixes #248 cannot edit repos inside a group on windows | |
190 | - fixes #219 forking problems on windows |
|
200 | - fixes #219 forking problems on windows | |
191 |
|
201 | |||
192 | 1.2.1 (**2011-10-08**) |
|
202 | 1.2.1 (**2011-10-08**) | |
193 | ---------------------- |
|
203 | ---------------------- | |
194 |
|
204 | |||
195 | news |
|
205 | news | |
196 | ++++ |
|
206 | ++++ | |
197 |
|
207 | |||
198 |
|
208 | |||
199 | fixes |
|
209 | fixes | |
200 | +++++ |
|
210 | +++++ | |
201 |
|
211 | |||
202 | - fixed problems with basic auth and push problems |
|
212 | - fixed problems with basic auth and push problems | |
203 | - gui fixes |
|
213 | - gui fixes | |
204 | - fixed logger |
|
214 | - fixed logger | |
205 |
|
215 | |||
206 | 1.2.0 (**2011-10-07**) |
|
216 | 1.2.0 (**2011-10-07**) | |
207 | ---------------------- |
|
217 | ---------------------- | |
208 |
|
218 | |||
209 | news |
|
219 | news | |
210 | ++++ |
|
220 | ++++ | |
211 |
|
221 | |||
212 | - implemented #47 repository groups |
|
222 | - implemented #47 repository groups | |
213 | - implemented #89 Can setup google analytics code from settings menu |
|
223 | - implemented #89 Can setup google analytics code from settings menu | |
214 | - implemented #91 added nicer looking archive urls with more download options |
|
224 | - implemented #91 added nicer looking archive urls with more download options | |
215 | like tags, branches |
|
225 | like tags, branches | |
216 | - implemented #44 into file browsing, and added follow branch option |
|
226 | - implemented #44 into file browsing, and added follow branch option | |
217 | - implemented #84 downloads can be enabled/disabled for each repository |
|
227 | - implemented #84 downloads can be enabled/disabled for each repository | |
218 | - anonymous repository can be cloned without having to pass default:default |
|
228 | - anonymous repository can be cloned without having to pass default:default | |
219 | into clone url |
|
229 | into clone url | |
220 | - fixed #90 whoosh indexer can index chooses repositories passed in command |
|
230 | - fixed #90 whoosh indexer can index chooses repositories passed in command | |
221 | line |
|
231 | line | |
222 | - extended journal with day aggregates and paging |
|
232 | - extended journal with day aggregates and paging | |
223 | - implemented #107 source code lines highlight ranges |
|
233 | - implemented #107 source code lines highlight ranges | |
224 | - implemented #93 customizable changelog on combined revision ranges - |
|
234 | - implemented #93 customizable changelog on combined revision ranges - | |
225 | equivalent of githubs compare view |
|
235 | equivalent of githubs compare view | |
226 | - implemented #108 extended and more powerful LDAP configuration |
|
236 | - implemented #108 extended and more powerful LDAP configuration | |
227 | - implemented #56 users groups |
|
237 | - implemented #56 users groups | |
228 | - major code rewrites optimized codes for speed and memory usage |
|
238 | - major code rewrites optimized codes for speed and memory usage | |
229 | - raw and diff downloads are now in git format |
|
239 | - raw and diff downloads are now in git format | |
230 | - setup command checks for write access to given path |
|
240 | - setup command checks for write access to given path | |
231 | - fixed many issues with international characters and unicode. It uses utf8 |
|
241 | - fixed many issues with international characters and unicode. It uses utf8 | |
232 | decode with replace to provide less errors even with non utf8 encoded strings |
|
242 | decode with replace to provide less errors even with non utf8 encoded strings | |
233 | - #125 added API KEY access to feeds |
|
243 | - #125 added API KEY access to feeds | |
234 | - #109 Repository can be created from external Mercurial link (aka. remote |
|
244 | - #109 Repository can be created from external Mercurial link (aka. remote | |
235 | repository, and manually updated (via pull) from admin panel |
|
245 | repository, and manually updated (via pull) from admin panel | |
236 | - beta git support - push/pull server + basic view for git repos |
|
246 | - beta git support - push/pull server + basic view for git repos | |
237 | - added followers page and forks page |
|
247 | - added followers page and forks page | |
238 | - server side file creation (with binary file upload interface) |
|
248 | - server side file creation (with binary file upload interface) | |
239 | and edition with commits powered by codemirror |
|
249 | and edition with commits powered by codemirror | |
240 | - #111 file browser file finder, quick lookup files on whole file tree |
|
250 | - #111 file browser file finder, quick lookup files on whole file tree | |
241 | - added quick login sliding menu into main page |
|
251 | - added quick login sliding menu into main page | |
242 | - changelog uses lazy loading of affected files details, in some scenarios |
|
252 | - changelog uses lazy loading of affected files details, in some scenarios | |
243 | this can improve speed of changelog page dramatically especially for |
|
253 | this can improve speed of changelog page dramatically especially for | |
244 | larger repositories. |
|
254 | larger repositories. | |
245 | - implements #214 added support for downloading subrepos in download menu. |
|
255 | - implements #214 added support for downloading subrepos in download menu. | |
246 | - Added basic API for direct operations on rhodecode via JSON |
|
256 | - Added basic API for direct operations on rhodecode via JSON | |
247 | - Implemented advanced hook management |
|
257 | - Implemented advanced hook management | |
248 |
|
258 | |||
249 | fixes |
|
259 | fixes | |
250 | +++++ |
|
260 | +++++ | |
251 |
|
261 | |||
252 | - fixed file browser bug, when switching into given form revision the url was |
|
262 | - fixed file browser bug, when switching into given form revision the url was | |
253 | not changing |
|
263 | not changing | |
254 | - fixed propagation to error controller on simplehg and simplegit middlewares |
|
264 | - fixed propagation to error controller on simplehg and simplegit middlewares | |
255 | - fixed error when trying to make a download on empty repository |
|
265 | - fixed error when trying to make a download on empty repository | |
256 | - fixed problem with '[' chars in commit messages in journal |
|
266 | - fixed problem with '[' chars in commit messages in journal | |
257 | - fixed #99 Unicode errors, on file node paths with non utf-8 characters |
|
267 | - fixed #99 Unicode errors, on file node paths with non utf-8 characters | |
258 | - journal fork fixes |
|
268 | - journal fork fixes | |
259 | - removed issue with space inside renamed repository after deletion |
|
269 | - removed issue with space inside renamed repository after deletion | |
260 | - fixed strange issue on formencode imports |
|
270 | - fixed strange issue on formencode imports | |
261 | - fixed #126 Deleting repository on Windows, rename used incompatible chars. |
|
271 | - fixed #126 Deleting repository on Windows, rename used incompatible chars. | |
262 | - #150 fixes for errors on repositories mapped in db but corrupted in |
|
272 | - #150 fixes for errors on repositories mapped in db but corrupted in | |
263 | filesystem |
|
273 | filesystem | |
264 | - fixed problem with ascendant characters in realm #181 |
|
274 | - fixed problem with ascendant characters in realm #181 | |
265 | - fixed problem with sqlite file based database connection pool |
|
275 | - fixed problem with sqlite file based database connection pool | |
266 | - whoosh indexer and code stats share the same dynamic extensions map |
|
276 | - whoosh indexer and code stats share the same dynamic extensions map | |
267 | - fixes #188 - relationship delete of repo_to_perm entry on user removal |
|
277 | - fixes #188 - relationship delete of repo_to_perm entry on user removal | |
268 | - fixes issue #189 Trending source files shows "show more" when no more exist |
|
278 | - fixes issue #189 Trending source files shows "show more" when no more exist | |
269 | - fixes issue #197 Relative paths for pidlocks |
|
279 | - fixes issue #197 Relative paths for pidlocks | |
270 | - fixes issue #198 password will require only 3 chars now for login form |
|
280 | - fixes issue #198 password will require only 3 chars now for login form | |
271 | - fixes issue #199 wrong redirection for non admin users after creating a repository |
|
281 | - fixes issue #199 wrong redirection for non admin users after creating a repository | |
272 | - fixes issues #202, bad db constraint made impossible to attach same group |
|
282 | - fixes issues #202, bad db constraint made impossible to attach same group | |
273 | more than one time. Affects only mysql/postgres |
|
283 | more than one time. Affects only mysql/postgres | |
274 | - fixes #218 os.kill patch for windows was missing sig param |
|
284 | - fixes #218 os.kill patch for windows was missing sig param | |
275 | - improved rendering of dag (they are not trimmed anymore when number of |
|
285 | - improved rendering of dag (they are not trimmed anymore when number of | |
276 | heads exceeds 5) |
|
286 | heads exceeds 5) | |
277 |
|
287 | |||
278 | 1.1.8 (**2011-04-12**) |
|
288 | 1.1.8 (**2011-04-12**) | |
279 | ---------------------- |
|
289 | ---------------------- | |
280 |
|
290 | |||
281 | news |
|
291 | news | |
282 | ++++ |
|
292 | ++++ | |
283 |
|
293 | |||
284 | - improved windows support |
|
294 | - improved windows support | |
285 |
|
295 | |||
286 | fixes |
|
296 | fixes | |
287 | +++++ |
|
297 | +++++ | |
288 |
|
298 | |||
289 | - fixed #140 freeze of python dateutil library, since new version is python2.x |
|
299 | - fixed #140 freeze of python dateutil library, since new version is python2.x | |
290 | incompatible |
|
300 | incompatible | |
291 | - setup-app will check for write permission in given path |
|
301 | - setup-app will check for write permission in given path | |
292 | - cleaned up license info issue #149 |
|
302 | - cleaned up license info issue #149 | |
293 | - fixes for issues #137,#116 and problems with unicode and accented characters. |
|
303 | - fixes for issues #137,#116 and problems with unicode and accented characters. | |
294 | - fixes crashes on gravatar, when passed in email as unicode |
|
304 | - fixes crashes on gravatar, when passed in email as unicode | |
295 | - fixed tooltip flickering problems |
|
305 | - fixed tooltip flickering problems | |
296 | - fixed came_from redirection on windows |
|
306 | - fixed came_from redirection on windows | |
297 | - fixed logging modules, and sql formatters |
|
307 | - fixed logging modules, and sql formatters | |
298 | - windows fixes for os.kill issue #133 |
|
308 | - windows fixes for os.kill issue #133 | |
299 | - fixes path splitting for windows issues #148 |
|
309 | - fixes path splitting for windows issues #148 | |
300 | - fixed issue #143 wrong import on migration to 1.1.X |
|
310 | - fixed issue #143 wrong import on migration to 1.1.X | |
301 | - fixed problems with displaying binary files, thanks to Thomas Waldmann |
|
311 | - fixed problems with displaying binary files, thanks to Thomas Waldmann | |
302 | - removed name from archive files since it's breaking ui for long repo names |
|
312 | - removed name from archive files since it's breaking ui for long repo names | |
303 | - fixed issue with archive headers sent to browser, thanks to Thomas Waldmann |
|
313 | - fixed issue with archive headers sent to browser, thanks to Thomas Waldmann | |
304 | - fixed compatibility for 1024px displays, and larger dpi settings, thanks to |
|
314 | - fixed compatibility for 1024px displays, and larger dpi settings, thanks to | |
305 | Thomas Waldmann |
|
315 | Thomas Waldmann | |
306 | - fixed issue #166 summary pager was skipping 10 revisions on second page |
|
316 | - fixed issue #166 summary pager was skipping 10 revisions on second page | |
307 |
|
317 | |||
308 |
|
318 | |||
309 | 1.1.7 (**2011-03-23**) |
|
319 | 1.1.7 (**2011-03-23**) | |
310 | ---------------------- |
|
320 | ---------------------- | |
311 |
|
321 | |||
312 | news |
|
322 | news | |
313 | ++++ |
|
323 | ++++ | |
314 |
|
324 | |||
315 | fixes |
|
325 | fixes | |
316 | +++++ |
|
326 | +++++ | |
317 |
|
327 | |||
318 | - fixed (again) #136 installation support for FreeBSD |
|
328 | - fixed (again) #136 installation support for FreeBSD | |
319 |
|
329 | |||
320 |
|
330 | |||
321 | 1.1.6 (**2011-03-21**) |
|
331 | 1.1.6 (**2011-03-21**) | |
322 | ---------------------- |
|
332 | ---------------------- | |
323 |
|
333 | |||
324 | news |
|
334 | news | |
325 | ++++ |
|
335 | ++++ | |
326 |
|
336 | |||
327 | fixes |
|
337 | fixes | |
328 | +++++ |
|
338 | +++++ | |
329 |
|
339 | |||
330 | - fixed #136 installation support for FreeBSD |
|
340 | - fixed #136 installation support for FreeBSD | |
331 | - RhodeCode will check for python version during installation |
|
341 | - RhodeCode will check for python version during installation | |
332 |
|
342 | |||
333 | 1.1.5 (**2011-03-17**) |
|
343 | 1.1.5 (**2011-03-17**) | |
334 | ---------------------- |
|
344 | ---------------------- | |
335 |
|
345 | |||
336 | news |
|
346 | news | |
337 | ++++ |
|
347 | ++++ | |
338 |
|
348 | |||
339 | - basic windows support, by exchanging pybcrypt into sha256 for windows only |
|
349 | - basic windows support, by exchanging pybcrypt into sha256 for windows only | |
340 | highly inspired by idea of mantis406 |
|
350 | highly inspired by idea of mantis406 | |
341 |
|
351 | |||
342 | fixes |
|
352 | fixes | |
343 | +++++ |
|
353 | +++++ | |
344 |
|
354 | |||
345 | - fixed sorting by author in main page |
|
355 | - fixed sorting by author in main page | |
346 | - fixed crashes with diffs on binary files |
|
356 | - fixed crashes with diffs on binary files | |
347 | - fixed #131 problem with boolean values for LDAP |
|
357 | - fixed #131 problem with boolean values for LDAP | |
348 | - fixed #122 mysql problems thanks to striker69 |
|
358 | - fixed #122 mysql problems thanks to striker69 | |
349 | - fixed problem with errors on calling raw/raw_files/annotate functions |
|
359 | - fixed problem with errors on calling raw/raw_files/annotate functions | |
350 | with unknown revisions |
|
360 | with unknown revisions | |
351 | - fixed returned rawfiles attachment names with international character |
|
361 | - fixed returned rawfiles attachment names with international character | |
352 | - cleaned out docs, big thanks to Jason Harris |
|
362 | - cleaned out docs, big thanks to Jason Harris | |
353 |
|
363 | |||
354 | 1.1.4 (**2011-02-19**) |
|
364 | 1.1.4 (**2011-02-19**) | |
355 | ---------------------- |
|
365 | ---------------------- | |
356 |
|
366 | |||
357 | news |
|
367 | news | |
358 | ++++ |
|
368 | ++++ | |
359 |
|
369 | |||
360 | fixes |
|
370 | fixes | |
361 | +++++ |
|
371 | +++++ | |
362 |
|
372 | |||
363 | - fixed formencode import problem on settings page, that caused server crash |
|
373 | - fixed formencode import problem on settings page, that caused server crash | |
364 | when that page was accessed as first after server start |
|
374 | when that page was accessed as first after server start | |
365 | - journal fixes |
|
375 | - journal fixes | |
366 | - fixed option to access repository just by entering http://server/<repo_name> |
|
376 | - fixed option to access repository just by entering http://server/<repo_name> | |
367 |
|
377 | |||
368 | 1.1.3 (**2011-02-16**) |
|
378 | 1.1.3 (**2011-02-16**) | |
369 | ---------------------- |
|
379 | ---------------------- | |
370 |
|
380 | |||
371 | news |
|
381 | news | |
372 | ++++ |
|
382 | ++++ | |
373 |
|
383 | |||
374 | - implemented #102 allowing the '.' character in username |
|
384 | - implemented #102 allowing the '.' character in username | |
375 | - added option to access repository just by entering http://server/<repo_name> |
|
385 | - added option to access repository just by entering http://server/<repo_name> | |
376 | - celery task ignores result for better performance |
|
386 | - celery task ignores result for better performance | |
377 |
|
387 | |||
378 | fixes |
|
388 | fixes | |
379 | +++++ |
|
389 | +++++ | |
380 |
|
390 | |||
381 | - fixed ehlo command and non auth mail servers on smtp_lib. Thanks to |
|
391 | - fixed ehlo command and non auth mail servers on smtp_lib. Thanks to | |
382 | apollo13 and Johan Walles |
|
392 | apollo13 and Johan Walles | |
383 | - small fixes in journal |
|
393 | - small fixes in journal | |
384 | - fixed problems with getting setting for celery from .ini files |
|
394 | - fixed problems with getting setting for celery from .ini files | |
385 | - registration, password reset and login boxes share the same title as main |
|
395 | - registration, password reset and login boxes share the same title as main | |
386 | application now |
|
396 | application now | |
387 | - fixed #113: to high permissions to fork repository |
|
397 | - fixed #113: to high permissions to fork repository | |
388 | - fixed problem with '[' chars in commit messages in journal |
|
398 | - fixed problem with '[' chars in commit messages in journal | |
389 | - removed issue with space inside renamed repository after deletion |
|
399 | - removed issue with space inside renamed repository after deletion | |
390 | - db transaction fixes when filesystem repository creation failed |
|
400 | - db transaction fixes when filesystem repository creation failed | |
391 | - fixed #106 relation issues on databases different than sqlite |
|
401 | - fixed #106 relation issues on databases different than sqlite | |
392 | - fixed static files paths links to use of url() method |
|
402 | - fixed static files paths links to use of url() method | |
393 |
|
403 | |||
394 | 1.1.2 (**2011-01-12**) |
|
404 | 1.1.2 (**2011-01-12**) | |
395 | ---------------------- |
|
405 | ---------------------- | |
396 |
|
406 | |||
397 | news |
|
407 | news | |
398 | ++++ |
|
408 | ++++ | |
399 |
|
409 | |||
400 |
|
410 | |||
401 | fixes |
|
411 | fixes | |
402 | +++++ |
|
412 | +++++ | |
403 |
|
413 | |||
404 | - fixes #98 protection against float division of percentage stats |
|
414 | - fixes #98 protection against float division of percentage stats | |
405 | - fixed graph bug |
|
415 | - fixed graph bug | |
406 | - forced webhelpers version since it was making troubles during installation |
|
416 | - forced webhelpers version since it was making troubles during installation | |
407 |
|
417 | |||
408 | 1.1.1 (**2011-01-06**) |
|
418 | 1.1.1 (**2011-01-06**) | |
409 | ---------------------- |
|
419 | ---------------------- | |
410 |
|
420 | |||
411 | news |
|
421 | news | |
412 | ++++ |
|
422 | ++++ | |
413 |
|
423 | |||
414 | - added force https option into ini files for easier https usage (no need to |
|
424 | - added force https option into ini files for easier https usage (no need to | |
415 | set server headers with this options) |
|
425 | set server headers with this options) | |
416 | - small css updates |
|
426 | - small css updates | |
417 |
|
427 | |||
418 | fixes |
|
428 | fixes | |
419 | +++++ |
|
429 | +++++ | |
420 |
|
430 | |||
421 | - fixed #96 redirect loop on files view on repositories without changesets |
|
431 | - fixed #96 redirect loop on files view on repositories without changesets | |
422 | - fixed #97 unicode string passed into server header in special cases (mod_wsgi) |
|
432 | - fixed #97 unicode string passed into server header in special cases (mod_wsgi) | |
423 | and server crashed with errors |
|
433 | and server crashed with errors | |
424 | - fixed large tooltips problems on main page |
|
434 | - fixed large tooltips problems on main page | |
425 | - fixed #92 whoosh indexer is more error proof |
|
435 | - fixed #92 whoosh indexer is more error proof | |
426 |
|
436 | |||
427 | 1.1.0 (**2010-12-18**) |
|
437 | 1.1.0 (**2010-12-18**) | |
428 | ---------------------- |
|
438 | ---------------------- | |
429 |
|
439 | |||
430 | news |
|
440 | news | |
431 | ++++ |
|
441 | ++++ | |
432 |
|
442 | |||
433 | - rewrite of internals for vcs >=0.1.10 |
|
443 | - rewrite of internals for vcs >=0.1.10 | |
434 | - uses mercurial 1.7 with dotencode disabled for maintaining compatibility |
|
444 | - uses mercurial 1.7 with dotencode disabled for maintaining compatibility | |
435 | with older clients |
|
445 | with older clients | |
436 | - anonymous access, authentication via ldap |
|
446 | - anonymous access, authentication via ldap | |
437 | - performance upgrade for cached repos list - each repository has its own |
|
447 | - performance upgrade for cached repos list - each repository has its own | |
438 | cache that's invalidated when needed. |
|
448 | cache that's invalidated when needed. | |
439 | - performance upgrades on repositories with large amount of commits (20K+) |
|
449 | - performance upgrades on repositories with large amount of commits (20K+) | |
440 | - main page quick filter for filtering repositories |
|
450 | - main page quick filter for filtering repositories | |
441 | - user dashboards with ability to follow chosen repositories actions |
|
451 | - user dashboards with ability to follow chosen repositories actions | |
442 | - sends email to admin on new user registration |
|
452 | - sends email to admin on new user registration | |
443 | - added cache/statistics reset options into repository settings |
|
453 | - added cache/statistics reset options into repository settings | |
444 | - more detailed action logger (based on hooks) with pushed changesets lists |
|
454 | - more detailed action logger (based on hooks) with pushed changesets lists | |
445 | and options to disable those hooks from admin panel |
|
455 | and options to disable those hooks from admin panel | |
446 | - introduced new enhanced changelog for merges that shows more accurate results |
|
456 | - introduced new enhanced changelog for merges that shows more accurate results | |
447 | - new improved and faster code stats (based on pygments lexers mapping tables, |
|
457 | - new improved and faster code stats (based on pygments lexers mapping tables, | |
448 | showing up to 10 trending sources for each repository. Additionally stats |
|
458 | showing up to 10 trending sources for each repository. Additionally stats | |
449 | can be disabled in repository settings. |
|
459 | can be disabled in repository settings. | |
450 | - gui optimizations, fixed application width to 1024px |
|
460 | - gui optimizations, fixed application width to 1024px | |
451 | - added cut off (for large files/changesets) limit into config files |
|
461 | - added cut off (for large files/changesets) limit into config files | |
452 | - whoosh, celeryd, upgrade moved to paster command |
|
462 | - whoosh, celeryd, upgrade moved to paster command | |
453 | - other than sqlite database backends can be used |
|
463 | - other than sqlite database backends can be used | |
454 |
|
464 | |||
455 | fixes |
|
465 | fixes | |
456 | +++++ |
|
466 | +++++ | |
457 |
|
467 | |||
458 | - fixes #61 forked repo was showing only after cache expired |
|
468 | - fixes #61 forked repo was showing only after cache expired | |
459 | - fixes #76 no confirmation on user deletes |
|
469 | - fixes #76 no confirmation on user deletes | |
460 | - fixes #66 Name field misspelled |
|
470 | - fixes #66 Name field misspelled | |
461 | - fixes #72 block user removal when he owns repositories |
|
471 | - fixes #72 block user removal when he owns repositories | |
462 | - fixes #69 added password confirmation fields |
|
472 | - fixes #69 added password confirmation fields | |
463 | - fixes #87 RhodeCode crashes occasionally on updating repository owner |
|
473 | - fixes #87 RhodeCode crashes occasionally on updating repository owner | |
464 | - fixes #82 broken annotations on files with more than 1 blank line at the end |
|
474 | - fixes #82 broken annotations on files with more than 1 blank line at the end | |
465 | - a lot of fixes and tweaks for file browser |
|
475 | - a lot of fixes and tweaks for file browser | |
466 | - fixed detached session issues |
|
476 | - fixed detached session issues | |
467 | - fixed when user had no repos he would see all repos listed in my account |
|
477 | - fixed when user had no repos he would see all repos listed in my account | |
468 | - fixed ui() instance bug when global hgrc settings was loaded for server |
|
478 | - fixed ui() instance bug when global hgrc settings was loaded for server | |
469 | instance and all hgrc options were merged with our db ui() object |
|
479 | instance and all hgrc options were merged with our db ui() object | |
470 | - numerous small bugfixes |
|
480 | - numerous small bugfixes | |
471 |
|
481 | |||
472 | (special thanks for TkSoh for detailed feedback) |
|
482 | (special thanks for TkSoh for detailed feedback) | |
473 |
|
483 | |||
474 |
|
484 | |||
475 | 1.0.2 (**2010-11-12**) |
|
485 | 1.0.2 (**2010-11-12**) | |
476 | ---------------------- |
|
486 | ---------------------- | |
477 |
|
487 | |||
478 | news |
|
488 | news | |
479 | ++++ |
|
489 | ++++ | |
480 |
|
490 | |||
481 | - tested under python2.7 |
|
491 | - tested under python2.7 | |
482 | - bumped sqlalchemy and celery versions |
|
492 | - bumped sqlalchemy and celery versions | |
483 |
|
493 | |||
484 | fixes |
|
494 | fixes | |
485 | +++++ |
|
495 | +++++ | |
486 |
|
496 | |||
487 | - fixed #59 missing graph.js |
|
497 | - fixed #59 missing graph.js | |
488 | - fixed repo_size crash when repository had broken symlinks |
|
498 | - fixed repo_size crash when repository had broken symlinks | |
489 | - fixed python2.5 crashes. |
|
499 | - fixed python2.5 crashes. | |
490 |
|
500 | |||
491 |
|
501 | |||
492 | 1.0.1 (**2010-11-10**) |
|
502 | 1.0.1 (**2010-11-10**) | |
493 | ---------------------- |
|
503 | ---------------------- | |
494 |
|
504 | |||
495 | news |
|
505 | news | |
496 | ++++ |
|
506 | ++++ | |
497 |
|
507 | |||
498 | - small css updated |
|
508 | - small css updated | |
499 |
|
509 | |||
500 | fixes |
|
510 | fixes | |
501 | +++++ |
|
511 | +++++ | |
502 |
|
512 | |||
503 | - fixed #53 python2.5 incompatible enumerate calls |
|
513 | - fixed #53 python2.5 incompatible enumerate calls | |
504 | - fixed #52 disable mercurial extension for web |
|
514 | - fixed #52 disable mercurial extension for web | |
505 | - fixed #51 deleting repositories don't delete it's dependent objects |
|
515 | - fixed #51 deleting repositories don't delete it's dependent objects | |
506 |
|
516 | |||
507 |
|
517 | |||
508 | 1.0.0 (**2010-11-02**) |
|
518 | 1.0.0 (**2010-11-02**) | |
509 | ---------------------- |
|
519 | ---------------------- | |
510 |
|
520 | |||
511 | - security bugfix simplehg wasn't checking for permissions on commands |
|
521 | - security bugfix simplehg wasn't checking for permissions on commands | |
512 | other than pull or push. |
|
522 | other than pull or push. | |
513 | - fixed doubled messages after push or pull in admin journal |
|
523 | - fixed doubled messages after push or pull in admin journal | |
514 | - templating and css corrections, fixed repo switcher on chrome, updated titles |
|
524 | - templating and css corrections, fixed repo switcher on chrome, updated titles | |
515 | - admin menu accessible from options menu on repository view |
|
525 | - admin menu accessible from options menu on repository view | |
516 | - permissions cached queries |
|
526 | - permissions cached queries | |
517 |
|
527 | |||
518 | 1.0.0rc4 (**2010-10-12**) |
|
528 | 1.0.0rc4 (**2010-10-12**) | |
519 | -------------------------- |
|
529 | -------------------------- | |
520 |
|
530 | |||
521 | - fixed python2.5 missing simplejson imports (thanks to Jens BΓ€ckman) |
|
531 | - fixed python2.5 missing simplejson imports (thanks to Jens BΓ€ckman) | |
522 | - removed cache_manager settings from sqlalchemy meta |
|
532 | - removed cache_manager settings from sqlalchemy meta | |
523 | - added sqlalchemy cache settings to ini files |
|
533 | - added sqlalchemy cache settings to ini files | |
524 | - validated password length and added second try of failure on paster setup-app |
|
534 | - validated password length and added second try of failure on paster setup-app | |
525 | - fixed setup database destroy prompt even when there was no db |
|
535 | - fixed setup database destroy prompt even when there was no db | |
526 |
|
536 | |||
527 |
|
537 | |||
528 | 1.0.0rc3 (**2010-10-11**) |
|
538 | 1.0.0rc3 (**2010-10-11**) | |
529 | ------------------------- |
|
539 | ------------------------- | |
530 |
|
540 | |||
531 | - fixed i18n during installation. |
|
541 | - fixed i18n during installation. | |
532 |
|
542 | |||
533 | 1.0.0rc2 (**2010-10-11**) |
|
543 | 1.0.0rc2 (**2010-10-11**) | |
534 | ------------------------- |
|
544 | ------------------------- | |
535 |
|
545 | |||
536 | - Disabled dirsize in file browser, it's causing nasty bug when dir renames |
|
546 | - Disabled dirsize in file browser, it's causing nasty bug when dir renames | |
537 | occure. After vcs is fixed it'll be put back again. |
|
547 | occure. After vcs is fixed it'll be put back again. | |
538 | - templating/css rewrites, optimized css. No newline at end of file |
|
548 | - templating/css rewrites, optimized css. |
@@ -1,92 +1,92 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://semver.org/ |
|
7 | versioning implementation: http://semver.org/ | |
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, 3, |
|
29 | VERSION = (1, 3, 3, 'beta') | |
30 | __version__ = '.'.join((str(each) for each in VERSION[:4])) |
|
30 | __version__ = '.'.join((str(each) for each in VERSION[:4])) | |
31 | __dbversion__ = 5 # defines current db version for migrations |
|
31 | __dbversion__ = 5 # defines current db version for migrations | |
32 | __platform__ = platform.system() |
|
32 | __platform__ = platform.system() | |
33 | __license__ = 'GPLv3' |
|
33 | __license__ = 'GPLv3' | |
34 | __py_version__ = sys.version_info |
|
34 | __py_version__ = sys.version_info | |
35 |
|
35 | |||
36 | PLATFORM_WIN = ('Windows') |
|
36 | PLATFORM_WIN = ('Windows') | |
37 | PLATFORM_OTHERS = ('Linux', 'Darwin', 'FreeBSD', 'OpenBSD', 'SunOS') |
|
37 | PLATFORM_OTHERS = ('Linux', 'Darwin', 'FreeBSD', 'OpenBSD', 'SunOS') | |
38 |
|
38 | |||
39 | requirements = [ |
|
39 | requirements = [ | |
40 | "Pylons==1.0.0", |
|
40 | "Pylons==1.0.0", | |
41 | "Beaker==1.6.2", |
|
41 | "Beaker==1.6.2", | |
42 | "WebHelpers>=1.2", |
|
42 | "WebHelpers>=1.2", | |
43 | "formencode==1.2.4", |
|
43 | "formencode==1.2.4", | |
44 | "SQLAlchemy==0.7.4", |
|
44 | "SQLAlchemy==0.7.4", | |
45 | "Mako==0.5.0", |
|
45 | "Mako==0.5.0", | |
46 | "pygments>=1.4", |
|
46 | "pygments>=1.4", | |
47 | "whoosh>=2.3.0,<2.4", |
|
47 | "whoosh>=2.3.0,<2.4", | |
48 | "celery>=2.2.5,<2.3", |
|
48 | "celery>=2.2.5,<2.3", | |
49 | "babel", |
|
49 | "babel", | |
50 | "python-dateutil>=1.5.0,<2.0.0", |
|
50 | "python-dateutil>=1.5.0,<2.0.0", | |
51 | "dulwich>=0.8.0,<0.9.0", |
|
51 | "dulwich>=0.8.0,<0.9.0", | |
52 | "webob==1.0.8", |
|
52 | "webob==1.0.8", | |
53 | "markdown==2.1.1", |
|
53 | "markdown==2.1.1", | |
54 | "docutils==0.8.1", |
|
54 | "docutils==0.8.1", | |
55 | ] |
|
55 | ] | |
56 |
|
56 | |||
57 | if __py_version__ < (2, 6): |
|
57 | if __py_version__ < (2, 6): | |
58 | requirements.append("simplejson") |
|
58 | requirements.append("simplejson") | |
59 | requirements.append("pysqlite") |
|
59 | requirements.append("pysqlite") | |
60 |
|
60 | |||
61 | if __platform__ in PLATFORM_WIN: |
|
61 | if __platform__ in PLATFORM_WIN: | |
62 | requirements.append("mercurial>=2.1,<2.2") |
|
62 | requirements.append("mercurial>=2.1,<2.2") | |
63 | else: |
|
63 | else: | |
64 | requirements.append("py-bcrypt") |
|
64 | requirements.append("py-bcrypt") | |
65 | requirements.append("mercurial>=2.1,<2.2") |
|
65 | requirements.append("mercurial>=2.1,<2.2") | |
66 |
|
66 | |||
67 |
|
67 | |||
68 | try: |
|
68 | try: | |
69 | from rhodecode.lib import get_current_revision |
|
69 | from rhodecode.lib import get_current_revision | |
70 | _rev = get_current_revision() |
|
70 | _rev = get_current_revision() | |
71 | except ImportError: |
|
71 | except ImportError: | |
72 | # this is needed when doing some setup.py operations |
|
72 | # this is needed when doing some setup.py operations | |
73 | _rev = False |
|
73 | _rev = False | |
74 |
|
74 | |||
75 | if len(VERSION) > 3 and _rev: |
|
75 | if len(VERSION) > 3 and _rev: | |
76 | __version__ += ' [rev:%s]' % _rev[0] |
|
76 | __version__ += ' [rev:%s]' % _rev[0] | |
77 |
|
77 | |||
78 |
|
78 | |||
79 | def get_version(): |
|
79 | def get_version(): | |
80 | """Returns shorter version (digit parts only) as string.""" |
|
80 | """Returns shorter version (digit parts only) as string.""" | |
81 |
|
81 | |||
82 | return '.'.join((str(each) for each in VERSION[:3])) |
|
82 | return '.'.join((str(each) for each in VERSION[:3])) | |
83 |
|
83 | |||
84 | BACKENDS = { |
|
84 | BACKENDS = { | |
85 | 'hg': 'Mercurial repository', |
|
85 | 'hg': 'Mercurial repository', | |
86 | 'git': 'Git repository', |
|
86 | 'git': 'Git repository', | |
87 | } |
|
87 | } | |
88 |
|
88 | |||
89 | CELERY_ON = False |
|
89 | CELERY_ON = False | |
90 |
|
90 | |||
91 | # link to config for pylons |
|
91 | # link to config for pylons | |
92 | CONFIG = {} |
|
92 | CONFIG = {} |
General Comments 0
You need to be logged in to leave comments.
Login now