Opened 10 years ago
Closed 9 years ago
#12065 closed task (fixed)
Release Trac 1.0.7 / 1.1.6
Reported by: | anonymous | Owned by: | Ryan J Ollos |
---|---|---|---|
Priority: | normal | Milestone: | 1.0.7 |
Component: | general | Version: | |
Severity: | normal | Keywords: | release |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description (last modified by )
Attachments (0)
Change History (12)
follow-up: 3 comment:1 by , 10 years ago
comment:2 by , 10 years ago
Description: | modified (diff) |
---|
comment:3 by , 10 years ago
Replying to rjollos:
The following deprecated code is proposed to be removed in 1.1.6: tags/trac-1.0.4/trac/ticket/web_ui.py@:115-127#L112.
I got mixed up, sorry about that. The code has already been removed by milestone:1.1.5.
follow-up: 5 comment:4 by , 9 years ago
Jun, I saw you added the Transifex charts to milestone:1.0.6 and milestone:1.1.5. Thanks! Where did you download the images from? Previously I would follow the link on the chart, but a JavaScript chart is rendered now rather than a PNG.
comment:5 by , 9 years ago
Well, at the time, I just downloaded the image from https://www.transifex.com/projects/p/trac/resource/1_0-stable-messages-pot/chart/image_png, is used in milestone:1.0.7.
Image charts are described in https://www.transifex.com/projects/p/trac/widgets/.
comment:6 by , 9 years ago
Small refactoring proposed for the trunk:
-
trac/env.py
diff --git a/trac/env.py b/trac/env.py index 446afe0..778ad1b 100644
a b class Environment(Component, ComponentManager): 294 294 295 295 if create: 296 296 self.create(options) 297 for setup_participant in self.setup_participants: 298 setup_participant.environment_created() 297 299 else: 298 300 self.verify() 299 301 self.setup_config() 300 302 301 if create:302 for setup_participant in self.setup_participants:303 setup_participant.environment_created()304 305 303 def __repr__(self): 306 304 return '<%s %r>' % (self.__class__.__name__, self.path) 307 305
comment:8 by , 9 years ago
It looks like this compatibility code can be removed: tags/trac-1.1.5/trac/ticket/query.py@:355-356#L340.
comment:11 by , 9 years ago
Description: | modified (diff) |
---|---|
Owner: | set to |
Status: | new → assigned |
comment:12 by , 9 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Trac 1.0.7 released today. Trac 1.1.6 will be released tomorrow.
The following deprecated code is proposed to be removed in 1.1.6: tags/trac-1.0.4/trac/ticket/web_ui.py@:115-127#L112.