Renamed angularJS service formFocusSvc to dialogsSvc, to better reflect its i...
It no longer works by giving focus to form inputs when displayed. It also stops keyboard shortcuts from working while certain forms are displayed, and soon will also remove the traslucent backdrop...
View ArticleForce removing the translucent backdrop when a modal bootstrap dialog is hidden.
This is a refinement of ff48fc0c so that the fix implemented there does not only work for the subscribe dialog, but for all modal bootstrap dialogs.
View ArticleIn the admin dashboard, show 100 each (instead of 10) of:
- currently failing feeds - permanent unavailable feeds - confirmed users - added feeds Specially having only 10 failing feeds visible is not enough for efective management of the app.
View ArticleMake sure that the feed exists and reload it from the db before updating any...
Make sure that the feed exists and reload it from the db before updating any of its fields at the end of a scheduled update. This should help with rare occasions in which an error is raised because the...
View ArticleUpdated web-console gem 2.1.2 -> 2.1.3
It includes fix for a vulnerability: https://groups.google.com/d/msg/rubyonrails-security/lzmz9_ijUFw/HBMPi4zp5NAJ
View ArticleWherever a unit test asserts that an error should be raised, specify the erro...
Recent rspec versions issue a warning if the following is done without passing an error class: expect {...}.to raise_error The reason is that this way any error is captured, which can mask programming...
View ArticleWhen moving a feed to a new folder during acceptance testing, introduce a...
When moving a feed to a new folder during acceptance testing, introduce a small delay between the popup appearing and entering the new folder name. This is necessary to give the client time enough to...
View ArticleUpdated jquery-rails gem 4.0.3 -> 4.0.4
It includes fix for vulnerability CVE-2015-1840: https://groups.google.com/forum/#!msg/rubyonrails-security/XIZPbobuwaY/fqnzzpuOlA4J
View Article