##// END OF EJS Templates
changelog update
marcink -
r2804:8b00595c beta
parent child Browse files
Show More
@@ -1,741 +1,742 b''
1 .. _changelog:
1 .. _changelog:
2
2
3 =========
3 =========
4 Changelog
4 Changelog
5 =========
5 =========
6
6
7
7
8 1.4.1 (**2012-09-04**)
8 1.4.1 (**2012-09-05**)
9 ----------------------
9 ----------------------
10
10
11 :status: in-progress
11 :status: in-progress
12 :branch: beta
12 :branch: beta
13
13
14 news
14 news
15 ++++
15 ++++
16
16
17 - always put a comment about code-review status change even if user send
17 - always put a comment about code-review status change even if user send
18 empty data
18 empty data
19 - modified_on column saves repository update and it's going to be used
19 - modified_on column saves repository update and it's going to be used
20 later for light version of main page ref #500
20 later for light version of main page ref #500
21 - pull request notifications send much nicer emails with details about pull
21 - pull request notifications send much nicer emails with details about pull
22 request
22 request
23
23
24 fixes
24 fixes
25 +++++
25 +++++
26
26
27 - fixed migrations of permissions that can lead to inconsistency.
27 - fixed migrations of permissions that can lead to inconsistency.
28 Some users sent feedback that after upgrading from older versions issues
28 Some users sent feedback that after upgrading from older versions issues
29 with updating default permissions occurred. RhodeCode detects that now and
29 with updating default permissions occurred. RhodeCode detects that now and
30 resets default user permission to initial state if there is a need for that.
30 resets default user permission to initial state if there is a need for that.
31 Also forces users to set the default value for new forking permission.
31 Also forces users to set the default value for new forking permission.
32 - #535 improved apache wsgi example configuration in docs
32 - #535 improved apache wsgi example configuration in docs
33 - fixes #550 mercurial repositories comparision failed when origin repo had
33 - fixes #550 mercurial repositories comparision failed when origin repo had
34 additional not-common changesets
34 additional not-common changesets
35 - fixed status of code-review in preview windows of pull request
35
36
36 1.4.0 (**2012-09-03**)
37 1.4.0 (**2012-09-03**)
37 ----------------------
38 ----------------------
38
39
39 news
40 news
40 ++++
41 ++++
41
42
42 - new codereview system
43 - new codereview system
43 - email map, allowing users to have multiple email addresses mapped into
44 - email map, allowing users to have multiple email addresses mapped into
44 their accounts
45 their accounts
45 - improved git-hook system. Now all actions for git are logged into journal
46 - improved git-hook system. Now all actions for git are logged into journal
46 including pushed revisions, user and IP address
47 including pushed revisions, user and IP address
47 - changed setup-app into setup-rhodecode and added default options to it.
48 - changed setup-app into setup-rhodecode and added default options to it.
48 - new git repos are created as bare now by default
49 - new git repos are created as bare now by default
49 - #464 added links to groups in permission box
50 - #464 added links to groups in permission box
50 - #465 mentions autocomplete inside comments boxes
51 - #465 mentions autocomplete inside comments boxes
51 - #469 added --update-only option to whoosh to re-index only given list
52 - #469 added --update-only option to whoosh to re-index only given list
52 of repos in index
53 of repos in index
53 - rhodecode-api CLI client
54 - rhodecode-api CLI client
54 - new git http protocol replaced buggy dulwich implementation.
55 - new git http protocol replaced buggy dulwich implementation.
55 Now based on pygrack & gitweb
56 Now based on pygrack & gitweb
56 - Improved RSS/ATOM feeds. Discoverable by browsers using proper headers, and
57 - Improved RSS/ATOM feeds. Discoverable by browsers using proper headers, and
57 reformated based on user suggestions. Additional rss/atom feeds for user
58 reformated based on user suggestions. Additional rss/atom feeds for user
58 journal
59 journal
59 - various i18n improvements
60 - various i18n improvements
60 - #478 permissions overview for admin in user edit view
61 - #478 permissions overview for admin in user edit view
61 - File view now displays small gravatars off all authors of given file
62 - File view now displays small gravatars off all authors of given file
62 - Implemented landing revisions. Each repository will get landing_rev attribute
63 - Implemented landing revisions. Each repository will get landing_rev attribute
63 that defines 'default' revision/branch for generating readme files
64 that defines 'default' revision/branch for generating readme files
64 - Implemented #509, RhodeCode enforces SSL for push/pulling if requested at
65 - Implemented #509, RhodeCode enforces SSL for push/pulling if requested at
65 earliest possible call.
66 earliest possible call.
66 - Import remote svn repositories to mercurial using hgsubversion.
67 - Import remote svn repositories to mercurial using hgsubversion.
67 - Fixed #508 RhodeCode now has a option to explicitly set forking permissions
68 - Fixed #508 RhodeCode now has a option to explicitly set forking permissions
68 - RhodeCode can use alternative server for generating avatar icons
69 - RhodeCode can use alternative server for generating avatar icons
69 - implemented repositories locking. Pull locks, push unlocks. Also can be done
70 - implemented repositories locking. Pull locks, push unlocks. Also can be done
70 via API calls
71 via API calls
71 - #538 form for permissions can handle multiple users at once
72 - #538 form for permissions can handle multiple users at once
72
73
73 fixes
74 fixes
74 +++++
75 +++++
75
76
76 - improved translations
77 - improved translations
77 - fixes issue #455 Creating an archive generates an exception on Windows
78 - fixes issue #455 Creating an archive generates an exception on Windows
78 - fixes #448 Download ZIP archive keeps file in /tmp open and results
79 - fixes #448 Download ZIP archive keeps file in /tmp open and results
79 in out of disk space
80 in out of disk space
80 - fixes issue #454 Search results under Windows include proceeding
81 - fixes issue #454 Search results under Windows include proceeding
81 backslash
82 backslash
82 - fixed issue #450. Rhodecode no longer will crash when bad revision is
83 - fixed issue #450. Rhodecode no longer will crash when bad revision is
83 present in journal data.
84 present in journal data.
84 - fix for issue #417, git execution was broken on windows for certain
85 - fix for issue #417, git execution was broken on windows for certain
85 commands.
86 commands.
86 - fixed #413. Don't disable .git directory for bare repos on deleting
87 - fixed #413. Don't disable .git directory for bare repos on deleting
87 - fixed issue #459. Changed the way of obtaining logger in reindex task.
88 - fixed issue #459. Changed the way of obtaining logger in reindex task.
88 - fixed #453 added ID field in whoosh SCHEMA that solves the issue of
89 - fixed #453 added ID field in whoosh SCHEMA that solves the issue of
89 reindexing modified files
90 reindexing modified files
90 - fixed #481 rhodecode emails are sent without Date header
91 - fixed #481 rhodecode emails are sent without Date header
91 - fixed #458 wrong count when no repos are present
92 - fixed #458 wrong count when no repos are present
92 - fixed issue #492 missing `\ No newline at end of file` test at the end of
93 - fixed issue #492 missing `\ No newline at end of file` test at the end of
93 new chunk in html diff
94 new chunk in html diff
94 - full text search now works also for commit messages
95 - full text search now works also for commit messages
95
96
96 1.3.6 (**2012-05-17**)
97 1.3.6 (**2012-05-17**)
97 ----------------------
98 ----------------------
98
99
99 news
100 news
100 ++++
101 ++++
101
102
102 - chinese traditional translation
103 - chinese traditional translation
103 - changed setup-app into setup-rhodecode and added arguments for auto-setup
104 - changed setup-app into setup-rhodecode and added arguments for auto-setup
104 mode that doesn't need user interaction
105 mode that doesn't need user interaction
105
106
106 fixes
107 fixes
107 +++++
108 +++++
108
109
109 - fixed no scm found warning
110 - fixed no scm found warning
110 - fixed __future__ import error on rcextensions
111 - fixed __future__ import error on rcextensions
111 - made simplejson required lib for speedup on JSON encoding
112 - made simplejson required lib for speedup on JSON encoding
112 - fixes #449 bad regex could get more than revisions from parsing history
113 - fixes #449 bad regex could get more than revisions from parsing history
113 - don't clear DB session when CELERY_EAGER is turned ON
114 - don't clear DB session when CELERY_EAGER is turned ON
114
115
115 1.3.5 (**2012-05-10**)
116 1.3.5 (**2012-05-10**)
116 ----------------------
117 ----------------------
117
118
118 news
119 news
119 ++++
120 ++++
120
121
121 - use ext_json for json module
122 - use ext_json for json module
122 - unified annotation view with file source view
123 - unified annotation view with file source view
123 - notification improvements, better inbox + css
124 - notification improvements, better inbox + css
124 - #419 don't strip passwords for login forms, make rhodecode
125 - #419 don't strip passwords for login forms, make rhodecode
125 more compatible with LDAP servers
126 more compatible with LDAP servers
126 - Added HTTP_X_FORWARDED_FOR as another method of extracting
127 - Added HTTP_X_FORWARDED_FOR as another method of extracting
127 IP for pull/push logs. - moved all to base controller
128 IP for pull/push logs. - moved all to base controller
128 - #415: Adding comment to changeset causes reload.
129 - #415: Adding comment to changeset causes reload.
129 Comments are now added via ajax and doesn't reload the page
130 Comments are now added via ajax and doesn't reload the page
130 - #374 LDAP config is discarded when LDAP can't be activated
131 - #374 LDAP config is discarded when LDAP can't be activated
131 - limited push/pull operations are now logged for git in the journal
132 - limited push/pull operations are now logged for git in the journal
132 - bumped mercurial to 2.2.X series
133 - bumped mercurial to 2.2.X series
133 - added support for displaying submodules in file-browser
134 - added support for displaying submodules in file-browser
134 - #421 added bookmarks in changelog view
135 - #421 added bookmarks in changelog view
135
136
136 fixes
137 fixes
137 +++++
138 +++++
138
139
139 - fixed dev-version marker for stable when served from source codes
140 - fixed dev-version marker for stable when served from source codes
140 - fixed missing permission checks on show forks page
141 - fixed missing permission checks on show forks page
141 - #418 cast to unicode fixes in notification objects
142 - #418 cast to unicode fixes in notification objects
142 - #426 fixed mention extracting regex
143 - #426 fixed mention extracting regex
143 - fixed remote-pulling for git remotes remopositories
144 - fixed remote-pulling for git remotes remopositories
144 - fixed #434: Error when accessing files or changesets of a git repository
145 - fixed #434: Error when accessing files or changesets of a git repository
145 with submodules
146 with submodules
146 - fixed issue with empty APIKEYS for users after registration ref. #438
147 - fixed issue with empty APIKEYS for users after registration ref. #438
147 - fixed issue with getting README files from git repositories
148 - fixed issue with getting README files from git repositories
148
149
149 1.3.4 (**2012-03-28**)
150 1.3.4 (**2012-03-28**)
150 ----------------------
151 ----------------------
151
152
152 news
153 news
153 ++++
154 ++++
154
155
155 - Whoosh logging is now controlled by the .ini files logging setup
156 - Whoosh logging is now controlled by the .ini files logging setup
156 - added clone-url into edit form on /settings page
157 - added clone-url into edit form on /settings page
157 - added help text into repo add/edit forms
158 - added help text into repo add/edit forms
158 - created rcextensions module with additional mappings (ref #322) and
159 - created rcextensions module with additional mappings (ref #322) and
159 post push/pull/create repo hooks callbacks
160 post push/pull/create repo hooks callbacks
160 - implemented #377 Users view for his own permissions on account page
161 - implemented #377 Users view for his own permissions on account page
161 - #399 added inheritance of permissions for users group on repos groups
162 - #399 added inheritance of permissions for users group on repos groups
162 - #401 repository group is automatically pre-selected when adding repos
163 - #401 repository group is automatically pre-selected when adding repos
163 inside a repository group
164 inside a repository group
164 - added alternative HTTP 403 response when client failed to authenticate. Helps
165 - added alternative HTTP 403 response when client failed to authenticate. Helps
165 solving issues with Mercurial and LDAP
166 solving issues with Mercurial and LDAP
166 - #402 removed group prefix from repository name when listing repositories
167 - #402 removed group prefix from repository name when listing repositories
167 inside a group
168 inside a group
168 - added gravatars into permission view and permissions autocomplete
169 - added gravatars into permission view and permissions autocomplete
169 - #347 when running multiple RhodeCode instances, properly invalidates cache
170 - #347 when running multiple RhodeCode instances, properly invalidates cache
170 for all registered servers
171 for all registered servers
171
172
172 fixes
173 fixes
173 +++++
174 +++++
174
175
175 - fixed #390 cache invalidation problems on repos inside group
176 - fixed #390 cache invalidation problems on repos inside group
176 - fixed #385 clone by ID url was loosing proxy prefix in URL
177 - fixed #385 clone by ID url was loosing proxy prefix in URL
177 - fixed some unicode problems with waitress
178 - fixed some unicode problems with waitress
178 - fixed issue with escaping < and > in changeset commits
179 - fixed issue with escaping < and > in changeset commits
179 - fixed error occurring during recursive group creation in API
180 - fixed error occurring during recursive group creation in API
180 create_repo function
181 create_repo function
181 - fixed #393 py2.5 fixes for routes url generator
182 - fixed #393 py2.5 fixes for routes url generator
182 - fixed #397 Private repository groups shows up before login
183 - fixed #397 Private repository groups shows up before login
183 - fixed #396 fixed problems with revoking users in nested groups
184 - fixed #396 fixed problems with revoking users in nested groups
184 - fixed mysql unicode issues + specified InnoDB as default engine with
185 - fixed mysql unicode issues + specified InnoDB as default engine with
185 utf8 charset
186 utf8 charset
186 - #406 trim long branch/tag names in changelog to not break UI
187 - #406 trim long branch/tag names in changelog to not break UI
187
188
188 1.3.3 (**2012-03-02**)
189 1.3.3 (**2012-03-02**)
189 ----------------------
190 ----------------------
190
191
191 news
192 news
192 ++++
193 ++++
193
194
194
195
195 fixes
196 fixes
196 +++++
197 +++++
197
198
198 - fixed some python2.5 compatibility issues
199 - fixed some python2.5 compatibility issues
199 - fixed issues with removed repos was accidentally added as groups, after
200 - fixed issues with removed repos was accidentally added as groups, after
200 full rescan of paths
201 full rescan of paths
201 - fixes #376 Cannot edit user (using container auth)
202 - fixes #376 Cannot edit user (using container auth)
202 - fixes #378 Invalid image urls on changeset screen with proxy-prefix
203 - fixes #378 Invalid image urls on changeset screen with proxy-prefix
203 configuration
204 configuration
204 - fixed initial sorting of repos inside repo group
205 - fixed initial sorting of repos inside repo group
205 - fixes issue when user tried to resubmit same permission into user/user_groups
206 - fixes issue when user tried to resubmit same permission into user/user_groups
206 - bumped beaker version that fixes #375 leap error bug
207 - bumped beaker version that fixes #375 leap error bug
207 - fixed raw_changeset for git. It was generated with hg patch headers
208 - fixed raw_changeset for git. It was generated with hg patch headers
208 - fixed vcs issue with last_changeset for filenodes
209 - fixed vcs issue with last_changeset for filenodes
209 - fixed missing commit after hook delete
210 - fixed missing commit after hook delete
210 - fixed #372 issues with git operation detection that caused a security issue
211 - fixed #372 issues with git operation detection that caused a security issue
211 for git repos
212 for git repos
212
213
213 1.3.2 (**2012-02-28**)
214 1.3.2 (**2012-02-28**)
214 ----------------------
215 ----------------------
215
216
216 news
217 news
217 ++++
218 ++++
218
219
219
220
220 fixes
221 fixes
221 +++++
222 +++++
222
223
223 - fixed git protocol issues with repos-groups
224 - fixed git protocol issues with repos-groups
224 - fixed git remote repos validator that prevented from cloning remote git repos
225 - fixed git remote repos validator that prevented from cloning remote git repos
225 - fixes #370 ending slashes fixes for repo and groups
226 - fixes #370 ending slashes fixes for repo and groups
226 - fixes #368 improved git-protocol detection to handle other clients
227 - fixes #368 improved git-protocol detection to handle other clients
227 - fixes #366 When Setting Repository Group To Blank Repo Group Wont Be
228 - fixes #366 When Setting Repository Group To Blank Repo Group Wont Be
228 Moved To Root
229 Moved To Root
229 - fixes #371 fixed issues with beaker/sqlalchemy and non-ascii cache keys
230 - fixes #371 fixed issues with beaker/sqlalchemy and non-ascii cache keys
230 - fixed #373 missing cascade drop on user_group_to_perm table
231 - fixed #373 missing cascade drop on user_group_to_perm table
231
232
232 1.3.1 (**2012-02-27**)
233 1.3.1 (**2012-02-27**)
233 ----------------------
234 ----------------------
234
235
235 news
236 news
236 ++++
237 ++++
237
238
238
239
239 fixes
240 fixes
240 +++++
241 +++++
241
242
242 - redirection loop occurs when remember-me wasn't checked during login
243 - redirection loop occurs when remember-me wasn't checked during login
243 - fixes issues with git blob history generation
244 - fixes issues with git blob history generation
244 - don't fetch branch for git in file history dropdown. Causes unneeded slowness
245 - don't fetch branch for git in file history dropdown. Causes unneeded slowness
245
246
246 1.3.0 (**2012-02-26**)
247 1.3.0 (**2012-02-26**)
247 ----------------------
248 ----------------------
248
249
249 news
250 news
250 ++++
251 ++++
251
252
252 - code review, inspired by github code-comments
253 - code review, inspired by github code-comments
253 - #215 rst and markdown README files support
254 - #215 rst and markdown README files support
254 - #252 Container-based and proxy pass-through authentication support
255 - #252 Container-based and proxy pass-through authentication support
255 - #44 branch browser. Filtering of changelog by branches
256 - #44 branch browser. Filtering of changelog by branches
256 - mercurial bookmarks support
257 - mercurial bookmarks support
257 - new hover top menu, optimized to add maximum size for important views
258 - new hover top menu, optimized to add maximum size for important views
258 - configurable clone url template with possibility to specify protocol like
259 - configurable clone url template with possibility to specify protocol like
259 ssh:// or http:// and also manually alter other parts of clone_url.
260 ssh:// or http:// and also manually alter other parts of clone_url.
260 - enabled largefiles extension by default
261 - enabled largefiles extension by default
261 - optimized summary file pages and saved a lot of unused space in them
262 - optimized summary file pages and saved a lot of unused space in them
262 - #239 option to manually mark repository as fork
263 - #239 option to manually mark repository as fork
263 - #320 mapping of commit authors to RhodeCode users
264 - #320 mapping of commit authors to RhodeCode users
264 - #304 hashes are displayed using monospace font
265 - #304 hashes are displayed using monospace font
265 - diff configuration, toggle white lines and context lines
266 - diff configuration, toggle white lines and context lines
266 - #307 configurable diffs, whitespace toggle, increasing context lines
267 - #307 configurable diffs, whitespace toggle, increasing context lines
267 - sorting on branches, tags and bookmarks using YUI datatable
268 - sorting on branches, tags and bookmarks using YUI datatable
268 - improved file filter on files page
269 - improved file filter on files page
269 - implements #330 api method for listing nodes ar particular revision
270 - implements #330 api method for listing nodes ar particular revision
270 - #73 added linking issues in commit messages to chosen issue tracker url
271 - #73 added linking issues in commit messages to chosen issue tracker url
271 based on user defined regular expression
272 based on user defined regular expression
272 - added linking of changesets in commit messages
273 - added linking of changesets in commit messages
273 - new compact changelog with expandable commit messages
274 - new compact changelog with expandable commit messages
274 - firstname and lastname are optional in user creation
275 - firstname and lastname are optional in user creation
275 - #348 added post-create repository hook
276 - #348 added post-create repository hook
276 - #212 global encoding settings is now configurable from .ini files
277 - #212 global encoding settings is now configurable from .ini files
277 - #227 added repository groups permissions
278 - #227 added repository groups permissions
278 - markdown gets codehilite extensions
279 - markdown gets codehilite extensions
279 - new API methods, delete_repositories, grante/revoke permissions for groups
280 - new API methods, delete_repositories, grante/revoke permissions for groups
280 and repos
281 and repos
281
282
282
283
283 fixes
284 fixes
284 +++++
285 +++++
285
286
286 - rewrote dbsession management for atomic operations, and better error handling
287 - rewrote dbsession management for atomic operations, and better error handling
287 - fixed sorting of repo tables
288 - fixed sorting of repo tables
288 - #326 escape of special html entities in diffs
289 - #326 escape of special html entities in diffs
289 - normalized user_name => username in api attributes
290 - normalized user_name => username in api attributes
290 - fixes #298 ldap created users with mixed case emails created conflicts
291 - fixes #298 ldap created users with mixed case emails created conflicts
291 on saving a form
292 on saving a form
292 - fixes issue when owner of a repo couldn't revoke permissions for users
293 - fixes issue when owner of a repo couldn't revoke permissions for users
293 and groups
294 and groups
294 - fixes #271 rare JSON serialization problem with statistics
295 - fixes #271 rare JSON serialization problem with statistics
295 - fixes #337 missing validation check for conflicting names of a group with a
296 - fixes #337 missing validation check for conflicting names of a group with a
296 repositories group
297 repositories group
297 - #340 fixed session problem for mysql and celery tasks
298 - #340 fixed session problem for mysql and celery tasks
298 - fixed #331 RhodeCode mangles repository names if the a repository group
299 - fixed #331 RhodeCode mangles repository names if the a repository group
299 contains the "full path" to the repositories
300 contains the "full path" to the repositories
300 - #355 RhodeCode doesn't store encrypted LDAP passwords
301 - #355 RhodeCode doesn't store encrypted LDAP passwords
301
302
302 1.2.5 (**2012-01-28**)
303 1.2.5 (**2012-01-28**)
303 ----------------------
304 ----------------------
304
305
305 news
306 news
306 ++++
307 ++++
307
308
308 fixes
309 fixes
309 +++++
310 +++++
310
311
311 - #340 Celery complains about MySQL server gone away, added session cleanup
312 - #340 Celery complains about MySQL server gone away, added session cleanup
312 for celery tasks
313 for celery tasks
313 - #341 "scanning for repositories in None" log message during Rescan was missing
314 - #341 "scanning for repositories in None" log message during Rescan was missing
314 a parameter
315 a parameter
315 - fixed creating archives with subrepos. Some hooks were triggered during that
316 - fixed creating archives with subrepos. Some hooks were triggered during that
316 operation leading to crash.
317 operation leading to crash.
317 - fixed missing email in account page.
318 - fixed missing email in account page.
318 - Reverted Mercurial to 2.0.1 for windows due to bug in Mercurial that makes
319 - Reverted Mercurial to 2.0.1 for windows due to bug in Mercurial that makes
319 forking on windows impossible
320 forking on windows impossible
320
321
321 1.2.4 (**2012-01-19**)
322 1.2.4 (**2012-01-19**)
322 ----------------------
323 ----------------------
323
324
324 news
325 news
325 ++++
326 ++++
326
327
327 - RhodeCode is bundled with mercurial series 2.0.X by default, with
328 - RhodeCode is bundled with mercurial series 2.0.X by default, with
328 full support to largefiles extension. Enabled by default in new installations
329 full support to largefiles extension. Enabled by default in new installations
329 - #329 Ability to Add/Remove Groups to/from a Repository via AP
330 - #329 Ability to Add/Remove Groups to/from a Repository via AP
330 - added requires.txt file with requirements
331 - added requires.txt file with requirements
331
332
332 fixes
333 fixes
333 +++++
334 +++++
334
335
335 - fixes db session issues with celery when emailing admins
336 - fixes db session issues with celery when emailing admins
336 - #331 RhodeCode mangles repository names if the a repository group
337 - #331 RhodeCode mangles repository names if the a repository group
337 contains the "full path" to the repositories
338 contains the "full path" to the repositories
338 - #298 Conflicting e-mail addresses for LDAP and RhodeCode users
339 - #298 Conflicting e-mail addresses for LDAP and RhodeCode users
339 - DB session cleanup after hg protocol operations, fixes issues with
340 - DB session cleanup after hg protocol operations, fixes issues with
340 `mysql has gone away` errors
341 `mysql has gone away` errors
341 - #333 doc fixes for get_repo api function
342 - #333 doc fixes for get_repo api function
342 - #271 rare JSON serialization problem with statistics enabled
343 - #271 rare JSON serialization problem with statistics enabled
343 - #337 Fixes issues with validation of repository name conflicting with
344 - #337 Fixes issues with validation of repository name conflicting with
344 a group name. A proper message is now displayed.
345 a group name. A proper message is now displayed.
345 - #292 made ldap_dn in user edit readonly, to get rid of confusion that field
346 - #292 made ldap_dn in user edit readonly, to get rid of confusion that field
346 doesn't work
347 doesn't work
347 - #316 fixes issues with web description in hgrc files
348 - #316 fixes issues with web description in hgrc files
348
349
349 1.2.3 (**2011-11-02**)
350 1.2.3 (**2011-11-02**)
350 ----------------------
351 ----------------------
351
352
352 news
353 news
353 ++++
354 ++++
354
355
355 - added option to manage repos group for non admin users
356 - added option to manage repos group for non admin users
356 - added following API methods for get_users, create_user, get_users_groups,
357 - added following API methods for get_users, create_user, get_users_groups,
357 get_users_group, create_users_group, add_user_to_users_groups, get_repos,
358 get_users_group, create_users_group, add_user_to_users_groups, get_repos,
358 get_repo, create_repo, add_user_to_repo
359 get_repo, create_repo, add_user_to_repo
359 - implements #237 added password confirmation for my account
360 - implements #237 added password confirmation for my account
360 and admin edit user.
361 and admin edit user.
361 - implements #291 email notification for global events are now sent to all
362 - implements #291 email notification for global events are now sent to all
362 administrator users, and global config email.
363 administrator users, and global config email.
363
364
364 fixes
365 fixes
365 +++++
366 +++++
366
367
367 - added option for passing auth method for smtp mailer
368 - added option for passing auth method for smtp mailer
368 - #276 issue with adding a single user with id>10 to usergroups
369 - #276 issue with adding a single user with id>10 to usergroups
369 - #277 fixes windows LDAP settings in which missing values breaks the ldap auth
370 - #277 fixes windows LDAP settings in which missing values breaks the ldap auth
370 - #288 fixes managing of repos in a group for non admin user
371 - #288 fixes managing of repos in a group for non admin user
371
372
372 1.2.2 (**2011-10-17**)
373 1.2.2 (**2011-10-17**)
373 ----------------------
374 ----------------------
374
375
375 news
376 news
376 ++++
377 ++++
377
378
378 - #226 repo groups are available by path instead of numerical id
379 - #226 repo groups are available by path instead of numerical id
379
380
380 fixes
381 fixes
381 +++++
382 +++++
382
383
383 - #259 Groups with the same name but with different parent group
384 - #259 Groups with the same name but with different parent group
384 - #260 Put repo in group, then move group to another group -> repo becomes unavailable
385 - #260 Put repo in group, then move group to another group -> repo becomes unavailable
385 - #258 RhodeCode 1.2 assumes egg folder is writable (lockfiles problems)
386 - #258 RhodeCode 1.2 assumes egg folder is writable (lockfiles problems)
386 - #265 ldap save fails sometimes on converting attributes to booleans,
387 - #265 ldap save fails sometimes on converting attributes to booleans,
387 added getter and setter into model that will prevent from this on db model level
388 added getter and setter into model that will prevent from this on db model level
388 - fixed problems with timestamps issues #251 and #213
389 - fixed problems with timestamps issues #251 and #213
389 - fixes #266 RhodeCode allows to create repo with the same name and in
390 - fixes #266 RhodeCode allows to create repo with the same name and in
390 the same parent as group
391 the same parent as group
391 - fixes #245 Rescan of the repositories on Windows
392 - fixes #245 Rescan of the repositories on Windows
392 - fixes #248 cannot edit repos inside a group on windows
393 - fixes #248 cannot edit repos inside a group on windows
393 - fixes #219 forking problems on windows
394 - fixes #219 forking problems on windows
394
395
395 1.2.1 (**2011-10-08**)
396 1.2.1 (**2011-10-08**)
396 ----------------------
397 ----------------------
397
398
398 news
399 news
399 ++++
400 ++++
400
401
401
402
402 fixes
403 fixes
403 +++++
404 +++++
404
405
405 - fixed problems with basic auth and push problems
406 - fixed problems with basic auth and push problems
406 - gui fixes
407 - gui fixes
407 - fixed logger
408 - fixed logger
408
409
409 1.2.0 (**2011-10-07**)
410 1.2.0 (**2011-10-07**)
410 ----------------------
411 ----------------------
411
412
412 news
413 news
413 ++++
414 ++++
414
415
415 - implemented #47 repository groups
416 - implemented #47 repository groups
416 - implemented #89 Can setup google analytics code from settings menu
417 - implemented #89 Can setup google analytics code from settings menu
417 - implemented #91 added nicer looking archive urls with more download options
418 - implemented #91 added nicer looking archive urls with more download options
418 like tags, branches
419 like tags, branches
419 - implemented #44 into file browsing, and added follow branch option
420 - implemented #44 into file browsing, and added follow branch option
420 - implemented #84 downloads can be enabled/disabled for each repository
421 - implemented #84 downloads can be enabled/disabled for each repository
421 - anonymous repository can be cloned without having to pass default:default
422 - anonymous repository can be cloned without having to pass default:default
422 into clone url
423 into clone url
423 - fixed #90 whoosh indexer can index chooses repositories passed in command
424 - fixed #90 whoosh indexer can index chooses repositories passed in command
424 line
425 line
425 - extended journal with day aggregates and paging
426 - extended journal with day aggregates and paging
426 - implemented #107 source code lines highlight ranges
427 - implemented #107 source code lines highlight ranges
427 - implemented #93 customizable changelog on combined revision ranges -
428 - implemented #93 customizable changelog on combined revision ranges -
428 equivalent of githubs compare view
429 equivalent of githubs compare view
429 - implemented #108 extended and more powerful LDAP configuration
430 - implemented #108 extended and more powerful LDAP configuration
430 - implemented #56 users groups
431 - implemented #56 users groups
431 - major code rewrites optimized codes for speed and memory usage
432 - major code rewrites optimized codes for speed and memory usage
432 - raw and diff downloads are now in git format
433 - raw and diff downloads are now in git format
433 - setup command checks for write access to given path
434 - setup command checks for write access to given path
434 - fixed many issues with international characters and unicode. It uses utf8
435 - fixed many issues with international characters and unicode. It uses utf8
435 decode with replace to provide less errors even with non utf8 encoded strings
436 decode with replace to provide less errors even with non utf8 encoded strings
436 - #125 added API KEY access to feeds
437 - #125 added API KEY access to feeds
437 - #109 Repository can be created from external Mercurial link (aka. remote
438 - #109 Repository can be created from external Mercurial link (aka. remote
438 repository, and manually updated (via pull) from admin panel
439 repository, and manually updated (via pull) from admin panel
439 - beta git support - push/pull server + basic view for git repos
440 - beta git support - push/pull server + basic view for git repos
440 - added followers page and forks page
441 - added followers page and forks page
441 - server side file creation (with binary file upload interface)
442 - server side file creation (with binary file upload interface)
442 and edition with commits powered by codemirror
443 and edition with commits powered by codemirror
443 - #111 file browser file finder, quick lookup files on whole file tree
444 - #111 file browser file finder, quick lookup files on whole file tree
444 - added quick login sliding menu into main page
445 - added quick login sliding menu into main page
445 - changelog uses lazy loading of affected files details, in some scenarios
446 - changelog uses lazy loading of affected files details, in some scenarios
446 this can improve speed of changelog page dramatically especially for
447 this can improve speed of changelog page dramatically especially for
447 larger repositories.
448 larger repositories.
448 - implements #214 added support for downloading subrepos in download menu.
449 - implements #214 added support for downloading subrepos in download menu.
449 - Added basic API for direct operations on rhodecode via JSON
450 - Added basic API for direct operations on rhodecode via JSON
450 - Implemented advanced hook management
451 - Implemented advanced hook management
451
452
452 fixes
453 fixes
453 +++++
454 +++++
454
455
455 - fixed file browser bug, when switching into given form revision the url was
456 - fixed file browser bug, when switching into given form revision the url was
456 not changing
457 not changing
457 - fixed propagation to error controller on simplehg and simplegit middlewares
458 - fixed propagation to error controller on simplehg and simplegit middlewares
458 - fixed error when trying to make a download on empty repository
459 - fixed error when trying to make a download on empty repository
459 - fixed problem with '[' chars in commit messages in journal
460 - fixed problem with '[' chars in commit messages in journal
460 - fixed #99 Unicode errors, on file node paths with non utf-8 characters
461 - fixed #99 Unicode errors, on file node paths with non utf-8 characters
461 - journal fork fixes
462 - journal fork fixes
462 - removed issue with space inside renamed repository after deletion
463 - removed issue with space inside renamed repository after deletion
463 - fixed strange issue on formencode imports
464 - fixed strange issue on formencode imports
464 - fixed #126 Deleting repository on Windows, rename used incompatible chars.
465 - fixed #126 Deleting repository on Windows, rename used incompatible chars.
465 - #150 fixes for errors on repositories mapped in db but corrupted in
466 - #150 fixes for errors on repositories mapped in db but corrupted in
466 filesystem
467 filesystem
467 - fixed problem with ascendant characters in realm #181
468 - fixed problem with ascendant characters in realm #181
468 - fixed problem with sqlite file based database connection pool
469 - fixed problem with sqlite file based database connection pool
469 - whoosh indexer and code stats share the same dynamic extensions map
470 - whoosh indexer and code stats share the same dynamic extensions map
470 - fixes #188 - relationship delete of repo_to_perm entry on user removal
471 - fixes #188 - relationship delete of repo_to_perm entry on user removal
471 - fixes issue #189 Trending source files shows "show more" when no more exist
472 - fixes issue #189 Trending source files shows "show more" when no more exist
472 - fixes issue #197 Relative paths for pidlocks
473 - fixes issue #197 Relative paths for pidlocks
473 - fixes issue #198 password will require only 3 chars now for login form
474 - fixes issue #198 password will require only 3 chars now for login form
474 - fixes issue #199 wrong redirection for non admin users after creating a repository
475 - fixes issue #199 wrong redirection for non admin users after creating a repository
475 - fixes issues #202, bad db constraint made impossible to attach same group
476 - fixes issues #202, bad db constraint made impossible to attach same group
476 more than one time. Affects only mysql/postgres
477 more than one time. Affects only mysql/postgres
477 - fixes #218 os.kill patch for windows was missing sig param
478 - fixes #218 os.kill patch for windows was missing sig param
478 - improved rendering of dag (they are not trimmed anymore when number of
479 - improved rendering of dag (they are not trimmed anymore when number of
479 heads exceeds 5)
480 heads exceeds 5)
480
481
481 1.1.8 (**2011-04-12**)
482 1.1.8 (**2011-04-12**)
482 ----------------------
483 ----------------------
483
484
484 news
485 news
485 ++++
486 ++++
486
487
487 - improved windows support
488 - improved windows support
488
489
489 fixes
490 fixes
490 +++++
491 +++++
491
492
492 - fixed #140 freeze of python dateutil library, since new version is python2.x
493 - fixed #140 freeze of python dateutil library, since new version is python2.x
493 incompatible
494 incompatible
494 - setup-app will check for write permission in given path
495 - setup-app will check for write permission in given path
495 - cleaned up license info issue #149
496 - cleaned up license info issue #149
496 - fixes for issues #137,#116 and problems with unicode and accented characters.
497 - fixes for issues #137,#116 and problems with unicode and accented characters.
497 - fixes crashes on gravatar, when passed in email as unicode
498 - fixes crashes on gravatar, when passed in email as unicode
498 - fixed tooltip flickering problems
499 - fixed tooltip flickering problems
499 - fixed came_from redirection on windows
500 - fixed came_from redirection on windows
500 - fixed logging modules, and sql formatters
501 - fixed logging modules, and sql formatters
501 - windows fixes for os.kill issue #133
502 - windows fixes for os.kill issue #133
502 - fixes path splitting for windows issues #148
503 - fixes path splitting for windows issues #148
503 - fixed issue #143 wrong import on migration to 1.1.X
504 - fixed issue #143 wrong import on migration to 1.1.X
504 - fixed problems with displaying binary files, thanks to Thomas Waldmann
505 - fixed problems with displaying binary files, thanks to Thomas Waldmann
505 - removed name from archive files since it's breaking ui for long repo names
506 - removed name from archive files since it's breaking ui for long repo names
506 - fixed issue with archive headers sent to browser, thanks to Thomas Waldmann
507 - fixed issue with archive headers sent to browser, thanks to Thomas Waldmann
507 - fixed compatibility for 1024px displays, and larger dpi settings, thanks to
508 - fixed compatibility for 1024px displays, and larger dpi settings, thanks to
508 Thomas Waldmann
509 Thomas Waldmann
509 - fixed issue #166 summary pager was skipping 10 revisions on second page
510 - fixed issue #166 summary pager was skipping 10 revisions on second page
510
511
511
512
512 1.1.7 (**2011-03-23**)
513 1.1.7 (**2011-03-23**)
513 ----------------------
514 ----------------------
514
515
515 news
516 news
516 ++++
517 ++++
517
518
518 fixes
519 fixes
519 +++++
520 +++++
520
521
521 - fixed (again) #136 installation support for FreeBSD
522 - fixed (again) #136 installation support for FreeBSD
522
523
523
524
524 1.1.6 (**2011-03-21**)
525 1.1.6 (**2011-03-21**)
525 ----------------------
526 ----------------------
526
527
527 news
528 news
528 ++++
529 ++++
529
530
530 fixes
531 fixes
531 +++++
532 +++++
532
533
533 - fixed #136 installation support for FreeBSD
534 - fixed #136 installation support for FreeBSD
534 - RhodeCode will check for python version during installation
535 - RhodeCode will check for python version during installation
535
536
536 1.1.5 (**2011-03-17**)
537 1.1.5 (**2011-03-17**)
537 ----------------------
538 ----------------------
538
539
539 news
540 news
540 ++++
541 ++++
541
542
542 - basic windows support, by exchanging pybcrypt into sha256 for windows only
543 - basic windows support, by exchanging pybcrypt into sha256 for windows only
543 highly inspired by idea of mantis406
544 highly inspired by idea of mantis406
544
545
545 fixes
546 fixes
546 +++++
547 +++++
547
548
548 - fixed sorting by author in main page
549 - fixed sorting by author in main page
549 - fixed crashes with diffs on binary files
550 - fixed crashes with diffs on binary files
550 - fixed #131 problem with boolean values for LDAP
551 - fixed #131 problem with boolean values for LDAP
551 - fixed #122 mysql problems thanks to striker69
552 - fixed #122 mysql problems thanks to striker69
552 - fixed problem with errors on calling raw/raw_files/annotate functions
553 - fixed problem with errors on calling raw/raw_files/annotate functions
553 with unknown revisions
554 with unknown revisions
554 - fixed returned rawfiles attachment names with international character
555 - fixed returned rawfiles attachment names with international character
555 - cleaned out docs, big thanks to Jason Harris
556 - cleaned out docs, big thanks to Jason Harris
556
557
557 1.1.4 (**2011-02-19**)
558 1.1.4 (**2011-02-19**)
558 ----------------------
559 ----------------------
559
560
560 news
561 news
561 ++++
562 ++++
562
563
563 fixes
564 fixes
564 +++++
565 +++++
565
566
566 - fixed formencode import problem on settings page, that caused server crash
567 - fixed formencode import problem on settings page, that caused server crash
567 when that page was accessed as first after server start
568 when that page was accessed as first after server start
568 - journal fixes
569 - journal fixes
569 - fixed option to access repository just by entering http://server/<repo_name>
570 - fixed option to access repository just by entering http://server/<repo_name>
570
571
571 1.1.3 (**2011-02-16**)
572 1.1.3 (**2011-02-16**)
572 ----------------------
573 ----------------------
573
574
574 news
575 news
575 ++++
576 ++++
576
577
577 - implemented #102 allowing the '.' character in username
578 - implemented #102 allowing the '.' character in username
578 - added option to access repository just by entering http://server/<repo_name>
579 - added option to access repository just by entering http://server/<repo_name>
579 - celery task ignores result for better performance
580 - celery task ignores result for better performance
580
581
581 fixes
582 fixes
582 +++++
583 +++++
583
584
584 - fixed ehlo command and non auth mail servers on smtp_lib. Thanks to
585 - fixed ehlo command and non auth mail servers on smtp_lib. Thanks to
585 apollo13 and Johan Walles
586 apollo13 and Johan Walles
586 - small fixes in journal
587 - small fixes in journal
587 - fixed problems with getting setting for celery from .ini files
588 - fixed problems with getting setting for celery from .ini files
588 - registration, password reset and login boxes share the same title as main
589 - registration, password reset and login boxes share the same title as main
589 application now
590 application now
590 - fixed #113: to high permissions to fork repository
591 - fixed #113: to high permissions to fork repository
591 - fixed problem with '[' chars in commit messages in journal
592 - fixed problem with '[' chars in commit messages in journal
592 - removed issue with space inside renamed repository after deletion
593 - removed issue with space inside renamed repository after deletion
593 - db transaction fixes when filesystem repository creation failed
594 - db transaction fixes when filesystem repository creation failed
594 - fixed #106 relation issues on databases different than sqlite
595 - fixed #106 relation issues on databases different than sqlite
595 - fixed static files paths links to use of url() method
596 - fixed static files paths links to use of url() method
596
597
597 1.1.2 (**2011-01-12**)
598 1.1.2 (**2011-01-12**)
598 ----------------------
599 ----------------------
599
600
600 news
601 news
601 ++++
602 ++++
602
603
603
604
604 fixes
605 fixes
605 +++++
606 +++++
606
607
607 - fixes #98 protection against float division of percentage stats
608 - fixes #98 protection against float division of percentage stats
608 - fixed graph bug
609 - fixed graph bug
609 - forced webhelpers version since it was making troubles during installation
610 - forced webhelpers version since it was making troubles during installation
610
611
611 1.1.1 (**2011-01-06**)
612 1.1.1 (**2011-01-06**)
612 ----------------------
613 ----------------------
613
614
614 news
615 news
615 ++++
616 ++++
616
617
617 - added force https option into ini files for easier https usage (no need to
618 - added force https option into ini files for easier https usage (no need to
618 set server headers with this options)
619 set server headers with this options)
619 - small css updates
620 - small css updates
620
621
621 fixes
622 fixes
622 +++++
623 +++++
623
624
624 - fixed #96 redirect loop on files view on repositories without changesets
625 - fixed #96 redirect loop on files view on repositories without changesets
625 - fixed #97 unicode string passed into server header in special cases (mod_wsgi)
626 - fixed #97 unicode string passed into server header in special cases (mod_wsgi)
626 and server crashed with errors
627 and server crashed with errors
627 - fixed large tooltips problems on main page
628 - fixed large tooltips problems on main page
628 - fixed #92 whoosh indexer is more error proof
629 - fixed #92 whoosh indexer is more error proof
629
630
630 1.1.0 (**2010-12-18**)
631 1.1.0 (**2010-12-18**)
631 ----------------------
632 ----------------------
632
633
633 news
634 news
634 ++++
635 ++++
635
636
636 - rewrite of internals for vcs >=0.1.10
637 - rewrite of internals for vcs >=0.1.10
637 - uses mercurial 1.7 with dotencode disabled for maintaining compatibility
638 - uses mercurial 1.7 with dotencode disabled for maintaining compatibility
638 with older clients
639 with older clients
639 - anonymous access, authentication via ldap
640 - anonymous access, authentication via ldap
640 - performance upgrade for cached repos list - each repository has its own
641 - performance upgrade for cached repos list - each repository has its own
641 cache that's invalidated when needed.
642 cache that's invalidated when needed.
642 - performance upgrades on repositories with large amount of commits (20K+)
643 - performance upgrades on repositories with large amount of commits (20K+)
643 - main page quick filter for filtering repositories
644 - main page quick filter for filtering repositories
644 - user dashboards with ability to follow chosen repositories actions
645 - user dashboards with ability to follow chosen repositories actions
645 - sends email to admin on new user registration
646 - sends email to admin on new user registration
646 - added cache/statistics reset options into repository settings
647 - added cache/statistics reset options into repository settings
647 - more detailed action logger (based on hooks) with pushed changesets lists
648 - more detailed action logger (based on hooks) with pushed changesets lists
648 and options to disable those hooks from admin panel
649 and options to disable those hooks from admin panel
649 - introduced new enhanced changelog for merges that shows more accurate results
650 - introduced new enhanced changelog for merges that shows more accurate results
650 - new improved and faster code stats (based on pygments lexers mapping tables,
651 - new improved and faster code stats (based on pygments lexers mapping tables,
651 showing up to 10 trending sources for each repository. Additionally stats
652 showing up to 10 trending sources for each repository. Additionally stats
652 can be disabled in repository settings.
653 can be disabled in repository settings.
653 - gui optimizations, fixed application width to 1024px
654 - gui optimizations, fixed application width to 1024px
654 - added cut off (for large files/changesets) limit into config files
655 - added cut off (for large files/changesets) limit into config files
655 - whoosh, celeryd, upgrade moved to paster command
656 - whoosh, celeryd, upgrade moved to paster command
656 - other than sqlite database backends can be used
657 - other than sqlite database backends can be used
657
658
658 fixes
659 fixes
659 +++++
660 +++++
660
661
661 - fixes #61 forked repo was showing only after cache expired
662 - fixes #61 forked repo was showing only after cache expired
662 - fixes #76 no confirmation on user deletes
663 - fixes #76 no confirmation on user deletes
663 - fixes #66 Name field misspelled
664 - fixes #66 Name field misspelled
664 - fixes #72 block user removal when he owns repositories
665 - fixes #72 block user removal when he owns repositories
665 - fixes #69 added password confirmation fields
666 - fixes #69 added password confirmation fields
666 - fixes #87 RhodeCode crashes occasionally on updating repository owner
667 - fixes #87 RhodeCode crashes occasionally on updating repository owner
667 - fixes #82 broken annotations on files with more than 1 blank line at the end
668 - fixes #82 broken annotations on files with more than 1 blank line at the end
668 - a lot of fixes and tweaks for file browser
669 - a lot of fixes and tweaks for file browser
669 - fixed detached session issues
670 - fixed detached session issues
670 - fixed when user had no repos he would see all repos listed in my account
671 - fixed when user had no repos he would see all repos listed in my account
671 - fixed ui() instance bug when global hgrc settings was loaded for server
672 - fixed ui() instance bug when global hgrc settings was loaded for server
672 instance and all hgrc options were merged with our db ui() object
673 instance and all hgrc options were merged with our db ui() object
673 - numerous small bugfixes
674 - numerous small bugfixes
674
675
675 (special thanks for TkSoh for detailed feedback)
676 (special thanks for TkSoh for detailed feedback)
676
677
677
678
678 1.0.2 (**2010-11-12**)
679 1.0.2 (**2010-11-12**)
679 ----------------------
680 ----------------------
680
681
681 news
682 news
682 ++++
683 ++++
683
684
684 - tested under python2.7
685 - tested under python2.7
685 - bumped sqlalchemy and celery versions
686 - bumped sqlalchemy and celery versions
686
687
687 fixes
688 fixes
688 +++++
689 +++++
689
690
690 - fixed #59 missing graph.js
691 - fixed #59 missing graph.js
691 - fixed repo_size crash when repository had broken symlinks
692 - fixed repo_size crash when repository had broken symlinks
692 - fixed python2.5 crashes.
693 - fixed python2.5 crashes.
693
694
694
695
695 1.0.1 (**2010-11-10**)
696 1.0.1 (**2010-11-10**)
696 ----------------------
697 ----------------------
697
698
698 news
699 news
699 ++++
700 ++++
700
701
701 - small css updated
702 - small css updated
702
703
703 fixes
704 fixes
704 +++++
705 +++++
705
706
706 - fixed #53 python2.5 incompatible enumerate calls
707 - fixed #53 python2.5 incompatible enumerate calls
707 - fixed #52 disable mercurial extension for web
708 - fixed #52 disable mercurial extension for web
708 - fixed #51 deleting repositories don't delete it's dependent objects
709 - fixed #51 deleting repositories don't delete it's dependent objects
709
710
710
711
711 1.0.0 (**2010-11-02**)
712 1.0.0 (**2010-11-02**)
712 ----------------------
713 ----------------------
713
714
714 - security bugfix simplehg wasn't checking for permissions on commands
715 - security bugfix simplehg wasn't checking for permissions on commands
715 other than pull or push.
716 other than pull or push.
716 - fixed doubled messages after push or pull in admin journal
717 - fixed doubled messages after push or pull in admin journal
717 - templating and css corrections, fixed repo switcher on chrome, updated titles
718 - templating and css corrections, fixed repo switcher on chrome, updated titles
718 - admin menu accessible from options menu on repository view
719 - admin menu accessible from options menu on repository view
719 - permissions cached queries
720 - permissions cached queries
720
721
721 1.0.0rc4 (**2010-10-12**)
722 1.0.0rc4 (**2010-10-12**)
722 --------------------------
723 --------------------------
723
724
724 - fixed python2.5 missing simplejson imports (thanks to Jens Bäckman)
725 - fixed python2.5 missing simplejson imports (thanks to Jens Bäckman)
725 - removed cache_manager settings from sqlalchemy meta
726 - removed cache_manager settings from sqlalchemy meta
726 - added sqlalchemy cache settings to ini files
727 - added sqlalchemy cache settings to ini files
727 - validated password length and added second try of failure on paster setup-app
728 - validated password length and added second try of failure on paster setup-app
728 - fixed setup database destroy prompt even when there was no db
729 - fixed setup database destroy prompt even when there was no db
729
730
730
731
731 1.0.0rc3 (**2010-10-11**)
732 1.0.0rc3 (**2010-10-11**)
732 -------------------------
733 -------------------------
733
734
734 - fixed i18n during installation.
735 - fixed i18n during installation.
735
736
736 1.0.0rc2 (**2010-10-11**)
737 1.0.0rc2 (**2010-10-11**)
737 -------------------------
738 -------------------------
738
739
739 - Disabled dirsize in file browser, it's causing nasty bug when dir renames
740 - Disabled dirsize in file browser, it's causing nasty bug when dir renames
740 occure. After vcs is fixed it'll be put back again.
741 occure. After vcs is fixed it'll be put back again.
741 - templating/css rewrites, optimized css. No newline at end of file
742 - templating/css rewrites, optimized css.
General Comments 0
You need to be logged in to leave comments. Login now