Commit graph

33888 commits

Author SHA1 Message Date
shariquerik
f8a6736183 fix: Removing hide cards feature 2021-08-12 10:57:05 +05:30
shariquerik
5372a73ca4 fix: Generate Custom Report & Custom Documents Card 2021-08-12 10:44:09 +05:30
shariquerik
1619f96791 fix: adding child page to sidebar minor fix 2021-08-10 21:14:35 +05:30
shariquerik
09cfd3b026 test: minor fix 2021-08-10 19:06:13 +05:30
shariquerik
e5da8b3359 test: UI test for Workspace 2.0 2021-08-10 18:20:38 +05:30
shariquerik
5bed8031a2 fix: removed padding code from wspace json files & patch 2021-08-10 17:52:42 +05:30
Shariq Ansari
1ab70d2145
Merge branch 'frappe:develop' into wiki-based-desk 2021-08-10 12:20:08 +05:30
mergify[bot]
25fcc60d7a
Merge pull request #13891 from Komal-Saraf0609/timeline_cancel_functionality
test: Added test case for cancel functionality
2021-08-10 05:37:51 +00:00
Suraj Shetty
1d878199f1
Merge pull request #13899 from surajshetty3416/fix-print-format-header 2021-08-10 11:05:35 +05:30
Suraj Shetty
dfa1c688fb
Merge pull request #13889 from surajshetty3416/core-test-coverage 2021-08-10 10:56:44 +05:30
mergify[bot]
afd69729de
Merge pull request #13835 from MitulDavid/image-processing
feat: Image cropping and optimization
2021-08-10 05:16:08 +00:00
shariquerik
256b678d8a fix: removed padding tune & some minor UX fixes 2021-08-10 10:45:21 +05:30
Suraj Shetty
291d7b0f16 fix: Call is_rtl function to get the actual value 2021-08-10 10:13:19 +05:30
MitulDavid
401b56ee39 fix: Image with .jpeg extension breaks file uploader 2021-08-10 08:26:44 +05:30
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
Komal-Saraf0609
b46b5546f7 test: Corrected function description and shorten some of the selectors by removing unwanted classes 2021-08-09 20:42:26 +05:30
MitulDavid
ccfe4a857c refactor: Minor changes to doc image upload, UI test 2021-08-09 17:28:57 +05:30
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
Komal-Saraf0609
eb669c16f6 test: fixing sider issues 2021-08-09 17:17:27 +05:30
Komal-Saraf0609
716452ea69 test: Added test case for cancel functionality 2021-08-09 16:48:49 +05:30
Suraj Shetty
aea6e55a50
Merge branch 'develop' into core-test-coverage 2021-08-09 15:58:58 +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
Suraj Shetty
49684ca399 refactor: Make coverage context manager
- Decoupled coverage code from testing to setup code coverage before any import happen to get accurate coverage (before it used to skip import statements for some files)
2021-08-09 09:50:41 +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
MitulDavid
11eefe3eee test: Add test for image cropping and optimization UI 2021-08-08 18:09:58 +05:30
MitulDavid
cd3fb58fc6 refactor: Image optimization checkbox 2021-08-08 17:46:09 +05:30
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
Mitul David
4f86cdb8f8
Merge branch 'develop' into image-processing 2021-08-06 18:45:59 +05:30
MitulDavid
14fac949af test: Add test for optimize_image utility 2021-08-06 18:43:14 +05:30
MitulDavid
2d887187d2 refactor: Toggle optimization using checkbox 2021-08-06 18:31:41 +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
shariquerik
bf4611e84b fix: updated wspace json files & minor onboarding fix 2021-08-06 14:07:22 +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
MitulDavid
313bde9ceb feat: Enable optimization on attachment 2021-08-05 16:50:40 +05:30
Mitul David
fa6e26f5e1
Merge branch 'develop' into image-processing 2021-08-05 16:41:00 +05:30
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