Saqib Ansari
f63b02191d
perf: cache db.get_value
2022-02-14 15:11:14 +05:30
Saqib Ansari
422e0d4461
Merge branch 'develop' of https://github.com/frappe/frappe into link_title_refactor
2022-02-01 22:57:22 +05:30
Ankush Menat
300031aa36
revert "refactor: get_docinfo without side effects"
...
This reverts commit 79f5a6b640 .
2022-02-01 19:39:02 +05:30
Saqib Ansari
b42cc400b9
Merge branch 'develop' of https://github.com/frappe/frappe into link_title_refactor
2022-02-01 15:08:57 +05:30
Ankush Menat
79f5a6b640
refactor: get_docinfo without side effects
2022-02-01 11:18:35 +05:30
Ankush Menat
2f239dbe4f
fix: communication missing from form timeline
2022-02-01 10:16:24 +05:30
Saqib Ansari
30ba577c0a
Merge branch 'develop' of https://github.com/frappe/frappe into link_title_refactor
2022-01-14 15:20:56 +05:30
Rushabh Mehta
d2b9fc89ed
fix(minor): incorrect condition
2022-01-13 16:55:28 +05:30
Rushabh Mehta
853287f49d
fix: load user_info on-demand
2022-01-13 16:39:24 +05:30
Saqib Ansari
f760aa1de2
perf: use get_value instead of get_cached_value
...
get_cached_value internally calls get_doc which is much slower than fetching a value from db
2022-01-07 16:43:58 +05:30
Saqib Ansari
06b00e8e01
Merge branch 'develop' of https://github.com/frappe/frappe into link_title_refactor
2022-01-07 16:01:44 +05:30
Gavin D'souza
6e4aa52e2e
fix: Show assignments correctly for Forms
2022-01-04 19:20:03 +05:30
Saqib Ansari
ab9700d947
Merge branch 'develop' of https://github.com/frappe/frappe into link_title_refactor
2021-12-15 19:32:16 +05:30
Sagar Vora
c560d67a57
fix: remove/update older whitelist calls
2021-10-18 16:47:11 +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
hrwx
d056beb0ef
feat: show title links in Link Fields
2021-08-03 15:55:32 +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
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
prssanna
e286cbfc8b
fix: render info type comments on form timeline
2021-03-26 14:30:46 +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
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
Suraj Shetty
16762d54ce
fix: Remove assignment display limit
2020-08-25 00:08:40 +05:30
Suraj Shetty
d625631b32
fix: Comment style
2020-08-23 09:54:00 +05:30
Suraj Shetty
40151f19fb
refactor: Update timeline badge size and color
...
- And fix share logs in timeline
2020-08-21 00:40:55 +05:30
Suraj Shetty
40000a4ec7
feat: Add version and share content to new_timeline
2020-08-13 13:09:57 +05:30
Suraj Shetty
dc3402c546
feat: Option to add custom timeline contents ( #10677 )
2020-07-01 10:31:17 +05:30
Himanshu
39850513ed
fix: refresh email link ( #9270 )
...
* fix: refresh email link
* Update load.py
* Update timeline.js
* Update load.py
* chore: rename to document_email in docinfo
2020-01-20 09:37:19 +00:00
Himanshu Warekar
02cebdd7d3
fix: use frappe.tags
2019-10-03 16:43:36 +05:30
Himanshu Warekar
7b9c90885f
fix: ignore permission for loading tags
2019-09-27 22:23:38 +05:30
Himanshu Warekar
860d4b761c
fix: load tags info in docinfo
2019-09-27 11:30:58 +05:30
Anurag Mishra
a250e99377
refactor: assignment rule and todo ( #8420 )
...
* refactor: assignment rule and todo
* fix: updated query and enabled background jobs
* refactor: use ORM instead of SQL
* style: remove print statement
* refactor: minor change in tests
* style: updated query for getting todo
2019-09-13 17:13:05 +05:30
Rucha Mahabal
4b2ab9e00d
feat: Session Defaults
2019-07-21 23:16:50 +05:30
Himanshu
51042b1359
fix(load): alias creation in get communications ( #7538 )
...
* fix: alias creation
* fix: fix update_timeline_doc
* fix: add timeline link irrespective of comm medium
2019-05-23 09:35:53 +05:30
Himanshu
2b14c95644
fix(Communication): New child doctype for Communication Timeline Links ( #7524 )
...
* fix: separate child doctype for communication
* fix: reload doc before running the patches
* fix: update_timeline_doc
* fix: manipulatetimeline fields in Comm Links
* fix: test cases
* fix: reload comm_link before communication
* patch: remove redundant patch
2019-05-21 20:48:55 +05:30
Faris Ansari
7d7b229438
perf: Optimize get_communications
...
Split query with OR condition into two subqueries with UNION
2019-05-21 12:03:58 +05:30
Himanshu Warekar
defe1b2eef
fix: miscellaneous changes
2019-05-18 13:37:00 +05:30
Himanshu Warekar
77d009747d
fix: remove debug parameter
2019-05-15 14:00:25 +05:30
Himanshu Warekar
e29f07898b
fix: query
2019-05-15 11:29:22 +05:30
Himanshu Warekar
8828fcef24
fix: use inner join instead of left join
2019-05-14 17:22:24 +05:30
Himanshu Warekar
f114e03c8c
Merge branch 'develop' into comm_ref
2019-05-14 16:18:32 +05:30
Himanshu Warekar
5d09fb26a9
fix: timeline docs to dynamic links
2019-05-14 12:01:14 +05:30
Himanshu Warekar
8381e0048a
feat: Communication refactor initial bringup
2019-05-13 20:39:49 +05:30
Rushabh Mehta
3d26d2dd22
BREAKING CHANGE: remove Feedback Trigger and Feedback Rating, this was not very configurable and can now be done better with Web Forms
2019-05-13 14:18:02 +05:30
Rushabh Mehta
5ebf688984
fix(recent): complete uncommitted changes
2019-05-03 08:49:51 +05:30