OSS News
July 3, 2008
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!
July 2, 2008
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.
IMPORTANT! There are a couple Drupal core bugs that could affect anyone using Views and anyone updating from an earlier version of CCK. They will be fixed in the Drupal 6.3 release, whenever it gets issued. Until then, you must use http://ftp.drupal.org/files/projects/drupal-6.x-dev.tar.gz the latest development release of core.
More details about these pivotal module releases follow...
July 1, 2008
Understanding Drupal is the first video in The Lullabot Learning Series. This video provides an overview of Drupal as a content management system, as a PHP web application framework, and as a developer community. Its documentary-style exploration covers all the terminology and fundamental concepts for both site administrators and developers. If you've ever been confused by Drupal or are still trying to wrap your head around the community and platform, this video is intended as a roadmap to accelerate your journey up the Drupal learning curve.
Lullabots Addison Berry (add1sun), Angela Byron (webchick), Jeff Eaton (eaton), Nathan Haug (quicksketch), Jeff Robbins (jjeff), James Walker (walkah), and Matt Westgate (matt westgate) sit down to tell us about Drupal in this video directed and edited by Kent Bye (kentbye). A portion of the profits from this video will be donated directly to the Drupal Association.
Topics include...
June 30, 2008
View course: Login as guest
Download course: powerpublishing.zip
Three open source graphics and desktop publishing tools are free to use and redistribute. Learn to use them in this self-guided set of tutorials created with Moodle. (Gimp, Inkscape, Scribus)
All three of these programs are free to use and redistribute. You may download them and install them on as many computers as you like and you are encouraged to make copies and give them to friends, family and students.
June 27, 2008
Watch the video
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- WYSIWYG in core: WYSIWYG group, Better input format support in Drupal 7
- Evaluators said that "content" was used too often in too many contexts and that was confusing: content, post, node , Change "story" content type to "article" or "news", Content types descriptions tweaks
June 25, 2008
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 June 30th, we are selling the tickets for 80 EURO. So better make sure you don't miss that deadline!
See you in Drupaltown!
June 21, 2008
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.
June 19, 2008
UPDATE: Google search is now offered when Drupal search block is disabled. Details. We are also working on installing Xapian, and other open source search engines locally on the Drupal.org infrastructure.
When the site gets too busy, the infrastructure team sometimes disables the built-in search function. When this happens, you can use Google to search by putting site:drupal.org in with your query. There are also a couple of unofficial sites mentioned in the comments below. The issue to discuss how best to handle providing an alternate search is here. Comments have been disabled on this post because they were becoming unproductive. If you are able to help with the problem, please do so via that issue. Please note that saying "someone" needs to do "something" will not be any more helpful on that issue. We are already well aware of that.
Michelle
June 16, 2008
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.
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?
June 13, 2008
This Wednesday we opened the registration for Drupalcon Szeged 2008 and some of the early birds are already in! If you sign up before the end of June you will be able to buy your ticket at the extra discounted price of 80 EUR. From July the price will increase to 120 EUR, from August on to 160 EUR and just before and during the conference it will be 200 EUR to attend. We also help you get a hotel room and buy shuttle bus tickets until July 24, so if you'd like to go the easy way, make sure to register by then.
A week ago we published the sponsor packages. We received positive feedback from several companies and we already sold our first platinum package! As you might have noticed we only have 3 gold and 4 platinum packages available this Drupalcon. So if you want to get the exclusive benefits of these packages and get your company's name on one of our BoF or session rooms, contact us as soon as possible. To make the conference a huge success again, we will need your help: if you know a company that could be interested in sponsoring Drupalcon please get in touch!
We also opened session submission last week. If you have a topic that you would like to present this Drupalcon please fill in the form. Our track chairs will then evaluate your proposal and choose the sessions that will become part of the conference tracks. Session submission will be open until the last week of July. You can also submit BoF session proposals for our unconference program. This Drupalcon we are going to have 3 bigger rooms for larger BoFs (and an open space for smaller ones), so make sure to get the word out about your plans and spark interest in them sooner then later.
Drupalcon North America 2009, Drupalcon Europe 2009 as well as Drupalcon [place your idea here] are being planned right now. If you would like to have a Drupalcon in your town please let us know by submitting a formal proposal. If you have questions regarding the submission process feel free to contact the Drupal Association and someone will help you.
June 6, 2008
SourceForge.Net is a site which strongly believes in Open Source and what it stands for, in much the same way as the Drupal Community. Every year they host a competition where their community votes for their favourite packages and this year is no different. After reading through the Program Information I cannot see any reason why we shouldn't try to get Drupal up there ("Any open source project of any kind can be nominated by anyone (yes, that means you!) to be a finalist in any category" - from their website).
On their site they say "This is for the prize" in regard to voting, however I'm not completely sure if the prize is simply winning or if there is some financial gain for the Drupal Association.
So, lets try to get Drupal nominated for an award on Sourceforge.Net...
http://sourceforge.net/community/cca08-nominate
In preparation for a web seminar with Drupal local group organizers in the North and South American time zones on Monday June 9th 5PM PDT, I've updated a map with Drupal local groups. Full Map
Last week, I released thevintageaviator.co.nz. It was probably one of the most challenging Drupal sites I've ever done, but also the best so far. It's a presentation of a local WW1 Warplane workshop, containing build stories, reference material, and thousands of great images of plane reproductions and archive materials.
The build story is a long one, mostly because the requirements shifted along the way quite a bit. This story is targeted at current Drupal site developers who are interested in the tools and techniques used. Mostly to head off the "so how did you do that?" questions we get whenever we do a write-up :-)
However among the interesting thing for developers and designers will be the complex layered look, the way this layout was optimized to scale to all screen sizes, and the surgery I did to Drupal to make this all happen.
Initial feedback we've received so far has been overwhelmingly positive (save some justified grumbles about the page weight) and I'd like to share this case study.
May 30, 2008
May 27, 2008
We have just launched the Beta release of Sparkle*Shelf (http://sparkleshelf.com), a site that provides beauty enthusiasts with the latest information and tutorials on fashion, hair and makeup. We currently host fifteen regular feature writers, who contribute a total of 3-5 articles a day.
Sparkle*Shelf is also a place for members to connect with other like-minded members. There are basic social networking features as well as a number of beauty related applications/games, such as polls, quizzes and "smack-downs".
May 21, 2008
digg_url = 'http://digg.com/general_sciences/Eureka_Science_News_just_launched';
Eureka! Science News just launched – it is a site dedicated to provide the very latest science news, but with a special twist – it is entirely automated! There is no human editor behind it - it finds relationships between news stories from all major science sites and regroups, categorizes, ranks, tags, finds related press releases and publishes them directly on the site. The result is an efficient overview of everything happening in science, right when it happens. The following details how we built the site.
May 20, 2008
Developing new modules for Drupal 6? Porting older modules? Packt Publishing has just released a new book, Learning Drupal 6 Module Development, by Matt Butcher. This book is targeted toward PHP programmers interested in Drupal 6 module development.
The book takes a hands-on approach. Each chapter walks through the development of a module, theme, or installation profile. As the reader progresses through the book, she or he will be able to create increasingly sophisticated Drupal modules.
If you're new to Drupal development (but have PHP development experience), this book will get you developing modules right away. Are you a more seasoned Drupal developer just looking to get some modules updated? This book focuses on many of the new features, changes, and improvements made in Drupal 6. Check out the sample chapter Creating Our First Module (1.3M PDF) to get a feel for how the book is written.
May 10, 2008
Selling Online with Drupal e-Commerce is Packt's new book, written by Michael Peacock, aimed at users wishing to create an online store, and uses Drupal and its e-Commerce modules to achieve this. With more and more websites aiming to integrate all of their components to give a more slick and streamlined effect for users - by using Drupal e-Commerce, the site and the store are already integrated providing both a powerful website and a powerful online store.

