Hello, Among the remaining things to be done for the 0.11 release, we already know that there's on ongoing refactoring for the context stuff, and one that will follow-up with the Timeline.
Besides, there are 32 tickets currently scheduled for that release as well, and I'd like to discuss them in order to see what's really left to be done. Going through all of those in one mail will make things too lengthy, and starting one thread for each ticket is probably overkill as well, so I'll split that list according to the ticket owner. cboos tickets ============= #5025: [patch] New ticket details are not passed from Trac error pages ---------------------------------------------------------------------- I think this is a must have so that old /newticket links and automatic error generation will continue working. I've not put up a patch yet (should be simple), but I'd like to know first if there's an agreement on the solution I proposed here: http://trac.edgewall.org/ticket/5025#comment:4 #153: Email address obfuscation/truncating ------------------------------------------ Well, this is also a must have, and 99% of the work is done. What's left to be done: http://trac.edgewall.org/ticket/153#comment:88 #2048: Wiki macros for generating `<div>`s and `<span>`s with classes -------------------------------------------------------- This one has been discussed at length... I'll put up a "simple" macro-based solution [[span(key=value, inline content)]] {{{ #!div; key=value block content (and this should work for nested divs as well) }}} #6082: changesets are not properly displayed -------------------------------------------- A little bug when displaying changeset ranges in the timeline that will be fixed during the timeline refactoring changesets. #6120: Trac reports for existing rev 'No changeset ??? in the repository' + solution... ------------------------------------------------------------- Should make it in the 'weird' category (real problem with repository resync but not yet fully understood), so will probably stay for a while. Candidate for 0.11.1. #2914: would be nice to have optional automatic line breaks in ticket descriptions and comments -------------------------------------------------------------- By default, the newlines are now respected in ticket descriptions and comments. eblot raised the concern that this would "break" existing tickets, so I proposed a patch which will make the default behavior dependent on whether the environment is a new one or an upgraded one: http://trac.edgewall.org/attachment/ticket/2914/t2914-preserve_newlines.patch #4686: Ticket duplication using Trac ------------------------------------ Will become a sample-plugin demonstrating the use of ITemplateStreamFilter. #5594: IRequestFilter - post_process_request() not called for errors in 0.11dev ------------------------------------------------------------- This is a regression spotted by by osimons, I've provided two patches tested by him which are ready to go: http://trac.edgewall.org/attachment/ticket/5594/post_process_early_errors-r6014.diff http://trac.edgewall.org/attachment/ticket/5594/shutdown_after_error_processing-r6014.diff It would be good to hear one word from cmlenz about osimons' remark: http://trac.edgewall.org/ticket/5594#comment:15 #5968: InterTrac links with blank target don't work even though TracLinks of the same form do --------------------------------------------------------------- Has a patch ready to go: http://trac.edgewall.org/attachment/ticket/5968/t5968.patch Note that this will fix #4314 (Make Intertrac Links work with 'root' objects) as well. #6072: wrap email addresses --------------------------- It's a small formatting issue in the display of the CC: fields. Has a tested patch. #6157: RSS for timeline contains relative urls for wiki diff link ----------------------------------------------------------------- Will be fixed part of the timeline refactoring. #5022: [patch] existing tickets are opened via /newticket URL ------------------------------------------------------------- Was fixed, but Noah disagreed with the fix and reopened it. We need some other opinions here, see my justification for the fix here: http://trac.edgewall.org/ticket/5022#comment:4 OK, that was the first bunch of tickets, corresponding to mine. You're welcome to comment on the above points, either to ack the change, propose an alternative or propose to post-pone the ticket. (to be continued) -- Christian --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Development" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/trac-dev?hl=en -~----------~----~----~----~------~----~------~--~---
