Pharo 1.4 "Summer" released!

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
12 messages Options
Reply | Threaded
Open this post in threaded view
|

Pharo 1.4 "Summer" released!

EstebanLM
We are proud to announce the summer release of Pharo 1.4!
You can find information about Pharo at: http://www.pharo-project.org

About this release. 

We integrated 30 fixes (the rounded number is completely casual) and integrated some tools that users feedback showed as necessary, specially the inclusion of OmniBrowser as part of the core for 1.4.  As a result of all this changes and fixes, the stability of this version is a lot better and we are really happy with it. 

Structural changes to the image: 

- Backport configurations browser from 2.0. This will easy the loading of packages for everybody, specially newcomers. 
- Integrated ProfStef. Again, useful for newcomers. 
- Integrated Spotlight. Easy to find classes and methods. 
- Integrated OmniBrowser. Nautilus will wait to 2.0 to be core, but it is still loadable.
- Integrated Keymapping. This is in fact a sub-product of the inclusion of Spotlight, but the framework is powerful and it deserves its inclusion too :)
- Updated Zinc to latest version. 

Complete list of bugs fixed: 

- 5665: bug on new ecompletion/ocompletion, http://code.google.com/p/pharo/issues/detail?id=5665
- 5773: Have access to the original event in PLuggableButtonMorph, http://code.google.com/p/pharo/issues/detail?id=5773
- 5584: File Browser not recognizing cs and st if filename has more than one point, http://code.google.com/p/pharo/issues/detail?id=5584
- 5667: Renaming a file just deletes it due to missing #fileNameFromFormattedItem:, http://code.google.com/p/pharo/issues/detail?id=5667
- 5445: Broken command-line arguments in 1.4, http://code.google.com/p/pharo/issues/detail?id=5445
- 5679: Removing a trait does not remove trait methods from class, http://code.google.com/p/pharo/issues/detail?id=5679
- 5722: Be able to remove traits from class definition, http://code.google.com/p/pharo/issues/detail?id=5722
- 5858: DateAndTime >>#hash, http://code.google.com/p/pharo/issues/detail?id=5858
- 5833: More robust allSuperclassesIncluding:, http://code.google.com/p/pharo/issues/detail?id=5833
- 5966: DropListMorph do not pop the list when the text field is clicked, http://code.google.com/p/pharo/issues/detail?id=5966
- 5627: "MessageNotUnderstood: receiver of "displayWorld" is nil" on clicking the red Menu-Halo., http://code.google.com/p/pharo/issues/detail?id=5627
- 5742: BallonMorph shows flyover help using an extra line, http://code.google.com/p/pharo/issues/detail?id=5742
- 6150: During snapshot: Send cr after Transcript message for 1.4, http://code.google.com/p/pharo/issues/detail?id=6150
- 6147: Code completion in all tools for 1.4, http://code.google.com/p/pharo/issues/detail?id=6147
- 6189: [BUG]: Port to Pharo 1.4 - stdin hangs until EOF, http://code.google.com/p/pharo/issues/detail?id=6189
- 6143: MIME decoding and Unicode not working, http://code.google.com/p/pharo/issues/detail?id=6143
- 6188: [BUG]: (1.4) Put back the correct order in #asert:equals:, http://code.google.com/p/pharo/issues/detail?id=6188
- 6187: [Bug]: (1.4) Mouse down events are being processed twice, http://code.google.com/p/pharo/issues/detail?id=6187
- 6117: SimplifiedChineseEnvironment should implement leadingChar, http://code.google.com/p/pharo/issues/detail?id=6117
- 6082: Missed translated selector for the dialog title in the ColorChooserMorph, http://code.google.com/p/pharo/issues/detail?id=6082
- 6231: FileList revert, http://code.google.com/p/pharo/issues/detail?id=6231
- 6303: [BUG]: Completion DNU in Inspector/Object Explorer for 1.4, http://code.google.com/p/pharo/issues/detail?id=6303
- 6305: StartupPreferences "run once" broken, http://code.google.com/p/pharo/issues/detail?id=6305
- 6324: For Pharo 1.4 disable StartupPreferences only for Windows, http://code.google.com/p/pharo/issues/detail?id=6324
- 6313: failing test: MorphicTests.Event.EventHandlerTest.testKeyStrokeFromMorph, http://code.google.com/p/pharo/issues/detail?id=6313
- 6352: StartupPreferences loads non-st files in 1.4, http://code.google.com/p/pharo/issues/detail?id=6352, , 
- 6373: Add #version to OSPlatform, http://code.google.com/p/pharo/issues/detail?id=6373
- 6366: [Bug]: In 1.4, Finder UI DNU guessTypeByName:, http://code.google.com/p/pharo/issues/detail?id=6366
- 6343: move Windows on screen should take in account the task bar, http://code.google.com/p/pharo/issues/detail?id=6343
- 6386: [BUG]: [1.4]: New ProcessSpecificVariables & Running Processes, http://code.google.com/p/pharo/issues/detail?id=6386

