Skip to content
  1. Feb 25, 2011
  2. Jul 21, 2006
  3. Jul 20, 2006
    • Marcin Konicki's avatar
      Aggregator2: · e3915a4e
      Marcin Konicki authored
      - additional SQL queries in update_1 function, to change node type names
      properly.
      e3915a4e
    • Marcin Konicki's avatar
      Aggregator2: · 7a28f34e
      Marcin Konicki authored
      - don't set feed->image to empty string if it's already set to some
      value.
      7a28f34e
    • Marcin Konicki's avatar
      Aggregator2: · 135df2e6
      Marcin Konicki authored
      - fix drupal_set_message call so it won't create millions of locale
      entires.
      135df2e6
    • Marcin Konicki's avatar
      Aggregator2: · 2497d29d
      Marcin Konicki authored
      - fix: If number of promoted items is set to "none" don't change any
      promotion of any items.
      2497d29d
    • Marcin Konicki's avatar
      Aggregator2_logo: · 548cfc4a
      Marcin Konicki authored
      - Applied patch upgrading it to 4.7 forms API.
      548cfc4a
  4. Jul 19, 2006
  5. Jul 18, 2006
    • Marcin Konicki's avatar
      Aggregator2: · 6af55a47
      Marcin Konicki authored
      - new feature - blacklisting URLs
      - improved handling of "original source"
      6af55a47
  6. Jun 16, 2006
  7. Apr 26, 2006
  8. Apr 03, 2006
  9. Apr 01, 2006
  10. Feb 03, 2006
  11. Feb 02, 2006
    • Marcin Konicki's avatar
      aggregator2: · 63a204c0
      Marcin Konicki authored
        - Bring it up to 4.7 API.
        - Change nodes type to use underscore instead of minus sign.
        - other changes? :)
      
      WARNING: After updating to 4.7 run following SQL to update Your data
      
      UPDATE node SET type = 'aggregator2_feed' WHERE type = 'aggregator2-feed';
      UPDATE node SET type = 'aggregator2_item' WHERE type = 'aggregator2-item';
      63a204c0
  12. Dec 13, 2005
  13. Dec 10, 2005
    • Marcin Konicki's avatar
      aggregator2: · ecb76e11
      Marcin Konicki authored
        - fixed compatibility with old drupal_http_request.
      ecb76e11
    • Marcin Konicki's avatar
      aggregator2: · aa3c8444
      Marcin Konicki authored
        - Fix help texts so they show proper links in case of missing
          'clean urls' feture.
        - First part of moving to cURL instead of drupal_http_request (which
          uses fsockopen).
      aa3c8444
  14. Dec 09, 2005
    • Marcin Konicki's avatar
      aggregator2_autotaxonomy: · 612f8427
      Marcin Konicki authored
        New mysql file which adds index on table term_data on column name.
        This should speedup searches by category name.
      612f8427
    • Marcin Konicki's avatar
      aggregator2: · d09c2129
      Marcin Konicki authored
        - item promotion is back in  parse_items function, and now should take
          less time.
      aggregator2_autotaxonomy:
        - fixes and speedup.
      d09c2129
  15. Dec 05, 2005
  16. Dec 04, 2005
  17. Nov 29, 2005
  18. Nov 27, 2005
  19. Nov 14, 2005
  20. Nov 01, 2005
  21. Oct 30, 2005
  22. Oct 29, 2005
  23. Oct 28, 2005
  24. Oct 24, 2005