Commit graph

42389 commits

Author SHA1 Message Date
Ankush Menat
d5a9f198ec
refactor: set docfield options without method (#20653) 2023-04-11 18:08:19 +05:30
Shariq Ansari
87799bb0ec
Merge branch 'develop' into clear-all-filters 2023-04-11 17:32:32 +05:30
Shariq Ansari
7037b408a3 fix: separate clear all filter button grouped with filter button 2023-04-11 17:30:58 +05:30
Vincent Vrithof
f5554f3542
Merge branch 'develop' into fix--float-formatting 2023-04-11 13:24:12 +02:00
Ritwik Puri
82ec29702e
fix: consider user email if send me a copy is checked (#20627)
* fix: consider user email if send me a copy is checked

* test(communication): test cc with include sender
2023-04-11 16:24:47 +05:30
vvrithof
1b6b19b38e fix: float formatting 2023-04-11 12:23:41 +02:00
Raffael Meyer
ea6c1f763e
Merge branch 'develop' into gc-perms 2023-04-11 11:31:20 +02:00
Andrew McLeod
b898029894
fix(workflow): add whitelisted functions permissions checks (#20575)
Add permissions checks to workflow.py whitelisted functions.
2023-04-11 14:45:35 +05:30
Ankush Menat
75b32f90ab
fix: track workspace changes (#20649) 2023-04-11 14:35:48 +05:30
Ankush Menat
6fa732e2f7 test: flake in redis caching test
[skip ci]
2023-04-11 12:29:59 +05:30
Ankush Menat
0b8b829483 perf: dont cache intermediate translation files
Just caching final files for each language is enough, duplicating
doesn't help much.
2023-04-11 12:10:49 +05:30
Ankush Menat
361e44de1d fix(translations)!: load translation in installed order
- translations are loaded in apps.txt order this doesnt make much sense.
- translations are loaded from apps which aren't even installed, again
  doesn't make sense.

Breaking but necessary change.
2023-04-11 12:10:45 +05:30
Smit Vora
08732e50db
fix: better permission error for query_report (#20643) 2023-04-11 11:42:18 +05:30
Ankush Menat
c36dabbc63 chore: add removed message
Not sure why this was removed
2023-04-11 11:26:47 +05:30
Saurabh
26e73208d5
fix: validate if doctype exists before syncing customisations (#20598)
* fix: validate if doctype exists before syncing customisations

* refactor: rename and add default

---------

Co-authored-by: Ankush Menat <ankush@frappe.io>
2023-04-11 11:24:03 +05:30
Bread Genie
6248d8f062
fix(pretty-date): plural form when the value is 1 (#20619) 2023-04-11 10:56:52 +05:30
Ankush Menat
a3a9e40aa4
fix: log requests even if no response (#20638) 2023-04-11 07:29:14 +05:30
Suraj Shetty
822fd4e37e
Merge pull request #20375 from deepeshgarg007/user_defaults 2023-04-10 14:34:29 +05:30
Deepesh Garg
c0ae00168d chore: Only run on mariadb 2023-04-10 13:58:06 +05:30
Shariq Ansari
c297924401
Merge pull request #20470 from AHasanin/fix-update-docfield-property-function 2023-04-10 13:55:01 +05:30
Patrick.St
7962505779
fix(ListView): Evaluate sort_field sort_order within listviews based on DocTypes Definition (#20482) 2023-04-10 13:49:48 +05:30
Shariq Ansari
6aa2dfbe85
Merge branch 'develop' into fix-update-docfield-property-function 2023-04-10 12:42:41 +05:30
Shariq Ansari
e5cb90bce1
Merge pull request #20541 from Jainysh/fix/20538-UI-freeze 2023-04-10 12:06:31 +05:30
Shariq Ansari
75ba9b40d8 fix: child row form should be above freeze screen
sidebar overlay was also getting affected
2023-04-10 11:42:06 +05:30
Shariq Ansari
93dafbf5ed
Merge branch 'develop' into fix/20538-UI-freeze 2023-04-10 11:14:24 +05:30
Mohammad Hussain Nagaria
55867282ad
fix: also build jsx files (#20624) 2023-04-10 09:57:34 +05:30
Deepesh Garg
5d61ed2d8f test: Update test 2023-04-09 21:26:35 +05:30
Deepesh Garg
68b1051f69 test: Set defualts 2023-04-09 20:43:10 +05:30
Raffael Meyer
e5b1b8d681
fix: improved validation in add_comment (#20520) 2023-04-09 16:40:51 +05:30
Raffael Meyer
cd670bf78f
feat: make report name translatable (#20608) 2023-04-07 14:58:02 +05:30
Raffael Meyer
3a76a771a9
fix: german translation of workflow state (#20609) 2023-04-07 14:56:53 +05:30
Mohammad Hussain Nagaria
a48b0f3cf8
fix: minor oauth doctypes enhancements (#20613)
* fix: remove extra`/` from description

* fix(ux): show bearer token status in list view
2023-04-07 14:33:41 +05:30
Deepesh Garg
5527048592 test: Create user 2023-04-07 11:49:25 +05:30
Deepesh Garg
087caff4cd test: Add test for user perm defaults 2023-04-07 11:33:22 +05:30
Deepesh Garg
e805497681 fix: Consider global default in user perm 2023-04-07 11:32:49 +05:30
Ritwik Puri
a3bc93e928
fix: dont create communication for auto repeat notification (#20606)
* fix: dont create communication upon auto repeat notification

creating communication for notification doesnt make sense

* test: rename test_notification_is_attached -> test_email_notification

now tests for email queue creation
2023-04-07 01:55:51 +05:30
Devin Slauenwhite
9d094c67d7
fix: expose DataTable globally 2023-04-06 14:17:19 -04:00
Deepesh Garg
0a55ac8f07 chore: Update server side method 2023-04-06 15:53:32 +05:30
Deepesh Garg
c31409f370 Merge branch 'develop' of https://github.com/frappe/frappe into user_defaults 2023-04-06 12:45:24 +05:30
Vincent Vrithof
090c91b44f
fix: virtual fields in child tables not displaying (#20528)
* fix: virtual fields in child tables

* Update frappe/model/base_document.py

Co-authored-by: Ankush Menat <ankushmenat@gmail.com>

* fix: virtual fields in child tables not displaying

---------

Co-authored-by: Ankush Menat <ankushmenat@gmail.com>
2023-04-06 12:30:58 +05:30
Raffael Meyer
417f2bbd97
Merge branch 'develop' into fix-note-2 2023-04-05 19:14:28 +02:00
Sagar Vora
41dc220e02
ci: name step that installs and runs pip-audit (#20591) 2023-04-05 06:12:15 +05:30
Ritwik Puri
32724a8eb7
Merge pull request #20542 from phot0n/contact-us
fix!: contact us email reply
2023-04-04 14:17:47 +05:30
phot0n
cbe0ce37d3 fix: suppress outgoing email error for contact-us page 2023-04-04 12:59:00 +05:30
phot0n
0e4909b28b refactor: remove frappe.send_message js util 2023-04-04 12:32:03 +05:30
phot0n
1cb5bfe875 fix: remove methods arg from tate_limit decorator
* feat(minor): send a copy of message to the sender/contactee
* feat: validate sender email address for contact us page
2023-04-04 12:32:03 +05:30
phot0n
67de2a34ac fix: contact us email reply 2023-04-04 12:32:03 +05:30
Shariq Ansari
1c3cb63f79
Merge pull request #20461 from ruchamahabal/fix-dashboard 2023-04-04 10:57:10 +05:30
Ankush Menat
b66c3d9106
fix: content_type can be None during file upload (#20572)
closes https://github.com/frappe/frappe/issues/20571
2023-04-03 19:49:56 +05:30
Ponnusamy
71c09c1320
feat: list-view click and drag on check box to select multiple rows (#20457) 2023-04-03 16:59:23 +05:30