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 年之前
Gavin D'souza
1392296699
refactor: new Kanban dialog
* Hide 'Save' button if no select fields exist
* Show 'Customize Form' as primary button when no selects exist
3 年之前
Gavin D'souza
87c6cbeee2
fix: Check if kanban exists before switching route
3 年之前
Gavin D'souza
540b34347c
fix: Don't update saved filters "silently"
Blame on the filters would not be maintained since update_modified was
unset. Also, this API allowed those without access to Kanban Boards to
possibly pass "bad" filters and cause system to fail (possible DOS).
Using client's set_value does a better job at tackling this.
3 年之前
Gavin D'souza
fd0564953b
fix(Kanban Board): Clear user settings & dpctype cache on_change
Deletion of kanban boards may lead to 404s on clicking on the Kanban
option in the views. This is due to the cache not being synced with the
DB changes. Changed the hook to on_change since it gets triggered even
in db_set.
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 年之前