Julen Ruiz Aizpuru

Results 22 issues of Julen Ruiz Aizpuru

The permissions admin pages contain dropdowns for users which load the entire (!!) user set in one go. The list should be populated asynchronously as admins type in a desired...

bug

We are currently using the manifest feature of webassets/django-assets, but Django already provides a built-in solution for this: [`ManifestStaticFilesStorage`](https://docs.djangoproject.com/en/1.11/ref/contrib/staticfiles/#django.contrib.staticfiles.storage.ManifestStaticFilesStorage). Let's switch to using that when possible, so that we depend...

cleanup

When a unit contains submissions related to changes in quality checks (mute/unmute), these are properly reflected in the timeline. However, when a new translation is provided (including an empty string),...

bug

The current way legal page agreements are checked is highly inefficient, because a query is run on every non-xhr request for logged in users. This is implemented as a middleware....

Export view's intended use-case is proofreading, which should be performed by registered users. Therefore we want to limit the access to the export view to registered users only.

Since [the move](https://github.com/evernote/zing/commit/1dfeacd) to the react-based browsing table, any user can click on stats numbers in `/projects/` pages. This always leads to a 403 page for regular users, which is...

bug

In #138 we made sure stats are made available to the test functions that require it by leveraging the `refresh_stats` fixture. The implementation might seem more like a workaround though....

Steps to reproduce: 1. Open the editor in a context where there are no failing checks, but trigger the checks UI with `.../translate/#filter=checks`. At this point no failing checks are...

bug

In some places [`.toLocaleString()` has been introduced](https://github.com/evernote/zing/commit/8b0991404b42042b3213391708da8bcc75a3e633). This method [accepts a locale code as its first parameter](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number/toLocaleString#Using_locales) (even an array of locales for matching). We must set this parameter to...

bug

Hi, first of all, thanks for working on all the i18n-related specs — they are truly valuable for developers working on apps facing international users. I'm opening this request as...

c: numbers
s: comment
new unit