Hi,
I just downloaded Pier 2.0 (Mac Os). After having started pier and
localhost:8080 (on Safari) and trying to login the debugger pops up
with the message
error: this collection is empty
What is going wrong?
Johannes
________________________________
Staatlich anerkannte private Fachhochschule
NORDAKADEMIE
Gemeinnützige Aktiengesellschaft
Köllner Chaussee 11
25337 Elmshorn
Vorstand:
Prof. Dr. Georg Plate (Vorsitzender), Dipl.-Ing. Jörg Meier (stellv. Vorstand)
Vorsitzender des Aufsichtsrats:
Dr. h.c. Hans-Heinrich Bruns
Sitz:
Elmshorn, Amtsgericht Elmshorn, HRB 1682
I've managed to do it before, but I'm starting over from scratch and
trying to be methodical and I've forgotten something.
When I add a new user "testuser" and a group "testgroup" and make no
changes to anything, things work as expected.
However, the more I try to hone the permissions for group "testgroup"
the less certain I am what is supposed to happen.
For example, it proves to be extremely easy to disable the ability to
logout. How do I leave this ability for specific users and/or members
of a group.
Also, at times, if I DO lose the ability to log out for a given user, I
also lose the ability to login, period.
I've had to start over from scratch quite a few times because I'm
suddenly unable to log back in, even though I never touched permissions
for admin/pier and the admin group.
Lawson
Hi,
i work with the Gemstone version of Pier 2.0.
I use PRFile to save data into OODB but
i'm interested to save some Files directly into directory on the server.
For this i create a subclass of PRFile named PRFileOnDisk.
In this class i define the method:
isAbstract ^false
label: ^ 'FIle on disk'.
The fileModel class method return:
^ ISTMAExternalFileModel
and the descriptionFile is set to:
^ MAFileDescription new
kind: ISTMAExternalFileModel;
accessor: #file;
priority: 300;
label: 'File on Disk';
beEditable;
yourself
The ISTMAExternalFileModel is a subclass of MAExternalFileModel
and it work fine ( create directory and save data on the server disk ) for other Magritte description based on MAFileDescription ( with kind set to ISTMAExternalFileModel ).
Now when in Pier i define a link with Type: 'File on disk' ( based on PRFileOnDisk )
the system create the subdirectory on the server disk but don't save the file on it .
The file is managed how MAMemoryFileModel.
Any idea about it ?
Thanks,
Dario
Hi, can someone explain to me why my pier installation can show the
images of the theme in the seasidehosting.st server , but not show
any theme image when I run pier locally.
Locally I'm using the same image as at seasidehosting.
Locally I use the default initialize method: "WAKomEncoded startOn: 8080."
Thanks in advance.
Hmmm, I just downloaded the Pier 1.2 one-click and it does work for me. Had
to click apply and F5 a couple of times before it took.
I am using IE8.
I am forwarding this to the Pier list at smallwiki(a)iam.unibe.ch in case
someone more knowledgeable has an idea what your problem might be.
John
On Thu, Sep 9, 2010 at 10:25 AM, Cyrille Delaunay <cy.delaunay(a)gmail.com>wrote:
> Just try, and it does not change. Whatever I type in the editor (even non
> css code), it apply the default css.
>
>
> 2010/9/9 John McKeon <p3anoman(a)gmail.com>
>
>> Did you try pressing F5/Refresh to get the CSS to reload?
>>
>>
>> On Thu, Sep 9, 2010 at 9:56 AM, Cyrille Delaunay <cy.delaunay(a)gmail.com>wrote:
>>
>>> So here is wht I tried:
>>> When i'm on a page, I click on the command 'edit design'. It open an
>>> editor on the default css (for me, using the pier on click image, it seems
>>> to be 'eventCss', am I right?).
>>> So here I guess I'm able to edit the default css. But when I change some
>>> parameters in the css code, it doesn't modify anything on my web page.
>>> What is more strange, is that if I delete all the text from the editor,
>>> this time the change is taken into account, and my web page is rendered
>>> without any Css style. If I tried just to write a comment (like /*comment*/
>>> ) in the editor, then the default design re-appear.
>>> There is surely something I missed ? :)
>>>
>>> 2010/9/9 John McKeon <p3anoman(a)gmail.com>
>>>
>>> Hello Cyrille,
>>>> Use the Edit Settings command to set the stylesheet of a pier structure.
>>>>
>>>> Navigate to the current default stylesheet of your pier (mine is under
>>>> /System/Compoents) and then use the Copy command to make a duplicate with a
>>>> different name.
>>>>
>>>> Point the blog's stylesheet to the new stylesheet and edit away.
>>>>
>>>> This also applies to changing the environment of a structure.
>>>>
>>>> Hope this helps
>>>> John
>>>>
>>>>
>>>> On Thu, Sep 9, 2010 at 4:45 AM, Cyrille Delaunay <
>>>> cy.delaunay(a)gmail.com> wrote:
>>>>
>>>>> Hello,
>>>>> I'm currently playing a bit with pier and have some difficulties about
>>>>> setting my own css style.
>>>>> I would like to know if it is possible in pier to say 'use this css
>>>>> file for the whole blog'?
>>>>> I would like to retrieve the default css, base my new css file on top
>>>>> of this one (to know the css classes, id used), and apply it.
>>>>>
>>>>> _______________________________________________
>>>>> seaside mailing list
>>>>> seaside(a)lists.squeakfoundation.org
>>>>> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>>>>>
>>>>>
>>>>
>>>>
>>>> --
>>>> http://john-mckeon.us
>>>>
>>>> _______________________________________________
>>>> seaside mailing list
>>>> seaside(a)lists.squeakfoundation.org
>>>> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>>>>
>>>>
>>>
>>> _______________________________________________
>>> seaside mailing list
>>> seaside(a)lists.squeakfoundation.org
>>> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>>>
>>>
>>
>>
>> --
>> http://john-mckeon.us
>>
>> _______________________________________________
>> seaside mailing list
>> seaside(a)lists.squeakfoundation.org
>> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>>
>>
>
> _______________________________________________
> seaside mailing list
> seaside(a)lists.squeakfoundation.org
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>
>
--
http://john-mckeon.us
Hey Guys,
I am new to the Squeak/Seaside/Pier stack. I have a question about comments in the out of the box Pier blog.
I see there are input fields for Author and Website when creating a comment. How do I add an input box for email?
Thanks
Hi Group,
I´m a newbie in smalltalk and in Pier.
I´m developing for more as a decade in sap-enviroment, but now it´s time to
learn something new ;-)
After installing the one-click-pier2 image from the hudson server,
everything works fine!
Is it possible to disable the "Add a Note"-Component?
Thanks for your help!
Best regards,
Damir
-----
--
Damir Majer
... be agile: www.majcon.de
--
View this message in context: http://forum.world.st/Pier2-Book-Engine-Disable-Add-a-Note-View-tp2526638p2…
Sent from the Magritte, Pier and Related Tools mailing list archive at Nabble.com.
Magritte 2.0.5.1
- fixed deprecated #and:and:
Pier 2.0.6.1
- PierSeaside
- moved #isRestful to class-side
- modified PRContentsWidget>>#onAnswerCommand: to trap MAError rather
than the more general Error.
- Pier-Pharo-Persistency
- fixed senders of #ifNotNil:
- fixed reference to WAKom
PierAddOns 2.0.6.1
- Pier-Blog
- fixed senders of #ifNotNil:
- Pier-Setup
- fixed senders of #ifNotNil:
- removed legacy code
- removed more legacy code
Tests are green in GLASS1.0-beta.4 and Pharo1.0. One test failure in
Squeak4.1 (MAExtenstionsTest>>testTimePrintOn:).
Dale