Not bad, isn't?

Thanks a lot to all who contributed with fixes, reports and suggestions. 

The Pharo Team
Reply | Threaded
Open this post in threaded view
|

R: Pharo 1.4 "Summer" released!

Lorenzo

Hi Esteban,

 

I tried the 1.4 version and I found a very small problem: in the Author Identification window of Help Browser the cancel button does not work.

I have had a second problem that, very likely, depends on me: after installing Seaside I was not able to start the server in the activation window; can you help me?

 

Grazie

 

Lorenzo

 


Da: [hidden email] [mailto:[hidden email]] Per conto di Esteban Lorenzano
Inviato: mercoledì 18 luglio 2012 17.57
A: [hidden email] Development; A friendly place where any question about pharo is welcome; [hidden email]; Squeak Virtual Machine Development Discussion; Seaside - general discussion; [hidden email]
Oggetto: [Pharo-project] Pharo 1.4 "Summer" released!

 

We are proud to announce the summer release of Pharo 1.4!
You can find information about Pharo at: http://www.pharo-project.org

About this release. 

We integrated 30 fixes (the rounded number is completely casual) and integrated some tools that users feedback showed as necessary, specially the inclusion of OmniBrowser as part of the core for 1.4.  As a result of all this changes and fixes, the stability of this version is a lot better and we are really happy with it. 

Structural changes to the image: 

- Backport configurations browser from 2.0. This will easy the loading of packages for everybody, specially newcomers. 
- Integrated ProfStef. Again, useful for newcomers. 

- Integrated Spotlight. Easy to find classes and methods. 
- Integrated OmniBrowser. Nautilus will wait to 2.0 to be core, but it is still loadable.
- Integrated Keymapping. This is in fact a sub-product of the inclusion of Spotlight, but the framework is powerful and it deserves its inclusion too :)
- Updated Zinc to latest version. 

Complete list of bugs fixed: 

- 5665: bug on new ecompletion/ocompletion, http://code.google.com/p/pharo/issues/detail?id=5665
- 5773: Have access to the original event in PLuggableButtonMorph, http://code.google.com/p/pharo/issues/detail?id=5773
- 5584: File Browser not recognizing cs and st if filename has more than one point, http://code.google.com/p/pharo/issues/detail?id=5584
- 5667: Renaming a file just deletes it due to missing #fileNameFromFormattedItem:, http://code.google.com/p/pharo/issues/detail?id=5667
- 5445: Broken command-line arguments in 1.4, http://code.google.com/p/pharo/issues/detail?id=5445
- 5679: Removing a trait does not remove trait methods from class, http://code.google.com/p/pharo/issues/detail?id=5679
- 5722: Be able to remove traits from class definition, http://code.google.com/p/pharo/issues/detail?id=5722
- 5858: DateAndTime >>#hash, http://code.google.com/p/pharo/issues/detail?id=5858
- 5833: More robust allSuperclassesIncluding:, http://code.google.com/p/pharo/issues/detail?id=5833
- 5966: DropListMorph do not pop the list when the text field is clicked, http://code.google.com/p/pharo/issues/detail?id=5966
- 5627: "MessageNotUnderstood: receiver of "displayWorld" is nil" on clicking the red Menu-Halo., http://code.google.com/p/pharo/issues/detail?id=5627
- 5742: BallonMorph shows flyover help using an extra line, http://code.google.com/p/pharo/issues/detail?id=5742
- 6150: During snapshot: Send cr after Transcript message for 1.4, http://code.google.com/p/pharo/issues/detail?id=6150
- 6147: Code completion in all tools for 1.4, http://code.google.com/p/pharo/issues/detail?id=6147
- 6189: [BUG]: Port to Pharo 1.4 - stdin hangs until EOF, http://code.google.com/p/pharo/issues/detail?id=6189
- 6143: MIME decoding and Unicode not working, http://code.google.com/p/pharo/issues/detail?id=6143
- 6188: [BUG]: (1.4) Put back the correct order in #asert:equals:, http://code.google.com/p/pharo/issues/detail?id=6188
- 6187: [Bug]: (1.4) Mouse down events are being processed twice, http://code.google.com/p/pharo/issues/detail?id=6187
- 6117: SimplifiedChineseEnvironment should implement leadingChar, http://code.google.com/p/pharo/issues/detail?id=6117
- 6082: Missed translated selector for the dialog title in the ColorChooserMorph, http://code.google.com/p/pharo/issues/detail?id=6082
- 6231: FileList revert, http://code.google.com/p/pharo/issues/detail?id=6231
- 6303: [BUG]: Completion DNU in Inspector/Object Explorer for 1.4, http://code.google.com/p/pharo/issues/detail?id=6303
- 6305: StartupPreferences "run once" broken, http://code.google.com/p/pharo/issues/detail?id=6305
- 6324: For Pharo 1.4 disable StartupPreferences only for Windows, http://code.google.com/p/pharo/issues/detail?id=6324
- 6313: failing test: MorphicTests.Event.EventHandlerTest.testKeyStrokeFromMorph, http://code.google.com/p/pharo/issues/detail?id=6313
- 6352: StartupPreferences loads non-st files in 1.4, http://code.google.com/p/pharo/issues/detail?id=6352, , 
- 6373: Add #version to OSPlatform, http://code.google.com/p/pharo/issues/detail?id=6373
- 6366: [Bug]: In 1.4, Finder UI DNU guessTypeByName:, http://code.google.com/p/pharo/issues/detail?id=6366
- 6343: move Windows on screen should take in account the task bar, http://code.google.com/p/pharo/issues/detail?id=6343
- 6386: [BUG]: [1.4]: New ProcessSpecificVariables & Running Processes, http://code.google.com/p/pharo/issues/detail?id=6386

