cf.info |
cf.info |
|
name = Common Functionality
description = "Provides commonly used/needed functions to be called by other modules or inline php scripts."
core = 7.x
package = Common Functionality
dependencies[] = cf_error
files[] = cf.module |
cf.module |
cf.module |
|
|
cf_1x_compatibility.info |
modules/cf_1x_compatibility/cf_1x_compatibility.info |
|
name = CF 1.x Compatibility
description = "A placeholder that must be enabled to safely transition into 7.x-2.x."
core = 7.x
php = 5.3
package = Common Functionality
dependencies[] = cf
dependencies[] = cf_error
files[] =… |
cf_1x_compatibility.module |
modules/cf_1x_compatibility/cf_1x_compatibility.module |
|
|
cf_db_options.info |
modules/cf_db_options/cf_db_options.info |
|
name = CF Database Options
description = "A placeholder that must be enabled to safely transition into 7.x-2.x."
core = 7.x
php = 5.3
package = Common Functionality
dependencies[] = cf
files[] = cf_settings.module |
cf_db_options.module |
modules/cf_db_options/cf_db_options.module |
|
|
cf_error.info |
modules/cf_error/cf_error.info |
|
name = CF Error
description = "Provides commonly used/needed functions to be called by other modules or inline php scripts that are specific to presenting watchdog reports."
core = 7.x
package = Common Functionality
files[] = cf_error.module |
cf_error.module |
modules/cf_error/cf_error.module |
|
|
cf_http.info |
modules/cf_http/cf_http.info |
|
name = CF Http
description = "Provides http specific functions to be called by other modules or inline php scripts."
core = 7.x
package = Common Functionality
dependencies[] = cf
files[] = cf_http.module |
cf_http.module |
modules/cf_http/cf_http.module |
|
|
cf_http_html_headers.css |
modules/cf_http/includes/cf_http_html_headers.css |
|
.cf_http-was_h1,
.cf_http-was_h2,
.cf_http-was_h3 {
margin: 0.5em 0;
font-weight: bold;
}
.cf_http-was_h4,
.cf_http-was_h5,
.cf_http-was_h6 {
margin: 0.4em 0;
font-weight: bold;
}
h2.cf_http-was_h1 {
font-size:… |
cf_menu.info |
modules/cf_menu/cf_menu.info |
|
name = CF Menu
description = "Provides commonly used/needed functions to be called by other modules or inline php scripts that are specific to the node module."
core = 7.x
package = Common Functionality
dependencies[] = node
dependencies[]… |
cf_menu.install |
modules/cf_menu/cf_menu.install |
|
|
cf_menu.module |
modules/cf_menu/cf_menu.module |
|
|
cf_node.info |
modules/cf_node/cf_node.info |
|
name = CF Node
description = "Provides commonly used/needed functions to be called by other modules or inline php scripts that are specific to the node module."
core = 7.x
package = Common Functionality
dependencies[] = cf
dependencies[] =… |
cf_node.module |
modules/cf_node/cf_node.module |
|
|
cf_settings.info |
modules/cf_settings/cf_settings.info |
|
name = CF Settings
description = "A placeholder that must be enabled to safely transition into 7.x-2.x."
core = 7.x
php = 5.3
package = Common Functionality
dependencies[] = cf
dependencies[] = cf_db_options
files[] = cf_settings.module |
cf_settings.module |
modules/cf_settings/cf_settings.module |
|
|
cf_theme.info |
modules/cf_theme/cf_theme.info |
|
name = CF Theme
description = "Provides theme specific functions to be called by themes."
core = 7.x
package = Common Functionality
dependencies[] = cf
files[] = cf_theme.module |
cf_theme.module |
modules/cf_theme/cf_theme.module |
|
|
cf_user.info |
modules/cf_user/cf_user.info |
|
name = CF User
description = "Provides commonly used/needed functions to be called by other modules or inline php scripts that are specific to the user module."
core = 7.x
package = Common Functionality
dependencies[] = cf
dependencies[] =… |
cf_user.module |
modules/cf_user/cf_user.module |
|
|
cf_views.info |
modules/cf_views/cf_views.info |
|
name = CF Views
description = "Provides commonly used/needed functions to be called by other modules or inline php scripts that are specific to the views module."
core = 7.x
package = Common Functionality
dependencies[] = cf
dependencies[] =… |
cf_views.module |
modules/cf_views/cf_views.module |
|
|
menu.inc |
modules/cf_menu/includes/menu.inc |
|
This file defines the menu page functions used by hook_menu(). |
readme.txt |
modules/cf_menu/readme.txt |
|
The drupal menu core prevents administrators from seeing the unpublished nodes in the admin menu.
See: http://drupal.org/node/460408#comment-4367202
See: http://drupal.org/node/460408#comment-4525794
Errata:
This requires a patch against drupal… |
readme.txt |
readme.txt |
|
CONTENTS OF THIS FILE
---------------------
* Introduction
* Contributers
INTRODUCTION
------------
Provides generic functions that are commonly used and provides functions
that deal with common mistakes or common problems in drupal.
This is… |