Commit graph

337 commits

Author SHA1 Message Date
Gavin D'souza
6e4aa52e2e fix: Show assignments correctly for Forms 2022-01-04 19:20:03 +05:30
Gavin D'souza
1b57717058 fix: Return key name as owner for consistency 2022-01-04 18:58:17 +05:30
shadrak gurupnor
a4aad4dc7a fix: failed test cases & sider issue 2022-01-04 13:39:42 +05:30
shadrak gurupnor
6c6ff2c16d fix: overriding of owner of doc
feat: Fixed the dilemma of owner field in ToDo document
2022-01-04 13:39:16 +05:30
Rucha Mahabal
d56fea4a47 fix: use get_all instead of get_list while fetching linked doctypes 2021-12-16 09:11:21 +05:30
Subin Tom
2b8328715e
fix: Sales invoice cancellation error due to get_list (#15243)
* fix: Sales invoice cancellation error due to get_list

* fix: missed out one `get_list`
2021-12-10 07:51:27 +00:00
Suraj Shetty
615db9b55e style: Fix sider alerts 2021-11-28 09:44:05 +05:30
Suraj Shetty
3b276df7c1
Merge branch 'develop' into refactor-linked-with 2021-11-03 11:13:53 +05:30
Ankush Menat
af4ce8156d
fix: remove mutable defaults (#14597)
* fix: mutable defaults

* fix: missing defaults
2021-10-28 09:36:31 +00:00
Sagar Vora
f2b319920c refactor: improved design for fetching values using add_fetch 2021-10-21 19:00:30 +05:30
Sagar Vora
c560d67a57 fix: remove/update older whitelist calls 2021-10-18 16:47:11 +05:30
MitulDavid
33bfd5bd19 fix: Private images in comments are not visible 2021-10-11 18:43:12 +05:30
MitulDavid
05cb2c16cd fix: Optional parameter for setting extracted image as private 2021-10-07 16:41:44 +05:30
Gavin D'souza
a233bf1061 fix: Add workflow comments in form timeline
* Add Edit, Label along with Info timeline logs
* Added title field for timeline icon
2021-09-06 19:39:08 +05:30
Gavin D'souza
6f0a02aaa5 fix: Handle multiple comment types in get_comments 2021-09-06 19:37:39 +05:30
Gavin D'souza
3446026555 chore: Update header: license.txt => LICENSE
The license.txt file has been replaced with LICENSE for quite a while
now. INAL but it didn't seem accurate to say "hey, checkout license.txt
although there's no such file". Apart from this, there were
inconsistencies in the headers altogether...this change brings
consistency.
2021-09-03 12:02:59 +05:30
leela
8a8fbad0f3 refactor: getting submitted linked reference docs 2021-08-30 12:34:21 +05:30
Suraj Shetty
a7fb1816aa refactor: Remove unused and redundant code 2021-08-19 15:27:25 +05:30
Gavin D'souza
793b5638d3 style: Fix E201, E202, E401, E701
reported by sider: https://sider.review/gh/repos/1864194/pulls/13344?statuses#issues
2021-05-27 12:48:01 +05:30
Gavin D'souza
e407b78506 chore: Drop dead and deprecated code
* Remove six for PY2 compatability since our dependencies are not, PY2
  is legacy.
* Removed usages of utils from future/past libraries since they are
  deprecated. This includes 'from __future__ ...' and 'from past...'
  statements.
* Removed compatibility imports for PY2, switched from six imports to
  standard library imports.
* Removed utils code blocks that handle operations depending on PY2/3
  versions.
* Removed 'from __future__ ...' lines from templates/code generators
* Used PY3 syntaxes in place of PY2 compatible blocks. eg: metaclass
2021-05-26 15:31:29 +05:30
Ankush Menat
8dd925743c
feat(DX): sourceURL for injected javascript
Adds sourceURL to injected javascript code, this helps in debugging
injected javascript using client script or doctype specific javascript.

`no-docs`
2021-04-26 22:22:25 +05:30
Leela vadlamudi
e5d3aac707
Merge pull request #12693 from leela/notifications-into-timeline
feat: Include automated mail notifications in timeline
2021-04-08 20:38:29 +05:30
leela
5c2bda478c Refactor(Improv): Include automated mail notifications in timeline
Notifications sent through notifications doctype are not part of
communications doctype and also not into timelines. Added these
notifications into timeline by adding docs into Communication doctype.
2021-04-05 09:45:17 +05:30
Sagar Vora
497ea861f4 feat: frappe.whitelist for class methods 2021-03-30 13:07:58 +05:30
prssanna
e286cbfc8b fix: render info type comments on form timeline 2021-03-26 14:30:46 +05:30
Suraj Shetty
e24d7235e3
Merge pull request #12590 from netchampfaris/client-script-list-view 2021-03-17 12:26:26 +05:30
Ankush Menat
d25909c799
fix: ZeroDivision error in progress
When list of docs is of same length as list of doctypes to ignore, the
formula would throw ZeroDivision error. It's meaningless to subtract
these two quantities hence removed it.

Showing accurate progress bar would require pre-computing number of docs
to be cancelled, which is unnecessary.

Related issue: ISS-20-21-10442
2021-03-17 10:08:50 +05:30
Faris Ansari
887c92c5d9 fix: rename field to simply "view" 2021-03-16 17:48:12 +05:30
Faris Ansari
cf160fa125 fix: remove print statement 2021-03-16 17:42:40 +05:30
Faris Ansari
41a811af8c feat: Client Script for List views 2021-03-16 17:33:05 +05:30
Ankush Menat
fb1eac23c5
docs: update docs for linked_with functions 2021-03-16 11:49:37 +05:30
Aditya Hase
56d1954591
fix: Add missing imports 2021-02-22 11:53:26 +05:30
Gavin D'souza
79cb3f0596 feat: Rename "Custom Script" to "Client Script"
* Remove postfix "-Client" from ClientScript.autoname
2021-02-04 14:06:09 +05:30
Suraj Shetty
b94d5778a8 Merge branch 'develop' of https://github.com/frappe/frappe into rebrand-ui 2021-01-19 10:36:50 +05:30
Saqib Ansari
a85842b6d1 fix: remove unwanted message 2021-01-12 16:02:15 +05:30
Saqib Ansari
4f5002251d chore: hide 'did not cancel' message if exception is raised 2021-01-12 13:29:33 +05:30
Rushabh Mehta
30a041646c feat(guest-access): Allow Guest to view, edit allowed forms, making way remove web forms 2020-12-10 15:13:51 +05:30
Shivam Mishra
cfc8c3fcdd fix: document follow 2020-12-03 14:04:24 +05:30
Rushabh Mehta
ff71329b03 fix(merge): develop 2020-12-02 10:54:10 +05:30
Anurag Mishra
0866526d11
fix(Document Follow): Skip Email Account and Email Domain (#11973) 2020-11-24 09:35:18 +05:30
Suraj Shetty
b5d9c1e816 Merge branch 'develop' of https://github.com/frappe/frappe into rebrand-ui 2020-11-06 10:42:37 +05:30
walstanb
3da3a94f9d fix: excluded disabled users from getting emails and notifications 2020-10-24 12:45:30 +05:30
Suraj Shetty
ba29d8d8b4 Merge branch 'develop' of https://github.com/frappe/frappe into rebrand-ui 2020-10-01 13:10:37 +05:30
Shivam Mishra
df6c52cac1
Merge pull request #11525 from Mangesh-Khairnar/fix-document-follow
fix(document-follow): reduce time taken to check existing records
2020-09-21 13:28:05 +05:30
Rushabh Mehta
334ae82e52 fix(naming): added multiple rules for naming series 2020-09-21 10:28:11 +05:30
Mangesh-Khairnar
916c363001 fix(document-follow): reduce time taken to check existing records 2020-09-17 12:56:04 +05:30
Suraj Shetty
5e1ce33846 fix(timeline): Add milestone data 2020-09-09 16:41:31 +05:30
Suraj Shetty
245c261b08 fix(timeline): Add attachment logs 2020-09-03 13:58:05 +05:30
Suraj Shetty
2a237e5aeb fix(timeline): Add assignment logs 2020-09-03 13:27:50 +05:30
Suraj Shetty
d6b7cf151b fix: Add like log 2020-08-28 13:07:28 +05:30