Custom Query (1145 matches)
Results (127 - 129 of 1145)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#157 | fixed | sendbug cancel fails | wdc | |
Description |
As per report filed in bugs: Repeat by:
click the "Cancel" button. Expected behavior: Sendbug should have aborted. Actual behavior: An alert popped up letting me know I was going to get a text editor window to report my bug. Indeed, the editor window popped up after that. This is, perhaps a cosmetic bug, but a user did trouble themself to report it... |
|||
#158 | fixed | distinguish cluster from workstation machine on login screen | geofft | wdc |
Description |
This has been variously discussed in email and zephyr, but never raised as an official enhancement request. The greeter should, if possible, display what kind of system this is:
etc. We are getting this stuff in athinfo. It is a challenge to display it, but probably worth doing. I'm not sure what priority to give this. For now, I'll classify it as a "major" enancement because I believe it will have a good sized usability impact going forward. |
|||
#159 | fixed | ~/.pinerc sometimes refers to mit.edu/hesiod/imap? | geofft | geofft |
Description |
On amd64-test I am running a version of debathena-alpine-config that hardcodes po15, and uses an undebathenified alpine, which is the config we intend to deploy once the other POs support krb5. If I try to send mail (which wants a sent-mail folder) or manually create a Spamscreen folder, it fails because stock alpine can't parse mit.edu/hesiod/imap. This config only appears in my own .pinerc: amd64-test:~ geofft$ grep hesiod /etc/pine.conf amd64-test:~ geofft$ grep hesiod .pinerc folder-collections="MIT Mail" {mit.edu/hesiod/imap}INBOX.[], So we're going to need to figure out how to override or overwrite the local user's folder-collections when we deploy the krb5 debathena-alpine-config. |