Quantcast
Browsing all 40 articles
Browse latest View live

Updated rails 4.2.5 -> 4.2.5.1

This fixes multiple vulnerabilities. For more details see: http://weblog.rubyonrails.org/2016/1/25/Rails-5-0-0-beta1-1-4-2-5-1-4-1-14-1-3-2-22-1-and-rails-html-sanitizer-1-0-3-have-been-released/

View Article


Fix bug that could cause the wrong entries to be marked as read in quick read...

A bug could happen if the open entry had a bigger height than the viewport. In this case the code that detects the first visible entry failed (it assumes there is at least an entry link visible in the...

View Article


Fix marking entries as read while scrolling (quick reading mode).

This commit fixes the case in which, when scrolling stops momentarily, the viewport is completely filled with an entry content, with no entry links visible. In this case the app should mark as read...

View Article

Updated brakeman gem 3.1.4 -> 3.1.5

View Article

Updated puma gem 2.15.3 -> 2.16.0

View Article


Updated capybara gem 2.6.0 -> 2.6.2

View Article

Updated newrelic_rpm gem 3.14.1.311 -> 3.14.2.312

View Article

Updated rspec-rails gem 3.4.0 -> 3.4.1

View Article


Updated web-console gem 2.2.1 -> 2.3.0

View Article


Updated aws-sdk-core, aws-sdk-resources gems 2.2.12 -> 2.2.13

View Article

Downgrade velocity.js 1.2.3 -> 1.2.2

Velocity.js 1.2.3 has broken passing an offset and a container to a scroll animation. When autoscrolling the sidebar after opening a folder, version 1.2.2 reliably scrolls the folder to the top of the...

View Article

On mouseover over a folder open link, remove any highlighting of sidebar links.

This removes a visual bug that could cause both the folder and the sidebar link to look highlighted.

View Article

Folders should be highlighted on hover only for larger than tablet screens.

View Article


Remove autoscrolling of the sidebar when opening a folder.

It's never worked reliably, velocity.js does not react well to scrolling it, probably because it's surrounded by a container.

View Article

1.2.2"">Revert "Downgrade velocity.js 1.2.3 -> 1.2.2"

This reverts commit 662e81c4.

View Article


Updated rack-cache to upstream version 1.6.0

This version includes the new Noop backend, which doesn't persist response bodies. Using this backend means the disk will never fill up with old responses, but of course responses must be checked...

View Article

WIP: when a feed scheduled update fails, attempt autodiscovery only if it's...

WIP: when a feed scheduled update fails, attempt autodiscovery only if it's been failing for a (configurable) time, instead of immediately. This helps with the case in which autodiscovery is too...

View Article


Fixed tests to adapt to 4bf99173af87fef043ee26201547ac450333e71c

View Article

Included fastclick 1.0.6 library, managed by Bower, along with its initializa...

Angular-touch 1.5 will deprecate and disable by default the removal of the 300ms delay in touchscreens. They recommend using fastclick or Tappy instead. This commit prepares for when angular 1.5 is...

View Article

Updated angularjs, angular-sanitize and angular-touch 1.4.8 -> 1.5.0

Important: angular-touch 1.5.0 deprecates and disables by default their ng-click version. This means that other means of removing the 300ms delay in touch events should be added (already taken care of...

View Article
Browsing all 40 articles
Browse latest View live