Not bad, isn't?

Thanks a lot to all who contributed with fixes, reports and suggestions. 

The Pharo Team

Reply | Threaded
Open this post in threaded view
|

Re: R: Pharo 1.4 "Summer" released!

EstebanLM
<base href="x-msg://29625/">Hi, 

well.. the Author dialog never worked... you have to hit accept there... no alternative :)
I could fix it or at least removing the cancel button, but I didn't remember the problem. Can you open an issue? so maybe for 1.4 winter or 2.0 we can have it... :)

about the seaside issue... I just installed the Configurations Browser version and I didn't had any problem... what is you problem with the server? maybe you want to add a comanche server? in that case... you shouldn't :) pharo default server is Zinc, so you should use ZincServerAdaptor 

cheers,
Esteban

On Jul 18, 2012, at 9:25 PM, Lorenzo Schiavina wrote:

Hi Esteban,
 
I tried the 1.4 version and I found a very small problem: in the Author Identification window of Help Browser the cancel button does not work.
I have had a second problem that, very likely, depends on me: after installing Seaside I was not able to start the server in the activation window; can you help me?
 
Grazie
 
Lorenzo
 

Da: [hidden email] [mailto:[hidden email]] Per conto di Esteban Lorenzano
Inviato: mercoledì 18 luglio 2012 17.57
A: [hidden email] Development; A friendly place where any question about pharo is welcome; [hidden email]; Squeak Virtual Machine Development Discussion; Seaside - general discussion; [hidden email]
Oggetto: [Pharo-project] Pharo 1.4 "Summer" released!
 

We are proud to announce the summer release of Pharo 1.4!
You can find information about Pharo at: http://www.pharo-project.org

About this release. 

We integrated 30 fixes (the rounded number is completely casual) and integrated some tools that users feedback showed as necessary, specially the inclusion of OmniBrowser as part of the core for 1.4.  As a result of all this changes and fixes, the stability of this version is a lot better and we are really happy with it. 

Structural changes to the image: 

- Backport configurations browser from 2.0. This will easy the loading of packages for everybody, specially newcomers. 
- Integrated ProfStef. Again, useful for newcomers. 
- Integrated Spotlight. Easy to find classes and methods. 
- Integrated OmniBrowser. Nautilus will wait to 2.0 to be core, but it is still loadable.
- Integrated Keymapping. This is in fact a sub-product of the inclusion of Spotlight, but the framework is powerful and it deserves its inclusion too :)
- Updated Zinc to latest version. 

Complete list of bugs fixed: 

