Commit graph

46163 commits

Author SHA1 Message Date
Suraj Shetty
35000c2e4f
fix: + btn not appearing for connections with both internal and external links (#22320) 2023-09-11 15:51:28 +05:30
David Arnold
2001bc278f
refactor!: merge get_site_url into get_url (#22308)
* chore: merge get_site_url into get_url

* fix: keep alias with deprecation notice
2023-09-11 15:09:05 +05:30
Suraj Shetty
1ec87615fe
Merge pull request #22347 from surajshetty3416/update-datatable 2023-09-11 13:16:25 +05:30
Suraj Shetty
c135e3d07a build(deps): Bump frappe-datatable to 1.17.3 2023-09-11 13:15:08 +05:30
Gursheen Anand
a7a6f438be fix: use latest doc name for test 2023-09-11 11:49:40 +05:30
Gursheen Anand
4add076285 refactor: use old value instead of fetching parent doc 2023-09-11 11:15:24 +05:30
Gursheen Anand
0b722906db fix: fetch prev docs from last amended doc 2023-09-11 11:10:06 +05:30
Gursheen Anand
177955a12f fix: check label for fields 2023-09-11 11:06:01 +05:30
mergify[bot]
1f810c14a8
fix: convert category tojson (#22342) (#22343)
(cherry picked from commit 91c4a9571da5255186c26b78b5b21800f758055f)

Co-authored-by: Ankush Menat <ankush@frappe.io>
2023-09-10 17:08:29 +05:30
Ankush Menat
4a5e584ad0
refactor: escape instead of sanitizing HTML (#22339)
Traceback if it contains HTML can be useful, better to escape and show
instead of modifying it.
2023-09-10 09:43:47 +00:00
Ankush Menat
49b5ad8143 Merge branch 'develop' into whats-new 2023-09-10 13:22:55 +05:30
Bernd Oliver Sünderhauf
2efdead485
fix: Defer module deletion IO post DB commit (#22336)
* fix: Defer module deletion IO post DB commit

Previously, the IO operations for module deletion were executed before the DB commit. If the latter failed, this caused significant inconsistencies. This change ensures that IO operations are deferred until after the DB transaction is successfully committed.

* refactor: module deletion

---------

Co-authored-by: Ankush Menat <ankush@frappe.io>
2023-09-10 13:00:50 +05:30
Raffael Meyer
650fe1598c
chore(translations): prisoner exchange with erpnext (#22338)
* chore: migrate translations to erpnext

* chore: migrate translations from erpnext
2023-09-10 10:27:59 +05:30
Raffael Meyer
3d10073dfc
Merge pull request #22083 from git-avc/translate_side_filters 2023-09-10 00:00:44 +02:00
barredterra
def4ad7a06 fix: translate values of sidebar filters
Co-authored-by: git-avc <avazquez@ctgalega.com>
2023-09-09 23:41:18 +02:00
Raffael Meyer
2a51b1e71e
Merge pull request #22337 from barredterra/expand-assignees 2023-09-09 23:33:39 +02:00
barredterra
d16ada6c31 feat: expand assignees on hover 2023-09-09 23:13:46 +02:00
Ankush Menat
1a563164d7
chore: bump gitpython again 2023-09-07 11:32:07 +05:30
mergify[bot]
9309f9743f
Merge pull request #22309 from blaggacao/cleanup/do-not-hack-popimaplib-anymore-necessary
refactor!: monkey patching {imap,pop}lib is no more necessary since 4 years
2023-09-07 06:01:20 +00:00
David Arnold
87684e2647
feat: add werkzeug proxyfix to development server 2023-09-07 01:30:25 +02:00
David Arnold
734fb891c2
chore: monkey patching {imap,pop}lib is no more necessary since 4 years
see: 13a7ee8d62
2023-09-07 01:12:55 +02:00
Sagar Vora
7b7a574c5a
Merge pull request #22326 from resilient-tech/long-single-value 2023-09-06 16:47:30 +05:30
Sagar Vora
7e9b08a040 fix: convert value column to longtext for Singles 2023-09-06 16:23:01 +05:30
ruthra kumar
1b3b214bea
Merge pull request #22321 from ruthra-kumar/custom_report_error
fix: key error on link_field
2023-09-06 14:11:18 +05:30
ruthra kumar
9cdb56ee5e fix: key error on link_field 2023-09-06 13:47:59 +05:30
anandbaburajan
1dc7a3705b fix: separate internal_and_external_links from internal_links 2023-09-05 21:41:43 +05:30
Corentin Forler
a4a3af5859 refactor(email): Ensure that subject is a string 2023-09-05 14:10:06 +02:00
Corentin Forler
e5dd924cbe fix(email): Add missing byte-decoding in set_subject 2023-09-05 14:10:06 +02:00
Corentin Forler
ec20739fee test(email): Add test for accents in subject header 2023-09-05 14:10:05 +02:00
Maharshi Patel
26b4d58c80 fix: workspace title and onboarding widget typography
* After changing text styles to get_textstyle mixin needed to change few text sizes.
2023-09-05 17:04:19 +05:30
Maharshi Patel
9d0f72d98d
Merge branch 'develop' into feat-desk-refresh 2023-09-05 16:19:54 +05:30
niraj gautam
fbbdef1e9c
feat: Dynamically generate license text (#22299)
* feat: Add dynamic license dtext

* feat: Validate license name

* fix(DX): Pass options as click.Choice

---------

Co-authored-by: Ankush Menat <ankush@frappe.io>
2023-09-05 05:45:27 +00:00
dependabot[bot]
78d481760c
chore(deps): bump actions/checkout from 3 to 4 (#22310)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-05 10:41:55 +05:30
gavin
c3efddd380
fix: Allow DB Callback Managers in Safe Exec (#22302) 2023-09-05 10:38:14 +05:30
Sagar Vora
bcc7cc9a3d
style: use functools.cached_property (#22304) 2023-09-04 16:50:25 +05:30
Maharshi Patel
399ce7eb3b fix: typography added letter-spacing
* added function to calculate letterspacing based on espresso
* added mixin to add font-size, font-weight and letter-spacing
* letter spacing is based on size and weight
* changed letter spacing on major places
* misc: minor kanban style fixes and changed border radius for .page-card
2023-09-04 16:03:40 +05:30
Ankush Menat
b29272c092 fix: ipython console
https://github.com/ipython/ipython/issues/13966
2023-09-03 19:59:41 +05:30
David Arnold
2d73b8f314
fix: align base template to socketio port default 9000 (#22298)
follow up on #22277
2023-09-03 17:53:05 +05:30
Shariq Ansari
191044a2c3 style: changed primary arrow color 2023-09-03 14:14:54 +05:30
Shariq Ansari
447d29396e style: cosmetic changes in form builder 2023-09-03 13:08:15 +05:30
Grant
1259441b9d
fix: Update utils.js use correct tile.osm.org URL (#22296)
See: https://github.com/openstreetmap/operations/issues/737
2023-09-03 11:36:11 +05:30
Ankush Menat
cbc5f0b8db
build(deps): update python dependencies (#22294)
* build!: Remove pycryptodome dependencies

This is added for payments app, shouldn't be added here.

ref: https://github.com/frappe/frappe/pull/9955/

* build(deps): update many python dependencies
2023-09-02 12:10:13 +00:00
Ankush Menat
c22f128475 chore: disable perf tests on postgres 2023-09-02 16:07:08 +05:30
Sabu Siyad
7f88f819ef
feat: communication: override on_update (#22267)
* feat: communication: override `on_update`

If reference doc has a property, `on_communication_update`, execute it.
Otherwise, continue with default/magic actions

* fix: make sure method is callable

---------

Co-authored-by: Ankush Menat <ankush@frappe.io>
2023-09-02 16:01:38 +05:30
Ankush Menat
4fe0a21d6b chore: limit markteplace search to prod sites 2023-09-02 16:00:17 +05:30
Rutwik Hiwalkar
3393e6d1c5
feat: search frappecloud marketplace apps from awesomebar (#22185)
* chore: remove unused import

* feat: search frappecloud marketplace apps from awesomebar

* chore: cache results and add tracking url

* refactor: get_marketplace_apps

- use generator for setting cache
- drop expiry. No need to keep this updated as of now. Site updates and
  ram usage anyways drops cache.
- Timeout if not able to respond
- Rank results lower than everything else

* chore: update request url

* fix: avoid excessive retries

---------

Co-authored-by: Ankush Menat <ankush@frappe.io>
2023-09-02 15:57:34 +05:30
Raffael Meyer
a5c176e5f5
feat: show warning headline in public files (#22242) 2023-09-02 15:53:01 +05:30
Ankush Menat
a8fadf1208 fix(UX): add title for sort functionality 2023-09-02 15:51:34 +05:30
Ankush Menat
4f33d25df2 Merge branch 'develop' into ux-list-view-sort-columns 2023-09-02 15:39:20 +05:30
David Arnold
011e44656b
fix(test): ensure tests construe the site url from its constructor (#21870) 2023-09-02 15:36:24 +05:30