Hello,
is it possible to link to a Pier command from a Pier page?
Example wiki text:
!Welcome
Please *log in>command:PULogin*, or *read more*.
Cheers
Matthias
According to how commands work in Pier, is it possible to apply a command on
more than a single structure?
Another question: is there something in Pier to retrieve the date and time
of creation/modification of each page (or do I need to add some descriptions
to PRStructure?)
Cheers,
--
Sébastien JULLIAND
Hi there,
for applications sometimes the user want to edit an object that has many
instvars to edit or it's composed. I guess that this could lead to forms too
large to be practical for the end user's daily use.
One solution to this is could be the partition of the form into smaller
forms with tabs. The problem is that one should describe once and let the
description prepared to be capable of build several composed forms to each
model.
This could be archieved by different form building policies. A concrete
form build's policy should define the look of the component. To give a
simple example of this policy: if the component to build is no bigger than 6
"fields" it should be like "the normal ones" (actual default) but if it has
more than 6 "fields", put the first 6 in a tab and the next 6 in another tab
(or more, until the total ammount of fields are reached).
The policies should be extensible but generic enough to maintain economy
in the design. Is also desirable collaboration with user's role to gain
additional customization of the observation.
A smarter policy could take advantage of grouping info set in the
descriptions. As an example some fields could belong to the
#'admin.indetification' or #'operator.identification' group/role to keep
grouped the right fields of the editor's form for the object/model.
I'd like to hear opinions about this or to know about better approachs
to solve this problem.
cheers,
Sebastian Sastre
PD: as a side note I'm evaluating to use Magritte with Glorp mapping (like
Ramon Leon suggest) so, if I'm undesrtanding this right, the descriptions to
map the persistance of the model objects should be "like" another role
observating them but describing the persistance wanted.
(sorry wrong thread)
Error: There is no free space in this set!
I got this error when attempting to add a page
any ideas?
Keith
___________________________________________________________
The all-new Yahoo! Mail goes wherever you go - free your email address from your Internet provider. http://uk.docs.yahoo.com/nowyoucan.html
Hi there,
I was reading the Lukas thesis about Magritte. By the way...
congratulations for that nice document Lukas.
I have questions about Magritte beign useful for generating views of the
model. Note I said views and not view of the model because I think is
interesting to generate more than one unique view for it. I have several
examples in wich this feature is desirable. Most are user based. With user
based I mean the user's role should determinate the observation. An
organization's anOperator should see something of aDocumentModel but
aManager should see diferent and probably more details of the same
aDocumentModel and aDirector should see just metrics about that
(aDocumentModel).
I see that one could manipulate the design to "force" aDocumentModel to
be of different species for each observer but the cost is undesirable
complication, reality-virtuality mismatch and identity mess (made worst with
and RDBMS mapping in the middle). I don't like the dark side.
I think is possible a better approach but until now I was unable to see
a clear way on how Magritte could help with multiple description request.
The descriptions for the objects are deducted from class side #descriptionXX
of the objects wich collaborates with MADescriptionBuilder but it's cache
seems to be designed to store only one description per object.
Do you think that to extend Magritte to support several descriptions per
object should be the best approach to this problem?
thanks,
Sebastian Sastre
Hi!
I want to use Pier as a wiki at work, so I'm evaluating if it meets my
needs.
(side note: It's very complicated to get information about Pier from the
main Squeak site, the Pier wiki or the Seaside site. I don't known how the
Ruby guys get the resources to make their web sites... but we -I mean the
squeak community- need to learn a lot from them in this area)
After running the image provided by Keith, I've tried to use Magma and I got
the same error about "objects" file mentioned early in the list :(. So
before digging more into the problem, I have a couple of questions:
- What is the recommended mechanism for persistence: plain files, Magma,
image?
- If I want to change the persistence method, how hard is to do the
migration? (I think that I should execute a script that loads all the wiki
in the image using the source persistence method, then write all those
objects using the target persistence method... there is an easy way to do
that?)
- How can I make Pier components? (I'm new to Seaside too)
- It's possible to use LDAP for Pier authentication? If not, how hard is to
use another authentication method? (I have experience developing LDAP
authentication libraries for gemstone... so I can help in this area)
- I want to change the stylesheet how I can do that?
- I want to change the view component, so certain options like editing or
configuring the environment are invisible if the user is not logged in...
any clue on how to start?
- It's possible so show or hide a component according to the user role? I
want to show the tree component only if the user is the administrator of the
wiki
That are a lot of questions for a single mail!
So many thanks in advance!
Diego.-
Hi,
I would like to know where can I find information about personalize Pier
web. I talk about using something like themes like in other CMS. How
can I create new themes?
Cheers.
--
Giuseppe Luigi Punzi
:: ZYO :: Solutions everywhere
email: glpunzi(a)zyoconsulting.com
tlfno: +34 675 145 912
web: http://www.zyoconsulting.com
Hi,
I create a visitor that collect broken link and add them to a collection
but I don't know how can I render those links.
A pic is attach to show you how I proceed actually but I should forgot
something! :-\
I use the same visitor to collect files and I have the same problem!
Regards
Mat