User login

note

Cache expiration in Drupal 7

On admin/config/development/performance

Minimum cache lifetime
Cached pages will not be re-created until at least this much time has elapsed.
Expiration of cached pages
The maximum time an external cache can use an old version of a page.

What exactly does each mean?

This is quite a major point of confusion for Drupal 6:

http://drupal.org/node/142242#comment-230669

Late payment policy

Work does not begin until first payment is received. Late payments incur a 1% fee every two months.

A visual online commerce distribution and hosted service

draft proposal

Given the many small businesses with no online shop or one that is not serving their or their customer's needs, Agaric intends to release an online commerce distribution and hosted service (with collaborators?) built on Drupal 7 and the Commerce module.

Market research

Worthy competitors, turn-key shops to compare:

How to enable the search box in Open Atrium

It's enabled by default. Click the magnifying glass icon in the upper left area of the screen to reveal the form textfield.

Not that I would need to search the web to find an obvious element of the user interface... but really, OA, clicking to be able to type in the text box is a usability fail for something as important as search. The 15x50 pixels are available.

Architecting Drupal Sites with Panels 3 session by Suzanne Kenendy at DrupalCamp Montreal

See also Hally Turner's notes on this presentation.

Suzanne Kennedy
Architecting Drupal Sites with Panels 3

Also try composite layout and other page layout module assistance.

Original motivation was a better alternative to the core block configuration.

Drupal distributions session by Omar Bickell at DrupalCamp Montreal

See also Hally Turner's notes on this presentation.

irakli and jmiccolis know more, this draws in part on their presentations.

Distributions contain installation profiles
(an installation profile does not contain a distribution)

install profiles are install time only
- run custom install tasks
- enable modules and themes

A lot of those on Drupal.org are old, not released, or unmaintained

Committing selected changes in files, not all the changes, with git add -p

For committing just some changes in a file, use

git add -p

y to apply the hunk presented, n for not that hunk, and s to split the hunk smaller – and e to edit manually

It is all explained in the Interactive Mode portion of the git add manpage:

http://www.kernel.org/pub/software/scm/git/docs/git-add.html#_interactive_mode

regex find-replace works in Skype on Mac and Linux

regex-style find replace - s/mistake/replacement/ - works in Skype on Mac and Linux for your previous message!

I'm not the first to discover this but discovering it by accident was fun!

Syndicate content