/[drupal]/contributions/modules/atom/atom.pages.inc
ViewVC logotype

Log of /contributions/modules/atom/atom.pages.inc

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Links to HEAD: (view) (download) (as text) (annotate)
Sticky Tag:

Revision 1.11 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 7 02:23:04 2009 UTC (7 weeks, 1 day ago) by davereid
Branch: MAIN
CVS Tags: HEAD
Changes since 1.10: +2 -2 lines
Diff to previous 1.10
by Dave Reid: Title should be text format, not HTML.

Revision 1.1.2.9 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 7 02:22:47 2009 UTC (7 weeks, 1 day ago) by davereid
Branch: DRUPAL-6--1
Changes since 1.1.2.8: +2 -2 lines
Diff to previous 1.1.2.8 , to branch point 1.1 , to next main 1.11
by Dave Reid: Title should be text format, not HTML.

Revision 1.1.2.8 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Sep 21 22:32:44 2009 UTC (2 months ago) by davereid
Branch: DRUPAL-6--1
Changes since 1.1.2.7: +15 -16 lines
Diff to previous 1.1.2.7 , to branch point 1.1
by Dave Reid: Swapped around some variables for readability.

Revision 1.10 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Sep 21 22:32:17 2009 UTC (2 months ago) by davereid
Branch: MAIN
Changes since 1.9: +14 -14 lines
Diff to previous 1.9
by Dave Reid: Swapped around some variables for readability.

Revision 1.1.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Sep 21 21:37:21 2009 UTC (2 months ago) by davereid
Branch: DRUPAL-6--1
Changes since 1.1.2.6: +55 -38 lines
Diff to previous 1.1.2.6 , to branch point 1.1
by Dave Reid: Backported theme_atom_feed_item() from HEAD.

Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Sep 21 21:36:40 2009 UTC (2 months ago) by davereid
Branch: MAIN
Changes since 1.8: +64 -53 lines
Diff to previous 1.8
by Dave Reid: Added theme_atom_feed_item() for more modularized theming.

Revision 1.1.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Sep 21 19:47:02 2009 UTC (2 months ago) by davereid
Branch: DRUPAL-6--1
Changes since 1.1.2.5: +21 -22 lines
Diff to previous 1.1.2.5 , to branch point 1.1
by Dave Reid: Backport from HEAD.

Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Sep 21 19:44:38 2009 UTC (2 months ago) by davereid
Branch: MAIN
Changes since 1.7: +58 -44 lines
Diff to previous 1.7
#61791 by Dave Reid: Converted SQL to node_access DBTNG queries and fixed node output so that it at least works a little.

Revision 1.1.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Sep 21 18:47:13 2009 UTC (2 months ago) by davereid
Branch: DRUPAL-6--1
Changes since 1.1.2.4: +23 -24 lines
Diff to previous 1.1.2.4 , to branch point 1.1
by Dave Reid: Reorganized the output sanitation in theme_atom_feed() and _atom_print_feed().

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Sep 21 18:47:01 2009 UTC (2 months ago) by davereid
Branch: MAIN
Changes since 1.6: +25 -20 lines
Diff to previous 1.6
by Dave Reid: Reorganized the output sanitation in theme_atom_feed() and _atom_print_feed().

Revision 1.1.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Sep 21 18:11:43 2009 UTC (2 months ago) by davereid
Branch: DRUPAL-6--1
Changes since 1.1.2.3: +6 -9 lines
Diff to previous 1.1.2.3 , to branch point 1.1
#61791 by Dave Reid: Added db_rewrite_sql() to all node queries. This is not a security issue since node_access() was checked for each node previously.

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Sep 21 18:03:47 2009 UTC (2 months ago) by davereid
Branch: MAIN
Changes since 1.5: +2 -2 lines
Diff to previous 1.5
by Dave Reid: Fixed incorrect arguments for taxonomy_select_nodes(). Unfortunately this function doesn't seem to be working properly in Drupal 7 yet.

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Sep 21 17:38:49 2009 UTC (2 months ago) by davereid
Branch: MAIN
Changes since 1.4: +7 -21 lines
Diff to previous 1.4
by Dave Reid: Multiple-term taxonomy paths are no more. Yay for simplification!

Revision 1.1.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Sep 21 17:34:43 2009 UTC (2 months ago) by davereid
Branch: DRUPAL-6--1
Changes since 1.1.2.2: +9 -30 lines
Diff to previous 1.1.2.2 , to branch point 1.1
by Dave Reid: Improved restrictions in the menu definitions and cleaned up arguments passed to feed functions.

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Sep 21 17:34:33 2009 UTC (2 months ago) by davereid
Branch: MAIN
Changes since 1.3: +8 -12 lines
Diff to previous 1.3
by Dave Reid: Improved restrictions in the menu definitions and cleaned up arguments passed to feed functions.

Revision 1.1.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Sep 21 16:57:42 2009 UTC (2 months ago) by davereid
Branch: DRUPAL-6--1
Changes since 1.1.2.1: +18 -1 lines
Diff to previous 1.1.2.1 , to branch point 1.1
by Dave Reid: Reworked atom_init() and moved theme_atom_feed() to atom.pages.inc.

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Sep 21 16:57:16 2009 UTC (2 months ago) by davereid
Branch: MAIN
Changes since 1.2: +31 -4 lines
Diff to previous 1.2
by Dave Reid: Reworked atom_init() and moved theme_atom_feed() and _atom_contrib_get_ns() to atom.pages.inc. Other misc D7 fixes.

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Sep 21 16:21:21 2009 UTC (2 months ago) by davereid
Branch: MAIN
Changes since 1.1: +161 -0 lines
Diff to previous 1.1
#583534 by Dave Reid: Added atom.pages.inc.

Revision 1.1.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Sep 21 16:20:23 2009 UTC (2 months ago) by davereid
Branch: DRUPAL-6--1
Changes since 1.1: +168 -0 lines
Diff to previous 1.1
#583534 by Dave Reid: Added atom.pages.inc.

Revision 1.1
Mon Sep 21 16:20:23 2009 UTC (2 months ago) by davereid
Branch: MAIN
Branch point for: DRUPAL-6--1
FILE REMOVED
file atom.pages.inc was initially added on branch DRUPAL-6--1.

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.

  Diffs between and
  Type of Diff should be a

Sort log by:

  ViewVC Help
Powered by ViewVC 1.1.2