Gavin D'souza
a3b68cbc2e
chore(cov): Drop duplicate pattern in omit list
4 years ago
Suraj Shetty
3b32f542a7
Merge pull request #13417 from gavindsouza/patch-tests
4 years ago
Gavin D'souza
9b164571c3
fix: Update coverage omit files
Apply 0d8aeba3ee
for parrallel test runner
4 years ago
Gavin D'souza
a74ffda29b
chore: Drop dead code to handle webnotes frappe naming
4 years ago
Gavin D'souza
0d8aeba3ee
fix: Update coverage omit files
Files that don't end with .py or .pyo ot .pyc are automatically
skipped by coveragepy. Updated omit list accordingly to remove non
python importable files.
ref: https://coverage.readthedocs.io/en/coverage-5.5/source.html#execution
4 years ago
Gavin D'souza
5aeef088ad
fix: Remove reloading statements for non existing dts
4 years ago
Gavin D'souza
95ab1a60b4
ci: Add frappe patch test
* Generated v10 backup archive
* used old v7 erpnext backup hosted via build.erpnext.com
* upgraded to v10 frappe + erpnext
* uninstalled and deleted erpnext related data
* Hosted backup on https://frappeframework.com/files/v10-frappe.sql.gz
4 years ago
Gavin D'souza
0e811e0193
chore: Drop unlinked patches (pre v10)
4 years ago
Gavin D'souza
73f320ee39
chore: Drop patches before added before v10
* This change will not allow direct upgrade from frappe versions older than v10 to v13 and newer
* Removed patch records and execute commands that could've been
guessed aren't needed by sleuthing and guessing. since 2017 had 3 major releases: v8, v9 and v10 unsure which execute lines are required so kept all that were last updated in that year
4 years ago
mergify[bot]
56b3eb52bf
Merge pull request #13329 from ankush/sgrep_microtemplate
ci(semgrep): false +ve translation on templates
4 years ago
Ankush Menat
327b9669e3
Merge branch 'develop' into sgrep_microtemplate
4 years ago
Suraj Shetty
4feb1c3bf5
Merge pull request #13409 from surajshetty3416/fix-dropdown-content
4 years ago
gavin
f36513d186
Merge pull request #13344 from gavindsouza/drop-py2-code
chore: Dead dependencies and code cleanup
4 years ago
Gavin D'souza
2ad9d202cb
Merge branch 'develop' of github.com:frappe/frappe into drop-py2-code
4 years ago
mergify[bot]
099c2f0f0e
Merge pull request #13410 from resilient-tech/fix-customize-form
fix: removed duplicate fields from Customize Form
4 years ago
Ankush Menat
a89ed83c38
Merge branch 'develop' into sgrep_microtemplate
4 years ago
walstanb
a457501422
fix: removed duplicate fields from Customize Form
4 years ago
Nabin Hait
e489c1b594
fix: Added select permission for Module Def doctype to All role
4 years ago
Suraj Shetty
ae85e3c1fd
Merge branch 'develop' into fix-dropdown-content
4 years ago
Suraj Shetty
0e3d8626c4
fix: Remove ellipsis to avoid cliping of useful content
4 years ago
Leela vadlamudi
b40a82a659
Merge pull request #13393 from leela/email-queue
refactor: build Email queue from send mail request
4 years ago
leela
8e3b358b9f
refactor: email queue builder is added
replaced queue.send function with Queue builder.
Queue builder builds a queue from sendmail request and sends the mail
if requested to send mail immediately.
4 years ago
Abhishek Balam
464e93a405
fix: Allow only use of Fernet generated key for using custom encryption_key ( #13399 )
* fix: only allow keys generated by fernet in encrypt()/decrypt()
* fix: sider and semgrep fixes
4 years ago
Abhishek Balam
2da53b652b
Merge branch 'develop' of https://github.com/frappe/frappe into develop
4 years ago
Abhishek Balam
f15edd21d1
feat: enable use of custom encryption_key in encrypt()/decrypt()
4 years ago
Suraj Shetty
a0bd52b02b
Merge pull request #13397 from surajshetty3416/fix-awesomeplete-width
fix: Add min-width for dropdown list
4 years ago
Suraj Shetty
39eee3e5c8
fix: Add min-width for awesomplete class
4 years ago
Aditya Hase
1d7b72b75d
Merge pull request #13383 from adityahase/fix-server-script-getattr
fix(server scripts): Restrict access to python's internal attributes
4 years ago
Aditya Hase
c033e0d34d
fix(server scripts): Restrict access to python's internal attributes
4 years ago
Gavin D'souza
8558116c70
Merge branch 'develop' of github.com:frappe/frappe into drop-py2-code
4 years ago
mergify[bot]
e82c9edc12
Merge pull request #13176 from shariquerik/grid-row-deletion-fix
fix: Grid row deletion fix
4 years ago
mergify[bot]
89feae785f
Merge pull request #13301 from resilient-tech/fix-grid-nav
fix: Grid navigation with keyboard on multiple pages
4 years ago
Suraj Shetty
f42f93fa65
Merge branch 'develop' into grid-row-deletion-fix
4 years ago
getsali
0afe774ddb
fix: Select appropriate email template response ( #13051 )
* Update email_group.py
Fix: Select appropriate email template response, Welcome email template can be either html or rich text
* refactor: Simpify code
Co-authored-by: Suraj Shetty <13928957+surajshetty3416@users.noreply.github.com>
4 years ago
Fisher Yu
872299b3f3
fix: Translate Strings ( #13277 )
4 years ago
dependabot[bot]
7759018492
chore(deps): bump ws from 7.4.2 to 7.4.6 ( #13369 )
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years ago
leela
384d875b62
refactor: smtp session creation cleanup
4 years ago
Faris Ansari
49901ac239
Merge pull request #13373 from adityahase/fix-jinja-globals
fix(jinja): Remove frappe.utils.jinja.get_jenv() from jinja globals
4 years ago
Aditya Hase
980f224bba
Merge pull request #13253 from rmehta/safe-json
4 years ago
Saqib
e73efaec04
fix: Return promise while reloading doc ( #13219 )
4 years ago
Aditya Hase
8aff94d514
fix(jinja): Remove frappe.utils.jinja.get_jenv() from jinja globals
4 years ago
Leela vadlamudi
5b3acf7fe8
Merge pull request #13307 from leela/incoming-mail-refactoring
refactor: Incoming mail refactoring
4 years ago
leela
4ce8a600e8
fix: Tests and sider issues
4 years ago
Leela vadlamudi
f1d54442e1
Merge pull request #13340 from frappe/mergify/bp/develop/pr-13339
fix: display currency in auto email report (backport #13339 )
4 years ago
Leela vadlamudi
8935001f1f
Merge pull request #13364 from frappe/mergify/bp/develop/pr-13355
fix: refresh form section while refreshing the field (backport #13355 )
4 years ago
Gavin D'souza
165ff8e1bf
chore: Update PyJWT dependency
* Update pinned dep fromm 1.7.1 to 2.0.1
* Updated usages as per changelog
ref: https://python.libhunt.com/pyjwt-changelog
4 years ago
Gavin D'souza
9b4c191928
chore: Update Jinja2 dependency
Update from 2.11.3 to 3.0.1
Ref: https://jinja.palletsprojects.com/en/3.0.x/changes/
4 years ago
Gavin D'souza
651a9ff42e
fix: Return address 'name' instead of 'parent' field
4 years ago
Gavin D'souza
4e7526066f
Merge branch 'develop' into drop-py2-code
4 years ago
leela
f14d9bd3da
fix: refresh form section while refreshing the field
If all the fields with in a section has depends_on property and in such
case section itself stays hidden as all fields with in it are hidden.
Currently when any form field is updated, we are refreshing only the
fields but not the sections. So, field refresh is not affecting the form
because of section being hidden.
Fix is to refresh the sections when ever form fields are refreshed.
(cherry picked from commit 20c6e24a9f
)
4 years ago