Commit graph

2574 commits

Author SHA1 Message Date
barredterra
30379b71cb fix: lowercase "row" 2025-12-31 16:11:31 +01:00
sokumon
1a3585a2d0 fix(portal): reroute to /logout from 2025-12-29 10:39:30 +05:30
Akhil Narang
8723a2b6ee
fix: ruff fixes
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2025-12-22 21:06:48 +05:30
sokumon
0ea047a776 fix: reroute portal users correctly 2025-12-19 20:34:28 +05:30
sokumon
dd2dc053ca chore: more renames to /desk 2025-12-18 20:45:04 +05:30
Sagar Vora
e51ca57097 fix: reduce query and improve logic 2025-12-16 19:20:27 +05:30
sokumon
d3d67cd62c fix: bring back list renderer 2025-12-16 18:26:46 +05:30
Sagar Vora
e541b262f0
perf: ignore web forms in DocumentPage render (#35282) 2025-12-16 11:35:09 +00:00
sokumon
7efd506cee chore: fix typo 2025-12-15 20:02:45 +05:30
sokumon
46f6c7481f feat: introduce /portal 2025-12-15 10:55:33 +05:30
sokumon
1dece29b80 fix: reroute system user to desktop page 2025-12-14 20:25:47 +05:30
Ankush Menat
02ecb10205
fix!: Remove badly written default portal list views (#35182)
* fix!: Remove badly written default portal list views

* fix!: Remove guest permissions from web form list endpoint

* test: cleanly terminate gunicorn

int sometimes ends up leaving socket open
2025-12-14 07:11:45 +00:00
K
10088efe23
fix: allow print if login required is checked (#35184) 2025-12-11 12:06:40 +00:00
sokumon
581d5891c5 fix: change encoding to add support for more characters 2025-12-08 11:29:16 +05:30
Ejaaz Khan
faeeecb1a6 fix(Website): throw error only if images are attached 2025-11-17 16:16:53 +05:30
sokumon
835168c9d4 feat: export frameowork icons and sidebars 2025-11-14 23:05:14 +05:30
sokumon
49714e916f chore: rename from app to desk 2025-11-14 23:05:13 +05:30
sokumon
86db71f8fa feat: move /app to /desk 2025-11-14 23:05:13 +05:30
sokumon
84bff2e941 feat: export workspace sidebars 2025-11-14 23:05:12 +05:30
Raffael Meyer
edc6937aa0
fix(Web Form): don't offer all fieldtypes as list columns (#34268) 2025-10-28 16:40:49 +00:00
UmakanthKaspa
9e346c7ab8 style: fix ruff formatting for web_form_field.py 2025-10-16 04:32:39 +00:00
UmakanthKaspa
ea9c86ecf4
Merge branch 'develop' into feat-webform-placeholder-support 2025-10-15 22:31:12 +05:30
Ejaaz Khan
7ddec55262
Merge pull request #34372 from UmakanthKaspa/fix-webform-get-fields-description
fix: webform get fields not fetching description
2025-10-15 21:34:44 +05:30
Akhil Narang
a5ed4cf3e7
fix(static_page): ensure that requested files are within app/www
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2025-10-14 16:58:11 +05:30
UmakanthKaspa
15c6761f48 feat: copy max_length when getting webform fields 2025-10-13 12:29:48 +00:00
UmakanthKaspa
5986c9badc feat: copy placeholder when getting webform fields 2025-10-13 12:22:50 +00:00
UmakanthKaspa
095b6301c3 feat: add placeholder field to web form field doctype 2025-10-13 11:26:19 +00:00
UmakanthKaspa
9e09444f5d
Merge branch 'frappe:develop' into fix-webform-get-fields-description 2025-10-13 16:50:16 +05:30
UmakanthKaspa
60699b915d fix: webform get fields not fetching description 2025-10-13 10:29:44 +00:00
UmakanthKaspa
00c3cd69a4 fix: web form allow incomplete feature not working 2025-10-13 04:14:16 +00:00
petnd
27a68aaf8b
feat: allow to disable standard pages (#33756)
* feat: allow to disable about and contact page

* feat: change redirect to /404
2025-10-08 11:18:55 +05:30
Suraj Shetty
62a3428a51 fix: Do not cache resolved redirect route with query params 2025-10-06 20:32:49 +05:30
Suraj Shetty
c399a057b2 feat: Optionally forward query params while redirecting 2025-10-06 12:16:47 +05:30
Akhil Narang
ac1f13c04a
Merge pull request #34060 from akhilnarang/fix-web-form-error-translation
fix(Web Form): translations
2025-10-02 11:58:56 +05:30
barredterra
fb22c946d0 fix(Web Form): handle context in translations 2025-10-01 14:42:26 +02:00
barredterra
0703775495 refactor: merge consecutive appends into a single extend 2025-10-01 13:14:38 +02:00
barredterra
033c7e518d fix(Webform): add translatable strings, order alphabetically 2025-10-01 13:12:44 +02:00
Ravibharathi
d53725070d
feat(web form list column): add options (#34132) 2025-09-30 18:53:37 +05:30
Akhil Narang
355876724c
fix: translation separator should be :: not :
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2025-09-19 17:05:07 +05:30
Akhil Narang
5e5d7568fd
fix(web_form): convert title to string
I had a doctype where title was float so this broke

Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2025-08-29 16:29:52 +05:30
Akhil Narang
cffcc3cf34
fix(web_form): allow deletion of an item if you have permission
Bulk delete via list doesn't work if you have access to only "some" documents as we don't pass docname when checking
Seems inefficient to check there, so implemented it here

Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2025-08-29 16:29:52 +05:30
Ejaaz Khan
77dcacffc6
Merge pull request #33823 from Z4nzu/fix/webform-button-label-context
fix: remove context leakage from web form button labels
2025-08-29 10:09:53 +05:30
Hardik Zinzuvadiya
a49d9b2190 fix: correct translation strings in web form buttons by using double colon for context 2025-08-28 12:27:40 +00:00
Raizaaa
aa3bb0e4d7 fix: remove trailing spaces in translatable strings 2025-08-27 13:23:17 +03:00
Samar Raj
6907856ddc
feat: added wildcard support in webform_include_js hook (#33751) 2025-08-22 10:31:41 +00:00
Ejaaz Khan
5ff2089592
Merge pull request #33022 from maasanto/web_template_enhancement
fix: remove Jinja placeholder for title on web template when it is not defined
2025-07-29 12:43:29 +05:30
Soham Kulkarni
64db88228f
refactor: seperate blogs into a seperate app (#32737)
* fix: remove doctypes,workspace blocks, files

* fix: minor python tests and UI tests

* fix: remove blog post from tests

* fix: remove blogger as role for tests

* fix: add check for if doctype exists

* fix: ui test

* fix: more cleanup

* fix: cleanup comments and fix test_query

* fix: resolve conflicts

* fix: add warning and handle comments
2025-07-28 14:35:02 +05:30
mahsem
3efc476da9
fix: web_form_context_title_translation (#33173) 2025-07-23 18:14:33 +05:30
Venkatesh M
96e0f49df4 fix: handle None session.data in maintenance mode (fixes #33258)
- Add null check for session.data in safe_exec.py
- Add null check for session.data in base_template_page.py
- Prevents AttributeError when session.data is None during maintenance mode
2025-07-19 16:02:57 +00:00
zeel-codder
74ef86e94f fix: replace get_last_doc with get_lazy_doc in Web Form fetch for edit 2025-07-15 00:37:53 +05:30