Aditya Hase
09b87f8a2d
perf: Remove frappe.website.render from import tree
2021-02-21 09:47:05 +05:30
Aditya Hase
56deeafe00
perf: Remove dateutil from import tree
2021-02-21 09:46:44 +05:30
Aditya Hase
64517ef272
perf: Remove babel from import tree
2021-02-21 09:46:31 +05:30
Aditya Hase
e209722624
perf: Remove num2words from import tree
2021-02-21 09:45:24 +05:30
Aditya Hase
b35a63c05f
perf: Remove html2text from import tree
2021-02-21 09:44:07 +05:30
Aditya Hase
563e81c22c
perf: Remove markdown2 from import tree
2021-02-21 09:43:22 +05:30
Aditya Hase
385761bcec
perf: Remove yaml from import tree
2021-02-21 09:42:21 +05:30
Aditya Hase
b0456503f2
perf: Remove frappe.utils.background_job from import tree
2021-02-21 09:42:04 +05:30
Aditya Hase
3f0409a2af
perf: Remove frappe.utils.password from import tree
2021-02-21 09:41:28 +05:30
Aditya Hase
2413f7e6ec
perf: Replace markdown2.UnicodeWithAttrs with frappe.utils.UnicodeWithAttrs
2021-02-21 09:41:10 +05:30
Aditya Hase
7f0fe5e697
perf: Remove frappe.utils.identicon from import tree
2021-02-20 21:19:04 +05:30
Aditya Hase
293c1c77e3
perf: Remove bleach from import tree
2021-02-20 21:18:37 +05:30
Aditya Hase
9b90d88170
perf: Remove Faker from import tree
2021-02-20 21:18:15 +05:30
Aditya Hase
a708ba4b94
perf: Remove Jinja from import tree
2021-02-20 21:18:01 +05:30
Aditya Hase
bbac844de7
perf: Remove frappe.installer from import tree
2021-02-19 21:19:13 +05:30
Aditya Hase
482543a326
perf: Remove frappe.utils.change_log from import tree
2021-02-19 21:14:45 +05:30
Aditya Hase
9614886fa5
perf: Remove requests from import tree
2021-02-19 21:14:12 +05:30
Aditya Hase
637aa059b9
perf: Remove BeautifulSoup from import tree
2021-02-19 21:01:55 +05:30
mergify[bot]
cce7b3d96e
Merge pull request #12423 from gavindsouza/server-script-scheduled-record
...
refactor: Server scripts
2021-02-19 06:51:12 +00:00
Suraj Shetty
ce752dbafd
fix: Checkbox style for disabled but checked checkbox ( #12435 )
2021-02-19 09:24:56 +05:30
Suraj Shetty
82c8bbbacd
fix: Disable trigger_change_on_input_event to avoid unexpected behavior ( #12429 )
2021-02-18 16:43:51 +05:30
mergify[bot]
db88902a70
Merge pull request #12427 from rohitwaghchaure/ignore-notify-update-in-patch
...
perf: Ignore notify update in patch execution
2021-02-18 09:13:27 +00:00
mergify[bot]
0c4910d7c5
Merge pull request #12417 from netchampfaris/fix-request-handling
...
fix: Throw early if invalid arguments
2021-02-18 08:21:10 +00:00
Rohit Waghchaure
bfab46c536
fix: ignore notify update in patch execution
2021-02-18 13:33:12 +05:30
Gavin D'souza
e901feb1bf
refactor(minor): Rename field event_type to event_frequency
...
* Drop _dashboard.py in favour of links in the .json
2021-02-18 13:05:55 +05:30
Suraj Shetty
b034161397
Merge pull request #12425 from surajshetty3416/fix-form-padding
2021-02-18 12:57:52 +05:30
Suraj Shetty
3aa2a91baf
fix: Table multiselect style
2021-02-18 12:35:38 +05:30
prssanna
7b66292d27
fix: kanban column max height
2021-02-18 12:28:47 +05:30
Prssanna Desai
24a90c76d4
Merge pull request #12419 from prssanna/redesign-fixes
2021-02-18 12:20:19 +05:30
Suraj Shetty
cdd7f17609
fix: Update breakpoint
2021-02-18 12:00:05 +05:30
prssanna
24aabd2b02
fix: ui tests
2021-02-18 11:24:25 +05:30
Gavin D'souza
f78e5deb10
refactor: Server Script
...
changes:
* Added docstrings to all methods under ServerScript and resp. API
* Added validations and sync for scheduler server scripts based on b376e67608
* Restructured and simplified code to make it "less" confusing
* Added type hints for method args and returns
2021-02-17 19:18:48 +05:30
Gavin D'souza
b376e67608
refactor: Scheduler Server Scripts
...
* Document Links to show Scheduled Job Types linked to doc
* Event Type field added to maintain track of job scheduled via server
script
* One Server Script => One Scheduled Job Type !!!
Co-authored-by: Faris Ansari <netchamp.faris@gmail.com>
Co-authored-by: Abhishek Balam <abhishekbalam96@gmail.com>
2021-02-17 19:10:46 +05:30
Gavin D'souza
c8a0bd000d
style: Add type hints, Black-ish & f-strings
2021-02-17 19:07:08 +05:30
Gavin D'souza
53378ac7e1
fix: Scheduled Job Type sync conditions
...
Delete only if job not defined in hooks' scheduler events, neither is
linked to a server script
2021-02-17 19:00:28 +05:30
prssanna
c5bd96aea0
fix: kanban like
2021-02-17 16:42:42 +05:30
prssanna
c42b5a5cc7
fix: kanban last card cut off
2021-02-17 16:25:23 +05:30
prssanna
f91c9bf467
fix: remove hidden_due_do_dependency property for filter field
...
Co-authored-by: Suraj Shetty <surajshetty3416@gmail.com>
2021-02-17 16:25:09 +05:30
prssanna
9dd4d4b72a
fix: show first filter row on opening popover
2021-02-17 16:23:45 +05:30
prssanna
68bee13f6e
fix: title for link field items in awesomplete
2021-02-17 15:38:59 +05:30
mergify[bot]
344f7878ef
Merge pull request #12420 from ankush/fix_formatter
...
fix: remove trailing quote from formatter html
2021-02-17 09:33:47 +00:00
Ankush Menat
c02a7ef214
fix: remove trailing quote from formatter html
...
Related issue: FR-ISS-256268
2021-02-17 14:35:14 +05:30
prssanna
caf0adaa9d
fix: sidebar dropdown placeholder
2021-02-17 13:02:01 +05:30
prssanna
f7c930d50d
fix: don't show report builder link on report builder route
2021-02-17 13:01:13 +05:30
Suraj Shetty
ebc18892b6
fix: Form padding in mobile view
2021-02-17 12:49:15 +05:30
prssanna
d86832aaf2
fix: disabled link style
2021-02-17 12:34:48 +05:30
prssanna
bc2656dbd8
fix: remove duplicate variables.scss import
2021-02-17 11:41:33 +05:30
prssanna
cef115967b
fix: awesomplete width for filters
2021-02-17 10:59:38 +05:30
Suraj Shetty
aea5f83b46
fix: Remove unnecessary padding value in mobile.scss
2021-02-17 10:29:08 +05:30
Faris Ansari
6fa38a325d
fix: Fallback value for allow_traceback when no db
2021-02-16 21:45:26 +05:30