| /[drupal]/contributions/modules/atom/atom.module |
Parent Directory
|
Revision Log
|
Revision Graph
| Links to HEAD: | (view) (download) (as text) (annotate) |
| Sticky Tag: |
by Dave Reid: Swapped around some variables for readability.
by Dave Reid: Swapped around some variables for readability.
by Dave Reid: Backported theme_atom_feed_item() from HEAD.
by Dave Reid: Added theme_atom_feed_item() for more modularized theming.
by Dave Reid: Backport from HEAD.
#61791 by Dave Reid: Converted SQL to node_access DBTNG queries and fixed node output so that it at least works a little.
by Dave Reid: Removed unnecessary title info on menu callbacks.
by Dave Reid: Removed unnecessary title info on menu callbacks.
by Dave Reid: Multiple-term taxonomy paths are no more. Yay for simplification!
by Dave Reid: Improved restrictions in the menu definitions and cleaned up arguments passed to feed functions.
by Dave Reid: Improved restrictions in the menu definitions and cleaned up arguments passed to feed functions.
by Dave Reid: Fixed adding links if user does not have the 'access content' permission.
by Dave Reid: Fixed adding links if user does not have the 'access content' permission.
by Dave Reid: Reworked atom_init() and moved theme_atom_feed() to atom.pages.inc.
by Dave Reid: Reworked atom_init() and moved theme_atom_feed() and _atom_contrib_get_ns() to atom.pages.inc. Other misc D7 fixes.
#583534 by Dave Reid: Added atom.pages.inc.
#583534 by Dave Reid: Added atom.pages.inc.
by Dave Reid: Removed unnecessary constants used as variable defaults.
by Dave Reid: Removed unnecessary constants used as variable defaults.
#583534 follow-up by Dave Reid: Added missing file information in atom_menu().
by Dave Reid: Coder fixes and cleaning up hook implementations.
#583534 by Dave Reid: Added atom.admin.inc.
by Dave Reid: Coder fixes and cleaning up hook implementations.
#583534 by Dave Reid: Added atom.admin.inc.
#198089 by Dave Reid: Removed advertising injection feature.
#583106 by Dave Reid: Use gmdate() and DATE_ATOM instead of _atom_timestamp2w3dtf().
#583106 by Dave Reid: Use gmdate() and DATE_ATOM instead of _atom_timestamp2w3dtf().
remove description about ads config because as insertion was removed
critical updates and coder fixes for 7.x
#229392 - escape htmlentities by mohanjith
#229392 - escape htmlentities by mohanjith
#229392 - escape htmlentities by mohanjith
use new db api fetch method and remove another reference to the old atom/feed path
switch path to atom.xml use new D7 database api add tests
#325843 by cocooncrash - 'rss item' might be a more appropriate way to do nodeapi actions to feed items coder says to capitalize booleans
#325843 by cocooncrash - 'rss item' might be a more appropriate way to do nodeapi actions to feed items coder says to capitalize booleans
#325843 by cocooncrash - 'rss item' might be a more appropriate way to do nodeapi actions to feed items coder says to capitalize booleans
#325843 by cocooncrash - 'rss item' might be a more appropriate way to do nodeapi actions to feed items coder says to capitalize booleans
#331834 by shelleyp - make the jump from HTML to XHTML
wrong closing tag on previous commit's summary block
#331834 by shelleyp - make the jump from HTML to XHTML
#331834 by shelleyp - make the jump from HTML to XHTML
#236670 - don't output atom head tag whle off-line
#236670 - don't output atom head tag whle off-line
#236670 - don't output atom head tag whle off-line #274784 by miki - make options for the amount of content to show
#337917 - contemplate to style atom feeds by jrglasgow
start supporting Drupal 7.x
#240999: coder fixes by steamedpenguin add .install to remove config vars on uninstall
#222854 by ekes: hooks added to allow modules to add enclosures and namespaces for their content
fix warnings from coder.module report
fix warnings from coder.module report
issue #61791: not respecting node access
issue #61791: not respecting node access
issue #61791: not respecting node_access() issue #169214: add to Syndication group on module page
syncing with DRUPAL-6--1-0
better support for linking to aliased feeds
issue #169214: associate with Syndication package on module list issue #91108: Add option to only include only title or teaser (or neither) issue #107690: Atom feeds for taxonomy terms issue #61791: not respecting node access
Drupal 6 updates
issue #56631 patch by clbustos; convert some double quotes to singles
issue #90003; code cleanup by drumm
patch #55496 by furmans
patch #55496 by furmans
patch #55496 by furmans
updates for Drupal 5
possible fix for issue #41482
possible fix for issue #41482
possible fix for issue #41482
fix issue #43127
fix issue #43127
fix issue #43127
feature request #28855 granted - create Atom feeds for the blog page and user blogs
feature request #28855 granted - create Atom feeds for the blog page and user blogs
create Atom feeds for the blog page and user blogs
sync HEAD with DRUPAL-4-7
add option to insert Yahoo! rss ad units in feed
fix duplicate page printing if access denied to settings; don't print settings help if no permission to access settings
backport Atom 1.0 support and add Yahoo! RSS ad unit insertion option
issue #29386
- small fix in phpdoc - simplification: dc:subject -> atom:category
Patch #27041 : Atom 0.3 -> Atom 1.0
check_plain update.
issue #15370 : atom now does full feeds
applying patch #10828: "node/view/$node->nid" -> "node/$node->nid"
- Fixed bug in atom module. Reported by Mike.
* impliment new hook_menu() (i.e. make it work again) * update _help() hook
- Fixed broken URLs in atom feeds.
- Fixed broken URLs in atom feeds.
sync with CVS and 4.4
proper header, patch by kjartan
proper header, patch by kjartan
removing extra access permission. request by dries
removing extra access permission. request by dries
removing unmaintained version
removed duplicated access control
moving access control to _page to be in sync with HEAD version
- Made the atom module use the updated callback system instead of a _page hook.
- Updated atom module to Atom 0.3 specification. Patch by Kristjan.
- Updated atom.module to Atom 0.3 specification. Patch by Kristjan.
Initial submission of atom.module. This module allows sharing content in upcoming syndication standard - call it Pie/Echo/Atom or whatever. Read more about standard here: http://diveintomark.org/archives/2003/08/05/atom02 atom.module is compliant with Atom 0.2 snapshot and validates OK: http://feeds.archive.org/validator/check?url=http%3A%2F%2F4.trip.ee%2F%3Fq%3Datom It implements only the required fields, extending the module to support optional attributes is in my TODO list. (As a side note, I implemented custom format_date_iso8601() function to generate ISO 8601-compliant timestamps (also used in RSS). I think this function - probably wrapped inside format_date() should find it's way to common.inc in future)
inital import of Atom 0.2 module
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.
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |