summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
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)
Maciej Zgadzaj [Mon, 7 May 2012 22:12:10 +0000]
Replaced two enclosure formatters "enclosure_file" and "enclosure_image" with single "enclosure"
davidseth [Thu, 3 May 2012 19:59:52 +0000]
Issue #1559326 by davidseth: Make enclosure compatible with Media module
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
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
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
Maciej Zgadzaj [Tue, 3 Apr 2012 12:08:29 +0000]
Issue #1503756: Strict warning errors due to $form variable not being referenced
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
Maciej Zgadzaj [Sat, 17 Mar 2012 22:41:50 +0000]
Use site title for item <source> element if view title is not set
Maciej Zgadzaj [Sat, 17 Mar 2012 22:39:18 +0000]
Issue #1487978: Domain Acess module compatibility (multi-domain installation)
Maciej Zgadzaj [Thu, 15 Mar 2012 12:06:22 +0000]
Issue #1482702: xmlns:dc namespace definition
Maciej Zgadzaj [Wed, 14 Mar 2012 21:31:27 +0000]
Added option to change $element value from item preprocess function
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
Maciej Zgadzaj [Mon, 12 Mar 2012 22:26:59 +0000]
Fixed views_rss_core_field_formatter_settings_summary() function name
Maciej Zgadzaj [Wed, 7 Mar 2012 00:13:00 +0000]
Updated views_rss_rewrite_relative_paths() function
Maciej Zgadzaj [Wed, 7 Mar 2012 00:08:47 +0000]
Changed order of preprocess functions for <description> elements
Maciej Zgadzaj [Wed, 7 Mar 2012 00:05:41 +0000]
Issue #1469618: Feed not validating due to undefined entity
Maciej Zgadzaj [Tue, 6 Mar 2012 21:25:04 +0000]
Removed option "Add exposed filter values to <source> element" - this should be done automatically
Maciej Zgadzaj [Sun, 4 Mar 2012 00:11:28 +0000]
Slight improvements to element preprocess functions
Maciej Zgadzaj [Fri, 2 Mar 2012 13:34:12 +0000]
Added <atom:link rel="self"> to Core Elements
Maciej Zgadzaj [Fri, 2 Mar 2012 13:06:43 +0000]
Added validation for channel <docs> element settings
Maciej Zgadzaj [Fri, 2 Mar 2012 12:52:58 +0000]
Fixed multi-element handling for feed <channel> (like <category>)
Maciej Zgadzaj [Fri, 2 Mar 2012 12:37:03 +0000]
Allow to fully overwrite options form elements for feed items too
Maciej Zgadzaj [Fri, 2 Mar 2012 00:58:51 +0000]
Updated module build constant
Maciej Zgadzaj [Fri, 2 Mar 2012 00:30:03 +0000]
Added feed channel <image> field
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
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
Maciej Zgadzaj [Fri, 10 Feb 2012 12:34:51 +0000]
Cosmetic changes
Maciej Zgadzaj [Fri, 10 Feb 2012 12:34:24 +0000]
Fixed isPermaLink value for <guid> element
Maciej Zgadzaj [Thu, 9 Feb 2012 14:20:41 +0000]
Updated Dublin Core namespace to new version
Maciej Zgadzaj [Thu, 9 Feb 2012 13:39:54 +0000]
Added xml:base namespace to views_rss_core module
Maciej Zgadzaj [Thu, 9 Feb 2012 12:49:35 +0000]
Issue #1434004: Notice: Undefined index: namespaces in views_rss_get()
Maciej Zgadzaj [Thu, 9 Feb 2012 09:32:43 +0000]
Fixed variable name in second preg_match in views_rss_rewrite_relative_paths()
Maciej Zgadzaj [Thu, 9 Feb 2012 01:00:20 +0000]
Issue #1433472: Added option to rewrite relative paths to absolute URLs (enabled by default)
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"
Maciej Zgadzaj [Tue, 7 Feb 2012 23:25:39 +0000]
Re-added missing alias definitions for views_rss_core_views_query_alter()
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
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()
Maciej Zgadzaj [Tue, 7 Feb 2012 20:40:28 +0000]
Use filter_xss() instead of check_plain() for #title and #description options_form fields
Maciej Zgadzaj [Tue, 7 Feb 2012 20:35:24 +0000]
Added option to force-refresh feed elements
Maciej Zgadzaj [Sun, 5 Feb 2012 15:22:21 +0000]
Added automatic alias generation for date sources returned by hook_views_rss_date_sources()
Maciej Zgadzaj [Sun, 5 Feb 2012 01:39:29 +0000]
Changed structure of namespace definitions to associative array
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"
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
Maciej Zgadzaj [Thu, 2 Feb 2012 21:41:21 +0000]
Added option to include exposed filter values in <source> element URL attribute
Maciej Zgadzaj [Thu, 2 Feb 2012 09:17:54 +0000]
Better handling of <pubDate> and <lastBuildDate> elements
Maciej Zgadzaj [Thu, 2 Feb 2012 00:57:11 +0000]
Added support for default values for <channel> elements
Maciej Zgadzaj [Wed, 1 Feb 2012 22:21:47 +0000]
Added channel <pubDate> element
Maciej Zgadzaj [Wed, 1 Feb 2012 21:50:23 +0000]
Added channel <lastBuildDate> element
Maciej Zgadzaj [Wed, 1 Feb 2012 20:46:00 +0000]
Fixed default option values
Maciej Zgadzaj [Wed, 1 Feb 2012 20:05:56 +0000]
Changed order of elements in <channel>
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
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.
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
Maciej Zgadzaj [Tue, 8 Nov 2011 21:55:26 +0000]
Issue #1335684 by awolfey: check whether row property is set before mapping it
Maciej Zgadzaj [Tue, 1 Nov 2011 22:30:29 +0000]
Issue #607632 by bonobo: better module description in .info file
Maciej Zgadzaj [Tue, 1 Nov 2011 22:07:11 +0000]
Moved module to Views package
Maciej Zgadzaj [Sun, 9 Oct 2011 21:06:42 +0000]
Issue #1119948: removed unneeded files[] from .info file as suggested by rootatwc
Maciej Zgadzaj [Sun, 9 Oct 2011 19:00:55 +0000]
Issue #1119948: removed CVS tag and old Drupal packaging script info from .info file
Maciej Zgadzaj [Sun, 9 Oct 2011 18:42:55 +0000]
Issue #1119948 by paranojik: added missing .info files[] definitions
Maciej Zgadzaj [Sun, 9 Oct 2011 15:23:35 +0000]
Issue #1119948 by paranojik, Jody Lynn: D7 port
The Great Git Migration [Fri, 25 Feb 2011 02:11:59 +0000]
Stripping CVS keywords
Alex Barth [Fri, 10 Sep 2010 19:30:50 +0000]
Get ready for beta 3 release.
Alex Barth [Fri, 10 Sep 2010 19:28:11 +0000]
Get ready for beta 3 release.
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
David Goode [Wed, 25 Aug 2010 20:04:30 +0000]
fixed bug in field selector form; added georss:featureName support
David Goode [Wed, 25 Aug 2010 18:14:03 +0000]
#589768 un-hardcoded the title, uses standard feed display method now
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
Robert Soden [Wed, 12 May 2010 15:01:07 +0000]
pushing changes to views plugin display from HEAD to 6-1 branch
Alex Barth [Thu, 25 Mar 2010 21:18:34 +0000]
check_plain() on title.
Alex Barth [Sun, 21 Mar 2010 22:59:45 +0000]
Remove Views KML leftovers.
Alex Barth [Wed, 3 Mar 2010 01:42:27 +0000]
Fix description.
Alex Barth [Wed, 3 Mar 2010 01:22:52 +0000]
Fix notices.
Alex Barth [Tue, 2 Mar 2010 23:26:59 +0000]
Fix notices.
Alex Barth [Tue, 2 Mar 2010 21:06:26 +0000]
Clean up comments.
Alex Barth [Tue, 2 Mar 2010 21:03:30 +0000]
Clean up comments.
Alex Barth [Tue, 2 Mar 2010 21:01:03 +0000]
Empty last line.
Alex Barth [Tue, 2 Mar 2010 21:00:51 +0000]
Add a changelog.
Alex Barth [Tue, 2 Mar 2010 21:00:40 +0000]
#647176: Add dc creator element support and refactor namespace
handling.
Alex Barth [Mon, 8 Feb 2010 20:01:20 +0000]
#708044 Will White: Remove redundant encoding.
Alex Barth [Fri, 22 Jan 2010 23:47:20 +0000]
Merge HEAD into Drupal 6.1 branch.
Robert Soden [Tue, 22 Sep 2009 16:49:55 +0000]
initial commit of views_rss module to contrib repository