Commit graph

25600 commits

Author SHA1 Message Date
Faris Ansari
6c5558d6ce fix: Tabs styling 2020-05-31 21:30:41 +05:30
Faris Ansari
53e4744fc0 fix: Subtle style for blockquote 2020-05-30 18:09:38 +05:30
Faris Ansari
d918d13f40 fix: Print message when global search is updated 2020-05-30 18:03:53 +05:30
Faris Ansari
3a20187715 fix: Build search index for web pages after migrate 2020-05-30 18:03:38 +05:30
Faris Ansari
6d1bffb1d7 fix: Fix styling for doc page 2020-05-30 09:19:45 +05:30
Faris Ansari
b17b0d9077 feat: Doc search 2020-05-27 18:02:16 +05:30
Faris Ansari
23b00f1ccf Merge branch 'text-search-whoosh-2020-05-19' into page-builder-with-text-search-whoosh-2020-05-24 2020-05-24 08:44:51 +05:30
Faris Ansari
622667e130 feat: Doc page layout
- 3 Columns layout with Sidebar, Main and TOC
- Night owl hljs theme
- Sidebar with groups
2020-05-24 07:38:10 +05:30
Faris Ansari
5b1dacb6a1 feat: Set base_template for routes by regex
The default `base_template` for any web route was `templates/web.html`
by default. Now, you can set the `base_template` for routes by a regex
pattern via hooks (using the key `base_template_map`). For e.g, you can
set `templates/doc.html` for routes that match the pattern `docs.*`
2020-05-24 07:33:46 +05:30
Faris Ansari
28c70a6aed fix: Set font to Inter temporarily 2020-05-23 15:51:52 +05:30
Faris Ansari
256898e23e feat: Doc page layout (wip) 2020-05-23 15:51:52 +05:30
Faris Ansari
501f9a1cf8 fix: Remove whitespace from breadcrumbs block 2020-05-23 15:51:52 +05:30
Faris Ansari
a8720d9554 fix: Extract page toc from markdown 2020-05-23 15:51:52 +05:30
mergify[bot]
dc28773cec
Merge pull request #10464 from scmmishra/sidebar-width
refactor: sidebar spacing for desk
2020-05-22 12:11:05 +00:00
mergify[bot]
425e250924
Merge pull request #10461 from scmmishra/fix-chart-color
fix: chart auto color
2020-05-22 11:37:45 +00:00
Shivam Mishra
38706e9dbe feat: sidebar spacing 2020-05-22 16:52:58 +05:30
Shivam Mishra
087673c543 fix: chart auto color 2020-05-22 15:01:24 +05:30
mergify[bot]
ce960f04da
Merge pull request #10455 from gavindsouza/backups-var-fix
fix: Add backwards compatible verbose flag
2020-05-22 07:53:33 +00:00
Gavin D'souza
fd9fd7c940 fix: backwards compatible verbose flag 2020-05-22 12:12:14 +05:30
mergify[bot]
a2550faa0f
Merge pull request #10232 from scmmishra/web-analytics-report
feat: Website module enhancements
2020-05-22 04:51:25 +00:00
mergify[bot]
c65e2d0e53
Merge pull request #10442 from SDLyu/fix/get_dashboard_data_bug
fix: customize hooks for override_doctype_dashboards get AttributeError
2020-05-21 16:00:50 +00:00
Shivam Mishra
5bdcc4cbe0 fix: translate tour for web page 2020-05-21 19:52:28 +05:30
mergify[bot]
c706870977
Merge pull request #10447 from saurabh6790/fix-return-value-for-flt
fix: default return value for flt
2020-05-21 13:28:37 +00:00
Saurabh
895ffc3fec fix: default return value for flt 2020-05-21 18:22:32 +05:30
Shivam Mishra
a905f34c2d
fix: use get-all instead of get-list (#10444) 2020-05-21 17:06:45 +05:30
mergify[bot]
dafa1f1bf8
Merge pull request #10432 from adityahase/fix-background-job-error-log
fix(background-jobs): Include traceback in error logs
2020-05-21 11:13:28 +00:00
SDLyu
3e9d8d05e9
Wrappe frappe._dict
`frappe.get_attr(hook)(data=data)` return dict. But function `get_open_count` will access `fieldname` attribute in notifications.py.
 I will cause error `'dict' object has no attribute 'fieldname'`.
2020-05-21 18:47:00 +08:00
mergify[bot]
4e197c56d6
Merge pull request #10430 from scmmishra/fix-relative-filter-test
test: fix flaky tests relative filter and control link
2020-05-21 10:00:38 +00:00
mergify[bot]
3a52fe8949
Merge pull request #10434 from adityahase/fix-recorder-sensible-defaults
fix(recorder): Use sane defaults for sorting
2020-05-21 09:45:57 +00:00
mergify[bot]
b424a340a9
Merge pull request #10439 from frappe/sahil28297-patch-3
chore: pin redis version to 3.5.1
2020-05-21 09:42:11 +00:00
sahil28297
53f6404604
chore: pin redis version to 3.5.1 2020-05-21 14:36:19 +05:30
Aditya Hase
1abf265451 fix(recorder): Use sane defaults for sorting 2020-05-21 11:01:42 +05:30
mergify[bot]
55a3e959f2
Merge pull request #10424 from gavindsouza/recorder-css
fix(recorder): reduce z index to avoid overlap
2020-05-21 05:13:54 +00:00
Himanshu
066ecb44cc
fix(Query Report): column reordering bug (#10270) 2020-05-21 10:31:26 +05:30
Aditya Hase
33a52fcff2 fix(background-jobs): Include traceback in error logs 2020-05-21 10:28:45 +05:30
mergify[bot]
0b22139e82
Merge pull request #10120 from prssanna/chart-dates-fix
fix: Calculation of dates and values for dashboard charts
2020-05-21 04:21:47 +00:00
mergify[bot]
89080f8b1d
Merge pull request #10411 from netchampfaris/move-address-contact-templates-from-erpnext-2020-05-18
fix: Move address and contact templates from ERPNext
2020-05-21 04:05:46 +00:00
mergify[bot]
46e52d7d77
Merge pull request #10206 from Anurag810/multi_select_dialog_redesign
feat: Redesign Multiselect Dialog
2020-05-20 18:48:45 +00:00
Shivam Mishra
e33bcfa6bd style: fix linting issue 2020-05-21 00:03:46 +05:30
mergify[bot]
98050bc6b7
Merge pull request #10371 from scmmishra/web-page-builder-enhancements
fix: Web page builder enhancements
2020-05-20 18:27:36 +00:00
mergify[bot]
4f6f9f3293
fix: check for self linking (bp #10181) (#10426) 2020-05-20 23:30:27 +05:30
Shivam Mishra
53855cad1d fix (cypress): set default command timeout to 20 seconds 2020-05-20 23:29:30 +05:30
Shivam Mishra
5d5cb26143 fix: add delay in typing 2020-05-20 23:28:40 +05:30
Shivam Mishra
7a1cb7fa00 refactor: don't login before each test 2020-05-20 23:28:26 +05:30
Shivam Mishra
d6e0cdb4fe fix (test): fix flaky relative filter test 2020-05-20 22:45:29 +05:30
Shivam Mishra
49f9447627 fix: apply rule on image 2020-05-20 21:48:38 +05:30
mergify[bot]
326d6a57fc
Merge pull request #10412 from prssanna/multiselect-pills-fix
fix(MultiSelectPills): get_data doesn't take input value
2020-05-20 16:09:46 +00:00
mergify[bot]
0826a9db45
fix: check for self linking and circular linking while getting submitted linked docs (bp #10179) (#10425) 2020-05-20 21:24:09 +05:30
mergify[bot]
f0e08d5784
Merge pull request #10423 from frappe/backups-fix
fix: Allow verbose flag in BackupGenerator
2020-05-20 15:36:50 +00:00
Gavin D'souza
62b2c034ae fix(recorder): reduce z index to avoid overlap 2020-05-20 19:49:05 +05:30