↧
Updated rails 4.2.5.1 -> 4.2.5.2
This fixes two vulnerabilities. For more details: http://weblog.rubyonrails.org/2016/2/29/Rails-4-2-5-2-4-1-14-2-3-2-22-2-have-been-released/
View ArticleSimplified angular service that changes the state of entries, so it uses a si...
This way the overhead of multiple workers running is reduced.
View ArticleFixed bug when successfully adding a subscription.
Adding a subscription no longer takes the user to the Start page. This could be surprising for the user. Also no alert is displayed when the subscribe job has been enqueued, only once it finishes....
View ArticleLoading and hiding export job alerts is done in a single web worker.
Unifying two workers into one means less overhead.
View ArticleLoading and hiding import job alerts is done in a single web worker.
Unifying two workers into one means less overhead.
View ArticleUnified all web workers used by jobStateSvc into a single worker.
This reduces overhead.
View ArticleMoved method that requests a feed refresh to a new angularjs service.
Better separation of concerns.
View ArticleInstantiate a new XmlHttpRequest object every time an HTTP request if perform...
Sharing xhr objects is a bad idea. If a new request is sent while another is running, the older request is canceled.
View Article
More Pages to Explore .....