- 5665: bug on new ecompletion/ocompletion, http://code.google.com/p/pharo/issues/detail?id=5665
- 5773: Have access to the original event in PLuggableButtonMorph, http://code.google.com/p/pharo/issues/detail?id=5773
- 5584: File Browser not recognizing cs and st if filename has more than one point, http://code.google.com/p/pharo/issues/detail?id=5584
- 5667: Renaming a file just deletes it due to missing #fileNameFromFormattedItem:, http://code.google.com/p/pharo/issues/detail?id=5667
- 5445: Broken command-line arguments in 1.4, http://code.google.com/p/pharo/issues/detail?id=5445
- 5679: Removing a trait does not remove trait methods from class, http://code.google.com/p/pharo/issues/detail?id=5679
- 5722: Be able to remove traits from class definition, http://code.google.com/p/pharo/issues/detail?id=5722
- 5858: DateAndTime >>#hash, http://code.google.com/p/pharo/issues/detail?id=5858
- 5833: More robust allSuperclassesIncluding:, http://code.google.com/p/pharo/issues/detail?id=5833
- 5966: DropListMorph do not pop the list when the text field is clicked, http://code.google.com/p/pharo/issues/detail?id=5966
- 5627: "MessageNotUnderstood: receiver of "displayWorld" is nil" on clicking the red Menu-Halo., http://code.google.com/p/pharo/issues/detail?id=5627
- 5742: BallonMorph shows flyover help using an extra line, http://code.google.com/p/pharo/issues/detail?id=5742
- 6150: During snapshot: Send cr after Transcript message for 1.4, http://code.google.com/p/pharo/issues/detail?id=6150
- 6147: Code completion in all tools for 1.4, http://code.google.com/p/pharo/issues/detail?id=6147
- 6189: [BUG]: Port to Pharo 1.4 - stdin hangs until EOF, http://code.google.com/p/pharo/issues/detail?id=6189
- 6143: MIME decoding and Unicode not working, http://code.google.com/p/pharo/issues/detail?id=6143
- 6188: [BUG]: (1.4) Put back the correct order in #asert:equals:, http://code.google.com/p/pharo/issues/detail?id=6188
- 6187: [Bug]: (1.4) Mouse down events are being processed twice, http://code.google.com/p/pharo/issues/detail?id=6187
- 6117: SimplifiedChineseEnvironment should implement leadingChar, http://code.google.com/p/pharo/issues/detail?id=6117
- 6082: Missed translated selector for the dialog title in the ColorChooserMorph, http://code.google.com/p/pharo/issues/detail?id=6082
- 6231: FileList revert, http://code.google.com/p/pharo/issues/detail?id=6231
- 6303: [BUG]: Completion DNU in Inspector/Object Explorer for 1.4, http://code.google.com/p/pharo/issues/detail?id=6303
- 6305: StartupPreferences "run once" broken, http://code.google.com/p/pharo/issues/detail?id=6305
- 6324: For Pharo 1.4 disable StartupPreferences only for Windows, http://code.google.com/p/pharo/issues/detail?id=6324
- 6313: failing test: MorphicTests.Event.EventHandlerTest.testKeyStrokeFromMorph, http://code.google.com/p/pharo/issues/detail?id=6313
- 6352: StartupPreferences loads non-st files in 1.4, http://code.google.com/p/pharo/issues/detail?id=6352, , 
- 6373: Add #version to OSPlatform, http://code.google.com/p/pharo/issues/detail?id=6373
- 6366: [Bug]: In 1.4, Finder UI DNU guessTypeByName:, http://code.google.com/p/pharo/issues/detail?id=6366
- 6343: move Windows on screen should take in account the task bar, http://code.google.com/p/pharo/issues/detail?id=6343
- 6386: [BUG]: [1.4]: New ProcessSpecificVariables & Running Processes, http://code.google.com/p/pharo/issues/detail?id=6386

Not bad, isn't?

Thanks a lot to all who contributed with fixes, reports and suggestions. 

The Pharo Team

Reply | Threaded
Open this post in threaded view
|

Re: R: Pharo 1.4 "Summer" released!

Helene Bilbo
In reply to this post by Lorenzo
Thank you so much for the "Summer Release". It's really a pleasure to work with it and a great improvement over the first official 1.4 release.

Lorenzo wrote
I have had a second problem that, very likely, depends on me: after
installing Seaside I was not able to start the server in the activation
window; can you help me?
Do you mean the "Seaside Control Panel" when you say "activation window"? For me it never did work in 1.4, also before this release. I start and stop the Server Adaptors in a workspace.
Reply | Threaded
Open this post in threaded view
|

Re: R: Pharo 1.4 "Summer" released!

EstebanLM
but it is working! I just tested it :)


On Jul 18, 2012, at 10:36 PM, Helene Bilbo wrote:

> Thank you so much for the "Summer Release". It's really a pleasure to work
> with it and a great improvement over the first official 1.4 release.
>
>
> Lorenzo wrote
>>
>> I have had a second problem that, very likely, depends on me: after
>> installing Seaside I was not able to start the server in the activation
>> window; can you help me?
>>
>
> Do you mean the "Seaside Control Panel" when you say "activation window"?
> For me it never did work in 1.4, also before this release. I start and stop
> the Server Adaptors in a workspace.
>
>
> --
> View this message in context: http://forum.world.st/Pharo-1-4-Summer-released-tp4640570p4640607.html
> Sent from the Pharo Smalltalk mailing list archive at Nabble.com.
>


Reply | Threaded
Open this post in threaded view
|

Re: R: Pharo 1.4 "Summer" released!

Helene Bilbo
EstebanLM wrote
but it is working! I just tested it :)
Yes, you are right! It does work indeed! It used to not work ;)
Reply | Threaded
Open this post in threaded view
|

Re: Pharo 1.4 "Summer" released!

philippeback
In reply to this post by EstebanLM
Thanks for the release!

Works nicely so far.

Philippe

2012/7/18 Esteban Lorenzano <[hidden email]>
We are proud to announce the summer release of Pharo 1.4!
You can find information about Pharo at: http://www.pharo-project.org

About this release. 

We integrated 30 fixes (the rounded number is completely casual) and integrated some tools that users feedback showed as necessary, specially the inclusion of OmniBrowser as part of the core for 1.4.  As a result of all this changes and fixes, the stability of this version is a lot better and we are really happy with it. 

Structural changes to the image: 

- Backport configurations browser from 2.0. This will easy the loading of packages for everybody, specially newcomers. 
- Integrated ProfStef. Again, useful for newcomers. 
- Integrated Spotlight. Easy to find classes and methods. 
- Integrated OmniBrowser. Nautilus will wait to 2.0 to be core, but it is still loadable.
- Integrated Keymapping. This is in fact a sub-product of the inclusion of Spotlight, but the framework is powerful and it deserves its inclusion too :)
- Updated Zinc to latest version. 

Complete list of bugs fixed: 

- 5665: bug on new ecompletion/ocompletion, http://code.google.com/p/pharo/issues/detail?id=5665
- 5773: Have access to the original event in PLuggableButtonMorph, http://code.google.com/p/pharo/issues/detail?id=5773
- 5584: File Browser not recognizing cs and st if filename has more than one point, http://code.google.com/p/pharo/issues/detail?id=5584
- 5667: Renaming a file just deletes it due to missing #fileNameFromFormattedItem:, http://code.google.com/p/pharo/issues/detail?id=5667
- 5445: Broken command-line arguments in 1.4, http://code.google.com/p/pharo/issues/detail?id=5445
- 5679: Removing a trait does not remove trait methods from class, http://code.google.com/p/pharo/issues/detail?id=5679
- 5722: Be able to remove traits from class definition, http://code.google.com/p/pharo/issues/detail?id=5722
- 5858: DateAndTime >>#hash, http://code.google.com/p/pharo/issues/detail?id=5858
- 5833: More robust allSuperclassesIncluding:, http://code.google.com/p/pharo/issues/detail?id=5833
- 5966: DropListMorph do not pop the list when the text field is clicked, http://code.google.com/p/pharo/issues/detail?id=5966
- 5627: "MessageNotUnderstood: receiver of "displayWorld" is nil" on clicking the red Menu-Halo., http://code.google.com/p/pharo/issues/detail?id=5627
- 5742: BallonMorph shows flyover help using an extra line, http://code.google.com/p/pharo/issues/detail?id=5742
- 6150: During snapshot: Send cr after Transcript message for 1.4, http://code.google.com/p/pharo/issues/detail?id=6150
- 6147: Code completion in all tools for 1.4, http://code.google.com/p/pharo/issues/detail?id=6147
- 6189: [BUG]: Port to Pharo 1.4 - stdin hangs until EOF, http://code.google.com/p/pharo/issues/detail?id=6189
- 6143: MIME decoding and Unicode not working, http://code.google.com/p/pharo/issues/detail?id=6143
- 6188: [BUG]: (1.4) Put back the correct order in #asert:equals:, http://code.google.com/p/pharo/issues/detail?id=6188
- 6187: [Bug]: (1.4) Mouse down events are being processed twice, http://code.google.com/p/pharo/issues/detail?id=6187
- 6117: SimplifiedChineseEnvironment should implement leadingChar, http://code.google.com/p/pharo/issues/detail?id=6117
- 6082: Missed translated selector for the dialog title in the ColorChooserMorph, http://code.google.com/p/pharo/issues/detail?id=6082
- 6231: FileList revert, http://code.google.com/p/pharo/issues/detail?id=6231
- 6303: [BUG]: Completion DNU in Inspector/Object Explorer for 1.4, http://code.google.com/p/pharo/issues/detail?id=6303
- 6305: StartupPreferences "run once" broken, http://code.google.com/p/pharo/issues/detail?id=6305
- 6324: For Pharo 1.4 disable StartupPreferences only for Windows, http://code.google.com/p/pharo/issues/detail?id=6324
- 6313: failing test: MorphicTests.Event.EventHandlerTest.testKeyStrokeFromMorph, http://code.google.com/p/pharo/issues/detail?id=6313
- 6352: StartupPreferences loads non-st files in 1.4, http://code.google.com/p/pharo/issues/detail?id=6352, , 
- 6373: Add #version to OSPlatform, http://code.google.com/p/pharo/issues/detail?id=6373
- 6366: [Bug]: In 1.4, Finder UI DNU guessTypeByName:, http://code.google.com/p/pharo/issues/detail?id=6366
- 6343: move Windows on screen should take in account the task bar, http://code.google.com/p/pharo/issues/detail?id=6343
- 6386: [BUG]: [1.4]: New ProcessSpecificVariables & Running Processes, http://code.google.com/p/pharo/issues/detail?id=6386

Not bad, isn't?

Thanks a lot to all who contributed with fixes, reports and suggestions. 

The Pharo Team



Reply | Threaded
Open this post in threaded view
|

R: R: Pharo 1.4 "Summer" released!

Lorenzo
In reply to this post by EstebanLM
<base href="x-msg://29625/">

Hi,

 

Well, of course the cancel button is not a real problem but a matter of “style”: can you tell me how to open an issue?

