Shariq Ansari
a69020f2f3
fix: Page load optimization
2021-09-07 19:01:41 +05:30
Deepesh Garg
49b3f19aa6
Merge branch 'develop' of https://github.com/frappe/frappe into server_script_enhancements
2021-09-07 18:33:44 +05:30
Deepesh Garg
a1251aace9
fix: Syntax Error
2021-09-07 18:29:04 +05:30
mergify[bot]
04b4417540
Merge pull request #14062 from saxenabhishek/aks-fix-postgres
...
fix: miscellaneous Postgres issues
2021-09-07 12:58:00 +00:00
Deepesh Garg
55e2af20c6
feat: Enhancements in Server Script
2021-09-07 17:51:46 +05:30
Abhishek Saxena
1d02d26a2b
Merge branch 'develop' into aks-fix-postgres
2021-09-07 17:42:03 +05:30
Your Name
74d6ed32d6
test: add frappe.db.add_index
2021-09-07 17:40:55 +05:30
Shariq Ansari
c8d1c26ac1
fix: Dashboard Setting already exist error
2021-09-07 16:42:52 +05:30
Suraj Shetty
3aed8f9e22
test: Miscellaneous fixes to avoid flaky tests
2021-09-07 16:19:27 +05:30
Suraj Shetty
b4bb4c039f
test: Update click_sidebar_button to accept btn_name
...
- to make tests cases readable
2021-09-07 15:24:32 +05:30
Ankush Menat
b33b469aff
Merge branch 'develop' into ci_ubuntu_latest
2021-09-07 13:10:56 +05:30
gavin
620cad18d6
Merge pull request #14129 from gavindsouza/timeline-missing-comments
...
fix: Bring back the missing Comments
2021-09-07 11:35:46 +05:30
Gavin D'souza
07c5d0a28c
fix(db_pg): Strip index size from each field
2021-09-07 11:27:38 +05:30
Gavin D'souza
2178ea7c96
style: Fix indentation for get_all query
2021-09-07 11:08:02 +05:30
Faris Ansari
432378c06f
fix: misc
...
- show "Not Saved" when dirty
- Toggle Preview only when format is saved
- save a new format on first load
2021-09-07 10:46:52 +05:30
Faris Ansari
dd03ce8053
fix: Ability to set font via Google Font
2021-09-07 10:45:09 +05:30
Leela vadlamudi
8968653072
Merge pull request #14133 from frappe/mergify/bp/develop/pr-14132
...
fix: customizing print formats (backport #14132 )
2021-09-07 06:50:47 +05:30
leela
3594890eb2
fix: customizing print formats
...
Currently system managers can only customize the print formats even though
the other roles has a permissions to do so. Fixed it to show
customize button based on permissions.
(cherry picked from commit f9486fce5fb24402fce31e3d36370120c4524a9b)
2021-09-07 01:16:16 +00:00
Suraj Shetty
92fceb88d5
Merge branch 'develop' into timeline-missing-comments
2021-09-06 22:57:59 +05:30
Suraj Shetty
ecf08e9886
Merge pull request #14108 from frappe/mergify/bp/develop/pr-14099
2021-09-06 22:55:35 +05:30
Suraj Shetty
084be78f95
Merge branch 'develop' into mergify/bp/develop/pr-14099
2021-09-06 22:51:29 +05:30
Suraj Shetty
fba196484c
ci: Conditionally run codecov upload
2021-09-06 22:50:42 +05:30
Suraj Shetty
8b252d493a
ci: Conditionally run codecov upload
2021-09-06 22:49:48 +05:30
Suraj Shetty
9d9ca1c2dd
Merge branch 'develop' into mergify/bp/develop/pr-14099
2021-09-06 22:45:25 +05:30
Suraj Shetty
4e200d13a5
Merge pull request #14127 from frappe/mergify/bp/develop/pr-14114
2021-09-06 22:44:25 +05:30
mergify[bot]
cea341ccf5
Merge pull request #13594 from shariquerik/custom-doctype-webform-perm
...
fix: Webform Permission for custom doctype
2021-09-06 17:06:13 +00:00
Gavin D'souza
d55254e7dc
feat(minor): Show title for form timeline icons
2021-09-06 19:45:44 +05:30
Gavin D'souza
ab7dee13cf
chore: Added return type for DatabaseQuery.execute
2021-09-06 19:44:25 +05:30
Gavin D'souza
f0b9eb5f7c
fix: Update available Frappe icons
...
* Added icons for milestone
* Updated Workflow and Branch icons for consistency
2021-09-06 19:41:49 +05:30
Gavin D'souza
a233bf1061
fix: Add workflow comments in form timeline
...
* Add Edit, Label along with Info timeline logs
* Added title field for timeline icon
2021-09-06 19:39:08 +05:30
Gavin D'souza
6f0a02aaa5
fix: Handle multiple comment types in get_comments
2021-09-06 19:37:39 +05:30
Manuel
a906e90903
Merge branch 'frappe:develop' into develop
2021-09-06 13:31:08 +02:00
Faris Ansari
b8b8d1305f
fix: add cairocffi as requirement
2021-09-06 16:57:55 +05:30
Faris Ansari
7db68a1878
fix: Handle on_page_show
2021-09-06 16:57:39 +05:30
Faris Ansari
0928c4c172
feat: Use weasyprint to generate PDF
...
- /printpreview route to preview HTML template
2021-09-06 16:57:37 +05:30
Faris Ansari
66ead39e2a
fix: Add inline preview
2021-09-06 16:57:16 +05:30
Faris Ansari
c6b4fd2593
fix: Add section page break
2021-09-06 16:57:16 +05:30
Faris Ansari
a25817b64c
fix: Set table column width in percentages
2021-09-06 16:57:16 +05:30
Faris Ansari
f536a1ff91
fix: More features
...
- Show selection dialog if Print Format not selected
- Field component
- Common store
- Edit Field label inline
- Configure table columns
- Edit Custom HTML
- Preview
2021-09-06 16:57:16 +05:30
Faris Ansari
f58254db78
fix: poor man's hot reload
2021-09-06 16:57:14 +05:30
Faris Ansari
b8fbed0f66
feat: New Print Format Builder
...
- Print Format Builder Beta page
- Add margin fields in Print Format
- Using vuedraggable for drag and drop
2021-09-06 16:56:00 +05:30
Your Name
08b7430ba2
fix: change fieldname for postgres create index
2021-09-06 16:41:50 +05:30
Your Name
5669d9c559
fix: pass distinct as argument in set_modules
2021-09-06 16:41:41 +05:30
Rushabh Mehta
c3c4057866
Merge pull request #14111 from shariquerik/wspace-2-fixes
...
fix: Dashboard Settings already exist error on first login
2021-09-06 14:41:21 +05:30
Shariq Ansari
4f76c56347
Merge branch 'frappe:develop' into wspace-2-fixes
2021-09-06 14:32:08 +05:30
mergify[bot]
f4d260de0d
fix: Problems while using translations via Globe Symbol ( #14128 )
...
Co-authored-by: Vama Mehta <vama.mehta@inqubit.in>
(cherry picked from commit 40f2e915918860ade1e514c8b0bb4cf1bb6d0b2b)
Co-authored-by: vama <vamagithub@gmail.com>
2021-09-06 14:16:27 +05:30
Saqib
62a205fe2e
feat: change custom button type ( #14074 )
...
* feat: change custom button type using frm
2021-09-06 12:43:17 +05:30
Leela vadlamudi
3527731b93
Merge pull request #14124 from frappe/mergify/bp/develop/pr-14113
...
fix: RTL support for text editor (backport #14113 )
2021-09-06 12:35:24 +05:30
leela
768e4052f9
fix: node creation from tree view
...
(cherry picked from commit f8cd2ad388c96eefff4730ce130806231bc0d87e)
2021-09-06 07:04:05 +00:00
Gavin D'souza
9f4f096bf1
Merge branch 'develop' into compare-columns-db_query
2021-09-06 11:38:55 +05:30