mergify[bot]
86b2c38cf6
Merge pull request #15219 from ankush/coverage_plus_plus
chore: raise threshold for patch coverage to 85%
3 年前
Suraj Shetty
e5372a147f
Merge branch 'develop' into develop
3 年前
mergify[bot]
7aef5f4a97
Merge pull request #15279 from sumaiya2908/childtable-in-webform
fix: display of sr no in child table of a web form
3 年前
mergify[bot]
96a5f757c4
Merge pull request #15284 from sumaiya2908/timeline-event-icon
fix: different icons for different events in the timeline.
3 年前
barredterra
c92e6ab85d
fix: import doc / fixtures
3 年前
Ankush Menat
af67ecc116
fix: dont refresh treeview on save / realtime
treeview's refresh method loads the whole tree without keeping any state
of what was expanded. So if triggered update via realtime the whole page
reloads and you see expanded tree.
3 年前
Ankush Menat
c33854010e
fix: while adding a new node only expand current node
deep expand is pointless and clutters the screen. Only expand / refresh
current node.
3 年前
Ankush Menat
e089d6bafb
fix: adding a new child expands all childs
The refresh method is causing deep reload of parent node. Doesn't seem
like it's of any use here.
ref: https://github.com/frappe/frappe/pull/4805
This fix had side effect of expanding all parent node recursively.
3 年前
Summayya
65dfd87f49
chore: add icon classes for each event type
3 年前
Suraj Shetty
949619461b
Merge pull request #15281 from surajshetty3416/fix-getdoc-perm
3 年前
Diksha Jadhav
c477398a2f
feat: make rating field's stars customizable with options field
3 年前
Ahmad
bc675bab4a
fix: Convert user to lower case before equating
Co-authored-by: Sagar Vora <sagar@resilient.tech>
3 年前
ahmadpak
22b89f2152
fix: method-get_doc_permissions
3 年前
phot0n
afb3dbc59c
fix: upload jpeg image with alpha channel
3 年前
Summayya
66febd024a
fix: remove display none class
3 年前
Suraj Shetty
b0c39a24e2
Merge pull request #15276 from shadowoneau/add-new-vs-directory
3 年前
Lucas James
f490f20822
chore: VS2022 uses .vs instead of .vscode. Add .vs to .gitignore.
3 年前
Rutwik Hiwalkar
1ec54c87c8
feat: patched frappe email to work with frappecloud mail app ( #15248 )
* feat: patched EmailQueue.send and frappe.utils.get_formatted_email
* chore: renamed hooks and handled an edge case
* fix: if the get_sender_details hook is defined but it returns invalid input
3 年前
mergify[bot]
6fc0a7e5f4
Merge pull request #15268 from ankush/fix/hide_bench_path_from_tb
fix: remove bench path from traceback
3 年前
Ankush Menat
00d38d568c
fix: remove slash prefix
3 年前
Ankush Menat
40b7616a25
Merge pull request #15265 from phot0n/not-able-to-get-back-on-user-prifile
fix: not able to go back from user profile page
3 年前
Ankush Menat
a7a0570178
fix: leaderboard link in sidebar
3 年前
Ankush Menat
faa8c371fb
fix: change route when browsing someone else's profile
3 年前
phot0n
41bb12a206
fix: not able to go back from user profile page
credit: @ankush
3 年前
Ankush Menat
38cd12a95b
fix: remove bench path from traceback
This is mostly useless for debugging and clutters the error message.
3 年前
mergify[bot]
b3ea89670c
Merge pull request #15221 from sumaiya2908/refactor-portal-breadcrum
refactor: breadcrumbs for portal pages
3 年前
Shridhar Patil
92aeb972b6
fix: fixed query to run on postgres db ( #15239 )
3 年前
mergify[bot]
e00ccd9771
Merge pull request #15180 from saxenabhishek/aks-feat-sanitise_qb_2
feat: sanitise frappe.qb
3 年前
Shridhar Patil
6acbfd5e74
fix: Make query Postgres compatible ( #15240 )
* fix: updated query compatibale with postgres
* fix: updated query compatible with postgres
3 年前
Suraj Shetty
504af72b85
Merge branch 'develop' into refactor-portal-breadcrum
3 年前
Suraj Shetty
e8ced74901
Merge branch 'develop' into aks-feat-sanitise_qb_2
3 年前
Suraj Shetty
dfebbe9529
Merge branch 'develop' into data-deletion-enhancements
3 年前
Suraj Shetty
9ad5593b24
style: Fix indentation
3 年前
mergify[bot]
fba03a01b3
Merge pull request #15212 from saxenabhishek/aks-feat-constCol
feat: build constant value cols
3 年前
Suraj Shetty
1e1a29cab0
Merge branch 'develop' into coverage_plus_plus
3 年前
mergify[bot]
404e9e79f9
Merge pull request #15256 from alyf-de/fix-copy-mail-data
fix: reload doctype IMAP Folder in patch
3 年前
barredterra
0e31393326
fix: reload doctype IMAP Folder in patch
3 年前
Faris Ansari
f74b9be2c3
Merge pull request #15253 from netchampfaris/zip-files
feat: Zip files
3 年前
Faris Ansari
a4b99cd7b4
feat: Zip files
3 年前
mergify[bot]
3e2421280e
Merge pull request #15250 from alyf-de/fix-migrate-fixtures
fix: update modified of Singles
3 年前
barredterra
2ab030c4d8
fix: update modified of Singles
3 年前
Subin Tom
2b8328715e
fix: Sales invoice cancellation error due to get_list ( #15243 )
* fix: Sales invoice cancellation error due to get_list
* fix: missed out one `get_list`
3 年前
saxenabhishek
07ee1bdc0c
test: ConstantColumn
3 年前
mergify[bot]
28b33930ba
Merge pull request #15230 from pateljannat/web-form-table-issue
fix: Web Form child table scroll issue
3 年前
rohitwaghchaure
a3c3699a79
Merge pull request #15238 from rohitwaghchaure/customer-added-id-override-while-creating-records
fix: record name creating based on naming series and not as per the user input
3 年前
Rohit Waghchaure
7118fb2e81
fix: record name creating based on naming seires and not as per the use set
3 年前
Faris Ansari
4db2c1aaa3
feat: Document States
Customize the color of document states. Works with Status field.
3 年前
mergify[bot]
4a40854f0f
Merge pull request #15225 from ankush/broken_comm
feat: copy error info to clipbaord + misc. fixes
3 年前
Kenneth Sequeira
bac62ea014
fix: valid parent doctype error ( #15233 )
Co-authored by: Ankush Menat <me@ankush.dev>
3 年前
Jannat Patel
13b660ca11
fix: web form table scroll issue
3 年前