Quantcast
Channel: FeedBunch:80b39f79f47fcbf58d262128b45a3cfd1fb3c11b commits
Browsing latest articles
Browse All 39 View Live

Fixed wrong function name. Fixed comments.

View Article



Deleting a refresh feed job state is done in a web worker.

View Article

Fixed worker file name. Deleting a subscribe job state is done in a web worker.

View Article

Removed unnecessary injection of $http service

View Article

Fixed returning the PUT params to the invoker when a web worker that does an...

Fixed returning the PUT params to the invoker when a web worker that does an HTTP PUT finishes successfully.

View Article


If a 404 is returned when querying for the state of a single refresh or...

If a 404 is returned when querying for the state of a single refresh or subscribe job, do not show an error message. This prevents an error being displayed in the following scenario: user has a running...

View Article

Loading export job state is done with a web worker.

View Article

Fixed showing an alert message when a running export job finishes.

Introduced a boolean flag in the service, instead of trusting the flag that indicates whether to show the alert to be passed to the service back from the web worker. There should never be two parallel...

View Article


Sending an HTTP PUT to permanently hide the export job state alert is done in...

View Article


Handle a status 304 (cache hit) the same as a 200 (ok) in web worker callbacks.

Normally the status code returned by XMLHttpRequest is 200 according to the spec, even when the actual HTTP code is 304 (Not modified). However, just in case there's some browser implementation or...

View Article

Loading the state of export OPML job is done in a web worker.

Also, removed unused argument when calling worker that loads import job status.

View Article

Doing an HTTP PUT to permanently hide the import job state alert is done in a...

View Article

Removed unnecessary injection of $http service.

View Article


Explicitly return service object from userDataSvc.

After the addition of the web worker code, I'm not sure if the worker variable is visible from outside the service when using the implicit service return. It's better to encapsulate the service...

View Article

Loading user config is done with a web worker.

View Article


Added .erb extension to file, so asset_path helper is processed by ERB templa...

View Article

Fixed various bugs (missing service injections, wrong variable name).

View Article


Changing the user config to hide guided tours is done in a web worker.

View Article

WIP: load tour texts in a web worker.

View Article

Loading the texts of tours is done in a web worker.

View Article

Simplified worker callback code in tourSvc.

View Article


Managind feed/folder associations (moving feeds into or out of folders) is do...

View Article


Added missing semicolon.

View Article

Adding and removing subscriptions is done in a web worker.

View Article

Code cleanup (use service instead of duplicating code).

View Article


WIP: Pass an argument that indicates the operation to perform to web workers...

WIP: Pass an argument that indicates the operation to perform to web workers that can perform several operations. The operation argument is passed back to the main thread when the worker finishes, so...

View Article

WIP: pass an "operation" argument to web workers.

This argument is not passed to the server via Ajax; rather, it is returned untouched to the main thread via callback when the Ajax call returns. It serves for the main thread to know which operation...

View Article

Fixed bug (double "if").

View Article

Fixed various bugs.

View Article



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 Article

Simplified angular service that changes the state of entries, so it uses a si...

This way the overhead of multiple workers running is reduced.

View Article

Fixed 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 Article

Updated rails 4.2.5.2 -> 4.2.6

View Article


Updated aws-sdk-rails gem 1.0.0 -> 1.0.1

View Article

Updated devise gem 3.5.5 -> 3.5.6

View Article

Updated jquery-rails gem 4.1.0 -> 4.1.1

View Article


Updated newrelic_rpm gem 3.14.2.312 -> 3.15.1.316

View Article


Updated ox gem 2.2.3 -> 2.3.0

View Article

Updated puma gem 2.16.0 -> 3.2.0

View Article
Browsing latest articles
Browse All 39 View Live




Latest Images