[DUG-TO] Meetups - Topic suggestions + ?Workgroups?

Eduardo Dutra eduardo.m.dutra at gmail.com
Thu Mar 19 23:40:34 EDT 2009


Hello everyone,

Here are some things I'd personally like to see covered at a future
meetup...


   - Organic Groups
   - Ecommerce
   - Multisites / Multiple sites

I hope they aren't too noobish t be considered as I realize we have many
advanced members in the group.

Although I have learned something at each of the meetups I've attended, most
of the content has been more advanced than my drupal skillset at any given
time. I think I'm at the 'I suck' stage according to a post Dries made on
his blog some time back ;-)

I have been wondering about the reality/logistics of forming workgroups
around certain aspects/topics of drupal - you know, a bunch of people show
up with a realistic goal in mind and we work collectively to tackle them -
Ideally with someone well versed in the subject on hand. Maybe this happens
outside of the regular meetups and at another location etc.

Who knows? Just thinking out loud.

Eduardo




On Thu, Mar 19, 2009 at 11:08 PM, <dug-to-request at lists.openject.com> wrote:

> Send DUG-TO mailing list submissions to
>        dug-to at lists.openject.com
>
> To subscribe or unsubscribe via the World Wide Web, visit
>        http://lists.openject.com/listinfo/dug-to
> or, via email, send a message with subject or body 'help' to
>        dug-to-request at lists.openject.com
>
> You can reach the person managing the list at
>        dug-to-owner at lists.openject.com
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of DUG-TO digest..."
>
>
> Today's Topics:
>
>   1. Extensions of downloaded files (Alison Benjamin)
>   2. Re: Extensions of downloaded files (Andrew Berry)
>   3. Re: Extensions of downloaded files (James An)
>   4. Hey! Let's have a meetup! (James Walker)
>   5. Re: Hey! Let's have a meetup! (Khalid Baheyeldin)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Thu, 19 Mar 2009 11:57:44 -0400
> From: Alison Benjamin <radiocontrolled at gmail.com>
> Subject: [DUG-TO] Extensions of downloaded files
> To: dug-to at lists.openject.com
> Message-ID:
>        <fa55c07a0903190857m59df26fdk149ed31853dc15da at mail.gmail.com>
> Content-Type: text/plain; charset="iso-8859-1"
>
>  Hello DUG-TO,
>
> This is my first time posting, so hello, I'm Alison.
>
> I have a 5.x site. When I download files users have uploaded, e.g., with
> the
> path:
>
> .../?q=system/files/draft_project_flyer.doc
>
> The name of the file, once it's downloaded, changes to something random
> like: kJaOsJh+.doc.part (on Firefox 3)
>
> I then have to specify an application I want to open a file.
>
> How can I make it so that when files are downloaded from my drupal site,
> that their name/extension doesn't change? I can only get uploads to work if
> my file system setting are private.
>
> Thanks very much for you help.
>
> Alison
>  --
> www.alisonbenjamin.ca
>
> home is where i want to be
> but i guess i'm already there
> -david byrne/talking heads
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: <
> http://lists.openject.com/pipermail/dug-to/attachments/20090319/50c88995/attachment.html
> >
>
> ------------------------------
>
> Message: 2
> Date: Thu, 19 Mar 2009 12:34:01 -0400
> From: Andrew Berry <andrewberry at sentex.net>
> Subject: Re: [DUG-TO] Extensions of downloaded files
> To: Drupal Users Group Toronto <dug-to at lists.openject.com>
> Message-ID: <13A38749-1162-451B-B4D9-E5FD6ED4A47D at sentex.net>
> Content-Type: text/plain; charset="us-ascii"; Format="flowed";
>        DelSp="yes"
>
> On 19-Mar-09, at 11:57 AM, Alison Benjamin wrote:
> > The name of the file, once it's downloaded, changes to something
> > random like: kJaOsJh+.doc.part (on Firefox 3)
> >
> This sounds like an issue with the download not completing or a bug in
> FF. What happens in other browsers?
>
> In Firefox, the download procedure goes like this:
>
> - The server sends you a file with a MIME type FF sees to be saved.
> - Firefox saves the file with a name like the above during the
> download. This is what it will use if it has to resume the file.
> - When the file is complete (and only then) it renames the file to the
> proper file name.
>
> If the download does successfully complete, it might be worth it to
> load up Firebug and inspect the HTTP headers. It should have a header
> indicating the name of the file being downloaded.
>
> --Andrew
> -------------- next part --------------
> A non-text attachment was scrubbed...
> Name: smime.p7s
> Type: application/pkcs7-signature
> Size: 2672 bytes
> Desc: not available
> URL: <
> http://lists.openject.com/pipermail/dug-to/attachments/20090319/9d940bd8/attachment-0001.bin
> >
>
> ------------------------------
>
> Message: 3
> Date: Thu, 19 Mar 2009 13:29:20 -0400
> From: James An <james at jamesan.ca>
> Subject: Re: [DUG-TO] Extensions of downloaded files
> To: Drupal Users Group Toronto <dug-to at lists.openject.com>
> Message-ID:
>        <9d76d7770903191029i3ee9aa42n5b53c24231068e53 at mail.gmail.com>
> Content-Type: text/plain; charset="iso-8859-1"
>
> Hallo,
>
> This would be my first post on DUG-TO too! I'm James.
>
> Poking around your work, I eventually stumbled upon the site with the
> draft_project_flyer.doc file. You already use clean URLs, so short
> solution:
> set the link href to ".../system/files/draft_project_flyer.doc" (ie. remove
> the ?q= part).
>
> Long*er* explanation:
> The HTTP header doesn't include the filename, so I suspect that the
> Internet
> browsers are unable to infer a filename out of the URL:
>
> > Internet Explorer 7 names it: draft_project_flyer_doc
>
> Firefox 3 names it: kJaOsJh+.doc.part.doc
> > Opera 9 names it: default.doc
> > Chrome 1 names it: download.doc
> > Safari 3 names it: draft_project_flyer_doc
> >
>  The reason is probably because there is no filename in the URL; The
> directory is directly followed by the q parameter.
>
> I think a majority of Drupal installations use clean URLs, but - for those
> that don't - you can force a file download with a suggested filename by
> setting the HTTP header field, "Content-Disposition", to "attachment;
> filename=somefile.ext", where somefile.ext is your filename. I don't know
> how this would fit into Drupal though.
>
> James
>
> On Thu, Mar 19, 2009 at 12:34 PM, Andrew Berry <andrewberry at sentex.net
> >wrote:
>
> > On 19-Mar-09, at 11:57 AM, Alison Benjamin wrote:
> >
> >> The name of the file, once it's downloaded, changes to something random
> >> like: kJaOsJh+.doc.part (on Firefox 3)
> >>
> >>  This sounds like an issue with the download not completing or a bug in
> > FF. What happens in other browsers?
> >
> > In Firefox, the download procedure goes like this:
> >
> > - The server sends you a file with a MIME type FF sees to be saved.
> > - Firefox saves the file with a name like the above during the download.
> > This is what it will use if it has to resume the file.
> > - When the file is complete (and only then) it renames the file to the
> > proper file name.
> >
> > If the download does successfully complete, it might be worth it to load
> up
> > Firebug and inspect the HTTP headers. It should have a header indicating
> the
> > name of the file being downloaded.
> >
> > --Andrew
> > _______________________________________________
> > DUG-TO mailing list
> > DUG-TO at lists.openject.com
> > http://lists.openject.com/listinfo/dug-to
> >
> >
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: <
> http://lists.openject.com/pipermail/dug-to/attachments/20090319/57c7c52a/attachment-0001.htm
> >
>
> ------------------------------
>
> Message: 4
> Date: Thu, 19 Mar 2009 22:31:08 -0400
> From: James Walker <walkah at walkah.net>
> Subject: [DUG-TO] Hey! Let's have a meetup!
> To: Drupal Users Group Toronto <dug-to at lists.openject.com>
> Message-ID: <49C2FFEC.3000000 at walkah.net>
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
>
> Hey Toronto Drupal folks!
>
> So, it's been a really long time since we've had a good ol' meetup. I've
> had some back 'n' forth with our lovely hosts at CSI. They're *much*
> busier these days than when we started there, so finding a regular time
> slot has been a challenge.
>
> The good news is: I've booked us space for the next 3 months - on the
> 4th Tuesday of each month. With our first one next Tuesday - March 24th!
>
> Now: We need speakers/presentations/topic ideas!
>
> Who has something burning they'd love to share?
>
> Topic requests?
>
> Thanks everybody,
> --
> James Walker :: http://walkah.net/ :: xmpp:walkah at walkah.net<xmpp%3Awalkah at walkah.net>
>
>
> ------------------------------
>
> Message: 5
> Date: Thu, 19 Mar 2009 23:08:37 -0400
> From: Khalid Baheyeldin <kb at 2bits.com>
> Subject: Re: [DUG-TO] Hey! Let's have a meetup!
> To: Drupal Users Group Toronto <dug-to at lists.openject.com>
> Message-ID:
>        <4a9fdc630903192008l13e24916u2f7367f31747a032 at mail.gmail.com>
> Content-Type: text/plain; charset="iso-8859-1"
>
> Here is an idea.
>
> We just a DrupalCon debriefing today at the Waterloo DUG. There were three
> of us who went to DC, and talked about what we saw there at the con to
> those
> who did not attend.
>
> On Thu, Mar 19, 2009 at 10:31 PM, James Walker <walkah at walkah.net> wrote:
>
> > Hey Toronto Drupal folks!
> >
> > So, it's been a really long time since we've had a good ol' meetup. I've
> > had some back 'n' forth with our lovely hosts at CSI. They're *much*
> busier
> > these days than when we started there, so finding a regular time slot has
> > been a challenge.
> >
> > The good news is: I've booked us space for the next 3 months - on the 4th
> > Tuesday of each month. With our first one next Tuesday - March 24th!
> >
> > Now: We need speakers/presentations/topic ideas!
> >
> > Who has something burning they'd love to share?
> >
> > Topic requests?
> >
> > Thanks everybody,
> > --
> > James Walker :: http://walkah.net/ :: xmpp:walkah at walkah.net<xmpp%3Awalkah at walkah.net>
> <xmpp%3Awalkah at walkah.net <xmpp%253Awalkah at walkah.net>>
> > _______________________________________________
> > DUG-TO mailing list
> > DUG-TO at lists.openject.com
> > http://lists.openject.com/listinfo/dug-to
> >
>
>
>
> --
> Khalid M. Baheyeldin
> 2bits.com, Inc.
> http://2bits.com
> Drupal optimization, development, customization and consulting.
> Simplicity is prerequisite for reliability. --  Edsger W.Dijkstra
> Simplicity is the ultimate sophistication. --   Leonardo da Vinci
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: <
> http://lists.openject.com/pipermail/dug-to/attachments/20090319/797adcaf/attachment.htm
> >
>
> ------------------------------
>
> _______________________________________________
> DUG-TO mailing list
> DUG-TO at lists.openject.com
> http://lists.openject.com/listinfo/dug-to
>
>
> End of DUG-TO Digest, Vol 42, Issue 5
> *************************************
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openject.com/pipermail/dug-to/attachments/20090319/fc242531/attachment-0001.htm>


More information about the DUG-TO mailing list