Re: Fedora Insight HackFest @ FUDCon Toronto today!

2009-12-06 Thread Dale Bewley

- "Pascal Calarco"  wrote:

> From now through 6:00 pm (01:00 UTC) today, we'll be working on Fedora
> 
> Insight on Zikula here at FUDCon Toronto, and you can join us online
> at
> 
> irc.freenode.net in #fudcon-room-4
> 
> There are three basic categories of work, including:
> 
> 1) Infrastructure (lead: Simon Birwhistle)
> * packaging remaining items (xinhua, etc.)
> * installing PageMaster add-on for Zikula for workflow engine
> * resolving other issues
> 
> 2) Workflow (lead: Pascal Calarco)
> * documenting how roles are handled in Zikula and in FAS
> * documenting revised workflow for Fedora Weekly News in Zikula
> 
> 3) Content (lead: Mel Chua)
> * what content categories will be targeted for inclusion in Fedora
> Insight
> * plan for translation
> * handling multimedia hosting
> 
> Come join us online!  We'll also be working on this tomorrow, Monday,
> 
> December 7th through the same time.
> 
>- pascal

Hello,
I've been trying to sort of trudge through and implement some of the workflow 
objects, and I've run into a couple of errors within the Pagemaster module.

https://fedoraproject.org/wiki/User:Dale/Zikula_FWN_Testing#Zikula_Modules

After creating a Pub Type while proceeding to create a Pub Field, one is 
presented with several PHP warnings along this line:

Warning: Call-time pass-by-reference has been deprecated - argument passed by 
value; If you would like to pass it by reference, modify the declaration of 
[runtime function name](). If you would like to enable call-time 
pass-by-reference, you can set allow_call_time_pass_reference to true in your 
INI file. However, future versions may not support this any longer. in 
/usr/share/zikula/modules/pagemaster/classes/FormPlugins/pmformlistinput.class.php
 on line 71

Those are not a hindrance. However, after creating a Pub Type called "Beats" 
with a Fieldtype of "List" there is a blocker. You can see the result here or 
in the screenshot on my scratch page above.

https://publictest6.fedoraproject.org/zikula/index.php?module=pagemaster&type=admin&func=editpubfields&id=1&tid=1#newpubfield

The form snippet for editing the list is drawn off to the left of the screen.

This may be due to the following error which is triggered when clicking the 
"Pubtype form" link in the toolbar.

Javascript livepipe package was not found or it's incomplete. It's required for 
the plugin configuration modalbox. Please download it and copy into your site.

The download link leads to here, but there is no "livepipe". Only Pagemaster 
releases from 1 year ago.

http://code.zikula.org/pagemaster/downloads

--
Dale Bewley - Unix Administrator - Shields Library - UC Davis
GPG: 0xB098A0F3 0D5A 9AEB 43F4 F84C 7EFD  1753 064D 2583 B098 A0F3

-- 
Fedora-marketing-list mailing list
Fedora-marketing-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-marketing-list


RE: Fedora Insight HackFest @ FUDCon Toronto today!

2009-12-06 Thread Simon Birtwistle
This is a lib that needs packaging and deploying to /javscript - I don't know 
why it wasn't included in the pagemaster module...  More details in a sec.



