Commit graph

2430 commits

Author SHA1 Message Date
Suraj Shetty
c0c5b2ebdd
style: format all python files using black (#16453)
Co-authored-by: Frappe Bot <developers@frappe.io>
2022-04-12 10:59:25 +05:30
Rushabh Mehta
a682516f71 fix(style): minor style fixes 2022-04-08 10:38:03 +05:30
Rushabh Mehta
4c350f41a2 fix(style): minor style fixes 2022-04-08 06:37:44 +05:30
Rushabh Mehta
7ceb8fd747 fix(style): minor style fixes 2022-04-08 05:35:55 +05:30
Faris Ansari
ae335f5e1c test: spam links shouldn't render on blog post 2022-04-06 16:29:22 +05:30
Jannat Patel
7da95d4f2e fix: markdown support for section with features 2022-04-01 09:40:50 +05:30
Suraj Shetty
be3d2a9732
Merge pull request #16186 from pateljannat/discussions-component-redesign
feat: discussions component redesign
2022-03-31 16:48:29 +05:30
Jannat Patel
f571691afb fix: issue with collapsible section 2022-03-30 16:40:41 +05:30
Jannat Patel
653bb909d4
Merge branch 'develop' into discussions-component-redesign 2022-03-28 10:21:19 +05:30
Gavin D'souza
47cf46cd49 Merge branch 'develop' of github.com:frappe/frappe into refactor-file 2022-03-24 21:38:21 +05:30
Ankush Menat
590aaf80c7 fix(UX): Logout -> Log out 2022-03-24 15:57:16 +05:30
Rushabh Mehta
145655e8f5 fix(style): web form styles 2022-03-24 09:21:34 +05:30
Rushabh Mehta
3a2b86661a fix(style): web form cleanups 2022-03-24 09:21:34 +05:30
Rushabh Mehta
857b778eae fix(styles): text and style for multi-part web_form.js 2022-03-24 09:21:34 +05:30
Rushabh Mehta
e034072bac fix(minor): linting in website.js 2022-03-24 09:21:34 +05:30
Rushabh Mehta
eddca47216 fix(minor): video styles 2022-03-24 09:21:34 +05:30
Rushabh Mehta
b66011de5a feat(website): added new templates to page builder and refactored typography to be more consistent 2022-03-24 09:21:34 +05:30
Jannat Patel
f787d101e1 fix: conflicts in ui test helper 2022-03-19 10:14:34 +05:30
Gavin D'souza
c6bad81f24 fix: Use new direct import paths
The old paths worked too, but it's just better to use the new paths and
not go in circles ;)
2022-03-15 19:39:47 +05:30
Saqib Ansari
da080a4091
Merge pull request #16271 from pateljannat/web-form-link-title-doctype-issue
fix: web form link title doctype issue
2022-03-15 15:10:08 +05:30
Jannat Patel
55eb8eed1a fix: calling function directly from boot file 2022-03-15 09:03:37 +05:30
Saqib Ansari
e6f1fbc4f1 refactor: show title only if show_title_field_in_link is enabled 2022-03-14 18:44:38 +05:30
Jannat Patel
825e2d0537 fix: web form link title doctype issue 2022-03-14 18:33:29 +05:30
Saqib Ansari
82f20b76f7 feat: show link titles in web form link fields 2022-03-10 13:11:05 +05:30
Ankush Menat
a6c257261b fix(ux): remove attachment limits 2022-03-09 12:19:46 +05:30
Jannat Patel
ec5b5f6d3d
Merge branch 'develop' into discussions-component-redesign 2022-03-07 11:04:30 +05:30
Jannat Patel
12ae7b9239
fix: User Account Auto Deletion in Hours (#16135)
* fix: data-deletion-in-hours

* test: process_auto_request function

* fix: import and comment

* fix: patch for auto account deletion hours

Co-authored-by: gavin <gavin18d@gmail.com>
2022-03-07 10:38:25 +05:30
Jannat Patel
064c879a31 Merge branch 'discussions-component-redesign' of https://github.com/pateljannat/frappe into discussions-component-redesign 2022-03-02 17:49:35 +05:30
Jannat Patel
a490d61675 fix: search only when topics are present 2022-03-02 17:49:32 +05:30
Jannat Patel
0a87f01f3e
Merge branch 'develop' into discussions-component-redesign 2022-03-02 17:48:00 +05:30
Jannat Patel
d6cbc28b2a feat: delete message 2022-03-02 16:58:48 +05:30
Jannat Patel
458a535870 fix: publish updated message 2022-03-02 10:54:35 +05:30
Jannat Patel
020d7358a5 feat: edit reply 2022-03-01 18:37:38 +05:30
Rushabh Mehta
8cc38174fa feat(minor): added option to configure powered by in footer and max-height for text editors 2022-02-28 23:08:43 +05:30
barredterra
745297a49d refactor: a not in b
Search: if not ([\w\d]*?) in ([\w\d]*?)
Replace: if $1 not in $2
2022-02-21 19:54:34 +01:00
Gavin D'souza
0482f1362a Merge branch 'develop' of github.com:frappe/frappe into dynamic-docfields 2022-02-08 16:50:58 +05:30
phot0n
266e1f95ed chore: adding back idx column
This is needed for ordering in display of links as it keeps
track of the clicks on a particular link item
2022-02-07 16:40:01 +05:30
phot0n
b31f3c24f6 refactor: remove parent, parenttype, parentfield, idx columns from non-child table doctypes
* feat: add parent, parenttype, idx, parentfield columns to doctypes when transitioning from normal -> child table

* fix: remove parent, parenttype, parentfield, idx from DocType DocType
2022-02-07 15:12:37 +05:30
Suraj Shetty
8efb100222
Merge pull request #15831 from marination/moment-missing-in-datetime-web 2022-02-03 12:22:24 +05:30
marination
ab5f45a96f chore: Add moment to bundle instead of injection via script tag
- Wherever moment is imported in html, use dependent bundle to import it instead for consistency
- Remove moment import from `base.html` since it uses `frappe-web.bundle.js` anyway
2022-02-03 11:31:18 +05:30
Gavin D'souza
001075f88a fix: Use lru_cache instead of cache
* Mainly because it was introduced in PY39
* Making this change beacuse I'd like to evict cold caches too
2022-02-02 13:03:38 +05:30
Ankush Menat
5c17f9ad79
Merge pull request #15661 from gavindsouza/thumbnail-for-images
fix: Thumbnail for external images (from URL)
2022-02-02 12:21:06 +05:30
Gavin D'souza
bd89a9de86 Merge branch 'develop' of github.com:frappe/frappe into dynamic-docfields 2022-02-01 18:14:58 +05:30
Gavin D'souza
b9395a4d71 fix: Handle Virtual DocFields in Desk
* Show as "Read Only" in forms/controls/webforms etc
* Exclude from filtering options in views
* Exclude from quick entry
2022-02-01 17:49:21 +05:30
Gavin D'souza
885c86bedb Merge branch 'develop' of github.com:frappe/frappe into set_value-refactor 2022-01-31 11:53:59 +05:30
Gavin D'souza
c56b5a4899 Merge branch 'develop' of github.com:frappe/frappe into thumbnail-for-images 2022-01-31 11:26:31 +05:30
mergify[bot]
7d5465b2e3
Merge pull request #15771 from OneiricIT/OneiricIT-webform-signaturefield
feat: signature field in webform
2022-01-30 07:27:58 +00:00
Gavin D'souza
5b6ceb5543 Merge branch 'develop' of github.com:frappe/frappe into set_value-refactor 2022-01-28 18:39:12 +05:30
Oneiric
4e5c748fb8
feat: siganture field in webform 2022-01-28 10:42:11 +11:00
Gavin D'souza
51fa09c4ab Merge branch 'develop' of github.com:frappe/frappe into thumbnail-for-images 2022-01-27 18:56:58 +05:30