mergify[bot]
a6d9170e5f
Merge pull request #13878 from AfshanKhan/fix-date-formatting-for-babel
...
fix: format string for formating date
2021-08-09 16:20:11 +00:00
Leela vadlamudi
40362c0ac5
Merge pull request #13861 from leela/amended-doc-naming
...
refactor: set amended docname to original docname
2021-08-09 17:22:55 +05:30
mergify[bot]
7915e20cba
Merge pull request #13885 from ChillarAnand/handler
...
fix: Show command and error message when an exception is raised
2021-08-09 10:28:13 +00:00
ChillarAnand
703edfed73
fix: Show command and error message when an exception is raised
2021-08-09 15:34:52 +05:30
leela
80d111baf2
refactor: set amended docname to original docname
...
Currently, whenever a document is amended it's name is set
to name-X(X is a counter) when amended again and so on. In this PR,
we have postfixed all cancelled document names with '-CAN' and new
cancelled documents gets a name as original_name-CANC-X.
so that amended docs can use the original name instead of name-X.
2021-08-09 14:59:07 +05:30
Suraj Shetty
a1a18a917e
Merge pull request #13883 from frappe/db-set-no-reload-doc-before-save
...
fix: do not reset doc_before_save on db_set
2021-08-09 14:34:01 +05:30
mergify[bot]
dbcf05481f
Merge pull request #13879 from ankush/fix_child_validation
...
fix: validate code fields of children too
2021-08-09 07:07:42 +00:00
Suraj Shetty
92a3c3be8e
Merge branch 'develop' into db-set-no-reload-doc-before-save
2021-08-09 10:26:57 +05:30
mergify[bot]
77c6f5d955
Merge pull request #13857 from hasnain2808/wrapable-code-editor
...
feat: wrappable code editor
2021-08-09 03:30:32 +00:00
Saif
7400d7ca37
fix: do not reset doc_before_save on db_set
2021-08-07 13:09:28 +05:00
Afshan
c7ad1be6b8
fix: format string for formating date
2021-08-06 22:10:37 +05:30
mergify[bot]
fedeb44a52
Merge pull request #13880 from ankush/perf_value_cache
...
perf: speed up link validation
2021-08-06 11:41:34 +00:00
Ankush Menat
a85744be27
test: Python syntax validation "integration" test
2021-08-06 15:04:18 +05:30
Komal-Saraf0609
a8fe3a8668
test: Adding Cypress tests for sidebar, timeline and email testing ( #13729 )
...
* test: fix get_field command
* test: Add timeline email test cases
* test: Add sidebar test cases
* test: Add timeline test cases
* test: Added new commands
* test: Added proper name for test case, added comments and removed redundancy
* test: Added proper name for test case, added comments and removed redundancy
* test: Added proper name for test case, added comments and removed redundancy
* test: Added new commands
* test: Added proper name for test case, added comments and removed redundancy
* test: Added proper name for test case, added comments and removed redundancy
* fix: Sider issues
* fix: Sider issues
* fix: Sider issues
* fix: UI Tests
* fix: UI tests
* fix: UI tests
* fix: UI tests
* fix: UI tests
* fix: UI tests
* fix: UI tests
* fix: UI tests
* fix: UI tests
* fix: UI tests
* fix: UI tests
* fix: UI tests
* fix: UI test
* fix: UI tests
* fix: UI tests
* fix: Context correction
* test: fix fill_field command
* test: fixed get_field command
(removed :visible for code)
* test: Fixed fill_field command
(removed .blur())
Co-authored-by: Suraj Shetty <13928957+surajshetty3416@users.noreply.github.com>
2021-08-06 07:52:24 +00:00
Ankush Menat
8ed2c87e00
perf: fix unneneccsary clearing of db.value_cache
2021-08-06 13:02:23 +05:30
Ankush Menat
1ffb0b1d7c
fix: validate code fields of children too
2021-08-06 12:52:12 +05:30
Devin Slauenwhite
770ca72764
fix: standard pages message in website settings. ( #13711 )
...
* fix: description of standard home page links.
* fix: invalid standard pages message.
* updated modified timestamp.
Co-authored-by: Gavin D'souza <gavin18d@gmail.com>
2021-08-06 04:53:10 +00:00
Ankush
257723cb0a
feat: PythonExpression and Python option with syntax validation for Code field types ( #13707 )
...
* feat: `PythonExpression` and `Python` options for `Code` fields
* fix: check python expressions in assignment rule
* fix: replace server script syntax validation
* fix: validate condition in workflow transition
Add PythonExpression in Options.
2021-08-06 04:10:09 +00:00
mergify[bot]
e8770a6a6e
Merge pull request #13823 from deepeshgarg007/custom_internal_links
...
feat: Internal link support in custom document links
2021-08-05 15:35:07 +00:00
mergify[bot]
0402b87210
Merge pull request #13858 from ChillarAnand/app
...
fix: Show traceback if custom app installation fails with exception
2021-08-05 13:25:50 +00:00
mergify[bot]
3e232625c0
Merge pull request #13797 from resilient-tech/fix-has_permission
...
fix: improved execution logic for `has_permission` hook
2021-08-05 09:53:10 +00:00
Suraj Shetty
9e9d352d14
Merge pull request #13860 from surajshetty3416/fix-datepicker-for-rtl
...
fix: Ignore RTL conversion for datepicker library styles
2021-08-05 13:56:59 +05:30
mergify[bot]
85d0e44619
Merge pull request #13827 from shariquerik/image-error-message
...
fix: Better error message while uploading web image
2021-08-05 08:01:20 +00:00
Suraj Shetty
ff15e48650
fix: Re-introduce ar, gr & it language support
...
These languages got removed during https://github.com/frappe/frappe/pull/8531
2021-08-05 13:10:13 +05:30
Suraj Shetty
2bf1984621
fix: Ignore RTL conversion for datepicker library styles
2021-08-05 13:03:12 +05:30
Sagar Vora
0dec1f792a
test: has_permission hook should call custom methods first
2021-08-05 11:52:31 +05:30
Sagar Vora
e48d979c2b
fix: improved execution logic for has_permission hook
2021-08-05 11:52:31 +05:30
ChillarAnand
85e5512c80
fix: Show traceback if custom app installation fails with exception
2021-08-05 11:47:34 +05:30
mergify[bot]
514455d1b7
Merge pull request #13497 from shariquerik/report_view_scroll_fix
...
fix: Report View single vertical scrollbar
2021-08-05 05:50:19 +00:00
mergify[bot]
08787ed19c
Merge pull request #13676 from shariquerik/icon-picker
...
feat: Icon Picker
2021-08-05 05:42:27 +00:00
mergify[bot]
555bcc4153
feat: Improvements in Webhooks (backport #13320 ) ( #13791 )
...
Co-authored-by: Suraj Shetty <13928957+surajshetty3416@users.noreply.github.com>
Co-authored-by: Deepesh Garg <42651287+deepeshgarg007@users.noreply.github.com>
2021-08-05 11:08:01 +05:30
Suraj Shetty
67a680f9f1
Merge branch 'develop' into icon-picker
2021-08-05 10:49:50 +05:30
Deepesh Garg
4c400bd6c9
test: Custom internal links addition
2021-08-04 17:10:33 +05:30
mergify[bot]
774022aed6
Merge pull request #13826 from netchampfaris/set-password
...
feat: set-password site command
2021-08-04 11:37:42 +00:00
Suraj Shetty
99a04d24d1
Merge branch 'develop' into set-password
2021-08-04 16:57:26 +05:30
Faris Ansari
47a21fb9a7
test: db.commit to release lock
2021-08-04 16:29:22 +05:30
mergify[bot]
93691a1ab1
Merge pull request #13836 from ankush/remove_bg_queue
...
fix: Remove unused queue
2021-08-04 10:45:25 +00:00
hasnain2808
e26475512c
feat: wrappable code editor
2021-08-04 16:08:34 +05:30
Suraj Shetty
af30607719
Merge branch 'develop' into remove_bg_queue
2021-08-04 15:12:47 +05:30
mergify[bot]
29269cd01e
Merge pull request #13817 from nextchamp-saqib/form-tour-position-fix
...
fix: handle case if position is not defined
2021-08-04 09:23:49 +00:00
mergify[bot]
d6bbdf0ea5
Merge pull request #13760 from netchampfaris/fetch-from-ux
...
feat: UX for Fetch From
2021-08-04 08:24:41 +00:00
mergify[bot]
6d077153e3
Merge pull request #13686 from nextchamp-saqib/put-req-integrations
...
feat: add put request to integration utils
2021-08-04 08:10:42 +00:00
Suraj Shetty
5066cd8345
Merge branch 'develop' into fetch-from-ux
2021-08-04 13:39:36 +05:30
mergify[bot]
c80ec84f7d
Merge pull request #13828 from deepeshgarg007/refresh_field_fixes_develop
...
fix: Focus reset issue due to field refresh
2021-08-04 08:07:34 +00:00
Snyk bot
3fa9b42f26
chre(Snyk): Security upgrade snyk from 1.520.0 to 1.667.0 ( #13790 )
...
Co-authored-by: Suraj Shetty <13928957+surajshetty3416@users.noreply.github.com>
2021-08-04 13:33:07 +05:30
Mohammad Hasnain Mohsin Rajan
e9076a1e33
fix: Get title only when necessary ( #13831 )
...
* fix: query only if necessary
* fix: titile not found
* chore: linting
* chore: use `not in`
* chore: translate title
* chore: quotes
* chore: quotes
2021-08-04 07:54:56 +00:00
gavin
7908fb1284
Merge pull request #13820 from gavindsouza/lang-resolution-loggedin
...
refactor(frappe.lang): frappe.translate.get_language
2021-08-04 12:08:09 +05:30
Deepesh Garg
2197e82107
Merge branch 'develop' of https://github.com/frappe/frappe into custom_internal_links
2021-08-03 21:23:28 +05:30
Gavin D'souza
e8f099c7bf
Merge branch 'develop' of github.com:frappe/frappe into lang-resolution-loggedin
2021-08-03 18:33:38 +05:30
Deepesh Garg
3fb9a27875
fix: Check if there is any active element
2021-08-03 13:49:01 +05:30