project/views_rss.git
12 months agoIssue #1561506 (and #1498288): <enclosure> formatting for other fields, using 3rd... 7.x-2.x
Maciej Zgadzaj [Thu, 10 May 2012 12:22:52 +0000]
Issue #1561506 (and #1498288): <enclosure> formatting for other fields, using 3rd party podcast host (idea by Dan Feidt)

12 months agoReplaced two enclosure formatters "enclosure_file" and "enclosure_image" with single...
Maciej Zgadzaj [Mon, 7 May 2012 22:12:10 +0000]
Replaced two enclosure formatters "enclosure_file" and "enclosure_image" with single "enclosure"

12 months agoIssue #1559326 by davidseth: Make enclosure compatible with Media module
davidseth [Thu, 3 May 2012 19:59:52 +0000]
Issue #1559326 by davidseth: Make enclosure compatible with Media module

13 months ago- changed way how feed is built: use format_xml_elements() instead of theming 7.x-2.0-rc3
Maciej Zgadzaj [Mon, 16 Apr 2012 23:26:49 +0000]
- changed way how feed is built: use format_xml_elements() instead of theming
- updated all preprocess functions to be compatible with format_xml_elements() element format
- removed function views_rss_htmlspecialchars() and all calls to it - this is not done automatically by format_xml_elements()
- updated views_rss_rewrite_relative_paths() to handle multiple elements and arrays of subelements
- updated element definitions to account for updated/removed preprocess functions
- added hook_views_rss_feed_alter()
- element values are no longer going through any theme() function
- removed theme callbacks: views_view_views_rss_fields and views_view_views_rss_field
- removed template files: views-view-views-rss-fields.tpl.php and views-view-views-rss-field.tpl.php

13 months agoAdded option for item <category> element to output terms from hierarchical vocabulari...
Maciej Zgadzaj [Fri, 13 Apr 2012 00:22:37 +0000]
Added option for item <category> element to output terms from hierarchical vocabularies together with their parents (and optionally with vocabulary name) as slash-delimited string

