Custom Query (1173 matches)
Results (73 - 75 of 1173)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#489 | fixed | release notes for 0.3.1 need to be written | ||
Description |
We need to write up the release notes for 0.3.1. Three things it should note:
I added a stub to docs/source/siteadmin/relnotes.rst for this. |
|||
#491 | fixed | Location parsing has inverted latitude | ||
Description |
Can be seen on my install: https://warpr.org/u/warp/m/dsc00427/ After clicking the openstreetmap link I get the correct coordinate when I change the mlat= argument from 2.13808555556 to -2.13808555556. |
|||
#492 | fixed | comment preview | ||
Description |
Given that comments use a markup, it'd help a lot to have comment preview. I've seen this work in a few ways on the internet. Trac shows you the preview while you're writing the comment in a different box. I like that--it's pretty helpful. MediaWiki has a "preview" button and shows you what it'll look like when it's posted. Pyblosxom works this way, too. This works, but it's far less convenient. I'd prefer us to implement the first. Maybe use AJAX to round-trip formatting the comment to get the preview every few seconds? Is that safe? |