Quantcast
Channel: FeedBunch:1a750fd40364bbed1364c94430cae012637264f0 commits
Browsing latest articles
Browse All 40 View Live

Fixed bug: when an entry url is nil, default to enclosure_url only for entrie...

Fixed bug: when an entry url is nil, default to enclosure_url only for entries that actually have an enclosure url tag. The bug was that the enclosure_url method was being invoked for all entries when...

View Article



Better logging: when fetching a feed fails because of an outside error, log i...

Also log the root error (network error, timeout etc) in the same line, so logs are more readable.

View Article

When an entry without guid or url is fetched, log it as a warn (it is not an...

When an entry without guid or url is fetched, log it as a warn (it is not an application error in feedbunch but an error in the feed).

View Article

When using a keyboard shortcut to toggle visibility of read entries, force en...

This is necessary because using this keyboard shortcuts changes the entries list without triggering a focus change event, so Bootstrap doesn't realize it has to hide the tooltip (because the entry it...

View Article

Accept entries with protocol-relative URLs as valid.

View Article


Workaround to deal with itunes feeds that are incorrectly treated as feedburn...

These feeds end up with the enclosure-url in the entry.image attribute, weirdly enough. If the entry has no url and has an image attribute instead, default the url to the value of the image attribute....

View Article

Moved validation of entry URLs to a separate class.

Also validate that URLs are valid before assigning some default values to entry attributes.

View Article

Remove blobs (object-urls) from images in entries.

Blobs are handled via javascript, and no javascript is allowed in entries because of security concerns. Therefore blobs make no sense and should be removed.

View Article


Caused an error that would cause an entry to be skipped because it contained...

Caused an error that would cause an entry to be skipped because it contained an img with src="http://" The error was caused because trying to parse "http://" with the Addressable gem raises an error,...

View Article


Updated uri.js 1.18.1 -> 1.18.4

View Article

Updated velocity js library 1.2.0 -> 1.4.0

View Article

Updated isInViewport js library 2.4.1 -> 2.4.2

View Article

Updated fontawesome 4.6.3 -> 4.7.0

View Article


Use rails helpers for the font paths in fontawesome SCSS, instead of hardcode...

The paths used by default by fontawesome do not exist in a rails app, the asset pipeline creates different paths. Using rails helpers is a must to find out the actual asset path for each font. There...

View Article

Updated rails 5.0.0.1 -> 5.0.1

View Article


Updated capistrano 3.6.1 -> 3.7.2, capistrano-rails 1.2.0 -> 1.2.2

View Article

Updated capybara gem 2.10.1 -> 2.12.0

View Article


Updated puma gem 3.6.0 -> 3.7.0

View Article

Updated feedjira gem 2.0.0 -> 2.1.0

View Article

Updated gems: jquery-rails 4.2.1 -> 4.2.2, nokogiri 1.6.8.1 -> 1.7.0.1

View Article

Updated gems: kaminari 0.17.0 -> 1.0.1, sass 3.4.22 -> 3.4.2a, updated...

Updated gems: kaminari 0.17.0 -> 1.0.1, sass 3.4.22 -> 3.4.2a, updated activeadmin gem to latest HEAD

View Article


Updated newrelic_rpm gem 3.17.0.325 -> 3.18.0.329

View Article


Updated ox gem 2.4.5 -> 2.4.9

View Article

Updated rack-cache gem 1.6.1 -> 1.7.0

View Article

Updated redmon gem 0.0.10 -> 0.0.11

View Article


Updated sidekiq gem 4.2.5 -> 4.2.9

View Article

Updated sidekiq-cron gem 0.4.4 -> 0.4.5

View Article

Updated simple_form gem 3.3.1 -> 3.4.0

View Article

Updated uglifier gem 3.0.3 -> 3.0.4

View Article



Updated coveralls gem 0.8.15 -> 0.8.16

View Article

Updated factory_girl_rails gem 4.7.0 -> 4.8.0

View Article

Updated rspec-retry 0.5.2 -> 0.5.3

View Article

Updated selenium-webdriver gem 3.0.0 -> 3.0.5

View Article


Updated spring gem 2.0.0 -> 2.0.1

View Article

Updated sqlite3 1.3.12 -> 1.3.13

View Article

Updated yard gem 0.9.5 -> 0.9.8

View Article


Follow redmon gem's github master until a release is cut.

Current 0.0.12 version has a problem with dependencies (it depends on an ancient version of activesupport incompatible with rails 5). The previous one, 0.0.11, has another problem with dependencies...

View Article


Updated brakeman gem 3.4.1 -> 3.5.0

View Article

Fix bug in entries ordering.

The ordering of entries is determined by the server, clients assume the server is sending entries in the correct order. This is necessary so pagination does not do strange things. Most of the time the...

View Article

Fixed bug marking multiple entries as read.

When the user clicks on "read all", the server first decides which entries have to actually be marked as read. This is because new entries may have been fetched recently which the user has not yet...

View Article
Browsing latest articles
Browse All 40 View Live




Latest Images