Gavin D'souza
ae48dfe2b4
chore: dropped legacy selenium dependant tests
...
selenium TestDriver deprecated
--ui-tests flag in `bench run-tests` deprecated
2019-11-13 15:01:05 +05:30
Gavin D'souza
cbd89842ee
chore: dropped legacy test runner
2019-11-13 14:09:52 +05:30
Gavin D'souza
5bd5eb8911
chore: moved set_request function to frappe.utils
2019-11-13 14:09:46 +05:30
Shivam Mishra
9bbd627db8
Merge pull request #8702 from hrwX/align-dropdown
...
fix(Select): specify top for dropdown arrow
2019-10-30 10:37:59 +05:30
Suraj Shetty
642c025652
Merge pull request #8705 from surajshetty3416/grid-arrow-fix
...
fix(grid): Arrow Key Navigation
2019-10-29 22:08:44 +05:30
Suraj Shetty
6a81145df1
style: Fix formatting issues
2019-10-29 18:50:40 +05:30
mergify[bot]
1b16d4a843
Merge pull request #8692 from netchampfaris/block-cards-globally
...
feat: Ability to block module cards for all users
2019-10-29 13:05:51 +00:00
Saif Ur Rehman
6c77346b52
fix(Grid): arrow key navigation
2019-10-29 18:29:59 +05:30
mergify[bot]
05b46932a0
Merge pull request #8703 from Thunderbottom/email-encoding-fix
...
fix: decode non-ascii characters for formataddr
2019-10-29 12:46:44 +00:00
mergify[bot]
2372bf3f4e
Merge pull request #8434 from gbm001/develop
...
fix: Non-ASCII characters in HTTP headers.
2019-10-29 12:43:14 +00:00
Faris Ansari
f0ffbe1a7b
fix: Method name
2019-10-29 18:09:06 +05:30
Faris Ansari
a50323e5a3
fix: Translate select options
2019-10-29 18:03:52 +05:30
Himanshu
23b93ecfb5
Update controls.less
2019-10-29 17:17:50 +05:30
Chinmay D. Pai
2bdcdf5dcf
fix: decode non-ascii characters for formataddr
...
formataddr[1] by default encodes non-ascii characters to `=?utf-8?q`, which needs to be decoded to a human-readable string format. using decode_header and make_header we can decode the string back to human-readable format.
before:
In [1]: formataddr(("Tèst", "notifications@erpnext.com"))
Out[1]: '=?utf-8?b?VMOoc3Q=?= <notifications@erpnext.com>'
after:
In [2]: make_header(decode_header(formataddr(("Tèst", "notifications@erpnext.com"))))
Out[2]: 'Tèst <notifications@erpnext.com>'
references:
[1]: https://docs.python.org/3/library/email.utils.html#email.utils.formataddr
Signed-off-by: Chinmay D. Pai <chinmaydpai@gmail.com>
2019-10-29 16:22:25 +05:30
Himanshu Warekar
9904bbe387
fix: specify top for dropdown arrow
2019-10-29 16:16:28 +05:30
mergify[bot]
51e74d037c
Merge pull request #8701 from hrwX/email_dialog_fix
...
fix(Communication): check if frm exists
2019-10-29 10:36:43 +00:00
mergify[bot]
c307dd7fd2
Merge pull request #8700 from scmmishra/query-report-enhancements
...
refactor: allow hiding of columns in query report
2019-10-29 10:31:46 +00:00
mergify[bot]
43c5a9676e
Merge pull request #8691 from netchampfaris/data-import-beta-updates
...
fix: Data Import Updates
2019-10-29 10:03:29 +00:00
mergify[bot]
7c10d256aa
Merge pull request #8695 from ruchamahabal/fix_module_view
...
fix(Desk): show/hide cards not working after changing order of cards
2019-10-29 10:01:35 +00:00
Himanshu Warekar
711f7e7645
fix: check if frm exists
2019-10-29 15:28:11 +05:30
Himanshu
bf57a1d79a
Patch(Tags): Check if column exists ( #8682 )
...
* fix: tags patch
* fix: auto_commit_on_many_writes
* fix: check if tag exists
* fix: check if tag or tag link exists
* fix: check if column exists
* fix: set autocommit false
* fix: use ignore in insert query for bulk insert
* fix: add option to ignore duplicates
2019-10-29 09:52:38 +00:00
mergify[bot]
9793ed8e5b
Merge pull request #8699 from Alchez/dev-auto-email-type-error
...
fix: build filter metadata before allowing user to send email (develop)
2019-10-29 09:46:47 +00:00
mergify[bot]
9bed16f12c
Merge pull request #8629 from ruchamahabal/bulk_update_fix
...
fix: bulk update tool updating records but not showing result
2019-10-29 09:45:47 +00:00
Faris Ansari
26625e5cf4
fix: Show failed logs
2019-10-29 15:12:24 +05:30
Shivam Mishra
92ffbfb067
refactor: allow hiding of columns in query report
2019-10-29 15:11:59 +05:30
mergify[bot]
c57961e931
Merge pull request #8694 from surajshetty3416/apply-rule-only-once
...
feat(EPS): Apply rule only once
2019-10-29 08:53:13 +00:00
Rohan Bansal
c1a0deeb7e
fix: build filter metadata before allowing user to send email
2019-10-29 13:31:41 +05:30
Shivam Mishra
fbef91da14
Merge pull request #8696 from scmmishra/group-by-enhance
...
refactor: add data and int to group by
2019-10-29 13:10:38 +05:30
mergify[bot]
0ab6a823ba
Merge pull request #8697 from scmmishra/clear-filter
...
fix: layout for clear filter
2019-10-29 07:17:57 +00:00
Shivam Mishra
3d396adf34
style (codacy): added semi-colon
2019-10-29 12:32:17 +05:30
Shivam Mishra
c8419d5e03
fix: show clear-filter button is default filter exists
2019-10-29 12:25:13 +05:30
Shivam Mishra
e4c21740d0
fix: clear filter button layout
2019-10-29 12:10:55 +05:30
Shivam Mishra
b4039e1a91
refactor: add data and int to group by
2019-10-29 12:07:10 +05:30
Rucha Mahabal
6db3c7a351
fix(Desk): show/hide cards not working after changing order of cards
2019-10-29 11:33:52 +05:30
Suraj Shetty
5a67279f59
test: Replace assertEquals with assetEqual
...
Since assertEquals will be eventually depricated
2019-10-29 11:19:48 +05:30
Suraj Shetty
bebf7535e8
test: Fix test
2019-10-29 10:37:51 +05:30
Faris Ansari
e9f0d8dd4e
feat: Ability to block module cards for all users
2019-10-29 01:17:17 +05:30
Faris Ansari
1ce1196388
fix: Reduce spacing in Map Columns dialog
2019-10-28 23:01:29 +05:30
Faris Ansari
756496e2a7
fix: Mute emails by default
2019-10-28 23:01:08 +05:30
Faris Ansari
733f2fdee5
fix: Hide primary action when import in progress
2019-10-28 23:00:43 +05:30
Faris Ansari
e601e9c4ce
fix: Show status In Progress in list view
2019-10-28 22:59:53 +05:30
Faris Ansari
8a7f7034f6
fix: Try new Data Import link
2019-10-28 22:59:30 +05:30
mergify[bot]
5fe4bc45c5
Merge pull request #8690 from prssanna/leaderboard-fix
...
fix(Leaderboard): Show only enabled system users in EP leaderboard
2019-10-28 16:19:49 +00:00
Prssanna Desai
70f49546c1
fix(Notifications): Improvements for Notifications ( #8671 )
...
* fix: seen notification logic
* fix: rename upcoming events to today's events, fix padding
* fix: truncate title
* fix: don't allow self notifications
* fix: don't check for same user for energy point notifications
* fix: codacy
* fix: truncate title client side
* fix: use data-action to mark as seen
* fix: don't send emails for auto energy points
2019-10-28 16:13:40 +00:00
mergify[bot]
a21b5bde75
Merge pull request #8674 from rohitwaghchaure/disabled_shrinking_for_version_0_12_5
...
fix: disable smart shrinking for version 0.12.5
2019-10-28 12:32:10 +00:00
prssanna
c093518ecd
fix: show only enabled system users in EP leaderboard
2019-10-28 17:54:25 +05:30
Suraj Shetty
359c5fc411
test: Add test to check "Apply Only Once" condition
2019-10-28 14:33:14 +05:30
Suraj Shetty
c52f88d4d3
feat: Ability to apply Energy Point Rule only once
2019-10-28 14:32:26 +05:30
mergify[bot]
5d60421ef9
Merge pull request #8689 from gavindsouza/merge-docs-fix
...
fix: merge documents
2019-10-27 14:00:34 +00:00
Gavin D'souza
5255513fff
fix: merge documents without error
2019-10-27 18:52:37 +05:30