Rushabh Mehta
96a6233953
fix(style): minor style fixes
3 роки тому
Rushabh Mehta
4c350f41a2
fix(style): minor style fixes
3 роки тому
Rushabh Mehta
63ad1efe3d
fix(style): minor style fixes
3 роки тому
Rushabh Mehta
ddd807e818
fix(style): minor style fixes
3 роки тому
Rushabh Mehta
7ceb8fd747
fix(style): minor style fixes
3 роки тому
mergify[bot]
6410dbead0
Merge pull request #16518 from ChillarAnand/app
fix: Use app name for parsing app name
3 роки тому
kamaljohnson
428b0bc4b1
feat: add after insert event to server script
this option was not available in the events dropdown.
3 роки тому
mergify[bot]
096110e14d
Merge pull request #16538 from resilient-tech/fix-read-only
fix: Read Only fields visible despite no value
3 роки тому
mergify[bot]
ec85c3df73
Merge pull request #16528 from Komal-Saraf0609/control-date2
test: Script for "Date" control
3 роки тому
Shariq Ansari
7679d5e82c
chore: better variable name
3 роки тому
Shariq Ansari
0a1595e94e
fix: added add signature button if multiple sender emails available
3 роки тому
Sagar Vora
a096b85b52
fix: Read Only fields visible despite no value
3 роки тому
Komal-Saraf0609
27cbcc3e8d
test: Removed first_day_of_week test case
3 роки тому
mergify[bot]
81ece0197e
Merge pull request #16513 from alyf-de/default-map-view
fix: stabilize leaflet map
3 роки тому
Komal-Saraf0609
5483caa8f5
test: Added test script for control type "Date"
3 роки тому
Komal-Saraf0609
ae4acd71f2
Merge branch 'develop' into control-date1
3 роки тому
Faris Ansari
ff8231da9c
Merge pull request #16523 from netchampfaris/fix-blog-comments
fix: strip html from blog comments to prevent spam
3 роки тому
Faris Ansari
ae335f5e1c
test: spam links shouldn't render on blog post
3 роки тому
Faris Ansari
e13c74b53f
fix: strip html from comment content
3 роки тому
Faris Ansari
9943423a1f
fix: strip html from blog comments to prevent spam
3 роки тому
ChillarAnand
7c46736654
fix: Use app name for parsing app name
3 роки тому
Suraj Shetty
3d1bf21673
Merge branch 'develop' into control-date1
3 роки тому
mergify[bot]
698d75193c
Merge pull request #16407 from alyf-de/map-control
feat: store reference to leaflet's drawControl
3 роки тому
Suraj Shetty
d57302ff74
Merge pull request #16514 from surajshetty3416/misc-fixes-april-2022
3 роки тому
Suraj Shetty
253d0cabb4
fix: Move custom-actions under page-actions
Change in custom-actions was affecting custom-actions in timeline
the issue was introduced with https://github.com/frappe/frappe/pull/16470
3 роки тому
Raffael Meyer
d5627f5994
Merge branch 'develop' into map-control
3 роки тому
barredterra
4c901a7074
fix: stabilize leaflet map
- disable flyToBounds
- invalidateSize after loading to avoid gray tiles
3 роки тому
phot0n
b9af0ac37e
feat(minor): use specific email signature via from field
* fix: increase debounce timeout so that events dont clash
* fix: signature getting appended multiple time upon dialog open/close
3 роки тому
Gavin D'souza
e887208b27
refactor: deferred_insert
* Fallback to insert in realtime if redis conn fails
* Allow List and str inputs for deferred insert API
* Set doctype value unconditionally in insert_record
* Use frappe.logger instead of print
* Add type hints
3 роки тому
mergify[bot]
5b7e7efb57
Merge pull request #16383 from resilient-tech/refactor-doc-get
refactor(BaseDocument)!: don't return `__dict__` if `key` is falsy
3 роки тому
ChillarAnand
3cabfdaa1d
test: Fix cypress tests
3 роки тому
mergify[bot]
e5325d7bc7
Merge pull request #16504 from ChillarAnand/lh
fix: Fetch only active letter heads for printing
3 роки тому
Faris Ansari
e116183788
Merge pull request #16505 from netchampfaris/email-placeholders
fix: remove spaces from email placeholders
3 роки тому
Faris Ansari
151a95aa30
fix: remove spaces from email placeholders
spaces get converted to %20 which breaks text replacement
3 роки тому
ChillarAnand
5ca48ae3f6
fix: Fetch only active letter heads
3 роки тому
gavin
62ca3b6edb
Merge pull request #16502 from gavindsouza/nestedset-fixes
fix(nestedset): Fix rgt value via update_add_node
3 роки тому
Gavin D'souza
ce5ac24b61
feat(db): Set frappe.db.debug to mass debug queries
3 роки тому
Gavin D'souza
9e01a022b8
fix(nestedset): update_move_node
Revert to past-like structure and maintain only query conversions
3 роки тому
mergify[bot]
9278070913
Merge pull request #16496 from resilient-tech/feat-bg-front
feat: allow enqueue at front of Redis Queue
3 роки тому
Gavin D'souza
5ff587fc40
fix(nestedset): Fix rgt value via update_add_node
This bug was introduced via 3358fdf9a9
3 роки тому
Sagar Vora
73fc2f1d59
fix: require `key` in `doc.get`
3 роки тому
Sagar Vora
e9b1cdcdca
refactor(BaseDocument)!: dont return `__dict__` if `key` is falsy
3 роки тому
Suraj Shetty
93e59a03c0
Merge pull request #16499 from surajshetty3416/fix-frappe-api-test-case-class
3 роки тому
Suraj Shetty
80e8460850
test: Allow more options like content_type to be passed
`kwargs` is used internally while creating EnvironBuilder which eventually builds request object so additional options of request like content_type or mimetype can be passed via kwargs
3 роки тому
Sagar Vora
830a925b82
feat: allow enqueue at front of Redis Queue
3 роки тому
Suraj Shetty
3f1444438c
Merge pull request #16459 from nidhipurohit11/command-correction
3 роки тому
Suraj Shetty
c27b9d3f31
test(command): Select staticarea of field if input is not available
3 роки тому
Suraj Shetty
47a63b94e6
Merge branch 'develop' of https://github.com/frappe/frappe into command-correction
3 роки тому
Suraj Shetty
b65cecdd34
Merge pull request #16493 from frappe/dependabot/npm_and_yarn/minimist-1.2.6
3 роки тому
dependabot[bot]
020dac8c44
chore(deps): bump minimist from 1.2.5 to 1.2.6
Bumps [minimist](https://github.com/substack/minimist ) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/substack/minimist/releases )
- [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6 )
---
updated-dependencies:
- dependency-name: minimist
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
3 роки тому