From: Pascal G. (QC/EMC) <Pas...@er...> - 2004-11-06 08:05:51
|
> WikiFormRich has a couple of input mechanism. > Our templated page generation is done by CreatePage. > This comes close to TWikiTemplates. > > So you need the input forms from WikiFormRich point to a > actionpage with > the CreatePage plugin. A new page with variables from the input forms > will then be created. alrite, i'll investigate that (WikiFormRich in conjonction w/ CreatePage) further as soon as i have some time. > wikilens.org (also phpwiki-based) does use a lot of those features. > My movie database also. i haven't found any WikiFormRich examples on wikilens.org ... perhaps i'm just blind or something... and of course, i don't have access to your private movie collection website. > But to change a page you'd your own plugin, if the AddComment > machinery > is not enough. at the moment, my problem with both WikiBlog and AddComment is that the Edit|Remove Page buttons don't appear properly when a diff. user than the creator edits an entry. i need that to work properly... by the way, i needed to remove the hardcoded locking for any edit to take place. the edit page can still be manually accessed, but the button won't appear after the first modif. i've tried to find the problem, but i can't seem to narrow it... thank you, you've been very helpfull! -Pascal |
From: Pascal G. (QC/EMC) <Pas...@er...> - 2004-11-06 08:07:47
|
> WikiFormRich has a couple of input mechanism. > Our templated page generation is done by CreatePage. > This comes close to TWikiTemplates. hmmm.... i've just noticed that WikiFormRichPlugIn isn't in phpwiki 1.3.10 ... is there anything i should know before stupidly copying it into my plugin directory ? is WikiForm the ancestor of WikiFormRich ? -Pascal |
From: Reini U. <ru...@x-...> - 2004-11-06 13:17:32
|
[no need to CC: me] Pascal Giard (QC/EMC) schrieb: > > WikiFormRich has a couple of input mechanism. > > Our templated page generation is done by CreatePage. > > This comes close to TWikiTemplates. > > hmmm.... > i've just noticed that WikiFormRichPlugIn isn't in phpwiki 1.3.10 ... > is there anything i should know before stupidly copying it into my > plugin directory ? Haven't tried but should work. Maybe lib/editpage.php is also needed for advanced CreatePage features. I'll setup an example page soon; at first on the demo wiki. It requires the CVS CreatePage version. > is WikiForm the ancestor of WikiFormRich ? WikiForm is just for some old phpwiki: style forms, only for administrative internal tasks. WikiFormRich is completely generic. -- Reini Urban http://xarch.tu-graz.ac.at/home/rurban/ |
From: Pascal G. (QC/EMC) <Pas...@er...> - 2004-11-09 02:38:33
|
> Pascal Giard (QC/EMC) schrieb: > > > WikiFormRich has a couple of input mechanism. > > > Our templated page generation is done by CreatePage. > > > This comes close to TWikiTemplates. > > > > hmmm.... > > i've just noticed that WikiFormRichPlugIn isn't in phpwiki > 1.3.10 ... > > is there anything i should know before stupidly copying it into my > > plugin directory ? > > Haven't tried but should work. Maybe lib/editpage.php is also > needed for advanced CreatePage features. so i need: - lib/editpage.php - lib/plugin/WikiFormRich.php - lib/plugin/CreatePage.php all from CVS ? > I'll setup an example page soon; at first > on the demo wiki. It requires the CVS CreatePage version. okay, that's _very_ nice of you. Please tell me when it's set. -Pascal |
From: Pascal G. (QC/EMC) <Pas...@er...> - 2004-11-15 19:49:53
|
> > On wikilens.org, we don't use WikiFormRich. It was > developed at the same > > time as we developed our own solution (pages with fields > that depend on > > category). We would like to contribute our solution back, > but have not > > yet done so. You can always see our source tarball at > > http://wikilens.org/wikilens-src.tgz, but it would be quite > different > > from what's in PhpWiki. > > BTW: I'm just working on the backport... Can you give me a timeframe? I'm not asking this to add pressure on you, i just need an honest answer so i can have time to react and organize myself so that i don't end up being unable to deliver to my team what they expected, on time. I've deadlines and i'd like to know if i should allocate myself time to get my hands in WikiFormRich and make it work with phpwiki 1.3.10 ... (i only talk about WikiFormRich because i expect the mecanism used at wikilens to be more work). thank you, -Pascal Reminder: All i need is a way to automate the ReleaseNotes, with custom forms, before the end of November. That will be a demonstrator before going further into phpwiki. |
From: Dan F. <dfr...@cs...> - 2004-11-15 17:43:29
|
Pascal Giard (QC/EMC) wrote: > > wikilens.org (also phpwiki-based) does use a lot of those features. > > My movie database also. > > i haven't found any WikiFormRich examples on wikilens.org ... perhaps > i'm just blind or something... > and of course, i don't have access to your private movie collection > website. > Pascal, On wikilens.org, we don't use WikiFormRich. It was developed at the same time as we developed our own solution (pages with fields that depend on category). We would like to contribute our solution back, but have not yet done so. You can always see our source tarball at http://wikilens.org/wikilens-src.tgz, but it would be quite different from what's in PhpWiki. Dan |
From: Reini U. <ru...@x-...> - 2004-11-15 18:30:43
|
Dan Frankowski schrieb: > Pascal Giard (QC/EMC) wrote: >> > wikilens.org (also phpwiki-based) does use a lot of those features. >> > My movie database also. >> >> i haven't found any WikiFormRich examples on wikilens.org ... perhaps >> i'm just blind or something... >> and of course, i don't have access to your private movie collection >> website. >> > > Pascal, > > On wikilens.org, we don't use WikiFormRich. It was developed at the same > time as we developed our own solution (pages with fields that depend on > category). We would like to contribute our solution back, but have not > yet done so. You can always see our source tarball at > http://wikilens.org/wikilens-src.tgz, but it would be quite different > from what's in PhpWiki. BTW: I'm just working on the backport... -- Reini Urban http://xarch.tu-graz.ac.at/home/rurban/ |
From: Dan F. <dfr...@cs...> - 2004-11-15 21:03:07
|
Reini Urban wrote: > Dan Frankowski schrieb: > >> Pascal Giard (QC/EMC) wrote: >> >>> > wikilens.org (also phpwiki-based) does use a lot of those features. >>> > My movie database also. >>> >>> i haven't found any WikiFormRich examples on wikilens.org ... >>> perhaps i'm just blind or something... >>> and of course, i don't have access to your private movie collection >>> website. >>> >> >> Pascal, >> >> On wikilens.org, we don't use WikiFormRich. It was developed at the >> same time as we developed our own solution (pages with fields that >> depend on category). We would like to contribute our solution back, >> but have not yet done so. You can always see our source tarball at >> http://wikilens.org/wikilens-src.tgz, but it would be quite different >> from what's in PhpWiki. > > > BTW: I'm just working on the backport... Wow, very cool. FYI, one of the reasons I haven't yet pushed to contribute is that we are moving the "category" information for a page, and the field data itself, out of the Wiki text for the page. Thus, I didn't want to contribute the code back that has a page category within the wiki text, then later contribute an incompatible solution that forces a conversion. I wanted to feel that we had settled on one solution (likely category and field data off-page), then contribute that. That is as yet unreleased I believe (hence does not show up in our external tarball). Dan |