Home

News aggregator

09/01 Kiwi 10.08

Distrowatch - Fri, 2010-09-03 02:05
Categories: Distros

09/01 Zentyal 2.0

Distrowatch - Fri, 2010-09-03 02:05
Categories: Distros

08/31 Momonga 7-beta3

Distrowatch - Fri, 2010-09-03 02:05
Categories: Distros

08/31 SchilliX 0.7.1

Distrowatch - Fri, 2010-09-03 02:05
Categories: Distros

09/02 Kongoni 1.12.3

Distrowatch - Fri, 2010-09-03 02:05
Categories: Distros

09/01 Element 1.4

Distrowatch - Fri, 2010-09-03 02:05
Categories: Distros

09/02 Tiny Core 3.1-rc3

Distrowatch - Fri, 2010-09-03 02:05
Categories: Distros

09/02 openSUSE 11.4-milestone1

Distrowatch - Fri, 2010-09-03 02:05
Categories: Distros

09/02 Xubuntu 10.10-beta

Distrowatch - Fri, 2010-09-03 02:05
Categories: Distros

09/02 Kubuntu 10.10-beta

Distrowatch - Fri, 2010-09-03 02:05
Categories: Distros

09/02 Ubuntu 10.10-beta

Distrowatch - Fri, 2010-09-03 02:05
Categories: Distros

08/31 GParted 0.6.2-5

Distrowatch - Fri, 2010-09-03 02:05
Categories: Distros

Metal Toad: Running Drupal Secure Pages behind a proxy

Drupal Planet - Thu, 2010-09-02 23:34

If you plan to use the securepages module behind a proxy that terminates SSL, there are some additional server configuration steps you need to take.

In order to detect what the protocol is in use, securepages tests the value of $_SERVER['HTTPS']. Out of the box, this merely reflects the immediate connection to your proxy. If this protocol differs from that used by the original client, then securepages can't work (the most likely outcome is a redirect loop).

To resolve this, you'll need to ask your proxy to send the X-Forwarded-Proto header. While you're free to use any header label you choose, X-Forwarded-Proto seems to have become the de facto standard.

Categories: Drupal

Palantir: Better Know a Module: Menu Block (Part II)

Drupal Planet - Thu, 2010-09-02 23:15

Everyone knows the top-tier Drupal modules, but with over 5,000 modules available for Drupal it’s no surprise that many useful ones go unnoticed. As a public service to the Drupal community, Palantir is working to raise awareness of some of these unsung heroes.

In part 4 of our ongoing 5,162-part series, we present: Menu Block: Revisited

In Menu Block (Part I), I talked about its basic options. In this part, I’ll be going into the crazy non-obvious options:


The “options” toggle in menu_block for Drupal 7
Categories: Drupal

Development Seed: Aegir 1.0 Release on Drupal 7 in Early 2011

Drupal Planet - Thu, 2010-09-02 21:15
Plans for the Aegir 1.0 release and how we'll get there

Last week at DrupalCon Copenhagen Antoine Beaupre and I shared our plans for the 1.0 release of the Aegir hosting system. After the 0.4 release that we are currently working on, the project will start working towards a final 1.0 build, rather than head towards 0.5.

Our goal for Aegir has been to implement a hosting system with a stable documented API that provides a solid foundation for integration of other services. Once we hit the 0.4 release, we will have the infrastructure in place to support this. With our key goal met, we've begun determining our must have features for a 1.0 release.

read more

Categories: Drupal

Grayside.org: Node Form Dominos via Node Reference and Prepopulate

Drupal Planet - Thu, 2010-09-02 20:47

I like Prepopulate. I like to have that pseudo-RESTful way of preloading a form to minimize the amount of work a user has to do to get to the point of submitting a form. But I also like clean URLs. This post reviews in detail a technique to use a single prepopulated nodereference field to prepopulate a bunch of other fields based on that reference. Since Prepopulate’s recent 2.0 release, it because a whole lot more difficult to use the Form API to work magic on what it provides.

I use this in conjunction with nodereference to tailor node forms for their relationship with the referenced node.

Categories: Drupal

CivicActions: Drupal 7 - Faster Than Ever

Drupal Planet - Thu, 2010-09-02 19:57

CivicActions has been working with Google's “Make the Web Faster” project team to make some (last minute) improvements that make Drupal 7 faster.

read more

Categories: Drupal

Advantage Labs: New Pay alpha release available

Drupal Planet - Thu, 2010-09-02 19:18

Yesterday afternoon we made a new Alpha release of Pay for Drupal available.  What is Pay you might ask? At its core Pay is a modular API for accepting, processing and tracking payments.  If you want to be able to accept payments on your Drupal site for simple transactions with out "Add to cart" or complicated checkout procedures then Pay is for you!  To learn more about Pay, take a look at our blog post last week and check out the project page.

As part of the Pay API we provide a set of base classes which can be extended to provide payment forms or payment methods and gateways.  Out of the box we're currently shipping with support for Authorize.Net and PayFlowPro payment gateways. While at DrupalCon Copenhagen I began adding support for PayPal Website Payments Pro and Standard. While still under development some of this work is now available for testing in the latest alpha.

read more

Categories: Drupal

Nextide Blog: Maestro Overview Part 2 - Interactive Tasks

Drupal Planet - Thu, 2010-09-02 18:54

In part 1 of our Maestro module overview we explained the different task types that we have available in the module. One of these task types is the Interactive Task and this blog post will be to better explain this task type and how to create your own custom function for it to use.

In an interactive workflow driven process, there are many times you need to present information or request information to a user. Examples of this would include:

  • Submit a task to a user to create or update a content type record. This may be a drupal article or something more site specific like a job request setup as a custom content type
  • Prompt a user to review a piece of information to approve or reject it - possibly an article or that job request
  • Ask a user for some information using a form - results of which need to be used in the subsequent workflow
  • Ask a user to pick from a list of users who should be assigned a subsequent task in the workflow
  • Show a user some information - may not require any action

Basically any task where we want to interact with the user and we want full control over what is displayed. We may need to prompt the user with custom submit actions and execute code depending on what action the user takes.

read more

Categories: Drupal

Katherine Bailey: Quicktabs module: some updates and an attempt at a roadmap

Drupal Planet - Thu, 2010-09-02 18:12
Quicktabs, the Drupal module that allows you to create blocks of tabbed content such as views, blocks and nodes, and which I co-maintain with Csuthy Balint (Pasqualle on drupal.org), received a couple of significant changes recently. One of the changes, allowing Quicktabs blocks to be exported just like you export Views and other CTools exportables, had been submitted as a patch by Young Hahn of Development Seed a shamefully long time ago and I had procrastinated about certain aspects of it. But building client websites at Work [at] Play, the dev team has been making huge efforts to keep everything in code, and it became increasingly clear to me that Quicktabs' lack of exportability was a Bad Thing; my fellow developers were surely casting sidelong, disapproving glances at me as its author, wondering what on earth the problem was. Yay - Quicktabs are now exportable! So I have created the 6.x-3.x branch of the module in order to accommodate this change.

read more

Categories: Drupal