Commit Graph

6 Commits

Author SHA1 Message Date
espie
e50b98837f new depends 2010-11-22 08:36:47 +00:00
stephan
ea1ecd2e43 least invasive round of cleanup:
- install drupal modules/themes as root:daemon rather than www:www
  (only the files/ directory needs to be writeable by 'www').
- don't install 'settings.php' world-readable since it contains the
  DB password. Use 640, owner 'www' instead.
- bump all modules.

tested in production, including upgrade szenarios.
ok sthen@ and landry@, maintainer timeout.
2010-11-15 09:05:40 +00:00
espie
b4df3893d5 security updates 2009-09-03 13:20:04 +00:00
espie
7818816077 tweak SUBST_VARS so that nodeaccess won't match DRUPAL_LOCALE (oops)
a few PKGNAME bumps needed after regenerating plists, because of DESCR
changes or .orig files from patches.
2009-07-26 12:20:07 +00:00
espie
7cba026b1e unfuck 2009-07-17 10:25:49 +00:00
espie
d01b86f8b9 ImageCache is a dynamic image manipulation and cache tool. It allows you to
create a namespace that corresponds to a set of image manipulation actions. It
generates a derivative image the first time it is requested from a namespace
until the namespace or the entire imagecache is flushed.

ImageCache presets can be put to use in various other modules. For example, when
using CCK with the Imagefield module, you can use the "Display fields" local
task tab to choose a preset to apply to images in that field. Similarly, you
can specify a preset when displaying images attached to nodes using Imagefield
in a View through the Views UI.
2009-07-17 10:16:26 +00:00