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
shariquerik
1fbb22d36f
fix: Allow guest to comment on Web Page & Blog Post
2021-06-10 15:45:22 +05:30
Suraj Shetty
eba4c24503
Merge branch 'develop' into refactor-website
2021-06-04 11:15:12 +05:30
Ankush Menat
327b9669e3
Merge branch 'develop' into sgrep_microtemplate
2021-06-03 12:09:19 +05:30
Suraj Shetty
2d8c6c1710
Merge branch 'develop' of https://github.com/frappe/frappe into refactor-website
2021-06-03 11:43:28 +05:30
Suraj Shetty
9ec451b28e
test: Add test case to check breadcrumbs
2021-05-27 12:57:55 +05:30
Gavin D'souza
e407b78506
chore: Drop dead and deprecated code
...
* Remove six for PY2 compatability since our dependencies are not, PY2
is legacy.
* Removed usages of utils from future/past libraries since they are
deprecated. This includes 'from __future__ ...' and 'from past...'
statements.
* Removed compatibility imports for PY2, switched from six imports to
standard library imports.
* Removed utils code blocks that handle operations depending on PY2/3
versions.
* Removed 'from __future__ ...' lines from templates/code generators
* Used PY3 syntaxes in place of PY2 compatible blocks. eg: metaclass
2021-05-26 15:31:29 +05:30
Ankush Menat
faa347461d
chore: fix all findings flaged by ux rule
2021-05-25 13:04:20 +05:30
Suraj Shetty
86897c1808
refactor: Remove render.py and move all utility functions to utils.py
...
- Replace or remove all render imports
2021-05-25 10:53:35 +05:30
conncampbell
2b51641799
fix: changed translate entries to javascript rather than python to resolve semgrep linter translate checks
2021-05-10 16:14:51 -06:00
conncampbell
e12a6c24f2
fix: OTP login verification fails
2021-05-08 21:32:18 -06:00
mergify[bot]
496445aac3
fix(website): Make language select optional and fix breakpoint issues (backport #12860 ) ( #12909 )
...
Co-authored-by: Rushabh Mehta <rmehta@gmail.com>
2021-04-19 17:25:52 +05:30
Rushabh Mehta
6d20983eb2
fix(minor): Make language select optional and fix breakpoint issues in website
2021-04-15 14:15:40 +05:30
Suraj Shetty
df0578d248
feat: Show language switcher for guest users on navbar
2021-04-07 18:18:15 +05:30
prssanna
9386dbc1d3
fix: more button in web list
2021-03-11 14:28:02 +05:30
Suraj Shetty
fd4d349e4c
fix: Use get_abbr method for abbr
2021-01-21 16:46:40 +05:30
Suraj Shetty
927b62f39e
fix: Email body spacing issue
2021-01-21 15:33:12 +05:30
Suraj Shetty
e4bdbed414
Merge branch 'rebrand-ui' of https://github.com/frappe/frappe into rebrand-ui
2021-01-21 11:20:18 +05:30
Suraj Shetty
e2c763c989
feat: Add avatar macro
2021-01-21 11:14:04 +05:30
prssanna
e54a1262b4
Merge branch 'rebrand-ui' of https://github.com/frappe/frappe into rebrand-ui
2021-01-20 17:57:46 +05:30
prssanna
f363863b8c
fix: website fixes
...
-move modal and icon styles to common
primary navbar theme
2021-01-20 17:56:05 +05:30