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-08-07 11:27:42 +02:00
..
admin_menu Separated documentation and revised modules info 2017-08-02 01:03:03 +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 Separated documentation and revised modules info 2017-08-02 01:03:03 +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 Separated documentation and revised modules info 2017-08-02 01:03:03 +02:00
pathauto Separated documentation and revised modules info 2017-08-02 01:03:03 +02:00
php Initial code using Drupal 6.38 2017-07-24 15:21:05 +02:00
phpass New version 6.x-2.2 of Secure Password Hashes module 2017-08-05 12:30:15 +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
securepages Avoid error in multilanguages environments 2017-07-26 12:24:44 +02:00
securepages_prevent_hijack Patch for compatibility with Bakery module if it exists 2017-07-26 12:28:31 +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 Disabled check for update status module 2017-08-06 08:11:32 +02:00
taxonomy View details of Lexicon module, adding styles and global translationes 2017-08-03 23:25:25 +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 Separated documentation and revised modules info 2017-08-02 01:03:03 +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 Refine frontpage links and user login workflow 2017-08-07 11:27:42 +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