Commit graph

1981 commits

Author SHA1 Message Date
Shivam Mishra
edbb26d73e fix: display style removed from emails 2020-11-20 11:49:45 +05:30
Gavin D'souza
39da1e0363 fix: Raise error if executable not found in PATH 2020-11-17 18:44:34 +05:30
Gavin D'souza
2fd5a82bbd fix: Add header content in database backups 2020-11-13 19:43:07 +05:30
Gavin D'souza
14fe6ccfa3 fix: Add is_partial check in bench restore 2020-11-13 19:42:38 +05:30
Gavin D'souza
34af8cb326 fix: Show partial backups when flag set
* in fetch_latest_backups whitelisted API
* BackupGenerator.get_recent_backup
2020-11-10 13:12:22 +05:30
Gavin D'souza
a073a59544 fix: Add partial slug only for database file 2020-11-10 12:04:22 +05:30
Gavin D'souza
b4e17b9f95 fix: Give more information about file to match verbosity 2020-11-10 10:52:10 +05:30
Gavin D'souza
853acf6dd0 fix: Add "partial" tag in the backup file following site name to
indicate its nature
2020-11-10 10:51:23 +05:30
Gavin D'souza
44f8c6e264 Merge branch 'develop' of github.com:frappe/frappe into skip-backup-tables 2020-11-09 19:08:36 +05:30
rohitwaghchaure
ead05cff0c
Merge pull request #11871 from anupamvs/jinja-issue
fix: frappe.utils.formatdate not working in the jinja template
2020-11-09 17:32:24 +05:30
mergify[bot]
39b549291f
Merge pull request #11903 from surajshetty3416/fix-login-page-failure
fix(website): Bust cache by passing build_version to link and script src
2020-11-09 11:52:26 +00:00
Suraj Shetty
13175a8bc4 fix(website): Bust cache by passing build_version to link and script sources 2020-11-09 15:54:17 +05:30
Suraj Shetty
01312889f8 refactor: Move get_build_version to utils.py 2020-11-09 15:31:49 +05:30
Gavin D'souza
fb0d1fbac1 Merge branch 'develop' of github.com:frappe/frappe into skip-backup-tables 2020-11-09 14:53:59 +05:30
Shivam Mishra
9e0d2abc6a fix: permission not applied on fetching goal chart 2020-11-06 14:04:52 +05:30
Anupam
3523323c64 fix: frappe.utils.formatdate not working in the jinja template 2020-11-04 19:09:41 +05:30
ABHISHEK KEDAR
7afb5b0b73
feat: as_raw update to display content inline not always download as attachment (#11569)
* feat: as_raw update to display content inline not always download as attachment

* fix: string formatting corrected in as_raw()

* fix: missing quotes in filename in as_raw()
2020-10-30 06:58:25 +00:00
Aditya Hase
67276b72f7
Merge pull request #11792 from adityahase/fix-pdf-generation
fix(pdf): PDF generation shouldn't fail in background jobs and tests
2020-10-28 11:42:55 +05:30
Aditya Hase
91bfa9aad4
fix(scheduler): get_jobs includes currently running jobs 2020-10-28 10:31:48 +05:30
Aditya Hase
16fc29e48d
fix(pdf): frappe.local.request is not available in backgound jobs and tests
Use frappe.utils.get_host_name instead of frappe.local.request.host
2020-10-27 14:18:36 +05:30
Aditya Hase
3f5f6f3b21
fix(pdf): Remove in_test check from get_pdf 2020-10-27 14:18:35 +05:30
Faris Ansari
b2e5472ea3
Merge pull request #11628 from frappe/fix_web_template_type
fix: allow empty type for Web Templates that are not sections
2020-10-26 15:29:17 +05:30
Suraj Shetty
d254933a7c fix: Build cookie jar only if request object is present 2020-10-24 14:12:59 +05:30
Faris Ansari
84c8bf68a8 Merge remote-tracking branch 'upstream/develop' into fix_web_template_type 2020-10-22 18:05:01 +05:30
Faris Ansari
e90faf76b5 fix: Remove unnecessary code
- Extra spacing is only applied to templates of type Section
- should be able to call web_block without values
- default type should be Section
- set_query can be set once
2020-10-22 17:43:31 +05:30
barredterra
5d3178ed19 fix: disable padding and container by default 2020-10-20 14:53:23 +02:00
Suraj Shetty
9db41ee0e6
Merge branch 'develop' into fix-report-excel-export 2020-10-19 15:53:40 +05:30
Suraj Shetty
f1cb8f4e5c feat: Pass custom widths for excel columns 2020-10-16 13:42:00 +05:30
mergify[bot]
f7b264afaf
Merge pull request #11670 from gregor-horvath/patch-2
fix: py3 AttributeError decode
2020-10-16 05:37:07 +00:00
Marica
1ad3bb76a5
fix: Skip using cookie-jar to set cookies if via tests (#11700) 2020-10-13 13:35:42 +05:30
Rucha Mahabal
7c4ce7b6e7 fix: First Response Time not getting set when sender is Administrator 2020-10-12 13:46:24 +05:30
Gavin D'souza
368a031da3 fix: Update postgres exlcude table data 2020-10-09 12:19:57 +05:30
gregor-horvath
603a60e0a4
fix: py3 AttributeError decode
str has no attribute decode in python3, use cstr to convert to str
2020-10-08 21:12:09 +02:00
Gavin D'souza
44a09191b3 fix: Use public schema for postgres site
tx @surajshetty3416
2020-10-08 19:29:20 +05:30
Gavin D'souza
ff1f1e755d fix: Dynamic summary spacing 2020-10-08 15:45:15 +05:30
Gavin D'souza
26387401b3 test: Added tests for bench backup skip tables
* Added utils for coloured outputs
* Fixed bug during last branch update
2020-10-07 21:10:30 +05:30
Gavin D'souza
7d638d298c chore: remove old comment that lied 2020-10-07 14:33:02 +05:30
Gavin D'souza
7519ba5e1c fix: Backup tables correctly ? 2020-10-07 14:32:40 +05:30
Gavin D'souza
bde7adeb2f style: Black + flake8 2020-10-07 14:06:28 +05:30
Gavin D'souza
5a0948092c Merge branch 'develop' of github.com:frappe/frappe into skip-backup-tables 2020-10-07 14:02:05 +05:30
Gavin D'souza
45ec8ed485 fix: Sider 2020-09-28 19:18:14 +05:30
Gavin D'souza
95ab58fa3d chore: Optimized imports 2020-09-28 19:13:57 +05:30
Gavin D'souza
a94db8a5ce fix: Added human readable file size func 2020-09-28 19:13:31 +05:30
Gavin D'souza
26be4a2604 fix: Verbosity. Show Backup summary, always 2020-09-28 19:12:19 +05:30
Gavin D'souza
be2d41915a fix: Make dirs if dont exist 2020-09-25 15:24:03 +05:30
Gavin D'souza
a098cd0055 fix: Folder creation failures, click.(s)echo 2020-09-25 14:07:14 +05:30
Gavin D'souza
5361464468 Merge branch 'develop' of github.com:frappe/frappe into compress-files 2020-09-25 14:00:40 +05:30
Faris Ansari
0db383499e
Merge pull request #11555 from netchampfaris/website_theme_hook 2020-09-24 14:13:16 +05:30
Faris Ansari
45e461a10a
Merge pull request #11527 from netchampfaris/override-doctype-class 2020-09-24 14:11:57 +05:30
Gavin D'souza
bb2a1910e8 fix: Handle excludes or includes explicitly
* Take backup only if doctype exists
* Show mysql command only if verbose is passed
2020-09-24 11:34:43 +05:30