Hi,
is there any photo gallery available for Pier? I mean a widget where I
could upload pictures and they are rendered in a nice way. I started
one 4 years ago but I abandoned it.
Bye
--
Damien Cassou
http://damiencassou.seasidehosting.st
#1.
locationDefinition
^ #( ( 2 '63450af8d9c2e17b' ) ( 30 'iaojv41bw67e0tud5m9rgplqfy8x3cs2kznh' )
)
Why is '63450af8d9c2e17b' all mixed up (as opposed to '012345...')? I'm
cleaning some code and feel like I'm missing something here...
#2. Is anyone using #baseUrl? There are no senders in the image...
-----
Cheers,
Sean
--
View this message in context: http://forum.world.st/MAExternalFileModel-Questions-tp4711175.html
Sent from the Magritte, Pier and Related Tools mailing list archive at Nabble.com.
Dear readers,
I've just extracted Pillar out of Pier (baseline 3.10). Pillar is a
syntax (the good-old Pier syntax), its parser, a document model, and
exporters. Pier now depends on Pillar and provide a CMS (with its
Morph and Seaside views).
https://ci.inria.fr/pharo-contribution/job/Pier3/
--
Damien Cassou
http://damiencassou.seasidehosting.st
"Success is the ability to go from one failure to another without
losing enthusiasm."
Winston Churchill
Hi,
My "new" Pier installation keep on being bugged up with some transaction.txt file which breaks all the work I do to get back to some sort of ugly default view.
Does anyone can explain me how to get rid of this file ?
Regards,
Maarten,
On Tue, Oct 1, 2013 at 2:22 PM, Mariano Martinez Peck <marianopeck(a)gmail.com
> wrote:
> Hi guys,
>
> I am using Seaside 3.0 and Magritte 3.
>
> I have a MAReport in which I add as the first column a MACheckboxColumn. I
> want to use this table to filter/select/unselect the rows of the report. If
> I use a MACheckboxColumn as is (#useLinks answering true), it works, but if
> I do (set #useLinks to false):
>
> report addColumn: (MACheckboxColumn new useLinks: false; yourself).
>
> it does not work anymore..the callback of the checkbox is not called
> anymore:
>
> MASelectionColumn >> renderCellFormContent: anObject on: html
>
> html checkbox
> value: (self isSelected: anObject);
> callback: [ :value | self halt. self selectRow: anObject value: value ]
>
> Of course the difference is that with no links it uses
> #renderCellFormContent:on: while with useLinks in true it uses
> #renderCellLinkContent:on:. I thought it was related to the fact that links
> do not need a form but checkbox do. I tried adding a form around the
> checkbox, but no luck.
>
> Any ideas?
>
> Thanks
>
>
> --
> Mariano
> http://marianopeck.wordpress.com
>
--
Mariano
http://marianopeck.wordpress.com
I have a described object, let's call it parent. It has a to-many relation.
The reference may be an instance of multiple classes, but all have a date
field, which I want to default to the date of the parent object. How do I do
that?
Thanks!
-----
Cheers,
Sean
--
View this message in context: http://forum.world.st/Default-depending-on-container-tp4712877.html
Sent from the Magritte, Pier and Related Tools mailing list archive at Nabble.com.
Hi guys,
Stéphane and I would like to extract the non-seaside-dependent part of
Pier (namely the document model and exporters) into their own project
(potential codename 'Pillar'). This would allow us to:
- have smaller images for our use of Pier syntax to write books (with
statuc HTML, LaTeX and ePub generation)
- maybe include Pillar in Pharo itself so we can use it to write
comments and have them rendered in the code browser (something like
http://forum.world.st/attachment/4686978/0/Screen%20Shot%202013-05-13%20at%…)
Do you have any opinion or piece of advice?
--
Damien Cassou
http://damiencassou.seasidehosting.st
"Success is the ability to go from one failure to another without
losing enthusiasm."
Winston Churchill
Hi Damien,
>From a community point of view, this does not seem to be defendable.
I'd strongly hope that changes in the core of pier (support for multiple
languages?) would be propagated to the presentation layer.
Stephan
Per a recent thread, I added #display: aBlock to MAElementDescription, so you
can now say e.g.
MAFileDescription new
accessor: accessor;
label: 'Attachment';
defaultDirectory: attachmentFolder;
display: [ :e | e basename ];
kind: AbstractFileReference;
priority: 300;
yourself.
I tried not to subvert the design of Magritte, but had to dig pretty deep to
find a place where the right objects were able to communicate.
MAStringWriter>>#visitStringDescription: sends #displayStringFor: to the
description to convert the object into a string. The default is still to
send it #greaseString.
If someone could load the bleeding edge packages and review the design I'd
appreciate it. It's worked so far in my projects and with some hand testing.
Thanks.
-----
Cheers,
Sean
--
View this message in context: http://forum.world.st/Code-Review-Request-tp4711242.html
Sent from the Magritte, Pier and Related Tools mailing list archive at Nabble.com.
Hi,
I can't manage to make ConfigurationOfPierVoyage to load. PierVoyage
has few dependencies by itself, but the projects it depends on (Pier
and VoyageMongo) depend on other projects. The error message I get is:
'No version found for ''3.1.0'' of ConfigurationOfSeaside3'
which looks strange :-). To reproduce:
(Gofer new smalltalkhubUser: 'estebanlm' project: 'Voyage';
configurationOf: 'PierVoyage'; yourself) load.
((ConfigurationOfPierVoyage project version: #development) record:
'ALL') loadDirective.
--
Damien Cassou
http://damiencassou.seasidehosting.st
"Success is the ability to go from one failure to another without
losing enthusiasm."
Winston Churchill