Jul 03
Earlier this week we have closed our special 80 Euro early bird offer with 335 registered participants! A great big thank you to all the people that already signed up!
With 8 more weeks to go we thought it was a good time to do some preliminary evaluation about our progress. We took the sign-up data from the past four Drupalcons and compared that with what we have so far. As was to be expected there has been some “nice action” in the last week of the first early bird offer. (Note that the registration was twice as long in Barcelona, so the numbers shown here are the sums from week 1 and 2; 3 and 4; 5 and 6).
In our third week we had 185 new sign ups of which over a hundred happened on the last day of the early bird offer. We didn’t achieve Sunnyvale’s peak signups of week two (212 signups), but our total of 335 registered participants did set a new record for the total amount of participants registered after three weeks of registration!
read more
Original post by kvantomme and software by Elliott Back
Jul 02
We are excited to announce that three key modules, Views, CCK, and Organic Groups, have published release candidates today, ready for testing. If you are interested in speeding the transition to a full release, install and test the Release Candidates (RC). Many months of work have gone into extensive rewrites of these modules, leading to major improvements that will make Drupal 6 an even more attractive platform for building websites.
As always, you should upgrade these modules on a test site first, and make sure to make a complete backup. You never know how your site’s customizations will affect things, or what silly little thing nobody else caught.
More details about these pivotal module releases follow…
read more
Original post by merlinofchaos and software by Elliott Back
Jun 27
The Interaction Design and Information Architecture program at the University of Baltimore and a team of eight graduate students in the Research Methods class, taught by professor Kathryn Summers, have completed a usability study on Drupal. The Drupal community has been working with Becca Scollan in the usability group.
The usability research used video recordings and eye tracking tools to follow participants gaze in the Drupal interface. The study used eight participants, which is considered a valid sample. The study duplicated some tests done in usability testing at the University of Minnesota, and confirmed several results.
Fixing the usability problems
Core issues from both studies
Jun 25
Drupalcon registration is running like crazy, 2 weeks after we opened the registration we are nearing 150 registered participants!
We got a lot of positive feedback from all over the community, especially for the registration system that Gábor Hojtsy and János Kuszing pieced together. This is what Dries said after he registered:
I had to share this: I just completed my DrupalCon Szeged registration. The conference organization and the registration system on the website are truly remarkable. Keep up the great work!
Several people told us that they were really pleased that they can book their hotel and shuttle bus from the Drupalcon site. Beware though, rooms are going really fast so if you want some choice you better be quick!
What you’ll get for your money? 4 days of conference in a really cool venue with 4 tracks, plenty of BoF’s, 4 exhibitions, plenty of (Drupal) fun, a codesprint and of course some serious shoulder rubbing with the developers of your favorite core and contributed modules. If you are new to Drupal it is the best opportunity to level up your knowledge. Don’t miss THE community event this fall!
Until Monday July 1st, we are giving away the tickets for 80 EURO. So better make sure you don’t miss that deadline!
See you in Drupaltown!
read more
Original post by kvantomme and software by Elliott Back
Jun 25
There are several ways for you to get a Drupal theme up on your site. It all depends on your skill level, time, and budget.
Advertisement:
read more
Original post by stephthegeek@drupal.org and software by Elliott Back
Jun 21
For the past year or so, there have been periodic questions raised about Drupal’s licensing status. Is it GPL version 2? Are we moving to GPL version 3? Could we even if we wanted to? Is it OK to write a module that does [something weird]? As a member of the Drupal Association Board of Directors, I made it my task to sort out the answers to those questions.
Understanding licensing, and the differences between licenses, is more important than some realize. Open source is not the same as public domain. Open source and Free Software requires that source code be made available and that others are allowed to make use and share of the source code, but there are rules attached to how they can do so just as there is with proprietary software. For example, not all open source software can be combined, and there are requirements for how you distribute the source code of a program. Knowing which of those rules apply to Drupal, and to Drupal modules and themes, is important not only for the health of the code base (so we know what we can and can’t do with the work of over a thousand people) but also to the health of the growing commercial Drupal economy.
I am pleased to announce that we now do have firm answers to these questions, and have a new and shiny FAQ up to answer them. There is nothing new in the FAQ; it is just a clarification of some edge cases that didn’t used to exist.
We’d like to thank James Vasile of the Software Freedom Law Center for his help in working out the details. We also wanted to take a few moments to go into some of the reasoning behind how we reached a few of these conclusions.
read more
Original post by Crell and software by Elliott Back
Jun 19
When the site gets too busy, the infrastructure team sometimes disables the built-in search function. In an effort to cut down on the number of posts reporting this, I am linking to all the recent ones here and promoting this.
When it’s down, you can always use Google. Just put “site:drupal.org” in your query.
http://drupal.org/node/270417
http://drupal.org/node/272571
http://drupal.org/node/271612
http://drupal.org/node/269992
http://drupal.org/node/271694
http://drupal.org/node/271936
http://drupal.org/node/272208
http://drupal.org/node/270705
http://drupal.org/node/272506
http://drupal.org/node/255841
Michelle
Note: Because I noticed several comments about use of the throttle module, I’ve updated this post to clarify that the search module on Drupal.org is not disabled automatically by the throttle module. At this moment, Drupal.org does not use the throttle module. –David Strauss, Drupal.org Infrastructure Team
Original post by Michelle and software by Elliott Back
Jun 19
When the site gets too busy, the throttle module kicks in and search disappears for a while. In an effort to cut down on the number of posts reporting this, I am linking to all the recent ones here and promoting this.
When it’s down, you can always use Google. Just put “site:drupal.org” in your query.
http://drupal.org/node/270417
http://drupal.org/node/272571
http://drupal.org/node/271612
http://drupal.org/node/269992
http://drupal.org/node/271694
http://drupal.org/node/271936
http://drupal.org/node/272208
http://drupal.org/node/270705
http://drupal.org/node/272506
http://drupal.org/node/255841
Michelle
Original post by Michelle and software by Elliott Back
Jun 16
This line in iedestroyer.css is looking for some file that is missing:
background: #ffb url(images/background.gif) bottom repeat-x;
There is no images directory and thus no background.gif can be found.
Original post by Farreres and software by Elliott Back
Jun 16
Consider the following…
I have a CCK content type which includes a user select. When a user creates a node of this type, he/she has to pick a user from the list to which to grant access rights. When the node is submitted, I would like to run some code that grabbed that new $nid, pulled the user selected from the db, and then grant access.
Now I know this question probably doesn’t relate directly to the Content Access module but I thought this would be a good place to ask.
Any ideas how this might be achieved?
Cheers,
Chris.
Original post by chrism2671 and software by Elliott Back
Jun 16
I have created a Page View (table style) which contains several fields including “VotingAPI percent vote result (average)” using the “Fivestar Stars (clickable, with text)” option.
In the theme I am using (Garland) this causes the width of the column containing the field to change as the user hovers over the stars. This causes “page jitter” and in some situations this can make it near impossible to register a vote.
Is there a way to prevent this from happening?
Original post by CoolDreamZ and software by Elliott Back
Jun 16
Hi
I’ve installed upload path into my drupal and sometimes (few times) it doesn’t work right. I’ve created this path:
[type]/[nid]
But in some cases, the files ends directly into [type] folder. It seems the module is ignoring the [nid] token. I haven’t find any pattern to reproduce this bug, it just happens sometimes and the only way to notice it is looking at the file paths.
Kind regards and congratulations for this module (keep it alive
)
Original post by Macarro and software by Elliott Back
Jun 16
Is there anyway to access just the nodereference URL from within the node object? I have a content type where you upload an image and then use the nodereference to associate that image to a node. I want to be able to make that image link to the node and get rid of the node title on the display. When using contemplate, I see that I can access the node ID and the “view” which is Node Title and I am hoping to have a variable that is just the URL - just “path/to/page” — any ideas?
Original post by capellic and software by Elliott Back
Jun 16
Hey guys,
sounds like a stupid support request but is it possible with a few hacks to use the domain access module for unique pages without subdomains?
read more
Original post by deegree and software by Elliott Back
Jun 16
Just a minor suggestion, I found this interwiki alias very helpful. I thought you might like to include it by default in future versions.
For example when posting about a meeting or something, you can easily create a link to a map of the location:
map: http://maps.google.com/maps?hl=en&q=$2
Examples:
Map of [map:Logan, UT]
[map:690 N Main St, Logan, UT|map to Angie's Restaurant]
Original post by dugh and software by Elliott Back