Heine

  • home
  • drupal
  • drupal core commits
  • about
Home

Feed aggregator

Lullabot: Drupal Voices 79: Daniel Kudwien and his many Drupal development contributions

Planet Drupal - 3 hours 2 min ago

Daniel Kudwien (aka sun on drupal.org and tha_sun on IRC) is a prolific Drupal contributed module author, but also Drupal core developer.

He discusses some of the well-known modules that he helped author and maintain, such as WYSIWYG, Admininstration Menu, Image Assist, Inline, and Demonstration Site.

He's taken it upon himself to make sure a lot of the Drupal 7 APIs have been standardized and cleaned up as much as possible, and also rallied a lot of help on tackling Drupal's oldest standing task of "Node 8," which is allowing users to cancel their own accounts. Sun also gave a heroic effort on helping on many of the different exception patches during the code slush period, and fellow developer chx commenting that he's never seen anyone sprint for Drupal.

Categories: Planet Drupal

Kristof De Jaeger: Contextual links backport - more or less

Planet Drupal - 4 hours 28 min ago

Drupal 7 now comes with the contextual module which makes it very easy to edit your site as there are inline action links available on your content, blocks and so on. There are a few modules out there available for D6 - block edit and admin:hover come to mind - which offer the same functionality but are different when it comes to interface and/or extendability.

We decided to write a new module from scratch with the UI in mind of the D7 version, also taking care of performance and the need for easy extendability including hooks (duh) and static actions which allows us to have a static variable during the page request which can collect stuff from all over the place. You can test it out at http://demo.customsource.be/content/home with demo/demo. Surf to the 'articles' page which has contextual links for views, nodes & blocks.

What happens next ?

read more

Categories: Planet Drupal

Development Seed: Drush 3.0: More Powerful, Flexible, and Magical

Planet Drupal - 4 hours 56 min ago
Some examples of what you can do with the latest Drush

Over the last few years Drush has matured significantly and has seen an incredible uptake in usage. It's become indispensable in the day to day workflow of innumerable Drupal users and has been accepted with open arms by contributed module developers who are finding new and wonderful functionality to expose via its clear command line interface.

What not many people realize is that beneath this simple command line API beats the heart of a far more flexible and powerful beast. Drush was written with re-use and scriptability in mind, with this entire concept deeply ingrained in its design, and this is a large part of what gives it its power and flexibility. This will be even more apparent in Drush 3.0.

Below is a rundown of some useful things you'll be able to do with Drush 3.0.

read more

Categories: Planet Drupal

Localize.drupal.org: More improvements on the staging site, feedback is still welcome

Planet Drupal - 7 hours 36 min ago

I've announced our staging site for localize.drupal.org two weeks ago, and some people did take on the opportunity to test out the site and provided valuable feedback. Fixes and improvements are rolled out continually on the site. Since the staging site was set up with a completely revamped user interface to translate text, the following changes made their way onto the staging site:

read more

Categories: Planet Drupal

Dries Buytaert: City of Athens using Drupal

Planet Drupal - 9 hours 51 min ago

The City of Athens has launched a new Drupal site to serve as its official website, along with a Drupal-based site at http://www.breathtakingathens.com/ that provides visitor and tourism information.

Athens is a large city (3.5 million residents and 6 million tourists each year), with a large tourism base due in part to its role in the 2004 Olympic Games. To support the city's needs, the site includes a large calendar of city events, a comprehensive map-based index of city services and interactive tools that allow citizens to access city resources. The site builds on Drupal's multilingual capabilities to provide information in both Greek and English.

City of athens Breathtaking athens
Categories: Planet Drupal

Stella Power: Migrate module: migrating a node's taxonomy terms

Planet Drupal - 11 hours 29 min ago

One of the issues I encountered when migrating nodes to Drupal, using the migrate module, was that I couldn't associate nodes with more than one taxonomy term. Actually in this example, I'm migrating content from one Drupal database to another, so I'm going to assume everyone is already familiar with the database structure, specifically the node and term_node tables.

When I first started using the migrate module, I ran into a similar problem with migrating a user's roles. It's not possible to just create a Views relationship (aka LEFT JOIN) between the node and term_node tables using the node id. This will produce one row for each node and taxonomy combination, but the migrate module is only able to handle data sets that contain one row for each entity. With the above solution, I have more than one row for each node, which causes the migrate module to import the same node more than once, causing all sorts of problems.

Like with the user roles example before, we can overcome this by implementing a migrate hook, specifically hook_migrate_prepare_node().

read more

Categories: Planet Drupal

Justin Miller: Drupal module: Advanced Comment Trigger

Planet Drupal - Tue, 09/03/2010 - 23:49

I have to admit that I've got it pretty good in the website spam department. The Mollom project, started by some of the same folks who started Drupal, uses content analysis to keep spam users from registering accounts on my site, leaving blog & forum comments, and using my site's contact form to spam me via email as well.

The only problem that I've really seen is the rise of spammers who will post blog comments containing text from the blog post itself, almost entirely unchanged, along with one or more links to their sites. Content-based analysis is of no use here, since the majority of the comment is actual text that I would want on my site -- after all, I blogged it!

