Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
779fb609
Commit
779fb609
authored
Feb 25, 2011
by
The Great Git Migration
Committed by
Drupal Git User (LDAP)
Feb 25, 2011
Browse files
Stripping CVS keywords
parent
4ed747ef
Changes
45
Hide whitespace changes
Inline
Side-by-side
admin.php
View file @
779fb609
<?php
// $Id$
include_once
"includes/common.inc"
;
...
...
cron.php
View file @
779fb609
<?php
// $Id$
include_once
"includes/common.inc"
;
...
...
error.php
View file @
779fb609
<?php
// $Id$
include_once
"includes/common.inc"
;
...
...
includes/common.inc
View file @
779fb609
<?php
// $Id$
function
conf_init
()
{
global
$HTTP_HOST
;
...
...
includes/conf.php
View file @
779fb609
<?php
// $Id$
#
# Database settings:
...
...
includes/database.mysql.inc
View file @
779fb609
<?php
// $Id$
function
db_connect
(
$url
)
{
$url
=
parse_url
(
$url
);
...
...
includes/database.pear.inc
View file @
779fb609
<?php
// $Id$
require_once
'DB.php'
;
...
...
includes/module.inc
View file @
779fb609
<?php
// $Id$
// initialize modules:
function
module_init
()
{
...
...
includes/theme.inc
View file @
779fb609
<?php
// $Id$
/**
* Basic theme
...
...
includes/xmlrpc.inc
View file @
779fb609
<?php
// -*-c++-*-
// by Edd Dumbill (C) 1999-2001
// <edd@usefulinc.com>
// $Id$
// Copyright (c) 1999,2000,2001 Edd Dumbill.
...
...
includes/xmlrpcs.inc
View file @
779fb609
<?php
// by Edd Dumbill (C) 1999-2001
// <edd@usefulinc.com>
// $Id$
// Copyright (c) 1999,2000,2001 Edd Dumbill.
// All rights reserved.
...
...
index.php
View file @
779fb609
<?php
// $Id$
include_once
"includes/common.inc"
;
...
...
module.php
View file @
779fb609
<?php
// $Id$
include_once
"includes/common.inc"
;
...
...
modules/archive.module
View file @
779fb609
<?php
// $Id$
function
archive_system
(
$field
){
$system
[
"description"
]
=
t
(
"Displays a calendar to navigation old content."
);
...
...
modules/block.module
View file @
779fb609
<?php
// $Id$
function
block_help
()
{
?>
...
...
modules/blog.module
View file @
779fb609
<?php
// $Id$
function
blog_system
(
$field
){
$system
[
"description"
]
=
t
(
"Enables keeping a blog or easily and regularly updated web page."
);
...
...
modules/book.module
View file @
779fb609
<?php
// $Id$
function
book_system
(
$field
){
$system
[
"description"
]
=
t
(
"Allows users to collaboratively author a book."
);
...
...
modules/cloud.module
View file @
779fb609
<?php
// $Id$
function
cloud_help
(
$type
=
"administrator"
)
{
if
(
$type
==
"user"
)
{
...
...
modules/comment.module
View file @
779fb609
<?php
// $Id$
$GLOBALS
[
"cmodes"
]
=
array
(
1
=>
"Flat list - collapsed"
,
2
=>
"Flat list - expanded"
,
3
=>
"Threaded list - collapsed"
,
4
=>
"Threaded list - expanded"
);
$GLOBALS
[
"corder"
]
=
array
(
1
=>
"Date - newest first"
,
2
=>
"Date - oldest first"
);
...
...
modules/forum.module
View file @
779fb609
<?php
// $Id$
function
forum_system
(
$field
){
$system
[
"description"
]
=
t
(
"Allows threaded discussions about general topics."
);
...
...
Prev
1
2
3
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment