[Pharo-dev] [pharo-project/pharo-core]

2015-10-19 Thread GitHub
Branch: refs/tags/50392 Home: https://github.com/pharo-project/pharo-core

[Pharo-dev] [pharo-project/pharo-core] 8276a9: 50392

2015-10-19 Thread GitHub
Branch: refs/heads/5.0 Home: https://github.com/pharo-project/pharo-core Commit: 8276a9c35e6aa2e826bff169dc14fd476a37c39d https://github.com/pharo-project/pharo-core/commit/8276a9c35e6aa2e826bff169dc14fd476a37c39d Author: Jenkins Build Server Date: 2015-10-19 (Mon, 19 Oct 2015

Re: [Pharo-dev] Storing System Settings using STON

2015-10-19 Thread Ferlicot D. Cyril
Le 12/10/2015 19:45, Juraj Kubelka a écrit : > Hi, > > we have a slice that introduce new storage solution for System Settings. > See: > https://pharo.fogbugz.com/f/cases/16681/Storing-System-Settings-using-STON > > You can load it using: > > Gofer it > smalltalkhubUser: 'Pharo' project: 'Phar

Re: [Pharo-dev] WhatsUp from: 2015-10-19 until: 2015-10-31

2015-10-19 Thread Dimitris Chloupis
- Go back to UPBE -- Fix so now the complete book is compiled as a single pdf once again -- Document Spotter in Pharo Tour chapter -- Document Nautilus Icons in Pharo Tour tutorial -- Create Nautilus icons in 3d just for fun -- Integrate pull request by bpietro with several improvements -Give a sl

[Pharo-dev] Smalltalkhub projects not indexed?

2015-10-19 Thread Jan Kurš
Hi, I noticed that my projects on Smalltalkhub cannot be googled :( I have project set up as a public, I actively develop and update the overview page for several months, but even the query: smalltalkhub does not find anything. Is there a way to help this? Cheers, Jan

Re: [Pharo-dev] Smalltalkhub projects not indexed?

2015-10-19 Thread Levente Uzonyi
This is because for some unknown reason the creators of Smalltalkhub decided to use hashbang urls at a time when it was already considered bad practice to do so[1]. Crawlers can't crawl such pages, unless there are non-hashbang versions provided as well[2], but I strongly doubt Smalltalkhub has

[Pharo-dev] Is storing a setting supposed to work in latest version?

2015-10-19 Thread stepharo
Hi guys When I press Store Setting in the Settings Browser, I get a DNU. How can I save a setting now? Stef

Re: [Pharo-dev] Storing System Settings using STON

2015-10-19 Thread Juraj Kubelka
Hi, thank you for the report. Fix in the inbox: https://pharo.fogbugz.com/f/cases/16816/Storing-System-Settings-produces-error-when-preference-directory-does-not-exist Cheers, Juraj > On Oct 19, 2015, at 07:09, Ferlicot D. Cyril wrote: > > Le 12/10/2015 19:45, Juraj Kubelka a écrit : >> Hi,

Re: [Pharo-dev] Storing System Settings using STON

2015-10-19 Thread Juraj Kubelka
Here it is: ClassStoredSetting ThemeIconsStoredSetting LogicalFontStoredSetting StrikeFontSetStoredSetting StrikeFontStoredSetting FileLocatorStoredSetting AbsolutePathStoredSetting RelativePathStoredSetting Cheers, Juraj > On Oct 18, 2015, at 06:20, stepharo wrote: > > Can you past

Re: [Pharo-dev] Is storing a setting supposed to work in latest version?

2015-10-19 Thread Juraj Kubelka
There is a bug: https://pharo.fogbugz.com/f/cases/16816/Storing-System-Settings-produces-error-when-preference-directory-does-not-exist Slice included. Cheers, Juraj > On Oct 19, 2015, at 12:21, stepharo wrote: > > Hi guys > > When I press Store Setting in the Settings Browser, I get a DNU.

[Pharo-dev] [pharo-project/pharo-core]

2015-10-19 Thread GitHub
Branch: refs/tags/50393 Home: https://github.com/pharo-project/pharo-core

[Pharo-dev] [pharo-project/pharo-core] d375b5: 50393

2015-10-19 Thread GitHub
Branch: refs/heads/5.0 Home: https://github.com/pharo-project/pharo-core Commit: d375b50bd1a89ed16808aece1f0525a4058a488f https://github.com/pharo-project/pharo-core/commit/d375b50bd1a89ed16808aece1f0525a4058a488f Author: Jenkins Build Server Date: 2015-10-19 (Mon, 19 Oct 2015

Re: [Pharo-dev] Is storing a setting supposed to work in latest version?

2015-10-19 Thread Juraj Kubelka
It is already integrated. Thanks Marcus! Cheers, Juraj > On Oct 19, 2015, at 12:33, Juraj Kubelka wrote: > > There is a bug: > https://pharo.fogbugz.com/f/cases/16816/Storing-System-Settings-produces-error-when-preference-directory-does-not-exist > > > Slice included. > Cheers, > Juraj > >

[Pharo-dev] ConfigurationOf and Git

2015-10-19 Thread Gabriel Cotelli
I was wondering if something like this can work: Given a ConfigurationOfProject (a subclass of ConfigurationOf) defining: stable: spec spec for: #'pharo4.0.x' do: [spec baseline: 'Project' with: [ spec repository: 'github://username/Project:stableForPharo4/']]. spec for: #'pharo5.0.x' do: [spec