Commit graph

33299 commits

Author SHA1 Message Date
Suraj Shetty
b80a808a56 test: Comment flaky assert 2021-06-24 18:51:02 +05:30
Suraj Shetty
d31572a799 test: Fix flaky API test 2021-06-24 18:49:21 +05:30
Suraj Shetty
e8d41c945c refactor: Use build_response in WebPage class 2021-06-24 18:01:09 +05:30
Suraj Shetty
57e41230b8 fix: Set source after updating context 2021-06-24 17:52:18 +05:30
Suraj Shetty
9e8aadf2f9 fix: Move context building to get_html 2021-06-24 15:19:48 +05:30
Suraj Shetty
9ad276767f test: Reset no_cache flag 2021-06-24 13:30:11 +05:30
Suraj Shetty
62684a70c1 test: Clear website cache after changing look_for_sidebar flag 2021-06-24 12:05:24 +05:30
Suraj Shetty
2e21d1cb66 fix: Replace deprecated method 2021-06-24 12:01:49 +05:30
Suraj Shetty
090c604b0a test: Add test cases to validate caching 2021-06-24 12:01:04 +05:30
Suraj Shetty
5531bc1e88 fix: Prioritize document page over template page 2021-06-24 11:35:53 +05:30
Suraj Shetty
2584b77cf1 fix: Do not cache csrf token 2021-06-24 10:24:47 +05:30
Suraj Shetty
0aabe737a3 fix: Cache document page as well 2021-06-24 10:24:20 +05:30
Suraj Shetty
e83e80c6af test: Move tests to correct test file 2021-06-24 10:23:07 +05:30
Suraj Shetty
6f3e6fee82 test: Add test to check ability to use get_context without context object 2021-06-24 10:22:27 +05:30
Suraj Shetty
9293807ef3 fix: Restore ability use get_context without params
- https://github.com/frappe/frappe/pull/12609

