On Wed, 2006-07-26 at 12:18 +0200, Christian Boos wrote: > Thomas Sturm wrote: > > Christian Boos wrote: > >> I also had a need for this, so I wrote it :) > >> > >> How to apply the patch: > >> $ cd trunk > >> $ patch -p1 < raw-browser-r3570.patch > >> > >> Use it as explained above (only difference, the URL will be raw_browser). > > > > Will this feature be part of the offical trac in the future? > > Which version? > > Well, I should refrain myself from adding new features to 0.10, > but as it's already written now and quite useful (I think), > if nobody speaks against it, I'll add it for 0.10.
Can't this just be a plugin? It may be good at some point to switch from "file.ext" and "file.ext?format=raw" for preview and raw respectively to "file.ext?format=preview" and "file.ext" for preview and raw. It would help in this case, but also prevent apps like wget from appending "?format=raw" to the filename, and things like the IE PDF problems when the URL doesn't actually end in ".pdf". However, I don't think it'd be appropriate to make the switch before 0.10. -- Matthew Good <[EMAIL PROTECTED]> _______________________________________________ Trac mailing list [email protected] http://lists.edgewall.com/mailman/listinfo/trac
