Hi,
We are happy to announce the release of Pier 1.2: http://www.piercms.com/download What’s new: - Mature value links (see http://www.piercms.com/doc/syntax for more details) - No _s or _k cruft in the url - Remembered last login - Smaller javascript code for faster page loading - Better default CSS (including a style for events) - Halos for enhanced editing - Pharo 0.1-10374 inside Enjoy and let us know what you think. Cheers, Lukas and Doru |
On Sat, Jul 11, 2009 at 10:08 AM, Tudor Girba <[hidden email]> wrote:
Hi, Hi and great news! Do you have any hints on migrating from previous release of pier? I hope that saving content and reloading it in new version works? List of changed css/image files would also be helpfull so that folks who have customized them could integrate their changes into new version.
thanks! rush |
In reply to this post by Tudor Girba-3
Hi,
I just tried - pier.sh should probably refer to pier.image instead of Seaside.image. Milan On July 11, 2009, Tudor Girba wrote: > Hi, > > We are happy to announce the release of Pier 1.2: > http://www.piercms.com/download > > What’s new: > - Mature value links (see http://www.piercms.com/doc/syntax for more > details) > - No _s or _k cruft in the url > - Remembered last login > - Smaller javascript code for faster page loading > - Better default CSS (including a style for events) > - Halos for enhanced editing > - Pharo 0.1-10374 inside > > Enjoy and let us know what you think. > > Cheers, > Lukas and Doru |
Excellent news!!!
What I a afraid when updating to this type of projects is that perhaps there are a lot of external non-maintenance anymore packages like pier-addons that don't work any more.
In this version of Pier, did you change important core things? I mean, pieraddons would probably work?
Thanks!
On Sat, Jul 11, 2009 at 2:18 PM, Milan Zimmermann <[hidden email]> wrote: Hi, |
In reply to this post by Milan Zimmermann-2
Indeed, thanks for reporting. We updated the download.
Cheers, Doru On 11 Jul 2009, at 19:18, Milan Zimmermann wrote: > Hi, > > I just tried - pier.sh should probably refer to pier.image instead of > Seaside.image. > > Milan > > On July 11, 2009, Tudor Girba wrote: >> Hi, >> >> We are happy to announce the release of Pier 1.2: >> http://www.piercms.com/download >> >> What’s new: >> - Mature value links (see http://www.piercms.com/doc/syntax for more >> details) >> - No _s or _k cruft in the url >> - Remembered last login >> - Smaller javascript code for faster page loading >> - Better default CSS (including a style for events) >> - Halos for enhanced editing >> - Pharo 0.1-10374 inside >> >> Enjoy and let us know what you think. >> >> Cheers, >> Lukas and Doru > > -- www.tudorgirba.com "Next time you see your life passing by, say 'hi' and get to know her." |
In reply to this post by Mariano Martinez Peck
Hi,
On 11 Jul 2009, at 21:27, Mariano Martinez Peck wrote: > Excellent news!!! > > What I a afraid when updating to this type of projects is that > perhaps there are a lot of external non-maintenance anymore packages > like pier-addons that don't work any more. > > In this version of Pier, did you change important core things? I > mean, pieraddons would probably work? Some things have changed in the core, but most of these changes are transparent, and most plugins should continue to work as before. Cheers, Doru > On Sat, Jul 11, 2009 at 2:18 PM, Milan Zimmermann <[hidden email] > > wrote: > Hi, > > I just tried - pier.sh should probably refer to pier.image instead of > Seaside.image. > > Milan > > On July 11, 2009, Tudor Girba wrote: > > Hi, > > > > We are happy to announce the release of Pier 1.2: > > http://www.piercms.com/download > > > > What’s new: > > - Mature value links (see http://www.piercms.com/doc/syntax for more > > details) > > - No _s or _k cruft in the url > > - Remembered last login > > - Smaller javascript code for faster page loading > > - Better default CSS (including a style for events) > > - Halos for enhanced editing > > - Pharo 0.1-10374 inside > > > > Enjoy and let us know what you think. > > > > Cheers, > > Lukas and Doru > > > > > -- www.tudorgirba.com "Yesterday is a fact. Tomorrow is a possibility. Today is a challenge." |
In reply to this post by Tudor Girba-3
On Sat, Jul 11, 2009 at 7:08 AM, Tudor Girba <[hidden email]> wrote: Hi, I don't know if this clean urls are working for me. I just downloaded it and created a search component. I click on it an do a search and this is the link: http://localhost:8080/seaside/pier/search?_s=p7noU6JYJ9ICQT3v&_k=Mk0wyNH7 Now, the question is... _s and _k should NEVER should appear ? Thanks! Mariano
|
> Now, the question is... _s and _k should NEVER should appear ?
Yes. They only disappear if Pier can guarantee correctness. Currently this is only done for views, but in the future I will add a protocol that arbitrary commands can request clean URLs. Also there is currently an issue with the second request that alway has _s and _k, even if this is not always necessary. Again this is about ensuring correctness and might disappear in the future. Cheers, Lukas -- Lukas Renggli http://www.lukas-renggli.ch |
On Mon, Jul 13, 2009 at 2:21 PM, Lukas Renggli <[hidden email]> wrote:
Ok. Perfect. As I saw some _s and _k I just wanted to be sure is wan't my problem :) Thanks Mariano
|
Free forum by Nabble | Edit this page |