Raffael Meyer

Results 108 issues of Raffael Meyer

### Is your feature request related to a problem? Please describe. [Google PageSpeed Insight](https://developers.google.com/speed/pagespeed/insights/) complains that static files served by frappe don't have a caching policy. For example, I'm serving...

feature-request

Issue: Feature Request **Is your feature request related to a problem? Please describe.** When NGINX crashes it will not be restarted. This means that your server could be unavailable for...

feature-request

Issue: Feature Request **Is your feature request related to a problem? Please describe.** When running `bench update` with some private custom apps, the `git fetch` part asks for username and...

feature-request

``` bench restart --supervisor $ supervisorctl restart frappe: error: , [Errno 13] Permission denied: file: /usr/lib/python2.7/socket.py line: 228 ERROR: Traceback (most recent call last): File "/home/frappe_itbox/.local/bin/bench", line 8, in sys.exit(cli())...

bug

Reproduce: ``` > lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 18.04.5 LTS Release: 18.04 Codename: bionic > bench --version 5.2.1 > bench version erpnext 12.16.2...

bug

### Issue Currently, wiki defines its own style, separate from the rest of the website, which gets included in wiki pages only. This way, it's also not configurable. ### Proposed...

Feature Request

If “Show Title in Link Fields” and “Translate Link Fields” are both enabled, search in translated titles as well, not only in translated names. The user sees primarily the translated...

backport version-14-hotfix

- Refactor: we used to pass the header information twice, as header name and in the `column_values`. At all places where `column_values` was used, the headers are not needed and...

add-test-cases
backport version-13-hotfix
backport version-14-hotfix

Translate operators such as "in", "not in", "descendents of", etc. in link field filters. Translations already exist for the unscrubbed version, therefore we unscrub before translating.

- User can list all files attached to any doctype they can read - User can list all _public_ files - User cannot list private standalone files created by other...