Raffael Meyer
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...
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...
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...
``` 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())...
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...
### 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...
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...
- 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...
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...