-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Comparing changes
Open a pull request
base repository: frappe/frappe
base: v14.66.1
head repository: frappe/frappe
compare: v14.66.2
- 20 commits
- 29 files changed
- 8 contributors
Commits on Dec 20, 2023
-
fix: ignore and gracefully handle img optimization failure
PIL doesn't handle ALL image types. E.g. HEIC fails with bad error. (cherry picked from commit 3524cae) # Conflicts: # frappe/utils/image.py
Configuration menu - View commit details
-
Copy full SHA for b112333 - Browse repository at this point
Copy the full SHA b112333View commit details
Commits on Feb 14, 2024
-
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
Configuration menu - View commit details
-
Copy full SHA for b8c9eb6 - Browse repository at this point
Copy the full SHA b8c9eb6View commit details -
Merge pull request #23875 from frappe/mergify/bp/version-14-hotfix/pr…
…-23873 fix: ignore and gracefully handle img optimization failure (backport #23873)
Configuration menu - View commit details
-
Copy full SHA for a721c8f - Browse repository at this point
Copy the full SHA a721c8fView commit details
Commits on Feb 17, 2024
-
(cherry picked from commit bbd4283)
Configuration menu - View commit details
-
Copy full SHA for 136ac70 - Browse repository at this point
Copy the full SHA 136ac70View commit details -
Merge pull request #24909 from frappe/mergify/bp/version-14-hotfix/pr…
…-24905 fix: invite contact as user (backport #24905)
Configuration menu - View commit details
-
Copy full SHA for ffbaa39 - Browse repository at this point
Copy the full SHA ffbaa39View commit details
Commits on Feb 19, 2024
-
fix: lower socket timeout for validating email domain (#24915) (#24917)
(cherry picked from commit 59f8e36) # Conflicts: # frappe/email/doctype/email_domain/email_domain.py Co-authored-by: Ankush Menat <ankush@frappe.io>
Configuration menu - View commit details
-
Copy full SHA for 427e681 - Browse repository at this point
Copy the full SHA 427e681View commit details -
fix(weblist): Fix "More" button not working (#24893) (#24925)
(cherry picked from commit 02051fc) Co-authored-by: Corentin Flr <10946971+cogk@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 1715638 - Browse repository at this point
Copy the full SHA 1715638View commit details -
fix(calendar): Replace route in load_last_view (#24894) (#24927)
(cherry picked from commit 8a27e76) Co-authored-by: Corentin Flr <10946971+cogk@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for fa184d6 - Browse repository at this point
Copy the full SHA fa184d6View commit details -
fix: keep order in
get_values_from_single
(#24907) (#24923)* fix: keep order in `get_values_from_single` * fix: add test for destructuring --------- Co-authored-by: Ankush Menat <ankush@frappe.io> (cherry picked from commit 68eb2d9) Co-authored-by: Raffael Meyer <14891507+barredterra@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 3347144 - Browse repository at this point
Copy the full SHA 3347144View commit details -
fix: ensure has_value_changed works for Datetime, Date and Time field…
…s (backport #24919) (#24921) * fix: ensure has_value_changed works for datetime, date and timedelta fields (cherry picked from commit a1cb19c) # Conflicts: # frappe/model/document.py # frappe/utils/data.py * test: add more tests for has_value_changed (cherry picked from commit 0d84743) # Conflicts: # frappe/model/document.py * chore: conflicts --------- Co-authored-by: scdanieli <23150094+scdanieli@users.noreply.github.com> Co-authored-by: Ankush Menat <ankush@frappe.io>
Configuration menu - View commit details
-
Copy full SHA for 8087a7a - Browse repository at this point
Copy the full SHA 8087a7aView commit details -
fix(page): Catch LocalStorage quota exception (#24885) (#24930)
(cherry picked from commit fe80169) Co-authored-by: Corentin Flr <10946971+cogk@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 3a36f7d - Browse repository at this point
Copy the full SHA 3a36f7dView commit details -
fix: send_workflow_action_email (#24929) (#24933)
* fix: send_workflow_action_email * fix: send_workflow_action_email (cherry picked from commit 15eb1bf) Co-authored-by: Nihantra C. Patel <141945075+Nihantra-Patel@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 5f29c83 - Browse repository at this point
Copy the full SHA 5f29c83View commit details -
fix: use communication date in timeline
Before, we used the database creation date, which coincidentally corresponds to the real communication date in many cases. (cherry picked from commit 10bd9a7) # Conflicts: # frappe/desk/form/load.py
8Configuration menu - View commit details
-
Copy full SHA for 0632cb3 - Browse repository at this point
Copy the full SHA 0632cb3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4efcdb5 - Browse repository at this point
Copy the full SHA 4efcdb5View commit details -
Configuration menu - View commit details
-
Copy full SHA for f0352ce - Browse repository at this point
Copy the full SHA f0352ceView commit details -
Merge pull request #24943 from frappe/mergify/bp/version-14-hotfix/pr…
…-24884 fix: use communication date in timeline (backport #24884)
Configuration menu - View commit details
-
Copy full SHA for 52ebc4f - Browse repository at this point
Copy the full SHA 52ebc4fView commit details -
refactor: Reset password flow (backport #24857) (#24860)
* chore: remove default UI tours Experiment 🤷 (cherry picked from commit 74071c1) * refactor: Reset password flow - Hash one time reset tokens instead of storing them as is - Up the perm level - Use better source of randomness for generating token - minor code cleanup here and there (cherry picked from commit 4c925e0) # Conflicts: # frappe/core/doctype/user/user.json # frappe/core/doctype/user/user.py # frappe/patches.txt # frappe/tests/test_utils.py * test: redo reset password tests (cherry picked from commit 38565a8) # Conflicts: # frappe/core/doctype/user/test_user.py # frappe/tests/utils.py * fix(UX): usability of reset password page - password managers use paste, added that event to trigger our code - if no password policy then skip. Way too much needless business logic in HTML here. (cherry picked from commit 78264a7) * chore: conflicts --------- Co-authored-by: Ankush Menat <ankush@frappe.io>
Configuration menu - View commit details
-
Copy full SHA for 64ac07a - Browse repository at this point
Copy the full SHA 64ac07aView commit details -
fix: set same cookie expiry on client side (backport #24560) (#24567)
Configuration menu - View commit details
-
Copy full SHA for 744b363 - Browse repository at this point
Copy the full SHA 744b363View commit details
Commits on Feb 20, 2024
-
Merge pull request #24962 from frappe/version-14-hotfix
chore: release v14
Configuration menu - View commit details
-
Copy full SHA for 33dede5 - Browse repository at this point
Copy the full SHA 33dede5View commit details -
chore(release): Bumped to Version 14.66.2
## [14.66.2](v14.66.1...v14.66.2) (2024-02-20) ### Bug Fixes * **calendar:** Replace route in load_last_view ([#24894](#24894)) ([#24927](#24927)) ([fa184d6](fa184d6)) * ensure has_value_changed works for Datetime, Date and Time fields (backport [#24919](#24919)) ([#24921](#24921)) ([8087a7a](8087a7a)) * handle bad cron expressions (backport [#24938](#24938)) ([#24941](#24941)) ([4efcdb5]( 95EB 4efcdb5)) * ignore and gracefully handle img optimization failure ([b112333](b112333)) * invite contact as user ([136ac70](136ac70)) * keep order in `get_values_from_single` ([#24907](#24907)) ([#24923](#24923)) ([3347144](3347144)) * lower socket timeout for validating email domain ([#24915](#24915)) ([#24917](#24917)) ([427e681](427e681)) * **page:** Catch LocalStorage quota exception ([#24885](#24885)) ([#24930](#24930)) ([3a36f7d](3a36f7d)) * send_workflow_action_email ([#24929](#24929)) ([#24933](#24933)) ([5f29c83](5f29c83)) * set same cookie expiry on client side (backport [#24560](#24560)) ([#24567](#24567)) ([744b363](744b363)) * use communication date in timeline ([0632cb3](0632cb3)) * **weblist:** Fix "More" button not working ([#24893](#24893)) ([#24925](#24925)) ([1715638](1715638))
Configuration menu - View commit details
-
Copy full SHA for b26f55c - Browse repository at this point
Copy the full SHA b26f55cView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v14.66.1...v14.66.2