Commit graph

37300 commits

Author SHA1 Message Date
Frappe PR Bot
eeb0af83c2 fix: Persian translations 2024-05-12 01:33:14 +05:30
Rutwik Hiwalkar
def9630e1c chore: move fullcalendar libs to a separate bundle 2024-05-11 13:51:42 +05:30
Ankush Menat
c3c579bdc5 test: update asset size values 2024-05-11 13:51:42 +05:30
Rutwik Hiwalkar
e520a39da8 fix: misc fixes for event datetime and styling 2024-05-11 13:23:27 +05:30
Rutwik Hiwalkar
20355fe31b fix: css styling for calendar and overriden styles 2024-05-11 13:23:27 +05:30
Rutwik Hiwalkar
7e145927bc fix: event datetime utils for calendar
- move from momentjs to native date api
- simplify selection logic
2024-05-11 13:23:27 +05:30
Rutwik Hiwalkar
3d29f90dbd chore: upgrade calendar component to latest
feature parity for,
- toolbar actions
- show/hide weekend
- navigate through calendar and click events
2024-05-11 13:23:27 +05:30
Frappe PR Bot
879ab3e5e2 fix: Turkish translations 2024-05-11 00:46:44 +05:30
Akhil Narang
7eeb6644c8
Merge pull request #26401 from akhilnarang/fix-table-multiselect-tab-selection
fix: allow navigating to `Table MultiSelect` fields using tab
2024-05-10 18:34:56 +05:30
Nikhil Kothari
fb2753fcaf
fix: pass user and shared params when checking for cache keys (#26402)
* fix: pass user and shared params when checking for cache keys

* chore(test): added test for user cache in redis_cache
2024-05-10 12:48:43 +00:00
Akhil Narang
7d27602c07
fix: allow navigating to Table MultiSelect fields using tab
It was skipped earlier as it was part of `no_value_type` and didn't have an exception added like `Table`

Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2024-05-10 17:49:07 +05:30
Mate Laszlo Valko
0f4e916c8d fix: comments 2024-05-10 00:16:22 +02:00
barredterra
5293195179 refactor: provider naming 2024-05-09 22:57:32 +02:00
barredterra
1520888f79 fix: API Key label 2024-05-09 22:32:02 +02:00
barredterra
a1aa86589f fix: limit to five results, remove outdated comment 2024-05-09 22:31:49 +02:00
barredterra
553918f36b feat: use autocomplete on "New Address" button 2024-05-09 22:10:47 +02:00
barredterra
ae505b769c feat: implement primary and secondary action for autocomplete dialog 2024-05-09 22:08:56 +02:00
barredterra
388046491e fix: return structured result from provider 2024-05-09 22:08:12 +02:00
barredterra
7a45c76da2 fix(Address Autocomplete Settings): provider and API Key mandatory if enabled 2024-05-09 22:06:55 +02:00
barredterra
9880d9466f Merge branch 'develop' into address-autocomplete 2024-05-09 20:58:07 +02:00
Frappe PR Bot
09c66a112a fix: Spanish translations 2024-05-09 23:52:19 +05:30
Frappe PR Bot
a87662150f fix: Turkish translations 2024-05-09 23:52:16 +05:30
Akhil Narang
2c0b77bf81
Merge pull request #26389 from akhilnarang/fix-unfollow
fix(document_follow): `following` was treated as a string not a boolean
2024-05-09 16:04:46 +05:30
Ankush Menat
5de5e25df6
fix: datetime comparison in QB (#26364)
closes https://github.com/frappe/frappe/issues/26363
2024-05-09 10:19:27 +00:00
Akhil Narang
5050376c55
fix(document_follow): following was treated as a string not a boolean
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2024-05-09 14:02:19 +05:30
Ankush Menat
c2d5ef175c
fix: cache github release data per bench (#26382)
Reduce API calls to github as public calls are limited.
2024-05-09 06:52:39 +00:00
Ankush Menat
53517630ae
fix: Increase folder link field size (#26381)
* fix: increase folder length to 255

File `name` is 255 because it's bootstrapped using mariadb.sql, so users
can create 255 char long folders but can't store anything in it.

* fix(UX): slightly better character len message

Highlight field by making it bold.
2024-05-09 12:10:21 +05:30
Frappe PR Bot
306b1a8075 fix: Bosnian translations 2024-05-08 22:42:24 +05:30
Frappe PR Bot
02a39aa033 fix: Turkish translations 2024-05-08 22:42:19 +05:30
Akhil Narang
1cebdb257d
chore(doctype/file): update comments
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2024-05-08 16:19:10 +05:30
Akhil Narang
123844b10d
chore(csvutils): update messages
Avoid semgrep issue with translated string

Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2024-05-08 16:18:53 +05:30
Akhil Narang
19b696acf6
fix(integrations): add back response.raise_for_status()
It got removed in 59ca074780, however it
should still be here, the point of that commit was to fix other
behaviour, don't exactly remember why it was removed.

Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2024-05-08 15:14:41 +05:30
Akhil Narang
af5af9b7a1
chore(openpyxl): don't set read_only=True while reading an excel file
The way openpyxl parses files is very different, and read only seems to break with certain files
It tries to head information about the max rows/columns from the header in the case of read only
which can be wrong sometimes.

Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2024-05-08 11:42:07 +05:30
Mate Laszlo Valko
e69093c82b feat: CSV import introduce FILE_ENCODING_OPTIONS constant in file.py, cleanup 2024-05-08 07:40:17 +02:00
Mate Valko
d3cfa26be7
fix: fallback to ',' when delimiter_options not defined
Co-authored-by: Akhil Narang <me@akhilnarang.dev>
2024-05-07 21:20:43 +02:00
Frappe PR Bot
ea409a46b9 fix: Turkish translations 2024-05-07 22:35:10 +05:30
Ritwik Puri
e6118cca3c
fix: open URL type shortcut in workspace in a new tab (#26367) 2024-05-07 21:27:01 +05:30
Gavin D'souza
36c80b77a4
fix: Set value default True for Truthy cls 2024-05-07 17:43:19 +02:00
Gavin D'souza
179305495a
perf: Use cached Server Script to execute doc method events 2024-05-07 17:33:41 +02:00
Gavin D'souza
cf2a3e926e
fix: ServerScript.safe_exec as a doc method 2024-05-07 17:30:46 +02:00
Gavin D'souza
ffbf7fb9d1
fix!: Document.has_value_changed returns Truthy or False
- Return changed value to avoid re-accessing previous object & it's
   attribute
 - Wrap returned value as Truthy to avoid breaking change in API
2024-05-07 17:29:48 +02:00
Gavin D'souza
10f0f0d2e9
fix!: Dont delete existing ScheduledJobType on change
Prior to this, any change in the cron would lead to previous SJT
documents & corresponding SJL documents deleted which may be
undesirable.
2024-05-07 16:58:40 +02:00
Rutwik Hiwalkar
ffc27a10ff
Merge branch 'frappe:develop' into fix-empty-tree-view 2024-05-07 20:04:03 +05:30
Ankush Menat
f07ea138d5
test: check redis calls and overhead (#26356) 2024-05-07 10:05:21 +00:00
Rutwik Hiwalkar
47e454e987 chore: remove vendoring for fullcalendar 2024-05-07 15:03:49 +05:30
Ankush Menat
c17eb87c70
perf: Reuse cached user for get_user_lang (#26350)
Saves ~1% of overhead.

User doc is almost always cached to create session so we can reuse it in
same request without additional redis call.
2024-05-07 12:50:22 +05:30
Ankush Menat
e240c6bdf8
perf: Avoid caching module_app (#26349)
module_app is just reverse of app_module.

This saves ~1.5% of overhead.
2024-05-07 07:06:44 +00:00
Kevin Shenk
cd50b025d5
fix: QB name in error message (#26345)
"Query Engine" wording made the edited error message ambiguous, since the docs all refer to this feature as Query Builder
2024-05-07 11:39:28 +05:30
Frappe PR Bot
199412343f fix: Persian translations 2024-05-06 22:03:18 +05:30
Ankush Menat
f8abd09ab9
perf: avoid two layer cache of timezone (#26340)
It's same thing, system settings are always fetched, no idea what's point of additional layer of caching on top of it.
2024-05-06 13:12:41 +00:00