Log of /contributions/modules/syndication/syndication.module
Parent Directory
|
Revision Log
|
Revision Graph
Revision
1.46 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Oct 3 15:00:41 2006 UTC
(3 years, 1 month ago)
by
weitzman
Branch:
MAIN
Changes since
1.45: +58 -4 lines
Diff to
previous 1.45
add box for taxonomy feeds. this used to be provided by taxonomy_dhtml module but that one is deprecated ... this module still needs a 5.0 port
Revision
1.31 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Oct 1 00:08:36 2004 UTC
(5 years, 1 month ago)
by
uwe
Branch:
MAIN
Changes since
1.30: +1 -0 lines
Diff to
previous 1.30
Added CVS $Id$ tag to all *.module files where it was missing (as required
by the coding standards, see CODING_STANDARDS.html). I also unified the
format and the location of the $Id$ tag. It starts with "//" and is placed
on the second line in all *.module files, now.
Revision
1.27 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Apr 6 22:29:47 2004 UTC
(5 years, 7 months ago)
by
weitzman
Branch:
MAIN
Changes since
1.26: +4 -10 lines
Diff to
previous 1.26
removed outdated _head hook. fixed so that aggregator.module's OPML link is exposed.
TODO: move the _api stuff to Doxygen
Revision
1.15 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon May 26 12:06:13 2003 UTC
(6 years, 6 months ago)
by
weitzman
Branch:
MAIN
Changes since
1.14: +1 -3 lines
Diff to
previous 1.14
updated syndication.module for globals=off
added 'none' option for omitted vocabularies in taxonomy_dhtml.module. also fixed a bug where vocabularies could be missing due to a bug in taxonomy_dhtml_syndication()
Revision
1.12 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Apr 14 19:35:15 2003 UTC
(6 years, 7 months ago)
by
weitzman
Branch:
MAIN
Changes since
1.11: +0 -1 lines
Diff to
previous 1.11
removed a menu_add() call which was commented but still drew attention from the compatibility watchdogs
Revision
1.10 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Feb 15 12:36:29 2003 UTC
(6 years, 9 months ago)
by
dries
Branch:
MAIN
Changes since
1.9: +10 -10 lines
Diff to
previous 1.9
- Updated the modules in the contributions repository to use
'theme("function")' instead of '$theme->function()'. Hopefully I didn't
break anything. If I did, let me know.
The following modules need special attention (but should still work as is):
1. The ldap_integration directory has its own user.module; I haven't updated
the documentation bit that talks about themes.
2. The hotlist module uses '$theme->hotlist_del_icon'. Should be avoided
and somehow wrapped in a (larger) call to theme().
3. The image module has its own way of doing what 'theme()' does (or the
former 'theme_invoke()'). Constructs like the one below (a) look wrong
and (b) should be rewritten to properly use 'theme()'. For example:
$theme->box("foo", method_exists("bar") ? $theme->bar() : $bar);
Search for "image_gallery_album", "image_gallery_home" and
"image_thumb_browser". I've already changed '$theme->box()' to
'theme()'.
4. The sidebar module uses '$theme->foreground' and '$theme->background'.
Should be avoided and somehow wrapped in a (larger) call to theme().
5. The org_informations module uses '$theme->separator()', which is new to
me.
6. The taxonomy_filter module uses '$theme->taxolist_filter_item()'. It
should use 'theme("taxolist_filter_item")' instead. I haven't changed
it because it would probably fail to resolve the default function if
not overridden by a theme.
7. The taxonomy_dhtml module's INSTALL file still talks about
'$theme->image'.
8. The xloadtree module's INSTALL file still talks about '$theme->image'.
9. I haven't updated the style.module; too many $theme's, though I don't
think it needs any updates.
[I'll try to update the sandboxes later on.]
Revision
1.7 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Dec 16 03:58:24 2002 UTC
(6 years, 11 months ago)
by
weitzman
Branch:
MAIN
Branch point for:
DRUPAL-4-1
Changes since
1.6: +64 -45 lines
Diff to
previous 1.6
- new API for the _syndication() hook. now just like the _block() hook. See Help for details
- taxonomy box now outputted fully by taxonomy_dhtml module. This used to be tangled
- Better blog feed box featuring Search results for users, and recent blog authors
Revision
1.1 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Jun 16 08:41:13 2002 UTC
(7 years, 5 months ago)
by
weitzman
Branch:
MAIN
Syndication.module offers a web page which centralizes all of the RSS feeds generated by Drupal. This helps users find interesting feeds from your web site.
Currently, the syndication page helps visitors find the following feeds:
- the blog feed of any user or all users
- node feeds for any taxonomy terms, including composites of terms
- a directory of all feeds being consumed by the import.module
Also, modules may insert their own boxes onto this page using the 'syndication' hook.
This form allows you to request diffs between any two revisions of this file.
For each of the two "sides" of the diff,
select a symbolic revision name using the selection box, or choose
'Use Text Field' and enter a numeric revision.