Файлы
Имя | Описание |
---|---|
filter.module modules/filter/filter.module | Framework for handling filtering of content. |
filter_example.module developer/examples/filter_example.module | Этот пример показывает, как модуль может быть использован для определения фильтра содержимого отправленного пользователем, который будет выполнен до отправки данных в браузер. |
form.inc includes/form.inc | |
Forms API Quickstart Guide developer/topics/forms_api.html | The Drupal forms API is a powerful leap forward. It also allows for almost unlimited possibilities for custom theming, validation, and execution of forms. Even better, ANY form (even those in core) can be altered in almost any way imaginable--elements... |
forms_api_reference.html developer/topics/forms_api_reference.html | This document provides a programmer's reference to the Drupal Forms API. If you're interested in step-by-step documentation to help you write forms, please see the Forms API QuickStart guide. |
forum.install modules/forum/forum.install | |
forum.module modules/forum/forum.module | Enable threaded discussions about general topics. |
globals.php ./globals.php | Это глобальные переменные, которые использует Друпал. |
help.module modules/help/help.module | Manages displaying online help. |
image.inc includes/image.inc | |
index.php developer/index.php | |
index.php ./index.php | The PHP page that serves all page requests on a Drupal installation. |
install.inc includes/install.inc | |
install.mysql.inc includes/install.mysql.inc | |
INSTALL.mysql.txt ./INSTALL.mysql.txt | // $Id: INSTALL.mysql.txt,v 1.7 2006/09/08 16:29:35 dries Exp $ |
install.mysqli.inc includes/install.mysqli.inc | |
install.pgsql.inc includes/install.pgsql.inc | |
INSTALL.pgsql.txt ./INSTALL.pgsql.txt | // $Id: INSTALL.pgsql.txt,v 1.6 2006/09/08 16:29:35 dries Exp $ |
install.php developer/hooks/install.php | Documentation for the installation and update system. |
install.php ./install.php | |
INSTALL.txt ./INSTALL.txt | // $Id: INSTALL.txt,v 1.39.2.3 2008/01/10 22:14:24 drumm Exp $ |
legacy.module modules/legacy/legacy.module | Позволяет сохранять совместимость при обновлении со старых версий Drupal. |
LICENSE.txt ./LICENSE.txt | // $Id: LICENSE.txt,v 1.5.2.1 2009/01/14 05:56:37 drumm Exp $ GNU GENERAL PUBLIC LICENSE Version 2, June 1991 |
locale.inc includes/locale.inc | Admin-related functions for locale.module. |
locale.install modules/locale/locale.install | |
locale.module modules/locale/locale.module | Enables administrators to manage the site interface languages. |
MAINTAINERS.txt ./MAINTAINERS.txt | // $Id: MAINTAINERS.txt,v 1.14 2006/12/11 17:09:29 dries Exp $ |
menu.inc includes/menu.inc | API for the Drupal menu system. |
menu.module modules/menu/menu.module | Позволяет администраторам настраивать меню на сайте. |
module.inc includes/module.inc | API for loading and interacting with Drupal modules. |
multipage_form_example.module developer/examples/multipage_form_example.module | |
node.module modules/node/node.module | The core that allows content to be submitted to the site. Modules and scripts may programmatically submit nodes using the usual form API pattern. |
node.php developer/hooks/node.php | These hooks are defined by node modules, modules that define a new kind of node. |
node.tpl.php themes/garland/node.tpl.php | |
node.tpl.php themes/bluemarine/node.tpl.php | Этот файл используется для отображения нод, как в полном режиме, так и в режиме списка. |
node.tpl.php themes/engines/phptemplate/node.tpl.php | |
node.tpl.php themes/pushbutton/node.tpl.php | |
nodeapi_example.install developer/examples/nodeapi_example.install | |
nodeapi_example.module developer/examples/nodeapi_example.module | Это пример с комментариями того, как модуль может быть использован для расширения существующих типов контента. |
node_access_example.install developer/examples/node_access_example.install | |
node_access_example.module developer/examples/node_access_example.module | Это пример иллюстрирует как ограничивать доступ к нодам на основе некоторых критериев, связанных с пользователем. |
node_example.install developer/examples/node_example.install | |
node_example.module developer/examples/node_example.module | Пример модуля для создания нового типа нод. |
page.tpl.php themes/garland/page.tpl.php | |
page.tpl.php themes/bluemarine/page.tpl.php | |
page.tpl.php themes/pushbutton/page.tpl.php | |
pager.inc includes/pager.inc | Functions to aid in presenting database results as a set of pages. |
page_example.module developer/examples/page_example.module | This is an example outlining how a module can be used to display a custom page at a given URL. |
path.inc includes/path.inc | Функции для обработки путей (адресов) в Друпале, включая синонимы адресов. |
path.module modules/path/path.module | Enables users to rename URLs. |