Akhil Narang
746d73ea17
Merge pull request #24516 from akhilnarang/fix-no-permission-select-user
...
fix: allow site creation to work on FC again
2024-01-25 11:18:04 +05:30
Ankush Menat
f62397c4d2
fix: skip non-html object types ( #24524 )
...
If parent element is not found or function doesn't exist then skip it.
2024-01-25 10:07:31 +05:30
Ankush Menat
d07717a983
Merge pull request #24351 from RitvikSardana/develop-ritvik-form-builder-dx
...
fix(DX): one click to edit doctype or create a new doctype
2024-01-25 00:14:39 +05:30
Shariq Ansari
4fecf0c07b
fix: create custom doctype from customize form
2024-01-24 23:56:16 +05:30
Shariq Ansari
14f1850532
fix: changed external icon & minor changes
2024-01-24 23:56:16 +05:30
RitvikSardana
cdfd1edf9d
fix: improve new doctype dialog api
2024-01-24 23:56:08 +05:30
RitvikSardana
35a8a64879
fix: prefill doctype dialog with 'Is Child Table'
2024-01-24 23:56:07 +05:30
RitvikSardana
34ff893f14
fix(dx): one click to edit doctype or create a new doctype
2024-01-24 23:56:07 +05:30
Ankush Menat
d697b8ede4
fix: update all users after commit ( #24522 )
2024-01-24 15:24:43 +00:00
Akhil Narang
06ed2f5246
fix: allow site creation to work on FC again
...
FC creates a temporary non-root user to use as the root user here, which doesn't have `SELECT` permissions on `mysql.user`
Try to work around it by relying on `CREATE USER IF NOT EXISTS`
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2024-01-24 18:50:23 +05:30
priyanshshah2442
f2a0d09d1a
fix: error when configuring child table columns in New Print Format Builder ( #24514 )
2024-01-24 17:23:55 +05:30
Safwan Samsudeen
30ccb4474c
fix: increase checkbox size on mobile ( #24385 )
2024-01-24 11:41:32 +00:00
Indrajith.vs
754ac4abeb
fix(Custom Field): default fieldname in rename fieldname prompt ( #24492 )
2024-01-24 16:32:50 +05:30
Ankush Menat
b0ea846304
Merge pull request #24508 from noec764/FIX_Traduction_in_query_filters
...
fix: Missing traduction in the query popup
2024-01-24 14:45:35 +05:30
Ankush Menat
549ebf9070
style: format
2024-01-24 14:42:33 +05:30
Noé
20d3ea6a0f
fix: Missing traduction in the query popup
2024-01-24 09:58:56 +01:00
Rucha Mahabal
0dfba5c6b9
Merge pull request #24378 from ruchamahabal/card-descriptions
...
feat: tooltip descriptions for Workspace Cards
2024-01-24 12:49:05 +05:30
Ankush Menat
ae984a59bf
build: bump pillow
...
for GHSA-3f63-hfp8-52jq
2024-01-24 12:20:02 +05:30
Maharshi Patel
c6d3035c7d
fix: improve email reply ( #24490 )
...
form_timeline.js
- check if frappe.session.user_email is available in email_account for the user
- if reply_all and sender is not same as last email sender,
set (last email recipient - current sender) to cc
communication.js
- if frappe.session.user_email is available in email_account for the user,
set sender by default to frappe.session.user_email
- added on_change on sender to re-evaluate recipients.
- check if sender is same as last email sender
- if yes, set recipient to last email recipient
- if no, set recipient to last email sender
- add all other recipients to cc
2024-01-24 12:14:51 +05:30
Raffael Meyer
4cc89ae42b
Merge pull request #24500 from barredterra/fix-typos
2024-01-24 03:01:50 +01:00
barredterra
9d6cbd0c15
fix: typos
2024-01-24 02:41:03 +01:00
Raffael Meyer
f40edf0a16
Merge pull request #24495 from barredterra/search-translatability
2024-01-23 21:54:29 +01:00
Raffael Meyer
0b614178bb
Merge pull request #24494 from barredterra/google-drive-translatability
2024-01-23 21:14:53 +01:00
barredterra
b39ee4e49c
fix: improve translatability of search results
2024-01-23 21:10:31 +01:00
barredterra
bb7bb41621
fix: Google Drive translatability
2024-01-23 20:13:34 +01:00
Raffael Meyer
8813860d17
Merge pull request #24493 from barredterra/money-in-words-tranlatability
2024-01-23 19:40:43 +01:00
barredterra
61a72b1803
fix: improve translatability of money in words
2024-01-23 19:24:12 +01:00
Rucha Mahabal
84a4c512c0
refactor: change fieldtype from Small Text to HTML Editor for card descriptions
2024-01-23 17:43:33 +05:30
Rucha Mahabal
ffcc3af18e
fix: make description translatable
2024-01-23 17:43:33 +05:30
Rucha Mahabal
c4fa8ea34c
chore: set concise card descriptions
2024-01-23 17:43:33 +05:30
Rucha Mahabal
0b584814d4
feat: add card descriptions for Build workspace
2024-01-23 17:43:33 +05:30
Rucha Mahabal
d47b9bf4f9
feat: tooltip descriptions for Workspace Cards
2024-01-23 17:43:33 +05:30
Suraj Shetty
482334861d
Merge pull request #24484 from frappe/dependabot/github_actions/actions/cache-4
2024-01-23 16:09:06 +05:30
mergify[bot]
ab47d579ea
Merge pull request #24485 from ruchamahabal/fix-dev-mode-setup
...
fix(setup wizard): skip user creation if email is not provided
2024-01-23 07:15:45 +00:00
Rucha Mahabal
04de8b2271
fix(setup wizard): skip user creation if email is not provided
...
- user setup slide is not shown if developer mode is enabled
2024-01-23 12:26:43 +05:30
dependabot[bot]
44e4c87636
chore(deps): bump actions/cache from 3 to 4
...
Bumps [actions/cache](https://github.com/actions/cache ) from 3 to 4.
- [Release notes](https://github.com/actions/cache/releases )
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md )
- [Commits](https://github.com/actions/cache/compare/v3...v4 )
---
updated-dependencies:
- dependency-name: actions/cache
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-01-22 18:49:28 +00:00
Maharshi Patel
82684cc210
chore: fix typo in sidebar ( #24475 )
2024-01-21 19:45:21 +00:00
Akhil Narang
1640aaad04
Merge pull request #24332 from blaggacao/chore/cleanup-low-level-db-interface
...
chore: cleanup low level db interface
2024-01-19 17:06:08 +05:30
Akhil Narang
8a3f14d990
chore: restore original order of parameters - add the new one to the end
...
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2024-01-19 16:28:56 +05:30
Suraj Shetty
2a6d0df575
Merge pull request #24461 from surajshetty3416/fix-sentry-3
2024-01-19 16:13:49 +05:30
Alan
56b85823ca
Merge pull request #24460 from frappe/fix-app-path
...
fix(Build): reinit `app_path`, avoid `get_app_path`
2024-01-19 15:59:12 +05:30
Suraj Shetty
693aada7af
Merge branch 'develop' into fix-sentry-3
2024-01-19 15:56:52 +05:30
Akhil Narang
8d001e530c
Merge pull request #24448 from akhilnarang/fix-failed-decryption-file-name
...
fix(decrypt): wrap the yield and cleanup code in try-finally
2024-01-19 15:51:14 +05:30
Suraj Shetty
0f4a1d8f10
fix: Handle invalid descendant filter
2024-01-19 15:49:02 +05:30
18alantom
60fb4f6d22
fix(Build): reinit app_path, avoid get_app_path
...
frappe/esbuild seems like a ticking timebomb, I have
not seen so many global variables since 2nd year of
engineering.
The function get_app_path just returns a value from an
object that is initialized when the file is imported. Why
is it a function in the first place. What lawless idiocy
is this?
2024-01-19 15:20:30 +05:30
Suraj Shetty
d1f308aad3
fix: Handle bad URL ( #24456 )
2024-01-19 09:34:35 +00:00
David Arnold
a1a653632f
fix: avoid changing argument order
2024-01-19 10:31:57 +01:00
Alan
7a68ebe3a4
Merge pull request #24412 from frappe/add-using-cached-build-flag
...
feat(Bench): add using-cached flag
2024-01-18 18:12:02 +05:30
mergify[bot]
d3868c2757
Merge pull request #24444 from GursheenK/single-doctype-strict-perms
...
fix: disable strict user perms for single doctypes
2024-01-18 12:25:45 +00:00
David Arnold
7bec22e238
Merge remote-tracking branch 'origin/develop' into chore/cleanup-low-level-db-interface
2024-01-18 13:22:33 +01:00