Commit graph

36 commits

Author SHA1 Message Date
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
632e3acc01 refactor: New Feedback & Comment Design for Blog Post 2021-10-28 20:49:34 +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
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
shariquerik
e9a83f2764 fix: minor fix 2021-06-16 12:49:30 +05:30
shariquerik
5dfe65f8f9 fix: sider fix 2021-06-15 21:23:38 +05:30
shariquerik
d08e0f6605 fix: server-side validation 2021-06-15 20:27:55 +05:30
shariquerik
1fbb22d36f fix: Allow guest to comment on Web Page & Blog Post 2021-06-10 15:45:22 +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
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
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
Rushabh Mehta
75fe8a615a feat(app): move /desk to /app 2020-11-11 16:31:47 +05:30
Chinmay D. Pai
f1f8d0a722
fix: use search instead of match to find url and email
Signed-off-by: Chinmay D. Pai <chinmaydpai@gmail.com>
2020-07-07 14:59:28 +05:30
Chinmay D. Pai
109c7a1ce8
fix: remove comment length restriction and explicitly set user
Signed-off-by: Chinmay D. Pai <chinmaydpai@gmail.com>
2020-07-02 19:18:13 +05:30
Chinmay D. Pai
1390b1c627
fix: limit commenting to logged in accounts
* do not allow users not logged in to comment
* add an hourly limit of 20 comments per user
* add better checks for urls and email

Signed-off-by: Chinmay D. Pai <chinmaydpai@gmail.com>
2020-07-02 17:46:08 +05:30
Kenneth Sequeira
bb8f2d1b5f fix: Comment link sent in email 2020-06-19 15:55:39 +05:30
Rushabh Mehta
c89185aed8 fix(minor): comments.py 2019-05-16 18:45:41 +05:30
Rushabh Mehta
29c0d6f16a fix(minor): comments.py 2019-05-16 17:58:27 +05:30
Rushabh Mehta
0284b1a965 fix(null-handling): for doctype, doctype, ignore null values 2019-05-16 15:44:46 +05:30
Rushabh Mehta
04c6ed3605 fix(comment): blog comment email and min length 2019-04-16 09:06:18 +05:30
Rushabh Mehta
bee15006cb fix: string formatting 2019-02-09 20:51:39 +05:30
Rushabh Mehta
a1eb5bf9b3 fix: add tests 2019-02-09 15:22:21 +05:30
Rushabh Mehta
ae097e5139 fix: tests, check for spam comments 2019-02-07 16:35:50 +05:30
Rushabh Mehta
41d90fa6d1 BREAKING CHANGE: Comments are now handled separately from Communication and Version 2019-02-07 16:35:50 +05:30
Rushabh Mehta
47005e9e02 [fix] parent_website_route + '/' + page_name = route 2016-06-23 15:47:47 +05:30
Rushabh Mehta
8a91f1a790 [rename] Bulk Email to Email Queue 2016-06-22 13:06:06 +05:30
Anand Doshi
353e8a9d1f [fix] Sanitize form_dict and doc values to prevent XSS 2016-02-23 12:11:28 +05:30
Anand Doshi
465318878e [enhancement] Merge Comment and Feed into Communication 💥 2016-02-04 17:46:53 +05:30
Anand Doshi
5621ba30c0 [enhancement] Int, Currency, Float, Percent as not null and default to 0 2015-11-19 13:09:44 +05:30
Anand Doshi
d6ecd920d4 [fix + patch] Comment Type 2015-05-06 23:15:08 -07:00
Rushabh Mehta
99ca7d5f8a [email] fixed test cases for bulk emails 2015-03-19 17:15:44 +05:30
Rushabh Mehta
4e802fbc5f [website] cleanup to template.py 2015-03-16 18:44:23 +05:30
Anand Doshi
2995f02f3b Web Notes to Frappe, better alerts, css fixes, fixed splash 2015-03-03 15:09:34 +05:30
Anand Doshi
f6cdd4a655 Merge remote-tracking branch 'frappe/develop' into v5.0
Conflicts:
	frappe/__version__.py
	frappe/core/doctype/communication/communication.py
	frappe/core/page/desktop/desktop.js
	frappe/hooks.py
	frappe/translations/ar.csv
	frappe/translations/es.csv
	frappe/translations/fr.csv
	frappe/translations/hr.csv
	frappe/translations/id.csv
	frappe/translations/ja.csv
	frappe/translations/nl.csv
	frappe/translations/pl.csv
	frappe/translations/pt-BR.csv
	frappe/translations/ru.csv
	frappe/translations/tr.csv
	frappe/translations/zh-cn.csv
	frappe/translations/zh-tw.csv
	frappe/utils/email_lib/html2text.py
	setup.py
2015-02-24 18:06:16 +05:30
Anand Doshi
7f75e233a8 Website Listing 2015-02-23 22:30:03 +05:30
Renamed from frappe/templates/includes/comments.py (Browse further)