Until now, I've been following all blog comments to my site via built-in RSS feeds, noticing spam comments some time after they were posted, and going back and deleting them. Drupal allows for comment moderation, but I want comments to go out there right away.

read more

Categories: Planet Drupal

Lullabot: Which Simpsons character best represents the Drupal community?

Planet Drupal - Tue, 09/03/2010 - 22:29

In preparation for the Bringing it All Back Home: CMS Communities panel at SXSW, which I'll be speaking at on Saturday, I posed the following question on Twitter and in #drupal:

Which Simpsons character best represents the #Drupal community and why?

And the winner, in terms of number of responses, was...

Lisa Simpson
Lisa Simpson

  • Thinks she has all the answers to save the world but is so pathetically naive she never will. Yet you love her anyway. - TheRealCrell
  • Underestimated, Intelligent, resourceful. With a wonderful singing voice. - bear_feet
  • She is open minded and usually diplomatic :) - JCL324
  • Logical, but not so popular. - DaftNinja

And here were the others. Feel free to comment too with your own. :)

read more

Categories: Planet Drupal

Lullabot: Customizable Header Images for Your Drupal Theme

Planet Drupal - Tue, 09/03/2010 - 21:56

The dark days of Drupal theming are history. Today, it's pretty easy to find a slick design for your site, and if you need to build one from scratch there are great training tools to make the process painless. (Shameless plug: Lullabot's Theming Basics and Advanced Theming DVDs are a great resource!)

What's still relatively uncommon, though, is support for user-friendly customization by non-designers. Drupal 5 shipped with the re-colorable Garland theme, and a handful of themes support the same feature via Color module. The Nitobe theme offers a choice of header images; Development Seed's Singular theme lets administrators upload a custom background image for a site; and TopNotchThemes' Fusion theme allows administrators to choose fonts and switch from fixed-width to liquid layout using a settings screen.

read more

Categories: Planet Drupal

Lullabot: Drupal Voices 78: Wolfgang Ziegler on the Rules Module

Planet Drupal - Tue, 09/03/2010 - 19:13

Wolfgang Ziegler (aka "fago") talks about the Rules module, and how it can be used by non-programmers to set up a series of events that are executed after certain conditional triggers happen. Fago claims that this is a more robust solution that Drupal's core trigger module functionality.

The Rules module in Drupal 6 is an evolution from the Workflow-NG module in Drupal 5, but renamed to reflect that it can do much more than just workflow.

There was also a Summer of Code project by klausi that integrated into the Rules package as the Rules Forms module.

Fago also talks about the future of Rules and how he plans on improving the APIs so that it's more extensible to add in loops and new features, and to have Features module integration with rules so that it's possible to and re-use rules.

Categories: Planet Drupal

Drupalcon SF 2010: Training classes at DrupalCon San Francisco

Planet Drupal - Tue, 09/03/2010 - 18:09

You still have a week before you can personalize your conference schedule, but the time to sign up for one of the DrupalCon pre-conference events is now. This year, we have added all-day trainings to the already robust DrupalCon offerings.

Categories: Planet Drupal

Damien McKenna: Fix for Nodewords module's faulty canonical tag feature

Planet Drupal - Tue, 09/03/2010 - 17:51

The Drupal module Nodewords is a module that many people have come to love-to-hate - its SEO features are second to none, but a few buggy releases have left a sour taste with many developer.

read more

Categories: Planet Drupal

Be Circle: Be Circle Podcast 5: PayPal, Mobile Payments, Toronto Drupal Design Workshop, Accessibility

Planet Drupal - Tue, 09/03/2010 - 17:24
Audio Podcast:  audio/mpeg iconepisode5-03102010-2.mp3

Be Circle Podcast 5: Pay Pal, Mobile Payments, Community events, Accessibility, Artisteer and the weather in Toronto.

This week I talk about:

read more

Categories: Planet Drupal

Development Seed: Open Atrium Improving Team Communications On the Ground in Pakistan

Planet Drupal - Tue, 09/03/2010 - 16:25
DAI using Open Atrium to help their GIS teams in Pakistan communicate

Development Alternatives Inc. (DAI), one of the leading international development contractors, has deployed Open Atrium to help its GIS team in Islamabad communicate with its office in Peshawar and headquarters back in Bethesda on a capacity building project. In addition to improving team communications, they decided to use Open Atrium to boost the project's transparency for USAID and to get a sustainability win by using open source software that can stay behind with the local team in Pakistan long after the mapping project is completed.

How Open Atrium works.

Below is a short Q&A I had with Andrew Ross from DAI's GIS office about his work and how Open Atrium is helping.

Can you tell us about your project and your team in Pakistan?

read more

Categories: Planet Drupal

Linnovate: Linnovate goes mobile!

Planet Drupal - Tue, 09/03/2010 - 15:55