The feature got removed during the website routing
refactor https://github.com/frappe/frappe/pull/12334
2021-06-24 10:02:30 +05:30
mergify[bot]
d07a873014
Merge pull request #13533 from shariquerik/checkbox-css-variable-fix
fix: added checkbox css variables
2021-06-22 04:22:32 +00:00
Suraj Shetty
d593060149
Merge pull request #13539 from frappe/dependabot/npm_and_yarn/set-getter-0.1.1 2021-06-22 09:43:50 +05:30
dependabot[bot]
207791d712
chore(deps): bump set-getter from 0.1.0 to 0.1.1
Bumps [set-getter](https://github.com/doowb/set-getter) from 0.1.0 to 0.1.1.
- [Release notes](https://github.com/doowb/set-getter/releases)
- [Commits](https://github.com/doowb/set-getter/commits/0.1.1)

---
updated-dependencies:
- dependency-name: set-getter
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-21 21:44:22 +00:00
Sagar Vora
78afc2d0ad
fix: remove deprecated field from Customize Form (#13536) 2021-06-21 20:00:54 +05:30
shariquerik
f412b45330 fix: added checkbox css variables 2021-06-21 15:56:46 +05:30
Suraj Shetty
a9411e8456
Merge pull request #13506 from frappe/mergify/bp/develop/pr-13318 2021-06-18 17:52:42 +05:30
Suraj Shetty
e8f22c4221
Merge branch 'develop' into mergify/bp/develop/pr-13318 2021-06-18 17:30:45 +05:30
Suraj Shetty
ba1c73cc52
Merge pull request #13520 from surajshetty3416/fix-style-leak 2021-06-18 16:37:43 +05:30
Suraj Shetty
8ae1147abc fix: Avoid style leak from email or comment 2021-06-18 14:16:40 +05:30
Suraj Shetty
363961fedb
Merge pull request #12334 from rmehta/refactor-website 2021-06-17 20:41:30 +05:30
Suraj Shetty
70f5df6a05 chore: debug 2021-06-17 18:50:21 +05:30
Suraj Shetty
b52f2c5512 fix: Remove deprecated comments 2021-06-17 15:44:58 +05:30
Suraj Shetty
59be3afc2d fix: Only replace hyphen in file name 2021-06-17 15:30:27 +05:30
Suraj Shetty
7dfced5047 Merge branch 'develop' of https://github.com/frappe/frappe into refactor-website 2021-06-17 09:48:50 +05:30
Leela vadlamudi
f09bbfdb39
Merge pull request #13516 from leela/fix-incoming-mails
fix: incoming mail handler
2021-06-17 08:13:04 +05:30
leela
f54600a400 fix: incoming mail handler
While creating a communication record from incoming mail is failing
in a case where there exists a reference document.

reason for bug is misspelled `self.from_email` as `email.from_email`
2021-06-17 07:31:10 +05:30
mergify[bot]
f4be870e58
Merge pull request #13510 from netchampfaris/throttle-set-open-count
fix: Throttle set_open_count
2021-06-16 13:52:06 +00:00
Faris Ansari
f713cc7842 fix: Throttle set_open_count
set_open_count is called everytime form refresh is called.
Form links don't update frequently, so it can be throttled.
2021-06-16 19:01:55 +05:30
Rushabh Mehta
4268010fbb fix(minor): text-indent only works for the first line 2021-06-16 17:42:29 +05:30
Faris Ansari
45b2504d91
Merge pull request #13508 from netchampfaris/esbuild-rmdir-node-16 2021-06-16 14:26:36 +05:30
mergify[bot]
d699a99b5c
Merge pull request #13496 from shariquerik/allow_rename_email_grp
fix: Allow renaming Email Groups
2021-06-16 08:33:51 +00:00
Faris Ansari
d20cf5c02f fix: Check if folder exists before cleaning
If folder doesn't exist, an exception is thrown in node 16
2021-06-16 13:49:04 +05:30
Saqib
660e54242d fix: remove unused imports
(cherry picked from commit 183c0ec85c837e84698b525b6f0a1d7ff10e3096)
2021-06-16 07:45:25 +00:00
Saqib Ansari
775ed653c7 chore: remove unecessary method
(cherry picked from commit 1535c1b411ddb7076d8788f092ac4fb7e74a7f00)
2021-06-16 07:45:25 +00:00
Saqib
36643f630c fix: next condition fieldname
Co-authored-by: Suraj Shetty <13928957+surajshetty3416@users.noreply.github.com>
(cherry picked from commit 0d74a64b722924776cf6bb22331b6c2b36e5396e)
2021-06-16 07:45:21 +00:00
Saqib
b6bbfb29ed chore: apply review changes
Co-authored-by: Suraj Shetty <13928957+surajshetty3416@users.noreply.github.com>
(cherry picked from commit a12631b2ec7d7095d3286fb577545ee41289cc85)
2021-06-16 07:45:20 +00:00
Saqib Ansari
e2e43d4b49 chore: modify field positions
(cherry picked from commit b50b99772293dfab1f519627231d37fde47efe57)
2021-06-16 07:45:20 +00:00
Saqib Ansari
13d7dce86f fix: sider issue
(cherry picked from commit 57b24cee23286496aad4a0cb3be4b7872652334a)
2021-06-16 07:45:19 +00:00
Saqib Ansari
0cda1e4295 feat: prevent next step until condition satisfied
(cherry picked from commit 29bbbae9c4e24cdf2829acd509c6743112851854)
2021-06-16 07:45:19 +00:00
Saqib Ansari
321002fe80 feat: custom position for popovers
(cherry picked from commit 227019e1c63e61264c51f5841cfae476610628bf)
2021-06-16 07:45:18 +00:00
Saqib Ansari
6d5c0a523b feat: init form tour doctype
(cherry picked from commit ad13bebe3103f0c06436d945c13df6020b03df70)
2021-06-16 07:45:18 +00:00
mergify[bot]
9866aab28c
Merge pull request #13466 from shariquerik/allow_comment_for_guest
fix: Allow guest to comment on Web Page & Blog Post
2021-06-16 07:43:36 +00:00
mergify[bot]
107de3e4c5
Merge pull request #13491 from shariquerik/blog_feedback
feat: Feedback feature for Blog Post
2021-06-16 07:42:13 +00:00
shariquerik
e9a83f2764 fix: minor fix 2021-06-16 12:49:30 +05:30
shariquerik
622001396f fix: server-side validation 2021-06-16 12:44:06 +05:30