> -Original Message-
> From: fedora-marketing-list-boun...@redhat.com [mailto:fedora-
> marketing-list-boun...@redhat.com] On Behalf Of Dale Bewley
> Sent: 06 December 2009 17:54
> To: fedora-news-l...@redhat.com
> Cc: For discussions about marketing and expanding the Fedora user base
> Subject: Re: Fedora Insight HackFest @ FUDCon Toronto today!
> 
> 
> - "Pascal Calarco"  wrote:
> 
> > From now through 6:00 pm (01:00 UTC) today, we'll be working on
> Fedora
> >
> > Insight on Zikula here at FUDCon Toronto, and you can join us online
> > at
> >
> > irc.freenode.net in #fudcon-room-4
> >
> > There are three basic categories of work, including:
> >
> > 1) Infrastructure (lead: Simon Birwhistle)
> > * packaging remaining items (xinhua, etc.)
> > * installing PageMaster add-on for Zikula for workflow engine
> > * resolving other issues
> >
> > 2) Workflow (lead: Pascal Calarco)
> > * documenting how roles are handled in Zikula and in FAS
> > * documenting revised workflow for Fedora Weekly News in Zikula
> >
> > 3) Content (lead: Mel Chua)
> > * what content categories will be targeted for inclusion in Fedora
> > Insight
> > * plan for translation
> > * handling multimedia hosting
> >
> > Come join us online!  We'll also be working on this tomorrow, Monday,
> >
> > December 7th through the same time.
> >
> >- pascal
> 
> Hello,
> I've been trying to sort of trudge through and implement some of the
> workflow objects, and I've run into a couple of errors within the
> Pagemaster module.
> 
> https://fedoraproject.org/wiki/User:Dale/Zikula_FWN_Testing#Zikula_Modu
> les
> 
> After creating a Pub Type while proceeding to create a Pub Field, one
> is presented with several PHP warnings along this line:
> 
> Warning: Call-time pass-by-reference has been deprecated - argument
> passed by value; If you would like to pass it by reference, modify the
> declaration of [runtime function name](). If you would like to enable
> call-time pass-by-reference, you can set allow_call_time_pass_reference
> to true in your INI file. However, future versions may not support this
> any longer. in
> /usr/share/zikula/modules/pagemaster/classes/FormPlugins/pmformlistinpu
> t.class.php on line 71
> 
> Those are not a hindrance. However, after creating a Pub Type called
> "Beats" with a Fieldtype of "List" there is a blocker. You can see the
> result here or in the screenshot on my scratch page above.
> 
> https://publictest6.fedoraproject.org/zikula/index.php?module=pagemaste
> r&type=admin&func=editpubfields&id=1&tid=1#newpubfield
> 
> The form snippet for editing the list is drawn off to the left of the
> screen.
> 
> This may be due to the following error which is triggered when clicking
> the "Pubtype form" link in the toolbar.
> 
> Javascript livepipe package was not found or it's incomplete. It's
> required for the plugin configuration modalbox. Please download it and
> copy into your site.
> 
> The download link leads to here, but there is no "livepipe". Only
> Pagemaster releases from 1 year ago.
> 
> http://code.zikula.org/pagemaster/downloads
> 
> --
> Dale Bewley - Unix Administrator - Shields Library - UC Davis
> GPG: 0xB098A0F3 0D5A 9AEB 43F4 F84C 7EFD  1753 064D 2583 B098 A0F3
> 
> --
> Fedora-marketing-list mailing list
> Fedora-marketing-list@redhat.com
> https://www.redhat.com/mailman/listinfo/fedora-marketing-list
> 
> No virus found in this incoming message.
> Checked by AVG - www.avg.com
> Version: 9.0.709 / Virus Database: 270.14.95/2546 - Release Date:
> 12/06/09 07:30:00


-- 
Fedora-marketing-list mailing list
Fedora-marketing-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-marketing-list


Re: Fedora Insight HackFest @ FUDCon Toronto today!

2009-12-06 Thread Dale Bewley
- "Simon Birtwistle"  wrote:
> This is a lib that needs packaging and deploying to /javscript - I
> don't know why it wasn't included in the pagemaster module...  More
> details in a sec.

There is a bug on the issue
http://code.zikula.org/pagemaster/ticket/127

-- 
Fedora-marketing-list mailing list
Fedora-marketing-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-marketing-list


Re: Fedora Insight HackFest @ FUDCon Toronto today!

2009-12-06 Thread Dale Bewley
Simon created a workaround for the livepipe error I was experiencing:

(11:18:39 AM) itbegins: so to fix it I've symlinked javascript/livepipe to the 
pagemaster version
(11:18:58 AM) itbegins: in SVN, the pagemaster team have fixed this problem so 
it pulls from /javscript if available, and if not uses the bundled version

Simon also explained that the values for a publication field; fieldtype:list, 
should be defined in the categories module. Grokking the linkage between the 
Beat pubfield and a list of values in the category module is next I think. 
However, I'm going to have to signoff and get started on some weekend errands 
for now.



-- 
Fedora-marketing-list mailing list
Fedora-marketing-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-marketing-list