As far as Seaside, I repeated the installation and everything was OK; as I told you, very likely it was my fault.

 

Grazie

 

Ciao


Da: [hidden email] [mailto:[hidden email]] Per conto di Esteban Lorenzano
Inviato: mercoledì 18 luglio 2012 21.45
A: [hidden email]
Oggetto: Re: [Pharo-project] R: Pharo 1.4 "Summer" released!

 

Hi, 

 

well.. the Author dialog never worked... you have to hit accept there... no alternative :)

I could fix it or at least removing the cancel button, but I didn't remember the problem. Can you open an issue? so maybe for 1.4 winter or 2.0 we can have it... :)

 

about the seaside issue... I just installed the Configurations Browser version and I didn't had any problem... what is you problem with the server? maybe you want to add a comanche server? in that case... you shouldn't :) pharo default server is Zinc, so you should use ZincServerAdaptor 

 

cheers,

Esteban

 

On Jul 18, 2012, at 9:25 PM, Lorenzo Schiavina wrote:



Hi Esteban,

 

I tried the 1.4 version and I found a very small problem: in the Author Identification window of Help Browser the cancel button does not work.

I have had a second problem that, very likely, depends on me: after installing Seaside I was not able to start the server in the activation window; can you help me?

 

Grazie

 

Lorenzo

 


Da: [hidden email] [mailto:[hidden email]] Per conto di Esteban Lorenzano
Inviato: mercoledì 18 luglio 2012 17.57
A: [hidden email] Development; A friendly place where any question about pharo is welcome; [hidden email]; Squeak Virtual Machine Development Discussion; Seaside - general discussion; [hidden email]
Oggetto: [Pharo-project] Pharo 1.4 "Summer" released!

 

We are proud to announce the summer release of Pharo 1.4!
You can find information about Pharo at: http://www.pharo-project.org

About this release. 

We integrated 30 fixes (the rounded number is completely casual) and integrated some tools that users feedback showed as necessary, specially the inclusion of OmniBrowser as part of the core for 1.4.  As a result of all this changes and fixes, the stability of this version is a lot better and we are really happy with it. 

Structural changes to the image: 

- Backport configurations browser from 2.0. This will easy the loading of packages for everybody, specially newcomers. 
- Integrated ProfStef. Again, useful for newcomers. 

- Integrated Spotlight. Easy to find classes and methods. 
- Integrated OmniBrowser. Nautilus will wait to 2.0 to be core, but it is still loadable.
- Integrated Keymapping. This is in fact a sub-product of the inclusion of Spotlight, but the framework is powerful and it deserves its inclusion too :)
- Updated Zinc to latest version. 

Complete list of bugs fixed: 

- 5665: bug on new ecompletion/ocompletion, http://code.google.com/p/pharo/issues/detail?id=5665
- 5773: Have access to the original event in PLuggableButtonMorph, http://code.google.com/p/pharo/issues/detail?id=5773
- 5584: File Browser not recognizing cs and st if filename has more than one point, http://code.google.com/p/pharo/issues/detail?id=5584
- 5667: Renaming a file just deletes it due to missing #fileNameFromFormattedItem:, http://code.google.com/p/pharo/issues/detail?id=5667
- 5445: Broken command-line arguments in 1.4, http://code.google.com/p/pharo/issues/detail?id=5445
- 5679: Removing a trait does not remove trait methods from class, http://code.google.com/p/pharo/issues/detail?id=5679
- 5722: Be able to remove traits from class definition, http://code.google.com/p/pharo/issues/detail?id=5722
- 5858: DateAndTime >>#hash, http://code.google.com/p/pharo/issues/detail?id=5858
- 5833: More robust allSuperclassesIncluding:, http://code.google.com/p/pharo/issues/detail?id=5833
- 5966: DropListMorph do not pop the list when the text field is clicked, http://code.google.com/p/pharo/issues/detail?id=5966
- 5627: "MessageNotUnderstood: receiver of "displayWorld" is nil" on clicking the red Menu-Halo., http://code.google.com/p/pharo/issues/detail?id=5627
- 5742: BallonMorph shows flyover help using an extra line, http://code.google.com/p/pharo/issues/detail?id=5742
- 6150: During snapshot: Send cr after Transcript message for 1.4, http://code.google.com/p/pharo/issues/detail?id=6150
- 6147: Code completion in all tools for 1.4, http://code.google.com/p/pharo/issues/detail?id=6147
- 6189: [BUG]: Port to Pharo 1.4 - stdin hangs until EOF, http://code.google.com/p/pharo/issues/detail?id=6189
- 6143: MIME decoding and Unicode not working, http://code.google.com/p/pharo/issues/detail?id=6143
- 6188: [BUG]: (1.4) Put back the correct order in #asert:equals:, http://code.google.com/p/pharo/issues/detail?id=6188
- 6187: [Bug]: (1.4) Mouse down events are being processed twice, http://code.google.com/p/pharo/issues/detail?id=6187
- 6117: SimplifiedChineseEnvironment should implement leadingChar, http://code.google.com/p/pharo/issues/detail?id=6117
- 6082: Missed translated selector for the dialog title in the ColorChooserMorph, http://code.google.com/p/pharo/issues/detail?id=6082
- 6231: FileList revert, http://code.google.com/p/pharo/issues/detail?id=6231
- 6303: [BUG]: Completion DNU in Inspector/Object Explorer for 1.4, http://code.google.com/p/pharo/issues/detail?id=6303
- 6305: StartupPreferences "run once" broken, http://code.google.com/p/pharo/issues/detail?id=6305
- 6324: For Pharo 1.4 disable StartupPreferences only for Windows, http://code.google.com/p/pharo/issues/detail?id=6324
- 6313: failing test: MorphicTests.Event.EventHandlerTest.testKeyStrokeFromMorph, http://code.google.com/p/pharo/issues/detail?id=6313
- 6352: StartupPreferences loads non-st files in 1.4, http://code.google.com/p/pharo/issues/detail?id=6352, , 
- 6373: Add #version to OSPlatform, http://code.google.com/p/pharo/issues/detail?id=6373
- 6366: [Bug]: In 1.4, Finder UI DNU guessTypeByName:, http://code.google.com/p/pharo/issues/detail?id=6366
- 6343: move Windows on screen should take in account the task bar, http://code.google.com/p/pharo/issues/detail?id=6343
- 6386: [BUG]: [1.4]: New ProcessSpecificVariables & Running Processes, http://code.google.com/p/pharo/issues/detail?id=6386

