Commit graph

22402 commits

Author SHA1 Message Date
Faris Ansari
f31e93255e fix: Fallback for label in Table 2019-11-16 18:59:36 +05:30
Deepesh Garg
0871db97f6
Merge pull request #8822 from adityahase/fix-pdf-quote-encoding
fix(pdf): Remove unnecessary argument
2019-11-15 18:31:37 +05:30
Deepesh Garg
6d8c06ae14
Merge pull request #8818 from deepeshgarg007/total_row_print
fix: Show total row in print only if add total row is checked
2019-11-15 18:30:28 +05:30
Aditya Hase
ab455b46cd
fix(pdf): Remove unnecessary argument
https://docs.python.org/3/library/urllib.parse.html#urllib.parse.quote
https://docs.python.org/2/library/urllib.html#urllib.quote
2019-11-15 15:44:39 +05:30
Suraj Shetty
05c05a7e03
fix(List): Save checked list rows on auto refresh (#8804)
fix(List): Save checked list rows on auto refresh
2019-11-15 14:08:52 +05:30
Suraj Shetty
5ae026295d
fix: Trigger on_row_checked after checking rows 2019-11-15 13:53:47 +05:30
Suraj Shetty
1c6881ba3c
fix: Make code explicit
.click() could have unchecked already checked row (this case may never occur but it's better to explicitly set it as checked)
2019-11-15 13:47:32 +05:30
deepeshgarg007
a685b10f8e fix: Show total row in print only if add total row is checked 2019-11-14 20:11:21 +05:30
mergify[bot]
3dafabc261
Merge pull request #8815 from netchampfaris/test-control-link-fix
test: More robust control link test
2019-11-14 08:09:51 +00:00
mergify[bot]
d74faae430
Merge pull request #8814 from netchampfaris/file-uploader-403
fix(fileuploader): Handle 403 status code
2019-11-14 07:33:36 +00:00
Faris Ansari
9dad73c300 test: More robust control link test 2019-11-14 12:44:05 +05:30
Faris Ansari
ac9fe0215c fix(fileuploader): Handle 403 status code 2019-11-14 12:29:52 +05:30
mergify[bot]
2a1b61e9c8
Merge pull request #8800 from adityahase/fix-reactivate-scheduler
fix(scheduler): Activate scheduler if found inactive
2019-11-14 06:11:36 +00:00
mergify[bot]
ede955ca44
Merge pull request #8794 from scmmishra/fix-formatting-charts
fix: formatting for chart tooltip
2019-11-14 05:55:58 +00:00
mergify[bot]
1ff5089fec
Merge pull request #8596 from ruchamahabal/email_fix
fix(Email): poplib.error_proto exception
2019-11-14 05:35:55 +00:00
Shivam Mishra
de0984a87b
Merge pull request #8799 from prssanna/filters-fix
fix: set first option as value for 'is' condition if no value selected
2019-11-13 17:47:15 +05:30
Aditya Hase
e35af96257
fix(scheduler): Activate scheduler if found inactive 2019-11-13 12:03:28 +05:30
prssanna
a7fb0dba57 fix(List): save checked rows on auto refresh 2019-11-13 11:48:35 +05:30
prssanna
f6b4fdef0c fix: codacy 2019-11-12 21:21:12 +05:30
mergify[bot]
d7773207d7
Merge pull request #8797 from scmmishra/blog-fix
fix: filtering for blog category
2019-11-12 13:48:26 +00:00
prssanna
eae67eb0dd fix: set first option as value for 'is' condition if no value selected 2019-11-12 19:06:43 +05:30
Shivam Mishra
e36ad8d8de fix: filtering for blog category 2019-11-12 18:54:13 +05:30
Shivam Mishra
4835c87c3f refactor: code styling 2019-11-12 17:53:26 +05:30
Shivam Mishra
6d85f1215f fix: formatting for chart tooltip 2019-11-12 17:36:59 +05:30
mergify[bot]
8fe3f9506d
Merge pull request #8792 from prssanna/leaderboard
feat: Add Leaderboard to Places
2019-11-12 09:46:49 +00:00
prssanna
afe90c03e7 feat: Add leaderboard to Places 2019-11-12 14:34:24 +05:30
Suraj Shetty
766eb4cc1f
fix(grid): Arrow key nav minor enhancements (#8762)
fix(grid): Arrow key nav minor enhancements
2019-11-12 12:33:07 +05:30
mergify[bot]
b882f72f8e
Merge pull request #8787 from netchampfaris/fix-listview-actions-test
test: More robust Listview Actions test
2019-11-12 06:49:40 +00:00
Faris Ansari
c79754e97d
Merge pull request #8784 from gavindsouza/chat-fix
fix(chat): visitor chat for v12
2019-11-12 12:12:56 +05:30
Faris Ansari
ffa8038e4c test: Fix Control Link test 2019-11-12 11:52:41 +05:30
mergify[bot]
f94cd49d9c
Merge pull request #8785 from rohitwaghchaure/letter_head_list_view_not_working
fix: letter head listview html issue
2019-11-12 06:01:30 +00:00
Faris Ansari
ea7d75c523 test: Remove .only 2019-11-12 11:11:42 +05:30
Faris Ansari
4fcb22546b test(listview): Select Pending Todo items 2019-11-12 11:11:35 +05:30
Gavin D'souza
767ff4f9f0 fix: making chat resources async available 2019-11-12 10:45:49 +05:30
Rohit Waghchaure
8c36afe460 fix: letter head listview html issue 2019-11-11 18:47:46 +05:30
Gavin D'souza
9aa0f9750d chore(chat): delete redundant test files 2019-11-11 17:31:28 +05:30
Gavin D'souza
873e887922 chore: include css/js only if chat is enabled 2019-11-11 17:18:56 +05:30
mergify[bot]
f0f2f001c2
Merge pull request #8776 from deepeshgarg007/auto_repeat_patch_fix
fix: Ignore links while saving auto repeat doc
2019-11-11 10:03:00 +00:00
Gavin D'souza
5d847da351 fix(chat): css and socketio for visitor chat 2019-11-11 15:22:27 +05:30
Gavin D'souza
7d6c381f01 fix(chat): namespace fixing and build.json updates
updated build.json for visitor chat, added desk namespace on desk load, removed redundant frappe.desk.* namespaces
2019-11-11 15:16:59 +05:30
Gavin D'souza
d73c3f622e chore(chat): update chat doctypes 2019-11-11 15:14:58 +05:30
mergify[bot]
3659ce8c4c
Merge pull request #8783 from Alchez/dev-date-prettify
format: singular-plural format (develop)
2019-11-11 08:53:32 +00:00
mergify[bot]
07f0a3cabc
Merge pull request #8780 from deepeshgarg007/webform_select
fix: Hide default arrow from select field in webforms
2019-11-11 08:46:50 +00:00
Rohan Bansal
47caf1e9ad fix: singular-plural format 2019-11-11 14:05:43 +05:30
deepeshgarg007
9f846f9a3b fix: Hide default arrow from select field in webforms 2019-11-09 22:03:27 +05:30
mergify[bot]
ea3b9cea60
Merge pull request #8778 from thefalconx33/job-enqueue-fix
fix: error while enqueuing jobs related to notification log
2019-11-08 10:58:01 +00:00
thefalconx33
be15eec09e fix: error while enqueuing jobs related to notification log 2019-11-08 15:54:09 +05:30
deepeshgarg007
49d3ac182c fix: Ignore links while saving auto repeat doc 2019-11-08 14:28:26 +05:30
Faris Ansari
2dac4f8432
fix(db.sql): Print query in debug mode (#8767) 2019-11-07 17:12:11 +05:30
Arjit Gupta
8d6d6d5d23 chore: Fix typo in docstrings (#8764)
Corrected typo in documentation of find() and find_all()
2019-11-07 14:06:26 +05:30