13 months ago- moved core formatters into separate file views_rss_core.field.inc
Maciej Zgadzaj [Thu, 12 Apr 2012 11:15:14 +0000]
- moved core formatters into separate file views_rss_core.field.inc
- added new field handler/RSS field formatter for "All taxonomy terms"
- views_rss_core_preprocess_category() no longer used for feed items
- renamed views_rss_core_preprocess_category() to views_rss_core_preprocess_channel_category()
- removed validation on channel <image> element when absolute URL provided
- changed location of raw values in the view object
- updated views_rss_handler_field_user_mail handler to return element as an extended array
- updated template_preprocess_views_view_views_rss() function to handle raw values (especially #markup)
- views-view-views-rss-field.tpl.php modified to handle $markup variable
- updated empty value checks in preprocess functions
- updated view field settings forms
- updated function docs

13 months agoIssue #1503756: Strict warning errors due to $form variable not being referenced
Maciej Zgadzaj [Tue, 3 Apr 2012 12:08:29 +0000]
Issue #1503756: Strict warning errors due to $form variable not being referenced

14 months agoMoved xml:base declaration from views_rss_core to views_rss theme to exclude it from...
Maciej Zgadzaj [Sun, 18 Mar 2012 00:39:11 +0000]
Moved xml:base declaration from views_rss_core to views_rss theme to exclude it from caching

14 months agoUse site title for item <source> element if view title is not set
Maciej Zgadzaj [Sat, 17 Mar 2012 22:41:50 +0000]
Use site title for item <source> element if view title is not set

14 months agoIssue #1487978: Domain Acess module compatibility (multi-domain installation)
Maciej Zgadzaj [Sat, 17 Mar 2012 22:39:18 +0000]
Issue #1487978: Domain Acess module compatibility (multi-domain installation)

14 months agoIssue #1482702: xmlns:dc namespace definition
Maciej Zgadzaj [Thu, 15 Mar 2012 12:06:22 +0000]
Issue #1482702: xmlns:dc namespace definition

14 months agoAdded option to change $element value from item preprocess function
Maciej Zgadzaj [Wed, 14 Mar 2012 21:31:27 +0000]
Added option to change $element value from item preprocess function

14 months ago- fixed proprocess call for the whole item elements array
Maciej Zgadzaj [Tue, 13 Mar 2012 22:49:37 +0000]
- fixed proprocess call for the whole item elements array
- keep raw values returned by field formatters in the view and pass them to all preprocess functions
- views-view-views-rss-field.tpl.php template will just print markup without any processing if received in variables

14 months agoFixed views_rss_core_field_formatter_settings_summary() function name
Maciej Zgadzaj [Mon, 12 Mar 2012 22:26:59 +0000]
Fixed views_rss_core_field_formatter_settings_summary() function name

14 months agoUpdated views_rss_rewrite_relative_paths() function 7.x-2.0-rc2
Maciej Zgadzaj [Wed, 7 Mar 2012 00:13:00 +0000]
Updated views_rss_rewrite_relative_paths() function

14 months agoChanged order of preprocess functions for <description> elements
Maciej Zgadzaj [Wed, 7 Mar 2012 00:08:47 +0000]
Changed order of preprocess functions for <description> elements

14 months agoIssue #1469618: Feed not validating due to undefined entity
Maciej Zgadzaj [Wed, 7 Mar 2012 00:05:41 +0000]
Issue #1469618: Feed not validating due to undefined entity

14 months agoRemoved option "Add exposed filter values to <source> element" - this should be done...
Maciej Zgadzaj [Tue, 6 Mar 2012 21:25:04 +0000]
Removed option "Add exposed filter values to <source> element" - this should be done automatically

14 months agoSlight improvements to element preprocess functions 7.x-2.0-rc1
Maciej Zgadzaj [Sun, 4 Mar 2012 00:11:28 +0000]
Slight improvements to element preprocess functions

14 months agoAdded <atom:link rel="self"> to Core Elements
Maciej Zgadzaj [Fri, 2 Mar 2012 13:34:12 +0000]
Added <atom:link rel="self"> to Core Elements

14 months agoAdded validation for channel <docs> element settings
Maciej Zgadzaj [Fri, 2 Mar 2012 13:06:43 +0000]
Added validation for channel <docs> element settings

14 months agoFixed multi-element handling for feed <channel> (like <category>)
Maciej Zgadzaj [Fri, 2 Mar 2012 12:52:58 +0000]
Fixed multi-element handling for feed <channel> (like <category>)

14 months agoAllow to fully overwrite options form elements for feed items too
Maciej Zgadzaj [Fri, 2 Mar 2012 12:37:03 +0000]
Allow to fully overwrite options form elements for feed items too

14 months agoUpdated module build constant
Maciej Zgadzaj [Fri, 2 Mar 2012 00:58:51 +0000]
Updated module build constant

14 months agoAdded feed channel <image> field
Maciej Zgadzaj [Fri, 2 Mar 2012 00:30:03 +0000]
Added feed channel <image> field

15 months agoBuild 7.x-2.x-dev-20120215_2:
Maciej Zgadzaj [Wed, 15 Feb 2012 19:49:02 +0000]
Build 7.x-2.x-dev-20120215_2:

- issue #1440972 by james.williams: fixed "Undefined property" PHP notice from views_rss_plugin_style_fields.inc
- fixed "Undefined property" PHP notice from views_rss_core.module

15 months agoBuild 7.x-2.x-dev-20120215:
Maciej Zgadzaj [Wed, 15 Feb 2012 00:20:06 +0000]
Build 7.x-2.x-dev-20120215:

- removed all theme function
- slightly reorganized element configuration arrays and default configurations
- added new template file views-view-views-rss-field.tpl.php for single feed element
- added Views RSS module build version checking
- other cosmetic changes

15 months agoCosmetic changes
Maciej Zgadzaj [Fri, 10 Feb 2012 12:34:51 +0000]
Cosmetic changes

15 months agoFixed isPermaLink value for <guid> element
Maciej Zgadzaj [Fri, 10 Feb 2012 12:34:24 +0000]
Fixed isPermaLink value for <guid> element

15 months agoUpdated Dublin Core namespace to new version
Maciej Zgadzaj [Thu, 9 Feb 2012 14:20:41 +0000]
Updated Dublin Core namespace to new version

15 months agoAdded xml:base namespace to views_rss_core module
Maciej Zgadzaj [Thu, 9 Feb 2012 13:39:54 +0000]
Added xml:base namespace to views_rss_core module

15 months agoIssue #1434004: Notice: Undefined index: namespaces in views_rss_get()
Maciej Zgadzaj [Thu, 9 Feb 2012 12:49:35 +0000]
Issue #1434004: Notice: Undefined index: namespaces in views_rss_get()

15 months agoFixed variable name in second preg_match in views_rss_rewrite_relative_paths()
Maciej Zgadzaj [Thu, 9 Feb 2012 09:32:43 +0000]
Fixed variable name in second preg_match in views_rss_rewrite_relative_paths()

15 months agoIssue #1433472: Added option to rewrite relative paths to absolute URLs (enabled...
Maciej Zgadzaj [Thu, 9 Feb 2012 01:00:20 +0000]
Issue #1433472: Added option to rewrite relative paths to absolute URLs (enabled by default)

15 months agoIssue #1390758: "Array" output in views-view-views-rss.tpl.php after using "Rescan...
Maciej Zgadzaj [Wed, 8 Feb 2012 23:35:17 +0000]
Issue #1390758: "Array" output in views-view-views-rss.tpl.php after using "Rescan template files"

15 months agoRe-added missing alias definitions for views_rss_core_views_query_alter()
Maciej Zgadzaj [Tue, 7 Feb 2012 23:25:39 +0000]
Re-added missing alias definitions for views_rss_core_views_query_alter()

15 months agoMerged all views_rss_get_* functions into one, added element subgroups in view config...
Maciej Zgadzaj [Tue, 7 Feb 2012 23:06:34 +0000]
Merged all views_rss_get_* functions into one, added element subgroups in view config form

15 months agoAdded 2 new hooks for view options form: hook_views_rss_options_form_validate() and...
Maciej Zgadzaj [Tue, 7 Feb 2012 20:45:28 +0000]
Added 2 new hooks for view options form: hook_views_rss_options_form_validate() and hook_views_rss_options_form_submit()

15 months agoUse filter_xss() instead of check_plain() for #title and #description options_form...
Maciej Zgadzaj [Tue, 7 Feb 2012 20:40:28 +0000]
Use filter_xss() instead of check_plain() for #title and #description options_form fields

15 months agoAdded option to force-refresh feed elements
Maciej Zgadzaj [Tue, 7 Feb 2012 20:35:24 +0000]
Added option to force-refresh feed elements

15 months agoAdded automatic alias generation for date sources returned by hook_views_rss_date_sou...
Maciej Zgadzaj [Sun, 5 Feb 2012 15:22:21 +0000]
Added automatic alias generation for date sources returned by hook_views_rss_date_sources()

15 months agoChanged structure of namespace definitions to associative array
Maciej Zgadzaj [Sun, 5 Feb 2012 01:39:29 +0000]
Changed structure of namespace definitions to associative array

15 months agoRenamed theme functions and template files: "views_view_views_rss_fields" to "views_v...
Maciej Zgadzaj [Sun, 5 Feb 2012 00:45:16 +0000]
Renamed theme functions and template files: "views_view_views_rss_fields" to "views_view_views_rss" and "views_rss_fields_item" to "views_view_views_rss_fields", updated template suggestions for "views_view_views_rss_fields"

15 months agoAdded 4 new hooks and modified old ones, added data caching, added install files...
Maciej Zgadzaj [Sat, 4 Feb 2012 22:36:42 +0000]
Added 4 new hooks and modified old ones, added data caching, added install files, changed view options array structure, moved files and functions around, fixed #1426930, docs, code cleaning

15 months agoAdded option to include exposed filter values in <source> element URL attribute
Maciej Zgadzaj [Thu, 2 Feb 2012 21:41:21 +0000]
Added option to include exposed filter values in <source> element URL attribute

15 months agoBetter handling of <pubDate> and <lastBuildDate> elements
Maciej Zgadzaj [Thu, 2 Feb 2012 09:17:54 +0000]
Better handling of <pubDate> and <lastBuildDate> elements

15 months agoAdded support for default values for <channel> elements
Maciej Zgadzaj [Thu, 2 Feb 2012 00:57:11 +0000]
Added support for default values for <channel> elements

15 months agoAdded channel <pubDate> element
Maciej Zgadzaj [Wed, 1 Feb 2012 22:21:47 +0000]
Added channel <pubDate> element

15 months agoAdded channel <lastBuildDate> element
Maciej Zgadzaj [Wed, 1 Feb 2012 21:50:23 +0000]
Added channel <lastBuildDate> element

15 months agoFixed default option values
Maciej Zgadzaj [Wed, 1 Feb 2012 20:46:00 +0000]
Fixed default option values

15 months agoChanged order of elements in <channel>
Maciej Zgadzaj [Wed, 1 Feb 2012 20:05:56 +0000]
Changed order of elements in <channel>

15 months agoAdded "RSS email: with user name" format for email fields, fixed empty <guid> element...
Maciej Zgadzaj [Wed, 1 Feb 2012 19:56:08 +0000]
Added "RSS email: with user name" format for email fields, fixed empty <guid> element showing even if not defined

15 months agoInitial version of 7.x-2.x branch, during a major rewrite. Definitely not finished...
Maciej Zgadzaj [Wed, 1 Feb 2012 00:33:19 +0000]
Initial version of 7.x-2.x branch, during a major rewrite. Definitely not finished yet, most of the main features should already work fine though.

15 months agoIssue #1400942 by miiimooo: Replaced drupal_add_link() with drupal_add_html_head_link... 7.x-1.x
Maciej Zgadzaj [Mon, 30 Jan 2012 01:17:47 +0000]
Issue #1400942 by miiimooo: Replaced drupal_add_link() with drupal_add_html_head_link() and abslute URL for feed icon

18 months agoIssue #1335684 by awolfey: check whether row property is set before mapping it
Maciej Zgadzaj [Tue, 8 Nov 2011 21:55:26 +0000]
Issue #1335684 by awolfey: check whether row property is set before mapping it

18 months agoIssue #607632 by bonobo: better module description in .info file
Maciej Zgadzaj [Tue, 1 Nov 2011 22:30:29 +0000]
Issue #607632 by bonobo: better module description in .info file

18 months agoMoved module to Views package
Maciej Zgadzaj [Tue, 1 Nov 2011 22:07:11 +0000]
Moved module to Views package

19 months agoIssue #1119948: removed unneeded files[] from .info file as suggested by rootatwc
Maciej Zgadzaj [Sun, 9 Oct 2011 21:06:42 +0000]
Issue #1119948: removed unneeded files[] from .info file as suggested by rootatwc

19 months agoIssue #1119948: removed CVS tag and old Drupal packaging script info from .info file
Maciej Zgadzaj [Sun, 9 Oct 2011 19:00:55 +0000]
Issue #1119948: removed CVS tag and old Drupal packaging script info from .info file

19 months agoIssue #1119948 by paranojik: added missing .info files[] definitions
Maciej Zgadzaj [Sun, 9 Oct 2011 18:42:55 +0000]
Issue #1119948 by paranojik: added missing .info files[] definitions

19 months agoIssue #1119948 by paranojik, Jody Lynn: D7 port
Maciej Zgadzaj [Sun, 9 Oct 2011 15:23:35 +0000]
Issue #1119948 by paranojik, Jody Lynn: D7 port

2 years agoStripping CVS keywords
The Great Git Migration [Fri, 25 Feb 2011 02:11:59 +0000]
Stripping CVS keywords

2 years agoGet ready for beta 3 release. 6.x-1.0-beta5
Alex Barth [Fri, 10 Sep 2010 19:30:50 +0000]
Get ready for beta 3 release.

2 years agoGet ready for beta 3 release.
Alex Barth [Fri, 10 Sep 2010 19:28:11 +0000]
Get ready for beta 3 release.

2 years agoswitched is_numeric for isset in non-empty check to avoid empty strings, which can...
David Goode [Thu, 26 Aug 2010 20:38:04 +0000]
switched is_numeric for isset in non-empty check to avoid empty strings, which can be passed by views numeric handlers

2 years agofixed bug in field selector form; added georss:featureName support
David Goode [Wed, 25 Aug 2010 20:04:30 +0000]
fixed bug in field selector form; added georss:featureName support

2 years ago#589768 un-hardcoded the title, uses standard feed display method now
David Goode [Wed, 25 Aug 2010 18:14:03 +0000]
#589768 un-hardcoded the title, uses standard feed display method now

2 years ago#585720 disappearing feed icon, added views attach_to method. #779760 undo double...
David Goode [Wed, 25 Aug 2010 15:56:13 +0000]
#585720 disappearing feed icon, added views attach_to method. #779760 undo double checkplain on node title and similar field handlers

3 years agopushing changes to views plugin display from HEAD to 6-1 branch
Robert Soden [Wed, 12 May 2010 15:01:07 +0000]
pushing changes to views plugin display from HEAD to 6-1 branch

3 years agocheck_plain() on title. 6.x-1.0-beta4
Alex Barth [Thu, 25 Mar 2010 21:18:34 +0000]
check_plain() on title.

3 years agoRemove Views KML leftovers.
Alex Barth [Sun, 21 Mar 2010 22:59:45 +0000]
Remove Views KML leftovers.

3 years agoFix description. 6.x-1.0-beta3
Alex Barth [Wed, 3 Mar 2010 01:42:27 +0000]
Fix description.

3 years agoFix notices.
Alex Barth [Wed, 3 Mar 2010 01:22:52 +0000]
Fix notices.

3 years agoFix notices.
Alex Barth [Tue, 2 Mar 2010 23:26:59 +0000]
Fix notices.

3 years agoClean up comments.
Alex Barth [Tue, 2 Mar 2010 21:06:26 +0000]
Clean up comments.

3 years agoClean up comments.
Alex Barth [Tue, 2 Mar 2010 21:03:30 +0000]
Clean up comments.

3 years agoEmpty last line.
Alex Barth [Tue, 2 Mar 2010 21:01:03 +0000]
Empty last line.

3 years agoAdd a changelog.
Alex Barth [Tue, 2 Mar 2010 21:00:51 +0000]
Add a changelog.

3 years ago#647176: Add dc creator element support and refactor namespace
Alex Barth [Tue, 2 Mar 2010 21:00:40 +0000]
#647176: Add dc creator element support and refactor namespace
  handling.

3 years ago#708044 Will White: Remove redundant encoding.
Alex Barth [Mon, 8 Feb 2010 20:01:20 +0000]
#708044 Will White: Remove redundant encoding.

3 years agoMerge HEAD into Drupal 6.1 branch. 6.x-1.0-beta2
Alex Barth [Fri, 22 Jan 2010 23:47:20 +0000]
Merge HEAD into Drupal 6.1 branch.

3 years agoinitial commit of views_rss module to contrib repository 6.x-1.0-beta1
Robert Soden [Tue, 22 Sep 2009 16:49:55 +0000]
initial commit of views_rss module to contrib repository