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
0f7be257
Commit
0f7be257
authored
Mar 07, 2005
by
Dries Buytaert
Browse files
- Bumped the RSS version from 0.92 to 2.0
parent
000c10eb
Changes
3
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.txt
View file @
0f7be257
...
...
@@ -10,6 +10,8 @@ Drupal x.x.x, xxxx-xx-xx
* added search block.
- syndication:
* made the ping module ping pingomatic.com which, in turn, will ping all the major ping services.
* made Drupal generete RSS 2.0 feeds.
* made RSS feeds extensible.
* added categories to RSS feeds.
* added enclosures to RSS feeds.
- flood control mechanism:
...
...
modules/node.module
View file @
0f7be257
...
...
@@ -1165,7 +1165,7 @@ function node_feed($nodes = 0, $channel = array()) {
}
$channel_defaults
=
array
(
'version'
=>
'
0.92
'
,
'version'
=>
'
2.0
'
,
'title'
=>
variable_get
(
'site_name'
,
'drupal'
)
.
' - '
.
variable_get
(
'site_slogan'
,
''
),
'link'
=>
$base_url
,
'description'
=>
variable_get
(
'site_mission'
,
''
),
...
...
modules/node/node.module
View file @
0f7be257
...
...
@@ -1165,7 +1165,7 @@ function node_feed($nodes = 0, $channel = array()) {
}
$channel_defaults
=
array
(
'version'
=>
'
0.92
'
,
'version'
=>
'
2.0
'
,
'title'
=>
variable_get
(
'site_name'
,
'drupal'
)
.
' - '
.
variable_get
(
'site_slogan'
,
''
),
'link'
=>
$base_url
,
'description'
=>
variable_get
(
'site_mission'
,
''
),
...
...
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