Commit graph

2086 commits

Author SHA1 Message Date
Faris Ansari
4b13d6d7e4
fix(webform): only title on the page should be h1 (#16880)
Co-authored-by: Shariq Ansari <sharique.rik@gmail.com>
2022-05-16 13:33:29 +05:30
Faris Ansari
6994cc684f fix(metatags): check if value is set for key 2022-05-11 13:28:38 +05:30
Suraj Shetty
d23b293e1e fix(webform): Only show published web forms 2022-05-09 19:22:13 +05:30
Gavin D'souza
6d96f11dd9 fix: Use BlogPosting schema for Article
Fixes https://github.com/frappe/frappe/issues/1730
2022-04-29 14:38:35 +05:30
Ankush Menat
6ac1d95584 test: fix badly written tests 2022-04-22 19:47:54 +05:30
Rushabh Mehta
248c3555e3 fix(minor): add error_log for failed webhooks and web pages 2022-04-20 15:16:44 +05:30
Rushabh Mehta
57a55e4225 feat(minor): Add document reference to Error Log and doc.log_error 2022-04-18 17:29:03 +05:30
Suraj Shetty
3c1175ea15 fix: Directly pass link_title_doctypes instead of calling it
To avoid permission error
2022-04-15 18:41:07 +05:30
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
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
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