This repository has been archived on 2025-06-21. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
suitedesk/modules
2017-07-26 11:36:38 +02:00
..
admin_menu New module 'Administration menu' 2017-07-26 10:54:20 +02:00
aggregator Initial code using Drupal 6.38 2017-07-24 15:21:05 +02:00
block Solving illegal string offset 'region' and 'status' when saving block admin 2017-07-25 17:47:41 +02:00
blog Initial code using Drupal 6.38 2017-07-24 15:21:05 +02:00
blogapi Initial code using Drupal 6.38 2017-07-24 15:21:05 +02:00
book Introducing an exception for select SuiteDesk documents and projects books 2017-07-26 09:07:07 +02:00
color Initial code using Drupal 6.38 2017-07-24 15:21:05 +02:00
comment Initial code using Drupal 6.38 2017-07-24 15:21:05 +02:00
contact Initial code using Drupal 6.38 2017-07-24 15:21:05 +02:00
custom_breadcrumbs New module 'Custom breadcrumbs' 2017-07-26 10:57:18 +02:00
dblog Initial code using Drupal 6.38 2017-07-24 15:21:05 +02:00
filter Initial code using Drupal 6.38 2017-07-24 15:21:05 +02:00
forum Initial code using Drupal 6.38 2017-07-24 15:21:05 +02:00
genpass Better description for password 2017-07-26 11:04:07 +02:00
help Initial code using Drupal 6.38 2017-07-24 15:21:05 +02:00
locale Initial code using Drupal 6.38 2017-07-24 15:21:05 +02:00
menu Initial code using Drupal 6.38 2017-07-24 15:21:05 +02:00
node Initial code using Drupal 6.38 2017-07-24 15:21:05 +02:00
nodecomment New module 'Nodecomment' 2017-07-26 11:36:38 +02:00
openid Initial code using Drupal 6.38 2017-07-24 15:21:05 +02:00
path Initial code using Drupal 6.38 2017-07-24 15:21:05 +02:00
path_alias_xt New module path_alias_xt 2017-07-25 12:31:48 +02:00
pathauto New module 'Pathauto' 2017-07-26 11:10:32 +02:00
php Initial code using Drupal 6.38 2017-07-24 15:21:05 +02:00
phpass New module 'Secure Password Hashes' with core patch applied 2017-07-26 09:50:57 +02:00
ping Initial code using Drupal 6.38 2017-07-24 15:21:05 +02:00
poll Initial code using Drupal 6.38 2017-07-24 15:21:05 +02:00
profile Initial code using Drupal 6.38 2017-07-24 15:21:05 +02:00
search Initial code using Drupal 6.38 2017-07-24 15:21:05 +02:00
statistics Initial code using Drupal 6.38 2017-07-24 15:21:05 +02:00
syslog Initial code using Drupal 6.38 2017-07-24 15:21:05 +02:00
system Initial code using Drupal 6.38 2017-07-24 15:21:05 +02:00
taxonomy Compatibility with PHP 5.4 2017-07-26 09:30:09 +02:00
throttle Initial code using Drupal 6.38 2017-07-24 15:21:05 +02:00
tracker Initial code using Drupal 6.38 2017-07-24 15:21:05 +02:00
translation Initial code using Drupal 6.38 2017-07-24 15:21:05 +02:00
transliteration New module 'Transliteration' 2017-07-26 11:28:21 +02:00
trigger Initial code using Drupal 6.38 2017-07-24 15:21:05 +02:00
update Removing Minnelli theme from core 2017-07-25 13:34:47 +02:00
upload Initial code using Drupal 6.38 2017-07-24 15:21:05 +02:00
user New layout and display labels 2017-07-26 09:58:33 +02:00
README.txt Initial code using Drupal 6.38 2017-07-24 15:21:05 +02:00

This directory is reserved for core module files. Custom or contributed
modules should be placed in their own subdirectory of the sites/all/modules
directory. For multisite installations, they can also be placed in a subdirectory
under /sites/{sitename}/modules/, where {sitename} is the name of your site
(e.g., www.example.com). This will allow you to more easily update Drupal core files.

For more details, see: http://drupal.org/node/176043