User login

note

D7 alpha to beta upgrade problem: comments disappear

Good news: These problems were fixed by concerted re-saving of comment and node type forms.

Comment contents don't show up. Trying to investigate that, and…

http://definitivedrupal.org/admin/structure/types/manage/book/comment/display

Automatically deletion of files to commit as well as new and modified files

git add -u

picks up the deleted files, and stages their deletion to be committed.

Also gets modified files. Still needs git add . to pick up the new files.

BUEditor preventing firefox from reloading text in textarea following use of back button

[I'm not entirely clear what causes this and when, and yes, i should be writing outside the browser-- but without this problem, Firefox is rock solid about not losing information.]

When clicking a link and then going back, or pressing a the back button and then the forward button, the text in BUEditor-enabled textfields is getting blanked out.

I think this is site-specific because it hasn't bugged me before, and i see no other reports, but for the moment BUEditor is disabled from this (Drupal 6) site.

Removing the current node's ID from an array of node IDs

Didn't work:

<?php
  // Remove the current node ID, if present.  This looks crazy but it's fast,
  // see http://lixlpixel.org/php-benchmarks/remove-array-items-by-value
  if ($nids) {
    $nids = explode(',', str_replace($current_nid . ',', '', join(',', $nids)));
  }
?>

Worked:

Mix site's blog posts with aggregator feed posts?

This is an actual, typical, client communication. We thought we could drop the veil of top-secret secrecy just this once. (Well actually this is a former client, asking for support without a support contract. Commercial propriety requires me to point out that if you're paying us, we provide solutions, not merely advice.)

Hey Ben,

Send a confirmation e-mail when a webform is submitted (Drupal 6)

Here's another Benjamin Melançon classic data dump, but the code at the bottom (based directly, as noted, on other's documentation and blog posts) is useful, at least to us.

First answer found, naturally, is the comment "A hacked working copy" in the forum post "How do I create confirmation emails for webforms"
http://drupal.org/node/333249#comment-1107252

Twitter clients for Ubuntu

Waiting on this...

http://blog.hotot.org/home

Because Gwibber Microblogging Client and Twitux aren't working at all (for Ubuntu 9).

Am i missing something?

Downloading zipped tarballs of code from Gitorious

The place to download code for projects on Gitorious (as code, not as a clone of the repository) has proven difficult to find for several people, including myself.

For a project without tags and branches that you just want to download HEAD, the path looks like:

gitorious.org/projectname/repositoryname/archive-tarball/master

To find it, go to your project page and click for either the commit log or the source code tree of a repository, and it will add this link on the side for "Download master as tar.gz"

Syndicate content