Skip to content
  1. Sep 24, 2023
  2. Mar 09, 2023
  3. Jan 03, 2023
  4. Aug 30, 2022
  5. Aug 29, 2022
  6. Mar 07, 2022
  7. Feb 20, 2022
  8. Feb 12, 2021
  9. Nov 18, 2017
  10. Dec 14, 2014
  11. Dec 13, 2014
  12. Jul 12, 2013
  13. Apr 16, 2012
    • maciej.zgadzaj's avatar
      - changed way how feed is built: use format_xml_elements() instead of theming · 5eb93b0c
      maciej.zgadzaj authored
      - 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
      7.x-2.0-rc3
      5eb93b0c
  14. Apr 13, 2012
  15. Apr 12, 2012
    • maciej.zgadzaj's avatar
      - moved core formatters into separate file views_rss_core.field.inc · 06b293a3
      maciej.zgadzaj authored
      - 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
      06b293a3
  16. Mar 17, 2012
  17. Mar 15, 2012
  18. Mar 14, 2012
  19. Mar 13, 2012
  20. Mar 12, 2012
  21. Mar 07, 2012
  22. Mar 04, 2012
  23. Mar 02, 2012
  24. Feb 15, 2012
    • maciej.zgadzaj's avatar
      Build 7.x-2.x-dev-20120215_2: · a973ba54
      maciej.zgadzaj authored
      - 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
      a973ba54
    • maciej.zgadzaj's avatar
      Build 7.x-2.x-dev-20120215: · 71a0a41b
      maciej.zgadzaj authored
      - 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
      71a0a41b
  25. Feb 09, 2012
  26. Feb 08, 2012
  27. Feb 07, 2012
  28. Feb 05, 2012
  29. Feb 04, 2012
  30. Feb 01, 2012