[Pharo-project] Where should SmalltalkHub bugs be reported?
Here's a small one... StHub provides a Monticello registration snippet, which is cool: MCHttpRepository location: 'http://smalltalkhub.com/mc/dh83/fisleg/main' user: 'SeanDeNigris' password: '' But in Pharo 2.0, since there is a user but no password, dialogs pop up asking for credentials, which can not be ignored. Since the great majority of uses is for downloading, I think it'd make more sense to leave the username out. Cheers, Sean -- View this message in context: http://forum.world.st/Where-should-SmalltalkHub-bugs-be-reported-tp4663973.h... Sent from the Pharo Smalltalk mailing list archive at Nabble.com.
I just opened a google code project, it's been too long since we don't have a proper issue tracker for smalltalkhub: https://code.google.com/p/smalltalk-hub On 2013-01-17, at 18:15, "Sean P. DeNigris" <sean@clipperadams.com> wrote:
Here's a small one... StHub provides a Monticello registration snippet, which is cool: MCHttpRepository location: 'http://smalltalkhub.com/mc/dh83/fisleg/main' user: 'SeanDeNigris' password: '' But in Pharo 2.0, since there is a user but no password, dialogs pop up asking for credentials, which can not be ignored. Since the great majority of uses is for downloading, I think it'd make more sense to leave the username out.
Cheers, Sean
-- View this message in context: http://forum.world.st/Where-should-SmalltalkHub-bugs-be-reported-tp4663973.h... Sent from the Pharo Smalltalk mailing list archive at Nabble.com.
Camillo Bruni-3 wrote
I just opened a google code project
Sweet, I'm first! Issue 1: Monticello Registration snippet should not supply user name -- View this message in context: http://forum.world.st/Where-should-SmalltalkHub-bugs-be-reported-tp4663973p4... Sent from the Pharo Smalltalk mailing list archive at Nabble.com.
Thanks Camillo :) Nico - Camillo Bruni <camillobruni@gmail.com> writes:
I just opened a google code project, it's been too long since we don't have a proper issue tracker for smalltalkhub:
https://code.google.com/p/smalltalk-hub
On 2013-01-17, at 18:15, "Sean P. DeNigris" <sean@clipperadams.com> wrote:
Here's a small one... StHub provides a Monticello registration snippet, which is cool: MCHttpRepository location: 'http://smalltalkhub.com/mc/dh83/fisleg/main' user: 'SeanDeNigris' password: '' But in Pharo 2.0, since there is a user but no password, dialogs pop up asking for credentials, which can not be ignored. Since the great majority of uses is for downloading, I think it'd make more sense to leave the username out.
Cheers, Sean
-- View this message in context: http://forum.world.st/Where-should-SmalltalkHub-bugs-be-reported-tp4663973.h... Sent from the Pharo Smalltalk mailing list archive at Nabble.com.
-- Nicolas Petton http://nicolas-petton.fr
The username is only there if you are logged in. If not, it's not there. Do you think it should always be left out? Nico "Sean P. DeNigris" <sean@clipperadams.com> writes:
Here's a small one... StHub provides a Monticello registration snippet, which is cool: MCHttpRepository location: 'http://smalltalkhub.com/mc/dh83/fisleg/main' user: 'SeanDeNigris' password: '' But in Pharo 2.0, since there is a user but no password, dialogs pop up asking for credentials, which can not be ignored. Since the great majority of uses is for downloading, I think it'd make more sense to leave the username out.
Cheers, Sean
-- View this message in context: http://forum.world.st/Where-should-SmalltalkHub-bugs-be-reported-tp4663973.h... Sent from the Pharo Smalltalk mailing list archive at Nabble.com.
-- Nicolas Petton http://nicolas-petton.fr
Nicolas Petton wrote
The username is only there if you are logged in. If not, it's not there. Do you think it should always be left out?
Now I'm not so sure. This "two dialogs that can't be ignored" behavior is new to Pharo 2.0. Maybe Pharo should just go back to the original behavior? -- View this message in context: http://forum.world.st/Where-should-SmalltalkHub-bugs-be-reported-tp4663973p4... Sent from the Pharo Smalltalk mailing list archive at Nabble.com.
On Jan 18, 2013, at 2:06 PM, Sean P. DeNigris wrote:
Nicolas Petton wrote
The username is only there if you are logged in. If not, it's not there. Do you think it should always be left out?
Now I'm not so sure. This "two dialogs that can't be ignored" behavior is new to Pharo 2.0. Maybe Pharo should just go back to the original behavior?
can you open a bug entry because I do not like this smell :)
-- View this message in context: http://forum.world.st/Where-should-SmalltalkHub-bugs-be-reported-tp4663973p4... Sent from the Pharo Smalltalk mailing list archive at Nabble.com.
Stéphane Ducasse wrote
can you open a bug entry because I do not like this smell :)
Issue 7291: Monticello asks for credentials when none are required http://code.google.com/p/pharo/issues/detail?id=7291 Pharo2.0a Latest update: #20476 1. In the MC Browser, add the repo: MCHttpRepository location: 'http://smalltalkhub.com/mc/dh83/fisleg/main' user: 'SeanDeNigris' password: '' 2. Click "Open" in the MC Browser You will be prompted for a username (which is pre-filled) and password (which is blank), even though none are required to simply open the repo. If you don't fill them in with valid credentials, the repo will not open (the window opens, but doesn't show any packages). In 1.4459 (Summer), this repo would open without any prompts. -- View this message in context: http://forum.world.st/Where-should-SmalltalkHub-bugs-be-reported-tp4663973p4... Sent from the Pharo Smalltalk mailing list archive at Nabble.com.
Excellent! Thanks for your time. Stef On Jan 19, 2013, at 5:01 PM, Sean P. DeNigris wrote:
Stéphane Ducasse wrote
can you open a bug entry because I do not like this smell :)
Issue 7291: Monticello asks for credentials when none are required http://code.google.com/p/pharo/issues/detail?id=7291
Pharo2.0a Latest update: #20476
1. In the MC Browser, add the repo: MCHttpRepository location: 'http://smalltalkhub.com/mc/dh83/fisleg/main' user: 'SeanDeNigris' password: '' 2. Click "Open" in the MC Browser
You will be prompted for a username (which is pre-filled) and password (which is blank), even though none are required to simply open the repo. If you don't fill them in with valid credentials, the repo will not open (the window opens, but doesn't show any packages). In 1.4459 (Summer), this repo would open without any prompts.
-- View this message in context: http://forum.world.st/Where-should-SmalltalkHub-bugs-be-reported-tp4663973p4... Sent from the Pharo Smalltalk mailing list archive at Nabble.com.
participants (4)
-
Camillo Bruni -
Nicolas Petton -
Sean P. DeNigris -
Stéphane Ducasse