Drupal, Galleria field - mass image upload - Python script creates sql commands.
How Drupal works?
Modules
http://ftp.drupal.org/files/projects/image-6.x-1.1.tar.gz
http://ftp.drupal.org/files/projects/imce-6.x-2.1.tar.gz
http://ftp.drupal.org/files/projects/filefield-6.x-3.9.tar.gz
http://ftp.drupal.org/files/projects/imagefield-6.x-3.9.tar.gz
http://ftp.drupal.org/files/projects/drupal-6.20.tar.gz
http://ftp.drupal.org/files/projects/views-6.x-2.12.tar.gz
http://ftp.drupal.org/files/projects/ckeditor-6.x-1.2.tar.gz
http://download.cksource.com/CKEditor/CKEditor/CKEditor%203.4.2/ckeditor_3.4.2.tar.gz
Boost
INFO: Boost RECOMMENDED MODULES
-------------------
Path (Drupal Core)
Global Redirect http://drupal.org/project/globalredirect
Transliteration http://drupal.org/project/transliteration
Pathauto http://drupal.org/project/pathauto
Token http://drupal.org/project/token
Node Referrer http://drupal.org/project/nodereferrer
"Disallow: /boost_stats.php" entry missing in robots.txt
Your robots.txt file does not contain "Disallow: /boost_stats.php".
This is needed in order to prevent the output of this
from accidentally getting indexed by search engines.
Boost htaccess rules generation – fill the apache configuration file (or .htaccess)
PHP 5.3 incompatibility:
warning: Parameter 1 to theme_node_images_attach_list() expected to be a reference,
value given in /var/www/includes/theme.inc on line 656.
Final correction: @$output = call_user_func_array($info['function'],$args);
$output = call_user_func_array($info['function'], &$args);
There are php errors on this page, preventing boost from caching. ERROR:
[type] => 8192
[message] => Call-time pass-by-reference has been deprecated
[file] => /var/www/includes/theme.inc
[line] => 656
Display suite modules
HTML Mail
Interesting video modules
Module: Demonstration site (uninstalled)
http://drupal.org/project/demo
demo-6.x-1.4.tar.gz
Devel module
http://drupal.org/project/devel
http://ftp.drupal.org/files/projects/devel-6.x-1.23.tar.gz
Themes
|