Not bad, isn't?

Thanks a lot to all who contributed with fixes, reports and suggestions. 

The Pharo Team

 

Reply | Threaded
Open this post in threaded view
|

Re: [Vm-dev] Pharo 1.4 "Summer" released!

Tudor Girba-2
In reply to this post by EstebanLM
Hi,

Not bad at all :).

Moose already builds since a week on top of the pre summer release (14455). Now, it's building on the summer one.

Thanks,
Doru


On 18 Jul 2012, at 17:57, Esteban Lorenzano wrote:

> We are proud to announce the summer release of Pharo 1.4!
> You can find information about Pharo at: http://www.pharo-project.org
>
> About this release.
>
> We integrated 30 fixes (the rounded number is completely casual) and integrated some tools that users feedback showed as necessary, specially the inclusion of OmniBrowser as part of the core for 1.4.  As a result of all this changes and fixes, the stability of this version is a lot better and we are really happy with it.
>
> Structural changes to the image:
>
> - Backport configurations browser from 2.0. This will easy the loading of packages for everybody, specially newcomers.
> - Integrated ProfStef. Again, useful for newcomers.
> - Integrated Spotlight. Easy to find classes and methods.
> - Integrated OmniBrowser. Nautilus will wait to 2.0 to be core, but it is still loadable.
> - Integrated Keymapping. This is in fact a sub-product of the inclusion of Spotlight, but the framework is powerful and it deserves its inclusion too :)
> - Updated Zinc to latest version.
>
> Complete list of bugs fixed:
>
> - 5665: bug on new ecompletion/ocompletion, http://code.google.com/p/pharo/issues/detail?id=5665
> - 5773: Have access to the original event in PLuggableButtonMorph, http://code.google.com/p/pharo/issues/detail?id=5773
> - 5584: File Browser not recognizing cs and st if filename has more than one point, http://code.google.com/p/pharo/issues/detail?id=5584
> - 5667: Renaming a file just deletes it due to missing #fileNameFromFormattedItem:, http://code.google.com/p/pharo/issues/detail?id=5667
> - 5445: Broken command-line arguments in 1.4, http://code.google.com/p/pharo/issues/detail?id=5445
> - 5679: Removing a trait does not remove trait methods from class, http://code.google.com/p/pharo/issues/detail?id=5679
> - 5722: Be able to remove traits from class definition, http://code.google.com/p/pharo/issues/detail?id=5722
> - 5858: DateAndTime >>#hash, http://code.google.com/p/pharo/issues/detail?id=5858
> - 5833: More robust allSuperclassesIncluding:, http://code.google.com/p/pharo/issues/detail?id=5833
> - 5966: DropListMorph do not pop the list when the text field is clicked, http://code.google.com/p/pharo/issues/detail?id=5966
> - 5627: "MessageNotUnderstood: receiver of "displayWorld" is nil" on clicking the red Menu-Halo., http://code.google.com/p/pharo/issues/detail?id=5627
> - 5742: BallonMorph shows flyover help using an extra line, http://code.google.com/p/pharo/issues/detail?id=5742
> - 6150: During snapshot: Send cr after Transcript message for 1.4, http://code.google.com/p/pharo/issues/detail?id=6150
> - 6147: Code completion in all tools for 1.4, http://code.google.com/p/pharo/issues/detail?id=6147
> - 6189: [BUG]: Port to Pharo 1.4 - stdin hangs until EOF, http://code.google.com/p/pharo/issues/detail?id=6189
> - 6143: MIME decoding and Unicode not working, http://code.google.com/p/pharo/issues/detail?id=6143
> - 6188: [BUG]: (1.4) Put back the correct order in #asert:equals:, http://code.google.com/p/pharo/issues/detail?id=6188
> - 6187: [Bug]: (1.4) Mouse down events are being processed twice, http://code.google.com/p/pharo/issues/detail?id=6187
> - 6117: SimplifiedChineseEnvironment should implement leadingChar, http://code.google.com/p/pharo/issues/detail?id=6117
> - 6082: Missed translated selector for the dialog title in the ColorChooserMorph, http://code.google.com/p/pharo/issues/detail?id=6082
> - 6231: FileList revert, http://code.google.com/p/pharo/issues/detail?id=6231
> - 6303: [BUG]: Completion DNU in Inspector/Object Explorer for 1.4, http://code.google.com/p/pharo/issues/detail?id=6303
> - 6305: StartupPreferences "run once" broken, http://code.google.com/p/pharo/issues/detail?id=6305
> - 6324: For Pharo 1.4 disable StartupPreferences only for Windows, http://code.google.com/p/pharo/issues/detail?id=6324
> - 6313: failing test: MorphicTests.Event.EventHandlerTest.testKeyStrokeFromMorph, http://code.google.com/p/pharo/issues/detail?id=6313
> - 6352: StartupPreferences loads non-st files in 1.4, http://code.google.com/p/pharo/issues/detail?id=6352, ,
> - 6373: Add #version to OSPlatform, http://code.google.com/p/pharo/issues/detail?id=6373
> - 6366: [Bug]: In 1.4, Finder UI DNU guessTypeByName:, http://code.google.com/p/pharo/issues/detail?id=6366
> - 6343: move Windows on screen should take in account the task bar, http://code.google.com/p/pharo/issues/detail?id=6343
> - 6386: [BUG]: [1.4]: New ProcessSpecificVariables & Running Processes, http://code.google.com/p/pharo/issues/detail?id=6386
>
> Not bad, isn't?
>
> Thanks a lot to all who contributed with fixes, reports and suggestions.
>
> The Pharo Team