As the web evolves, we evolve with it. The introduction smart-phones to the general public, in a mass, together with lower costs of cellular internet connectivity and availability of wireless networks, all lead to an increasing demand to supply mobile application, to go with a website or service. iPhone started the storm, and Android is catching up rapidly. Other mobile devices are not staying behind.

Few years back we were amazed by our possibility to be mobile, while staying accessible and reachable. Now, the net goes with us, anywhere we go, we are not only mobile, we are in constant connection to information, friends and services. All this information is usually saved on a server somewhere. On this server each one has an identity, assets that are associated with this identity, friends, pictures, preferences etc. Sounds familiar? Right - all of the above are native in Drupal.

read more

Categories: Planet Drupal

Bryan Ruby: DrupalCon - San Francisco 2010

Planet Drupal - Tue, 09/03/2010 - 14:42

Drupal's "premier conference" is quickly approaching. This Drupal conference is known as DrupalCon and will be held in San Francisco from April 19-21, 2010. As with previous years, the unofficial theme of the conference is to "learn about all things Drupal". If the conference sessions aren't enough, the schedule is also packed with plenty of development, documentation, and training events that are being held the days prior to and following the conference.

Presently over 1500 people have signed up to attend the conference. The price of attending a DrupalCon has always been reasonably priced which is one of the reasons this conference always sees a high turnout rate. If you plan on attending the conference, I would urge you to buy your tickets to DrupalCon now. Procrastinators like me have been known to wait too long to register for this conference only to find out that the maximum number of available tickets for the conference has already been reached.

read more

Categories: Planet Drupal

Chapter Three: Drupal in the Cloud (and other fun stuff) at SxSw

Planet Drupal - Tue, 09/03/2010 - 04:31

Just a note to all kindly Drupalists and your followers. I'll be appearing at SxSw interactive to talk about Drupal in the Cloud, sporting an updated presentation which includes info on how we're using BZR to create a "cloud platform", where all that's going anyway, plus details about our forthcoming Mercury on-demand service.

I am looking forward to seeing all sorts of great folks in/around the conference. If you're going to be in Austin this coming weekend, drop me a comment and let's coordinate! You can mark the session on your planner right here.

For those unable to attend, there will be some video and other media, and my slides will be posted online as always. See you in the Lone Star state!

Categories: Planet Drupal

Nick, Social, Geek: Setting up Drupal 6 with Apache Solr on Tomcat 6 and Ubuntu 9.10 (Karmic Koala)

Planet Drupal - Mon, 08/03/2010 - 23:51

During my last session on Drupalcamp in Barcelona I got the impression that there was a need for an updated guide on how to easily setup your own Apache Solr instance.
If you want to see why you or your company would have the need for an improved search experience you can still see my presentation on slideshare : http://www.slideshare.net/nickvh/drupal-apachesolrRead more

Categories: Planet Drupal

Lullabot: Job Post: Lullabot Seeks Experienced Project Manager

Planet Drupal - Mon, 08/03/2010 - 23:09

Lullabot is looking for an experienced project manager. Responsibilities include: managing scope, deliverables, schedules, and team resources for Lullabot client and internal projects. Daily tasks would include leading daily 15 minute check-in calls for each project, tending the ticket queue and managing task lists, communicating (email/phone) with clients, and basically keeping projects on track and moving forward. Lullabot is a distributed company without a central office, so like all Lullabot jobs, this is a telecommuting position and may involve travel.

Additional responsibilities include helping to write and assemble new project proposals and statements of work, though we tend to focus on bigger projects and don't take on too many projects at once. You'd be responsible for estimating and staffing projects, meeting with clients, pursuing and growing development partnerships, and coordinating the delivery of various projects.

If this sounds like a lot, it is. But Lullabot is a very collaborative company so you won't be working in isolation. You'll be working with a team of highly experienced Drupal consultants and developers with excellent communication skills and a passion for their work.

Ideal candidates should:

read more

Categories: Planet Drupal

Mobile Drupal: Siruna Rocks

Planet Drupal - Mon, 08/03/2010 - 22:48

stubru
....with the release of m.stubru.be the mobile site of the nr.1 public broadcast radio station "Studio Brussel".

Studio Brussel, the nr. 1 radio station of the Belgian public broadcaster VRT has released last week it's mobile website using Siruna technology.

-->

read more

Categories: Planet Drupal
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • …
  • next ›
  • last »
Syndicate content

Recent posts

  • The Joomlafication of the Dutch-speaking community
  • Upgraded from 6.14 to 6.15, but Drupal still thinks it's 6.14?
  • Google Friendconnect Drupal module not recommended (yet)
  • The OpenID 2.0 Compliance Crusade - Part I
  • Using <embed> for XSS
more

Security reviews

  • Afraid custom code makes your site vulnerable?
  • You don't really trust that module you just downloaded from Drupal.org?

Sleep better after a security review.

Tags

Captcha CSRF DOH! Drupal embed Input Format modx OpenID Performance Planet Drupal Security Varnish
more tags
  • home
  • drupal
  • drupal core commits
  • about

Copyright © 2010 by Heine Deelstra. All rights reserved.