Here's the stack and a bit of the trace...
$ editmoin http://
Password for :
Traceback (most recent call last):
File "/usr/bin/editmoin", line 503, in
main()
File "/usr/bin/editmoin", line 497, in main
edit(argv[0], template)
File "/usr/bin/editmoin", line 459, in edit
cookiena
I'm still seeing this issue when connecting to a 1.5.3 moin wiki on
11.10 with the 1.17-1 version of editmoin.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/689328
Title:
editmoin always responds "e
This bug was fixed in the package editmoin - 1.17-1
---
editmoin (1.17-1) unstable; urgency=low
* New upstream release:
- Use sensible-editor instead of vi to pick up the system level editor
preference.
- Add support for URLs that include query parameters.
* Switch t
In addition to Loic's patch to get editmoin to work with wiki.ubuntu.com
I had to add the following:
if moinurl.startswith("https://wiki.ubuntu.com";):
urlopener.addheader("Cookie",
"MOIN_SESSION_80_ROOT=%s" % cookievalue)
That seems rather terrible but I can u
This is not fixed:
http://bazaar.launchpad.net/~niemeyer/editmoin/trunk/view/head:/editmoin#L336
** Also affects: editmoin (Ubuntu)
Importance: Undecided
Status: New
** Changed in: editmoin (Ubuntu)
Status: New => Triaged
** Changed in: editmoin (Ubuntu)
Importance: Undecide