phot0n
7ced29e531
chore: remove payments template includes
2022-07-26 15:11:56 +05:30
Shariq Ansari
04f4fd8cfc
fix: Redirect to comment in the doc comment section ( #17538 )
2022-07-18 22:00:54 +05:30
Shariq Ansari
a8f86abbd8
refactor: Replaced blog's feedback with comment's comment_type='Like' ( #17479 )
2022-07-14 14:09:00 +05:30
Ankush Menat
81b37cb7d2
refactor: clean up code to py310 supported features ( #17367 )
...
refactor: clean up code to py39+ supported syntax
- f-strings instead of format
- latest typing support instead of pre 3.9 TitleCase
- remove UTF-8 declarations.
- many more changes
Powered by https://github.com/asottile/pyupgrade/ + manual cleanups
2022-07-01 11:51:05 +05:30
Jannat Patel
20c94a5d32
fix: navbar child redirection issue
2022-06-23 12:26:31 +05:30
Suraj Shetty
b0d53d93ad
Merge pull request #17264 from netchampfaris/page-builder-section-ids
2022-06-22 12:48:36 +05:30
Faris Ansari
891a2c7d5b
feat(PageBuilder): Section IDs
...
Set IDs on sections so that you can link to them using anchor tags
2022-06-21 20:03:00 +05:30
Suraj Shetty
d7fe7ae39c
perf(UX): Load splash screen immediately after login
2022-06-21 07:02:58 +05:30
Gavin D'souza
b696fa6da5
perf: Pre-compile and re-use regexp pattern
...
Converted all possible usages of re.* that weren't compiling the regex
separately and re-using it. Separated out the compiled patterns as
global variables. Repetitive patterns could be made DRY-er.
Would be nicer to have all regexes in a single module so that we could
re-use better, keep track of outdated, and keep checks for possible
reDos' etc
2022-06-08 14:07:38 +05:30
Jannat Patel
fdff13cb29
fix: pass currency to razorpay checkout
2022-05-31 12:51:02 +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
Faris Ansari
e13c74b53f
fix: strip html from comment content
2022-04-06 16:28:57 +05:30
Faris Ansari
9943423a1f
fix: strip html from blog comments to prevent spam
2022-04-06 16:10:14 +05:30
Mohammad Hasnain Mohsin Rajan
02c9de7e38
fix(translation): Set translated text as html to get unescaped output ( #16214 )
2022-03-25 01:11:42 +05:30
Rushabh Mehta
3a2b86661a
fix(style): web form cleanups
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
mergify[bot]
8197255c14
Merge pull request #16139 from ChillarAnand/linter
...
refactor: Clean up whitespace & add CI check
2022-03-01 08:33:14 +00:00
Rushabh Mehta
90c8e3e258
fix(minor): fix website nav dropdown
2022-03-01 09:31:05 +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
ChillarAnand
b2fc959307
refactor: Clean up whitespace & add CI check
2022-02-25 20:01:29 +05:30
Shariq Ansari
22cb310b06
Merge branch 'develop' into html-css-injection
2022-02-01 11:00:17 +05:30
shadrak gurupnor
62643e8355
fix: filter html tags in comments
2022-01-29 11:45:51 +05:30
hrwx
ede9755649
fix: show sidebar in nav for md and sm screen size
2022-01-28 17:11:48 +01:00
Summayya
1d73afc539
fix: add icon for empty list state
2022-01-03 09:19:02 +05:30
Shariq Ansari
a6cd8e0d8e
fix: Added checkbox to enable disable email notification for blog comment and feedback
2021-11-16 16:45:22 +05:30
Shariq Ansari
7d31aae0be
Merge branch 'frappe:develop' into new-feedback-comment
2021-11-12 15:17:29 +05:30
Shariq Ansari
e62f2627e0
fix: some more changes in design
2021-11-10 20:42:56 +05:30
Shariq Ansari
632e3acc01
refactor: New Feedback & Comment Design for Blog Post
2021-10-28 20:49:34 +05:30
Shariq Ansari
231a04b509
fix: Using svg for menu icon for mobile view
2021-10-14 15:00:23 +05:30
Shariq Ansari
875f35ec14
fix: Rate limiter on blog feedback ( #14322 )
...
* fix: Added rate limiter on blog feedback
* test: Updated test to support rate limiter
2021-10-11 19:35:51 +05:30
Suraj Shetty
268d344f1a
fix(translation): Set translated text as html to get unescaped output
2021-09-15 14:09:44 +05:30
Suraj Shetty
7f7ab76479
fix: Update login page & footer style
2021-09-08 16:59:50 +05:30
Gavin D'souza
3446026555
chore: Update header: license.txt => LICENSE
...
The license.txt file has been replaced with LICENSE for quite a while
now. INAL but it didn't seem accurate to say "hey, checkout license.txt
although there's no such file". Apart from this, there were
inconsistencies in the headers altogether...this change brings
consistency.
2021-09-03 12:02:59 +05:30
Shariq Ansari
3baa33d5da
fix: Use IP Address instead of Email field ( #13553 )
2021-08-18 13:21:10 +05:30
gavin
117a729c8d
refactor(minor): login-content template
...
Co-authored-by: Suraj Shetty <13928957+surajshetty3416@users.noreply.github.com>
2021-06-30 10:51:44 +05:30
conncampbell
4983206774
fix: missing otp form template html in prior commit.
2021-06-26 12:27:23 -06:00
Gavin D'souza
58859d9804
style: Improve readability for request_otp
2021-06-24 12:12:53 +05:30
Suraj Shetty
1b99ef2c19
Merge branch 'develop' into 12928-OTPLoginFix
2021-06-22 15:44:39 +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
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
shariquerik
5dfe65f8f9
fix: sider fix
2021-06-15 21:23:38 +05:30
shariquerik
e7fc63271e
test: Added test case
2021-06-15 21:21:13 +05:30
shariquerik
d08e0f6605
fix: server-side validation
2021-06-15 20:27:55 +05:30
shariquerik
09c7d66ae2
fix: New 1-10 rating design
2021-06-15 10:54:04 +05:30
shariquerik
1f83d3d54f
feat: Feedback feature for Blog Post
2021-06-14 15:28:44 +05:30
Gavin D'souza
3f428e20b6
Merge branch 'develop' into 12928-OTPLoginFix
2021-06-10 16:28:14 +05:30
Gavin D'souza
df6c5cd3e2
Revert "fix: changed translate entries to javascript rather than python to resolve semgrep linter translate checks"
...
This reverts commit 2b51641799 .
2021-06-10 16:27:59 +05:30