Stripping CVS keywords
parent
80907a15f9
commit
2cf75f30ef
|
@ -1,4 +1,3 @@
|
|||
// $Id$
|
||||
|
||||
Drupal 5.24-dev, xxxx-xx-xx
|
||||
-----------------------
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
// $Id$
|
||||
|
||||
CREATE THE MySQL DATABASE
|
||||
--------------------------
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
// $Id$
|
||||
|
||||
CREATE THE PostgreSQL DATABASE
|
||||
------------------------------
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
// $Id$
|
||||
|
||||
CONTENTS OF THIS FILE
|
||||
---------------------
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
// $Id$
|
||||
GNU GENERAL PUBLIC LICENSE
|
||||
Version 2, June 1991
|
||||
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
// $Id$
|
||||
|
||||
List of maintainers
|
||||
--------------------------------------------------------------------------------
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
// $Id$
|
||||
|
||||
UPGRADING
|
||||
---------
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
<?php
|
||||
// $Id$
|
||||
|
||||
/**
|
||||
* @file
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
<?php
|
||||
// $Id$
|
||||
|
||||
/**
|
||||
* Return data from the persistent cache.
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
<?php
|
||||
// $Id$
|
||||
|
||||
/**
|
||||
* @file
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
<?php
|
||||
// $Id$
|
||||
|
||||
/**
|
||||
* @file
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
<?php
|
||||
// $Id$
|
||||
|
||||
/**
|
||||
* @file
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
<?php
|
||||
// $Id$
|
||||
|
||||
/**
|
||||
* @file
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
<?php
|
||||
// $Id$
|
||||
|
||||
/**
|
||||
* @file
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
<?php
|
||||
// $Id$
|
||||
|
||||
/**
|
||||
* @file
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
<?php
|
||||
// $Id$
|
||||
|
||||
/**
|
||||
* @defgroup form Form generation
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
<?php
|
||||
// $Id$
|
||||
|
||||
/**
|
||||
* Return a list of available toolkits.
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
<?php
|
||||
// $Id$
|
||||
|
||||
define('SCHEMA_UNINSTALLED', -1);
|
||||
define('SCHEMA_INSTALLED', 0);
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
<?php
|
||||
// $Id$
|
||||
|
||||
// MySQL specific install functions
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
<?php
|
||||
// $Id$
|
||||
|
||||
// MySQLi specific install functions
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
<?php
|
||||
// $Id$
|
||||
|
||||
// PostgreSQL specific install functions
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
<?php
|
||||
// $Id$
|
||||
|
||||
/**
|
||||
* @file
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
<?php
|
||||
// $Id$
|
||||
|
||||
/**
|
||||
* @file
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
<?php
|
||||
// $Id$
|
||||
|
||||
/**
|
||||
* @file
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
<?php
|
||||
// $Id$
|
||||
|
||||
/**
|
||||
* @file
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
<?php
|
||||
// $Id$
|
||||
|
||||
/**
|
||||
* @file
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
<?php
|
||||
// $Id$
|
||||
|
||||
/**
|
||||
* @file
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
<?php
|
||||
// $Id$
|
||||
|
||||
/**
|
||||
* @file
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
<?php
|
||||
// $Id$
|
||||
|
||||
/**
|
||||
* @file
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
<?php
|
||||
// $Id$
|
||||
|
||||
/**
|
||||
* Indicates an error during check for PHP unicode support.
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
<?php
|
||||
// $Id$
|
||||
|
||||
/*
|
||||
Drupal XML-RPC library. Based on the IXR - The Incutio XML-RPC Library - (c) Incutio Ltd 2002-2005
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
<?php
|
||||
// $Id$
|
||||
|
||||
/**
|
||||
* The main entry point for XML-RPC requests.
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
<?php
|
||||
// $Id$
|
||||
|
||||
require_once './includes/install.inc';
|
||||
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
// $Id$
|
||||
|
||||
/**
|
||||
* Attaches the autocomplete behaviour to all required fields
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
// $Id$
|
||||
|
||||
/**
|
||||
* Toggle the visibility of a fieldset using smooth animations
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
// $Id$
|
||||
|
||||
var Drupal = Drupal || {};
|
||||
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
/* $Id$ */
|
||||
|
||||
.farbtastic {
|
||||
position: relative;
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
// $Id$
|
||||
// Farbtastic 1.2
|
||||
|
||||
jQuery.fn.farbtastic = function (callback) {
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -1,4 +1,3 @@
|
|||
/* $Id$ */
|
||||
|
||||
body {
|
||||
background: url(druplicon.png) 4.2em 4em no-repeat #fff;
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
/* $Id$ */
|
||||
|
||||
body {
|
||||
margin: 1em;
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
// $Id$
|
||||
|
||||
/**
|
||||
* A progressbar object. Initialized with the given id. Must be inserted into
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
// $Id$
|
||||
|
||||
Drupal.tableSelect = function() {
|
||||
// Keep track of the table, which checkbox is checked and alias the settings.
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
// $Id$
|
||||
|
||||
Drupal.textareaAttach = function() {
|
||||
$('textarea.resizable:not(.processed)').each(function() {
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
// $Id$
|
||||
|
||||
if (Drupal.jsEnabled) {
|
||||
$(document).ready(function() {
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
// $Id$
|
||||
|
||||
/**
|
||||
* Attaches the upload behaviour to the upload form.
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
/* $Id$ */
|
||||
|
||||
#aggregator .feed-source .feed-title {
|
||||
margin-top: 0;
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
; $Id$
|
||||
name = Aggregator
|
||||
description = "Aggregates syndicated content (RSS, RDF, and Atom feeds)."
|
||||
package = Core - optional
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
<?php
|
||||
// $Id$
|
||||
|
||||
/**
|
||||
* Implementation of hook_install().
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
<?php
|
||||
// $Id$
|
||||
|
||||
/**
|
||||
* @file
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
/* $Id$ */
|
||||
|
||||
#blocks td.region {
|
||||
font-weight: bold;
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
; $Id$
|
||||
name = Block
|
||||
description = Controls the boxes that are displayed around the main content.
|
||||
package = Core - required
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
<?php
|
||||
// $Id$
|
||||
|
||||
/**
|
||||
* @file
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
; $Id$
|
||||
name = Blog
|
||||
description = Enables keeping easily and regularly updated user web pages or blogs.
|
||||
package = Core - optional
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
<?php
|
||||
// $Id$
|
||||
|
||||
/**
|
||||
* @file
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
; $Id$
|
||||
name = Blog API
|
||||
description = Allows users to post content using applications that support XML-RPC blog APIs.
|
||||
package = Core - optional
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
<?php
|
||||
// $Id$
|
||||
|
||||
/**
|
||||
* Implementation of hook_install().
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
<?php
|
||||
// $Id$
|
||||
|
||||
/**
|
||||
* @file
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
/* $Id$ */
|
||||
|
||||
.book-navigation .menu {
|
||||
border-top: 1px solid #888;
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
; $Id$
|
||||
name = Book
|
||||
description = Allows users to collaboratively author a book.
|
||||
package = Core - optional
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
<?php
|
||||
// $Id$
|
||||
|
||||
/**
|
||||
* Implementation of hook_install().
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
<?php
|
||||
// $Id$
|
||||
|
||||
/**
|
||||
* @file
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
/* $Id$ */
|
||||
|
||||
/* Farbtastic placement */
|
||||
.color-form {
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
; $Id$
|
||||
name = Color
|
||||
description = Allows the user to change the color scheme of certain themes.
|
||||
package = Core - optional
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
<?php
|
||||
/* $Id$ */
|
||||
|
||||
function color_requirements($phase) {
|
||||
$requirements = array();
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
// $Id$
|
||||
|
||||
if (Drupal.jsEnabled) {
|
||||
$(document).ready(function () {
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
<?php
|
||||
// $Id$
|
||||
|
||||
/**
|
||||
* Implementation of hook_help
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
/* $Id$ */
|
||||
|
||||
.indented {
|
||||
margin-left: 25px;
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
; $Id$
|
||||
name = Comment
|
||||
description = Allows users to comment on and discuss published content.
|
||||
package = Core - optional
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
<?php
|
||||
// $Id$
|
||||
|
||||
/**
|
||||
* Implementation of hook_enable().
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
<?php
|
||||
// $Id$
|
||||
|
||||
/**
|
||||
* @file
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
; $Id$
|
||||
name = Contact
|
||||
description = Enables the use of both personal and site-wide contact forms.
|
||||
package = Core - optional
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
<?php
|
||||
// $Id$
|
||||
|
||||
/**
|
||||
* Implementation of hook_install().
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
<?php
|
||||
// $Id$
|
||||
|
||||
/**
|
||||
* @file
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
; $Id$
|
||||
name = Drupal
|
||||
description = Lets you register your site with a central server and improve ranking of Drupal projects by posting information on your installed modules and themes; also enables users to log in using a Drupal ID.
|
||||
package = Core - optional
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
<?php
|
||||
// $Id$
|
||||
|
||||
/**
|
||||
* Implementation of hook_install().
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
<?php
|
||||
// $Id$
|
||||
|
||||
/**
|
||||
* @file
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
; $Id$
|
||||
name = Filter
|
||||
description = Handles the filtering of content in preparation for display.
|
||||
package = Core - required
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
<?php
|
||||
// $Id$
|
||||
|
||||
/**
|
||||
* @file
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
/* $Id$ */
|
||||
|
||||
#forum .description {
|
||||
font-size: 0.9em;
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
; $Id$
|
||||
name = Forum
|
||||
description = Enables threaded discussions about general topics.
|
||||
dependencies = taxonomy comment
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
<?php
|
||||
// $Id$
|
||||
|
||||
/**
|
||||
* Implementation of hook_install().
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
<?php
|
||||
// $Id$
|
||||
|
||||
/**
|
||||
* @file
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
/* $Id$ */
|
||||
|
||||
.help-items {
|
||||
float: left;
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
; $Id$
|
||||
name = Help
|
||||
description = Manages the display of online help.
|
||||
package = Core - optional
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
<?php
|
||||
// $Id$
|
||||
|
||||
/**
|
||||
* @file
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
; $Id$
|
||||
name = Legacy
|
||||
description = Provides legacy handlers for upgrades from older Drupal installations.
|
||||
package = Core - optional
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
<?php
|
||||
// $Id$
|
||||
|
||||
/**
|
||||
* @file
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
/* $Id$ */
|
||||
|
||||
.locale-untranslated {
|
||||
font-style: normal;
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
; $Id$
|
||||
name = Locale
|
||||
description = Enables the translation of the user interface to languages other than English.
|
||||
package = Core - optional
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
<?php
|
||||
// $Id$
|
||||
|
||||
/**
|
||||
* Implementation of hook_install().
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
<?php
|
||||
// $Id$
|
||||
|
||||
/**
|
||||
* @file
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
; $Id$
|
||||
name = Menu
|
||||
description = Allows administrators to customize the site navigation menu.
|
||||
package = Core - optional
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
<?php
|
||||
// $Id$
|
||||
|
||||
/**
|
||||
* @file
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
<?php
|
||||
// $Id$
|
||||
|
||||
/**
|
||||
* @file
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
/* $Id$ */
|
||||
|
||||
.node-unpublished {
|
||||
background-color: #fff4f4;
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
; $Id$
|
||||
name = Node
|
||||
description = Allows content to be submitted to the site and displayed on pages.
|
||||
package = Core - required
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
<?php
|
||||
// $Id$
|
||||
|
||||
/**
|
||||
* @file
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue