Mailing List Archive

Regarding #301 - new status
I did a work around to
http://projects.edgewall.com/trac/ticket/301
on our local trac (version - 0.7.1)

I'm not sure how this works, but I will be happy to
post it if anyone is interested.

I basically added new status to the database, and
updated the Ticket.py and ticket.cs.

After a bug is fixed, it becames fixed rather than
closed. Then it can be QA'd and either get reopened,
reassigned or closed.

Itai




--- trac-request@lists.edgewall.com wrote:

> Send Trac mailing list submissions to
> trac@lists.edgewall.com
>
> To subscribe or unsubscribe via the World Wide Web,
> visit
> http://lists.edgewall.com/mailman/listinfo/trac
> or, via email, send a message with subject or body
> 'help' to
> trac-request@lists.edgewall.com
>
> You can reach the person managing the list at
> trac-owner@lists.edgewall.com
>
> When replying, please edit your Subject line so it
> is more specific
> than "Re: Contents of Trac digest..."
>
>
> Today's Topics:
>
> 1. SSPI Authorization case sensitivity (Jonathan
> Hodgson)
> 2. Non functioning Wiki (Jonathan Hodgson)
> 3. User names different from login? (Jonathan
> Hodgson)
> 4. Re: Simplistic first-cut at a wiki macro
> (Matthew Good)
>
>
>
----------------------------------------------------------------------
>
> Date: Tue, 5 Oct 2004 19:10:37 +0100 (BST)
> From: "Jonathan Hodgson"
> <mail@jonhodg.vossnet.co.uk>
> To: trac@lists.edgewall.com
> Subject: [Trac] SSPI Authorization case sensitivity
> Message-ID:
> <39839.57.67.161.6.1096999837.squirrel@57.67.161.6>
> In-Reply-To: <414F1424.3020700@switchcore.com>
> References: <ci9qo9$p11$1@sea.gmane.org>
> <41486FDD.3060004@switchcore.com>
> <cimue1$q9u$1@sea.gmane.org>
> <414F1424.3020700@switchcore.com>
> Content-Type: text/plain;charset=iso-8859-1
> MIME-Version: 1.0
> Content-Transfer-Encoding: 8bit
> Precedence: list
> Reply-To: trac@lists.edgewall.com
> Message: 1
>
> Hi,
>
> I'm using the windows domain authorization with
> trac, but it seems that
> the case of the domain can change, depending on
> where I log in from,
> sometimes it is Code1 sometimes CODE1. This seems to
> mess up the
> permissions, is there any solution to this?
>
> regards
>
> Jon
> ------------------------------
>
> Date: Tue, 5 Oct 2004 19:08:08 +0100 (BST)
> From: "Jonathan Hodgson"
> <mail@jonhodg.vossnet.co.uk>
> To: trac@lists.edgewall.com
> Subject: [Trac] Non functioning Wiki
> Message-ID:
> <39637.57.67.161.6.1096999688.squirrel@57.67.161.6>
> In-Reply-To: <414F1424.3020700@switchcore.com>
> References: <ci9qo9$p11$1@sea.gmane.org>
> <41486FDD.3060004@switchcore.com>
> <cimue1$q9u$1@sea.gmane.org>
> <414F1424.3020700@switchcore.com>
> Content-Type: text/plain;charset=iso-8859-1
> MIME-Version: 1.0
> Content-Transfer-Encoding: 8bit
> Precedence: list
> Reply-To: trac@lists.edgewall.com
> Message: 2
>
> Hi,
>
> I've got a new Trac installation working, but trying
> to edit the Wiki does
> not work. I've checked permissions, and they seem to
> be correctly set up,
> but if I do "Save Changes" or "Preview" then the
> changes simply
> dissappear.
>
> I've switched on logging (I think), but no errors
> get logged, in fact
> nothing gets logged.
>
> I've tried doing a Wiki Edit in the trac project
> page sandbox, and that
> works fine, so it's not as though I'm clicking the
> wrong button.
>
> Any ideas?
>
> regards
>
> Jon
> ------------------------------
>
> Date: Tue, 5 Oct 2004 19:04:29 +0100 (BST)
> From: "Jonathan Hodgson"
> <mail@jonhodg.vossnet.co.uk>
> To: trac@lists.edgewall.com, "Juracy Filho"
> <juracy@gmail.com>
> Subject: [Trac] User names different from login?
> Message-ID:
> <39264.57.67.161.6.1096999469.squirrel@57.67.161.6>
> In-Reply-To:
> <7f18cca10409201156ed2346b@mail.gmail.com>
> References:
> <7f18cca10409201156ed2346b@mail.gmail.com>
> Content-Type: text/plain;charset=iso-8859-1
> MIME-Version: 1.0
> Content-Transfer-Encoding: 8bit
> Precedence: list
> Reply-To: trac@lists.edgewall.com
> Message: 3
>
> Hi,
>
> I've set up Subversion and Trac on a network, and so
> far there is one
> problem (which I'll detail in another message) and
> one irritation, which
> I'm hoping there is a solution for.
>
> To simplify things for users I've set the system up
> to use their SSPI
> windows logins, so they don't have to remember yet
> another user name and
> password. However these are basically numeric, it
> would be a lot nicer if
> things like wiki updates, new tickets etc, had the
> user's real name on
> them.
>
> Is there a way to map a user login ID to a screen
> name, and then use this
> screen name in any submissions to the project rather
> than the id they use
> for authorization?
>
> regards
>
> Jon
> ------------------------------
>
> Date: Tue, 05 Oct 2004 21:46:56 -0400
> From: Matthew Good <trac@matt-good.net>
> To: Trac Mailing List <trac@lists.edgewall.com>
> Subject: Re: [Trac] Simplistic first-cut at a wiki
> macro
> Message-ID: <1097027216.8710.32.camel@matt-linux>
> In-Reply-To: <416280B2.1060303@quatermass.co.uk>
> References: <41532D99.5070401@quatermass.co.uk>
> <AE0364AE-11A9-11D9-B6C4-000A95B24066@gmx.de>
> <416280B2.1060303@quatermass.co.uk>
> Content-Type: text/plain
> MIME-Version: 1.0
> Content-Transfer-Encoding: 7bit
> Precedence: list
> Reply-To: trac@lists.edgewall.com
> Message: 4
>
> > Christopher Lenz wrote:
> >
> > >
> > > Does this do anything that the 'title' attribute
> of HTML links (and in
> > > fact any other element) doesn't do -- except not
> looking native?
> >
> > No, nothing at all to do with the title. But that
> wasn't my reason for
> > attempting to solicit help.
>
> The point here was that overlib is overkill. If I
> write a link like <a
> href="..." title="descriptive text">click here</a>,
> the "descriptive
> text" will appear in a popup when I hover my mouse
> over the link. The
> title attribute is actually permitted on any tag.
> It's a nice
> standardized way of achieving the same effect as
> overlib, so it should
> be the preferred way to get this functionality.
>
> > What I was after was some pointers or help with
> what I feel are two of
>
=== message truncated ===




_______________________________
Do you Yahoo!?
Declare Yourself - Register online to vote today!
http://vote.yahoo.com