On Wed, Nov 12, 2014 at 10:01 AM, RjOllos <[email protected]> wrote: > Many of the wiki pages in the TracGuide and TracIni options contain text > like //Since 0.x// for very old versions, such as 0.9, 0.10 ... I don't > imagine that we need to continue documenting the version at which a feature > was added indefinitely. I was thinking we should remove the statements that > refer to Trac < 0.11, and maybe for 0.11.x as well on the trunk. This > doesn't need to be done for any of the dev documentation, just the TracGuide > documentation that is distributed with Trac. Thoughts?
Fine by me. I'll correct fuzzy translations after removing them. $ git grep -i 'since *0\.[2-9]' mirror/trunk -- trac/locale/tracini.pot | wc -l 15 $ git grep -i 'since *0\.10' mirror/trunk -- trac/locale/tracini.pot | wc -l 18 $ git grep -i 'since *0\.11' mirror/trunk -- trac/locale/tracini.pot | wc -l 39 $ git grep -i 'since *0\.12' mirror/trunk -- trac/locale/tracini.pot | wc -l 15 -- Jun Omae <[email protected]> (大前 潤) -- You received this message because you are subscribed to the Google Groups "Trac Development" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/trac-dev. For more options, visit https://groups.google.com/d/optout.
