﻿ticket	summary	type	release	owner	status	created	modified	_description	_reporter
9814	Change license to BSD for compatibility with Trac core	task	0.11	Martin Scharrer	new	2012-02-16T02:15:09+01:00	2015-02-27T20:37:07+01:00	"There is a ticket open for integrating this feature into the Trac core (t:#8640). In t:#3307, which is linked from t:#8640, it is proposed that !NumberedHeadlines be made available through a macro. I think this is a great idea, and I'd like to do some work on this over the next several months to extend your plugin and add a `NumberedHeadlines` macro.

However, the discussion in #9768 on GPL vs BSD licenses has me thinking more about which plugin I work on, in particular for a feature like the one I'm suggesting here, since I'd like to leave open the possibility of allowing any work I do to someday be part of the Trac core. The comments on t:SeaChange/WhatDevelopersWant describe how licensing issues may prevent integration of plugins to the Trac core.

Would you be willing to change your plugin's license to the BSD license that Trac uses, to ensure full compatibility and possibility of integrating pieces of code from this plugin into the Trac core someday?"	Ryan J Ollos
9696	[Patch] Don't force the trailing hashes to be added	enhancement	0.12	Martin Scharrer	new	2012-01-16T22:51:46+01:00	2012-01-30T04:25:09+01:00	"As described in t:WikiFormatting#Headings, it is no longer required that trailing `=` be added (since 0.12.0, as far as I can tell). The same should be true for the hash symbols used by the NumberedHeadlinesPlugin.

I'm investigating whether a quick patch can be produced."	Ryan J Ollos
10967	Links to numbered headings	enhancement	0.12	Martin Scharrer	new	2013-03-22T17:09:37+01:00	2013-03-22T17:09:37+01:00	"Gidday there,

How painful would it be for a link (at least within the same wiki page) to a numbered heading, contain the number for that heading?  Then, how more painful would it be to have a link that contains just the number of the heading (and therefore not the text of the heading)?

Great hack, btw.

Thanks in advance

Joshua"	Joshua Lamorie
8418	The fix_paragraph option added in [7997] is not documented on project wiki page	defect	0.11	Martin Scharrer	assigned	2011-01-19T02:01:42+01:00	2011-01-19T23:20:31+01:00	"Hi,

The `fix_paragraph` option added in [7997] is not documented on the wiki page. I was hoping you could add a short explanation about why and in which cases one would use this option.

Thanks!"	Ryan J Ollos
9302	interaction with TracSectionEdit causes Initialize errors	defect	0.12	Martin Scharrer	new	2011-10-22T03:55:18+02:00	2012-01-30T04:26:13+01:00	"SectionEditPlugin works fine for all these cases...

{{{
= A title =
Some text
# A Heading #
Some Text
## A Subheading ##
Some Text 
}}}

However, adding IDs to the headings causes problems. For example,

{{{
= A title =#id1
Some text
# A Heading #=id2
Some Text
## A Subheading ##=id3
Some Text 
}}}

When clicking on the ""Edit"" for id1, the whole page opens up for editing instead of just the first seciton. When clicking on ""Edit"" for either of the numbered headings, the Trac error is issued:
{{{
Initialize Error The section <N> that you chose could not be found.
}}}

where <N> is 2 or 3 depending on which heading is clicked."	jeffrey.guy.lyon@…
