gavin
3f6558fd39
Merge branch 'develop' into linked-with-refactor
3 年前
barredterra
45cbacf7b0
test: remove string column
3 年前
barredterra
2956f0be11
feat: drop support of column definitions as string
3 年前
barredterra
39ea6a2074
test: improve test data for query report
3 年前
Gavin D'souza
39fc90cb5b
fix(ux): Pop from message_log if DoesNotExistError
3 年前
Shariq Ansari
d2e656eff5
fix(linter): Trim Trailing Whitespace
3 年前
Shariq Ansari
5a0dc5d7c8
fix(linter): Trim Trailing Whitespace
3 年前
Mitul David
084e2639ca
fix: Call hasOwnProperty method from Object.prototype
3 年前
Raffael Meyer
df0b389497
Merge branch 'develop' into refactor-db-exists
3 年前
Gavin D'souza
38fbe76ebf
fix: Eliminate broken & impermissible links from get_linked_docs
3 年前
Raffael Meyer
d22aba5d24
Merge branch 'develop' into refactor-excel-export
3 年前
Raffael Meyer
8830141faf
refactor: reduce code duplication
Co-authored-by: gavin <gavin18d@gmail.com>
3 年前
Gavin D'souza
6edb1f09e4
refactor: Fetch Linked Documents in single request ;)
This action was broken into some heavy UI stuff that seems to be handled
from the current UI from what I can tell and a request triggered from
the Desk for every suspected linked document (talk about self DOS xD)
Removed long dead with_doctype option in get_linked_docs API. How do i
know it's been long dead? I've not come across code that won't very
obviously break when hit with any non None value.
3 年前
Shariq Ansari
0346a96698
Merge branch 'develop' into grid-search-feat
3 年前
Mitul David
f6256b345d
fix: Duplicate attachments in sidebar
3 年前
Shariq Ansari
021bfd1dc1
fix(linter): Trim Trailing Whitespace
3 年前
Shariq Ansari
457817ea1e
Merge branch 'develop' into tree-view-print-fix
3 年前
mergify[bot]
d4b2318569
Merge pull request #16202 from resilient-tech/unused
chore: remove unused variable `doc_before_save`
3 年前
Mohammad Hasnain Mohsin Rajan
f21b343488
perf: role instead of users in workflow actions ( #15789 )
Create a single workflow action document for pending transitions.
The Roles that are allowed to make the transition are stored in a Table MultiSelect field.
Workflow action doctype is filtered on the basis of applied roles on the visiting user.
The user column is retained for backward compatibility.
BREAKING CHANGE: The user field will no longer be used, A new field that stores applicable roles will be used instead.
3 年前
Sagar Vora
def10e1e13
chore: remove unused variable `doc_before_save`
3 年前
Jannat Patel
a5066e619c
Merge branch 'discussions-component-redesign' of https://github.com/pateljannat/frappe into discussions-component-redesign
3 年前
Jannat Patel
0c1c217004
fix: hide search for single thread discussion
3 年前
Jannat Patel
ec5b5f6d3d
Merge branch 'develop' into discussions-component-redesign
3 年前
Jannat Patel
68f84b2645
test: fixed based on new ui
3 年前
Jannat Patel
12ae7b9239
fix: User Account Auto Deletion in Hours ( #16135 )
* fix: data-deletion-in-hours
* test: process_auto_request function
* fix: import and comment
* fix: patch for auto account deletion hours
Co-authored-by: gavin <gavin18d@gmail.com>
3 年前
mergify[bot]
dc7647f86d
Merge pull request #16195 from alyf-de/translate-query-report-columns
feat: translate column names in export of query report
3 年前
barredterra
861ff16ac8
refactor: `frappe.db.exists`
3 年前
barredterra
3c4aa2a3dd
refactor: Simplify logic in `handle_duration_fieldtype_values`
3 年前
barredterra
f8b67dfbf6
feat: remove unused parameter "columns"
3 年前
barredterra
8126a18f05
feat: translate column names in CSV file from query report
3 年前
barredterra
6cdab154f5
feat: translate column names in excel file from query report
3 年前
Gavin D'souza
89a7dac300
fix: Add signature only if not Communication.flags.skip_add_signature
This is added to handle purposely removed signature or custom signatures
added via the Email Composer or via the email.make API
3 年前
Sagar Vora
9f90d8b42a
test: add test for allowing hyphen in DocType name
3 年前
Sagar Vora
98188ddcba
feat: allow hyphens in DocType name (again)
3 年前
Gavin D'souza
0ef99c3886
fix: Add signature to Communication.content if not already added
This fix adds a signature forcibly if found under the sender's
User.email_signature or default outgoing email account's signature
field.
The previous method of adding a comment into the Email didn't work since
Quill would discard comments before setting them. Adding signatures in
get_formatted_html didn't seem apt since it's used in QueueBuilder to
re-construct the Email before processing the Email Queue. This meant
that the email content that was added in the Communication record would
not be final. Now, we treat the signature as part of the Communication
content.
3 年前
Jannat Patel
064c879a31
Merge branch 'discussions-component-redesign' of https://github.com/pateljannat/frappe into discussions-component-redesign
3 年前
Jannat Patel
a490d61675
fix: search only when topics are present
3 年前
Jannat Patel
0a87f01f3e
Merge branch 'develop' into discussions-component-redesign
3 年前
Jannat Patel
d6cbc28b2a
feat: delete message
3 年前
Gavin D'souza
da2dbfaae9
refactor!: Deprecate ignore_permissions & flags in communication.make
API
3 年前
Gavin D'souza
525f1656ad
fix: Double signature in composed Email
Re-do of https://github.com/frappe/frappe/pull/12520
Undone by https://github.com/frappe/frappe/pull/12878
Changes done to reflect current state of version-13
Co-authored-by: Suraj Shetty <surajshetty3416@gmail.com>
3 年前
gavin
97f7472438
Merge pull request #16182 from frappe/mergify/bp/develop/pr-15912
fix: Add freeze message when renaming document (backport #15912 )
3 年前
Gavin D'souza
1bd01f71d1
fix: Set freeze, freeze_message via xcall
3 年前
coffee-dev-sl
b1d83fe0db
feat(toolbar.js model.js): Add freeze message when renaming document
(cherry picked from commit 45c9cc4442
)
# Conflicts:
# frappe/public/js/frappe/form/toolbar.js
3 年前
Jannat Patel
458a535870
fix: publish updated message
3 年前
mergify[bot]
05b19ccd90
Merge pull request #15791 from dj12djdjs/fix-rename-tool
fix: Specify message why document was not renamed.
3 年前
gavin
e233b7beb7
Merge branch 'develop' into fix-rename-tool
3 年前
gavin
501a1675ec
chore(rename_doc): Consistent error message for no change
3 年前
Jannat Patel
a2017ce3a4
feat: dismiss reply
3 年前
Jannat Patel
020d7358a5
feat: edit reply
3 年前