deepeshgarg007
3aa50caf72
feat(quick_entry): Allow submitting doc in quick entry
2019-07-11 18:23:43 +05:30
mergify[bot]
5b94dc147e
Merge pull request #7869 from Anurag810/removed_feedback_request_doctype
...
fix: Removed feedback request doctype
2019-07-11 07:34:25 +00:00
mergify[bot]
831a35fa8b
Merge pull request #7879 from netchampfaris/fix-frontmatter-parsing
...
fix: Wrap frontmatter parsing in try except
2019-07-11 06:20:48 +00:00
mergify[bot]
d12697c827
Merge pull request #7876 from deepeshgarg007/time_line_fix
...
fix: Do not submit comments if timeline does not exists
2019-07-11 06:17:59 +00:00
Faris Ansari
6f709b8759
fix: Wrap frontmatter parsing in try except
2019-07-11 11:38:09 +05:30
deepeshgarg007
6afd553431
fix: Do not submit comments if timeline does not exists
2019-07-10 22:04:29 +05:30
Anurag Mishra
6d96efe434
patch: removed feedback request if exists
2019-07-10 19:49:31 +05:30
mergify[bot]
c5ddbdff5e
Merge pull request #7872 from netchampfaris/breadcrumbs-module-map
...
fix: Allow overriding breadcrumbs modules
2019-07-10 14:09:03 +00:00
mergify[bot]
ec9a11e8ed
Merge pull request #7873 from Mangesh-Khairnar/multi-select-dialog-fix
...
chore: Add descriptive comments
2019-07-10 14:06:24 +00:00
Mangesh-Khairnar
b52b083977
fix: add descriptive comments
2019-07-10 18:59:42 +05:30
Faris Ansari
b2764ca4dc
fix: Allow overriding breadcrumbs modules
...
Some modules like Core, Email, Automation are shown in the Settings
module. This change will allow apps to define which module the original
module should map to.
2019-07-10 18:48:21 +05:30
mergify[bot]
e40ef5e8d6
Merge pull request #7742 from prssanna/list-group-by
...
feat(Sidebar): Add "Group By" dropdown fields to list sidebar
2019-07-10 08:35:12 +00:00
Faris Ansari
37108eab1a
fix: create_records for multiple docs ( #7868 )
...
convert doc to frappe._dict
2019-07-10 13:56:05 +05:30
mergify[bot]
c6a7a839ac
Merge pull request #7812 from netchampfaris/ux-form-sidebar-image
...
fix(UX): Form Sidebar Image
2019-07-10 08:24:26 +00:00
Faris Ansari
5c7cf6d066
fix: Simplify count, dropdown rendering and filter
2019-07-10 13:51:15 +05:30
Anurag Mishra
62a5a742b5
patch: removed feedback request if exists
2019-07-10 12:57:26 +05:30
Faris Ansari
f134abeb75
fix: Trigger dropdown on image wrapper click
2019-07-10 12:48:43 +05:30
mergify[bot]
5f1d0f3d2b
Merge pull request #7867 from surajshetty3416/fix-report-chart-values
...
fix: Format report chart values by passing fieldtype
2019-07-10 05:21:25 +00:00
mergify[bot]
678e86dcfe
Merge pull request #7853 from netchampfaris/frontmatter-md-files
...
feat: Frontmatter support in .md files
2019-07-10 05:03:07 +00:00
mergify[bot]
467df2c906
Merge pull request #7863 from hrwX/fix_ver_12
...
fix(About): show version
2019-07-10 04:48:39 +00:00
Faris Ansari
ad49d446ae
fix: Webform set default values ( #7864 )
2019-07-09 19:49:39 +05:30
Himanshu
b3b6c30ece
Update about.js
2019-07-09 18:26:51 +05:30
Suraj Shetty
2cde97402c
fix: Format values by passing fieldtype
...
- Pass fieldtype to format value
2019-07-09 18:13:15 +05:30
Himanshu Warekar
828454cd49
fix: show version
2019-07-09 18:02:03 +05:30
Anurag Mishra
02d63dcc4f
fix: added option to show indentation ( #7855 )
...
* fix: added option to show indentation
* fix: if check
2019-07-09 15:30:07 +05:30
mergify[bot]
c1f2e18591
Merge pull request #7861 from scmmishra/multi-select-fix
...
fix: rendering results on filter
2019-07-09 09:26:29 +00:00
Faris Ansari
88ee683513
fix: Link filter description ( #7859 )
...
- Handle name field
2019-07-09 14:55:04 +05:30
Shivam Mishra
765bc7cb96
fix: rendering results on filter
2019-07-09 14:17:36 +05:30
Faris Ansari
1e19d62323
feat: Add frontmatter block support in .md files
...
Frontmatter blocks can be used to add context variables for rendering
the page
2019-07-07 21:37:29 +05:30
mergify[bot]
0b0bbff3ab
Merge pull request #7843 from surajshetty3416/revert-cancelled-doc-points
...
feat: Auto revert points on the doc if the doc gets canceled
2019-07-07 09:55:36 +00:00
mergify[bot]
3422938d16
Merge pull request #7851 from deepeshgarg007/datatable-develop-1.13.5
...
fix: Upgrade frappe datatable
2019-07-07 09:53:32 +00:00
deepeshgarg007
63b713bf09
fix: Upgrade datatable
2019-07-07 14:10:45 +05:30
Faris Ansari
2f7b7b02ac
fix: Retain list_context object ( #7848 )
...
list_context object was lost between update_context_from_module calls
2019-07-06 13:40:02 +05:30
mergify[bot]
1700f4a929
Merge pull request #7846 from prssanna/dropbox-fix
...
fix(Dropbox): Make "Take Backup Now" button visible only if dropbox is enabled
2019-07-05 15:22:24 +00:00
Faris Ansari
1389300115
fix: bench run-ui-tests command ( #7844 )
...
* fix: bench run-ui-tests command
BREAKING CHANGE
This replaces the old run-ui-tests command which used selenium to run
UI tests with Cypress.
Usage:
bench --site [sitename] run-ui-tests [app]
bench --site [sitename] run-ui-tests [app] --headless
* fix: Include adminPassword from site_config
* fix: string formatting
2019-07-05 15:30:59 +05:30
Prssanna Desai
276bb8abcb
fix(Dropbox): Make "Take Backup Now" button visible only if dropbox is enabled
2019-07-05 15:24:40 +05:30
Suraj Shetty
53b5855bc7
fix: Set session user only for new document ( #7837 )
2019-07-05 15:10:24 +05:30
Suraj Shetty
b86fc6afad
fix: Website dialog success message ( #7835 )
2019-07-05 15:09:53 +05:30
Faris Ansari
d719f77edb
fix(ui-tests): Pick admin password from config ( #7842 )
2019-07-05 12:24:07 +05:30
Suraj Shetty
9e4fff51de
fix: Avoid using session user image if image_url is passed ( #7840 )
2019-07-05 10:59:29 +05:30
rohitwaghchaure
5530235165
Merge pull request #7841 from scmmishra/heatmap-fix
...
fix: changes for heatmap data API
2019-07-05 00:20:28 +05:30
Suraj Shetty
2a3da6b391
test: Add test for revert_points_on_cancelled_doc
2019-07-04 23:02:46 +05:30
Suraj Shetty
f4bfc42600
fix: Add a check to see if point is already reverted
2019-07-04 23:01:39 +05:30
Suraj Shetty
4062bea097
feat: Auto revert points on the cancelled doc
2019-07-04 23:00:40 +05:30
Shivam Mishra
c8c73f5398
fix: changes for heatmap data API
...
Co-authored-by: Anurag Mishra <mishranaman123@gmail.com>
2019-07-04 18:12:40 +05:30
Prssanna Desai
085d57bbd2
fix: codacy fixes
2019-07-04 17:25:28 +05:30
mergify[bot]
b54e1d2dcb
Merge pull request #7836 from fproldan/fix_fixtures_develop
...
fix: Custom fields order error in fixtures for develop
2019-07-04 11:45:36 +00:00
NahuelOperto
30ef12e9ca
fix: fixtures order by
2019-07-04 08:23:50 -03:00
Prssanna Desai
7fef3e3a4f
fix: refactor by separating html from business logic
2019-07-04 16:42:12 +05:30
Prssanna Desai
783e68273b
fix: move list group by logic to new class
2019-07-04 16:42:12 +05:30