Edgewall Software
Modify

Opened 9 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 Ryan J Ollos)

This ticket is used to coordinate the finalization and testing of the next stable version of Trac, 1.0.7, and the next developer-stable version of Trac, 1.1.6.

Attachments (0)

Change History (12)

comment:1 by Ryan J Ollos, 9 years ago

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.

comment:2 by Ryan J Ollos, 9 years ago

Description: modified (diff)

in reply to:  1 comment:3 by Ryan J Ollos, 9 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.

comment:4 by Ryan J Ollos, 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.

in reply to:  4 comment:5 by Jun Omae, 9 years ago

Last edited 9 years ago by Jun Omae (previous) (diff)

comment:6 by Ryan J Ollos, 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):  
    294294
    295295        if create:
    296296            self.create(options)
     297            for setup_participant in self.setup_participants:
     298                setup_participant.environment_created()
    297299        else:
    298300            self.verify()
    299301            self.setup_config()
    300302
    301         if create:
    302             for setup_participant in self.setup_participants:
    303                 setup_participant.environment_created()
    304 
    305303    def __repr__(self):
    306304        return '<%s %r>' % (self.__class__.__name__, self.path)
    307305

comment:7 by Ryan J Ollos, 9 years ago

Change from comment:6 committed to trunk in [14109].

comment:8 by Ryan J Ollos, 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:9 by Ryan J Ollos, 9 years ago

Removed code described in comment:8 in [14123].

comment:10 by Ryan J Ollos, 9 years ago

--no-backup option of TracAdmin upgrade documented in [14154].

comment:11 by Ryan J Ollos, 9 years ago

Description: modified (diff)
Owner: set to Ryan J Ollos
Status: newassigned

comment:12 by Ryan J Ollos, 9 years ago

Resolution: fixed
Status: assignedclosed

Trac 1.0.7 released today. Trac 1.1.6 will be released tomorrow.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Ryan J Ollos.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Ryan J Ollos to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.