--
www.tudorgirba.com

"Reasonable is what we are accustomed with."


Reply | Threaded
Open this post in threaded view
|

Re: R: R: Pharo 1.4 "Summer" released!

Damien Cassou
In reply to this post by Lorenzo
On Thu, Jul 19, 2012 at 8:46 AM, Lorenzo Schiavina <[hidden email]> wrote:
> Well, of course the cancel button is not a real problem but a matter of
> “style”: can you tell me how to open an issue?

1) Go to pharo.org
2) You have a link called "Issue Tracking"
3) You get a page with a link to google code
4) Click the link or directly go to http://code.google.com/p/pharo/issues/list

--
Damien Cassou
http://damiencassou.seasidehosting.st

"Lambdas are relegated to relative obscurity until Java makes them
popular by not having them." James Iry

Reply | Threaded
Open this post in threaded view
|

R: R: R: Pharo 1.4 "Summer" released!

Lorenzo
Thank you Damien


-----Messaggio originale-----
Da: [hidden email]
[mailto:[hidden email]] Per conto di Damien
Cassou
Inviato: giovedì 19 luglio 2012 9.54
A: [hidden email]
Oggetto: Re: [Pharo-project] R: R: Pharo 1.4 "Summer" released!

On Thu, Jul 19, 2012 at 8:46 AM, Lorenzo Schiavina <[hidden email]> wrote:
> Well, of course the cancel button is not a real problem but a matter of
> “style”: can you tell me how to open an issue?

1) Go to pharo.org
2) You have a link called "Issue Tracking"
3) You get a page with a link to google code
4) Click the link or directly go to
http://code.google.com/p/pharo/issues/list

--
Damien Cassou
http://damiencassou.seasidehosting.st

"Lambdas are relegated to relative obscurity until Java makes them
popular by not having them." James Iry


Reply | Threaded
Open this post in threaded view
|

Re: Pharo 1.4 "Summer" released!

Stéphane Ducasse
In reply to this post by EstebanLM
esteban

> well.. the Author dialog never worked... you have to hit accept there... no alternative :)
> I could fix it or at least removing the cancel button, but I didn't remember the problem. Can you open an issue? so maybe for 1.4 winter or 2.0 we can have it... :)

We should focus on 2.0 we cannot maintain two releases.
We should just packaged hyper important issues.


> about the seaside issue... I just installed the Configurations Browser version and I didn't had any problem... what is you problem with the server? maybe you want to add a comanche server? in that case... you shouldn't :) pharo default server is Zinc, so you should use ZincServerAdaptor

Stef