User login

note

Block cache constants and other block-making tips

./modules/block/block.api.php:48: * - DRUPAL_CACHE_PER_ROLE (default): The block can change depending on the
./modules/block/block.api.php:50: * - DRUPAL_CACHE_PER_USER: The block can change depending on the user
./modules/block/block.api.php:53: * DRUPAL_CACHE_PER_ROLE is not sufficient.
./modules/block/block.api.php:54: * - DRUPAL_CACHE_PER_PAGE: The block can change depending on the page
./modules/block/block.api.php:56: * - DRUPAL_CACHE_GLOBAL: The block is the same for every user on every

Installing Etherpad Light on Debian

It's actually called Etherpad Lite but i hate that spelling.

This will be a copy-paste of http://mclear.co.uk/2011/08/01/install-etherpad-lite-on-ubuntu/ except for a few things taken from https://github.com/Pita/etherpad-lite#readme and workarounds when things do not go as planned.

Collaboratively writing e-mail (sharing mail drafts)

A test: I gave one GMail account edit access to another GMail account (yes, you can do this) and started editing an e-mail, saved it as draft, and then went to the other account— the draft was there, but not only was there no autorefresh of the other's changes when i edited simultaneously, but it forked and created two drafts of the same e-mail.

Suppressing RDF mapping

(Questions from me, answers from Stéphane.)

Apologies if this is covered in the chapter or well-documented elsewhere,
but i have what i think should be a pretty common case.

haven't seen it anywhere, but it's the kind of question that should be
in a FAQ somewhere...

I'm printing a node, say a page node, and don't want it to name its creator
in RDFa (or any other potential RDF output) any more than i want to display
the 'submitted by' in HTML.

Modules in consideration for the SDL project

Anyone know what to do with Pagodabox?

Signed up for their private beta but not sure how it could take something from GitHub, like a Drupal module, and turn it into an application, which requires a Drupal site. Putting it all together in GitHub for it seems wrong, but hey, we'll consider it when Agaric has an app to deploy...

a PHP app hosting platform

http://www.pagodabox.com/

Documentation:
http://guides.pagodabox.com

Available role: A module for Drupal to allow users to choose which roles permitted to them they currently use

When developing a site it is well known you need to log in as different users to properly test functionality, or you will always be surprised by incorrectly-configured permissions.

However, it should be much easier to test out working as a given user role by anyone with these privileges.

Installing Compass and Sass with Susy on Ubuntu

As long as gem and rvm are already set up (see RubyGems and RVM on Ubuntu), all you need to do is:

gem install compass
gem install compass-susy-plugin
gem install stitch

Most recently on Ubuntu: This worked with sudo.

Background

Main Gotcha:
compass-susy-plugin does not show on gem list

Syndicate content