Commit Graph

33 Commits

Author SHA1 Message Date
espie
9e79ab9070 +imagecache_profiles 2009-07-17 10:43:52 +00:00
espie
c6e6d559d9 link between imagecache and avatars 2009-07-17 10:43:16 +00:00
espie
7cba026b1e unfuck 2009-07-17 10:25:49 +00:00
espie
9451aca0c0 add the imagecache/api support 2009-07-17 10:17:23 +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
espie
e7bc72b047 prereq for imagecache 2009-07-17 10:15:59 +00:00
espie
2cc3561f65 add dhtml_menu, filefield, imagefield 2009-07-17 10:02:03 +00:00
espie
f7c6384937 ImageField provides an "Image" widget type to CCK. This module leverages the
functionality of FileField and behaves nearly identically. ImageField widgets
will give you a nice thumbnail preview of the image when uploaded, and provides
a few display options (formatters) within CCK to display the images when the
content is viewed.
2009-07-17 10:01:02 +00:00
espie
81160dc049 FileField provides an "File" field type to CCK. It provides many advantages over
the Drupal core "Upload" module including:

 * Per-field upload control (file extensions, file size).
 * Per-node upload size limits.
 * Multiple fields per content type.
 * Customizable paths for saving uploads (plus token support for dynamic paths).
 * Icons for uploaded file types.

Most importanttly, it's a prerequesite for imagefield.
2009-07-17 10:00:30 +00:00
espie
ad11dbce39 This allows the replacement of any menu by a dhtml version,
in order to avoid lots of page loads.

Note that activating this module is not enough, you have to
also replace the menus (e.g., navigation) by their dhtml version
on the administer/menu page.
2009-07-17 09:54:44 +00:00
espie
08e0d8c39a a few minor tweaks:
- don't reload rewrite if it's already there, one less warning for httpd
- pinpoint translation errors
- document the painful state of updates from drupal5...
2009-07-17 09:33:12 +00:00
espie
1c7678744d add new stuff, image not yet ready 2009-07-16 08:41:50 +00:00
espie
77728585e8 user_readonly for drupal6 2009-07-16 08:41:22 +00:00
espie
3820186df6 publish/unpublish on schedule 2009-07-16 08:40:54 +00:00
espie
2769def09a do cron jobs from within drupal, without needing to set up a separate
cron job.
2009-07-16 08:40:31 +00:00
espie
5399380ace meta-tags for drupal6 2009-07-16 08:38:53 +00:00
espie
5732fb7c0b link new modules to build 2009-07-15 10:45:42 +00:00
espie
6f202ad1af user_import for drupal6 2009-07-15 10:44:42 +00:00
espie
7e7c2089dc token for drupal6 2009-07-15 10:44:20 +00:00
espie
cca36ee798 securelogin for drupal6 2009-07-15 10:44:00 +00:00
espie
d9632d420d printer-friendly for drupal6 2009-07-15 10:43:36 +00:00
espie
7456e681ce pathauto for drupal6 2009-07-15 10:43:12 +00:00
espie
5b5597f06d masquerade for drupal6 2009-07-15 10:42:52 +00:00
espie
c226714f05 japanese translation for drupal6 2009-07-15 10:42:28 +00:00
espie
2fb0584dab italian translation for drupal6 2009-07-15 10:42:05 +00:00
espie
77587e0798 content_access for drupal6 2009-07-15 10:41:40 +00:00
espie
b228d1f3bf advanced_user for drupal6 2009-07-15 10:41:15 +00:00
espie
1834e327c5 update to current versions 2009-07-15 10:33:38 +00:00
espie
e399ca2b3d fix base run-depends (drupal6 only) and bump corresponding packagenames. 2009-07-15 09:42:31 +00:00
sthen
868bef47bd update to 6.12, fixes an xss issue. ok espie@ 2009-05-15 21:21:27 +00:00
espie
043c78e9d7 missed... 2009-04-03 23:27:16 +00:00
espie
7738104118 hate cvs... "core" directory with stuff in it should be okay by default.
noticed by naddy@
2009-04-03 23:26:48 +00:00
espie
4a8d1bd34b basic installation of drupal6 with a few extra stable modules.
WARNING: there's no simple migration from all datat from drupal5 to drupal6
yet.
2009-04-03 14:07:58 +00:00