Collaborate with the Drupal community

This site serves the Drupal community by providing a place for groups to organize, plan and work on projects. Real world local user groups (sometimes called meetups) and regional Drupalcamps in particular are encouraged to setup their online presence here.

Events happening in the community are now at Drupal community events on www.drupal.org.
moshe weitzman's picture

Boston Meetup #3 - Jquery presentation at MIT Media Lab

Start: 
2006-08-23 18:00 - 20:00 America/New_York

The Boston users group is meeting for the third time. We are privileged this time with an outstanding speaker and a world class host location. John Resig will present an overview of his jQuery javascript library. This library is poised for inclusion in Drupal core. jQuery will help us all write cleaner, more powerful javascript which leads to more usable and even AJAXy web pages.

We will be hosted by Leo Burd at the (MIT Media Lab)[http://www.media.mit.edu/]. See the physical address map. Once you get into the building, go down the stairs and then cross the glass doors into the Cube or the LEGO Lab. The Media lab is on the cutting edge of computing, and is well worth a visit. Leo will be showing us around a bit.

Read more
omar's picture

Report from the Montreal Drupal Developers Meetup - July 28th and 29th

Koumbit.org was honoured to host Montreal's first ever Drupal Developers' meetup this last weekend. Having a great tool is only a part of what makes the Drupal community strong. The rest stems from the increasingly vast network of individuals and organisations that are proactively providing each other with technical, logistical, financial and emotional support. While we are still at a relatively early stage in the whole "coopetion" game, there are many reasons to be hopeful and Koumbit is dedicated to helping in any way that it can.

Read more
merlinofchaos's picture

Positions Wanted

There are a few things where I would love some work to be focused on Views. There are people who have interest in various places that I think may make some things obvious choices for some people.

1) I want the theming wizard to have bells and whistles. I want a user to go click click click and have exactly the right code to do anything he wants with a view. The biggest hurdles to themeing views is identifying function names and identified field info. The list view does a good job with the field info, but it doesn't go far enough, as it doesn't tell you how to theme a handler. For yes, the handlers can be themed. And it also needs something that can do tables. And do lists in different ways. THey don't have to be ul lists. They could be just some divs. who cares.

Read more
gordon's picture

Melbourne Meetup II

Start: 
2006-07-22 14:00 - 17:00 Australia/Melbourne

I am happy to annonce the second Melbourne Meetup. This time I hope to make things a little more structured, and hopefully more people will get more out of this.

Special thanks for Luke Hodge @ Sustainable Living Foundation who have kindly offered their premise for us to have the meetup and for also providing internet access.

I am proposing the meeting on the 22nd July 2006 @ 2pm but Luke is flexiable and if someone recommends another time that no one objects too we can change this.

See you all at

Sustainable Living Foundation
Level 2, 140 Burke St (between Russell and Spring St)

Read more
robertdouglass's picture

Reposts of Grugnog's proposals - Relationships API

  • Standard set of hooks to allow modules to express relationships and query them
  • Requirements (based on discussions at OSCMS Vancouver 2006):
    • Pluggable frontends (ways of entering and viewing relationships). Experience has shown that there are many different ways relationships can be created and presented to users. See the 'Relationship UI' child page for a simple frontend.
    • Pluggable backends (ways of storing/retrieving or deriving relationship data). Experience has shown that some modules will need direct control of the relationship storage space. See the 'Network Relationships', 'Hierachical Relationships' and 'CiviCRM Relationships' child pages for example backends.
    • Extensible
    • Works with both 1-1 and 1-many relationships
    • Object neutral - can relate nodes, users, comments, relationships, URIs
    • Can retrieve direct relationships (e.g. friend - L1) as well as as indirect relationships (e.g. friend-of-a-friend - L2, friend-of-a-friend-of-a-friend - L3 etc)
    • Can retrieve relationships taking into account direction (e.g. only parents or only children) or ignoring direction (e.g. relatives)

    Additional requirements for discussion:

    • Each relationship type can be a node - easily extensible with metadata explaining what this relationship 'means'. Additionally - or alternatively - we could allow a simple keyword to define the relationship type.
    • Split off the API from the 'standard' backends and frontend to make it easier to maintain and add to core.
    • Direct (L1) relationships could be cached with the node - we could even 'grow' the node relationship cache for higher level relationships as they are requested, possibly with certain limits.
    • Relationships can be directional or non-directional - we could track this with the relationship type (i.e. if the relationship type has an 'inverse' then it is directional).
  • Potential use cases for relationships in Drupal
    • Node authorship (multiple authors!)
    • Taxonomy (which is relating to a point in a taxonomy tree, which can also be created using relationships)
    • Media or other attachments to a node
    • Web Links (relating to an external URI) - these could optionally be picked up from the node body and/or tracked using weblinks.module
    • Event and volunteer signups
    • Comment threading
    • Metadata in general
    • Tracking users buddies
    • Tracking user content likes/dislikes
    • Adding AI-like capabilities 'If you liked this, you'll love...'
    • Lastly, but certainly not least - the semantic web (RDF, FOAF...) revolution!
  • Potential DEP Dependencies:
    • Users, comments, taxonomy terms and attachments become nodes. Without this DEP the RAPI would be significantly more complex, because of the need for either a table mapping 'object-ids' to node, comment and user ids, or tracking the tables in question directly with each relationship
Read more
karens's picture

Location proximity filter

I've added a proximity filter to the location views module (http://drupal.org/project/location_views). It is still a bit of a proof of concept, but does seem to be working. It currently only computes distance in miles since I haven't yet figured out a way to shoehorn another selector into it to select other units. The module creates a Location: Proximity filter that you can add to views, along with a Location: Distance field that will display the distance between the selected postal code and the node's lat/lon. The functions and queries were taken from location.inc and earth.inc and re-factored to work in views.

Read more
miriam's picture

CSS layouts and Drupal

This is simple query to the group. I am going to go check out the forums as well.

I am not a ninja themer. But I am not a newbie either. I've done about 4 themes for drupal now. All have been variations of existing themes.

My questions have to do wth table-based vs liquid lay-outs.

1/ What do people recommend as a framework for building liquid lay-outs? I have tried doing up my own version of the ALA holy grail thingme, and I have tried modifying the civicspace theme, and in neither case have I enjoyed the process. Are there her techniques that don't require such wholesale manipulation of the browser-space?

Read more
elly's picture

EFF's file management needs

Hey there - I work for the Electronic Frontier Foundation (EFF), and we are migrating our huge old legacy site into Drupal. We are trying to get some help developing some additions to the file upload module, and Zack suggested I post our specs here for feedback from you all.

Here's the email I sent him with the specs of our dream file upload module:

EFF needs a file upload and organization module that interacts with files stored on the filesystem. There are some contributed modules with similar functionality, but none that do exactly what we need. It's my belief that adding functionality to the existing 'upload' module that comes with Drupal would be a fine approach.

Read more
harry slaughter's picture

BarCamp San Diego

If you're interested in a San Diego BarCamp, please indicate so here:

http://barcamp.org/BarCampSanDiego

Read more
Development Seed's picture

Multiple Locations for Content Nodes

Boris suggested I cross-post this here (originally posted http://drupal.org/node/69957)

We are building out functionality to allow multiple locations associated with a content node. The idea is to make location nodes, changing nothing to the location module, but making a new module which will facilitate in the creation of and association between location nodes to their content nodes.

Only local images are allowed.

Read more
Subscribe with RSS Syndicate content