Tom Gross
|
085567431f
|
Make tests work with lxml safe html cleaner (#97)
* Make tests work with lxml safe html cleaner
* whitespace fix in test assertion
|
2016-05-31 11:41:34 +02:00 |
|
Gil Forcada
|
cb1bf28c16
|
Cleanup
Follow https://github.com/plone/jenkins.plone.org/blob/master/docs/source/run-qa-on-package.rst
to clean up the code.
|
2016-02-05 09:43:42 +01:00 |
|
Gil Forcada
|
ce48a9ed46
|
2 spaces before inline comment
|
2015-05-03 08:41:56 +02:00 |
|
Gil Forcada
|
4bc77a2831
|
Sort imports
Remove unused ones as well.
|
2015-05-03 08:16:41 +02:00 |
|
David Glick
|
8690461ffb
|
create doc1 in the text fixture rather than in setup for each test
|
2015-03-09 21:51:45 -07:00 |
|
Gil Forcada
|
4ea41aba43
|
Fix tests
|
2015-02-16 16:35:43 +01:00 |
|
Guido A.J. Stevens
|
a82352a36c
|
Make comments editable
|
2014-05-15 17:50:32 +02:00 |
|
Jens W. Klein
|
a145413ac2
|
make flake8 happy
|
2014-03-25 18:37:06 +01:00 |
|
tisto
|
9c9c2e2aaa
|
Merge branch 'master' of git://github.com/huubbouma/plone.app.discussion into huubbouma-master
Conflicts:
CHANGES.rst
|
2014-03-23 18:54:44 +01:00 |
|
Timo Stollenwerk
|
a8dc5dd3f0
|
Remove test_suite functions since they are only needed for zope.testing < 3.8.0.
|
2013-12-19 09:54:03 +01:00 |
|
Huub Bouma
|
fd85de9c30
|
Fix comments Title if utf-8 characters in author_name
|
2013-09-20 16:28:05 +02:00 |
|
Timo Stollenwerk
|
a6afdf265c
|
Pep8
|
2013-01-10 18:40:04 +01:00 |
|
Timo Stollenwerk
|
69b628c386
|
Pep8.
|
2013-01-10 18:33:46 +01:00 |
|
Timo Stollenwerk
|
c47689af42
|
Fix handling of comments with invalid transforms. Write an error msg to the log and just return the untransformed text.
|
2012-07-12 16:03:02 +02:00 |
|
Timo Stollenwerk
|
702f7e1f1d
|
Make 'text/plain' the default mime type for comments and make sure the default type is set properly when creating a new comment.
|
2012-07-12 16:01:07 +02:00 |
|
Timo Stollenwerk
|
f45373b311
|
Test for mime type transformation from html to html added.
|
2012-07-12 15:54:38 +02:00 |
|
Timo Stollenwerk
|
0535e659ff
|
Refactor the comment creator/author_name to comply with the Plone core convention to store the username on the creator attribute and not the fullname.
|
2012-07-12 15:39:27 +02:00 |
|
Paul J Stevens
|
e31f90c440
|
Prune duplicated test code
|
2012-06-12 14:44:42 +00:00 |
|
Elizabeth Leddy
|
877f2d3e84
|
fix url redirect for content types that must have /view in url to view contents
|
2012-03-14 15:01:17 -07:00 |
|
tisto
|
81fd515455
|
Pep8
|
2012-01-14 07:53:03 +01:00 |
|
tisto
|
a3883d7e7b
|
Pep8
|
2012-01-14 07:13:39 +01:00 |
|
Timo Stollenwerk
|
e17cfa68a1
|
Fix whitespace/Pep8/Pyflakes in tests.
|
2012-01-09 16:43:54 +01:00 |
|
Timo Stollenwerk
|
38b70a28e5
|
Use plone.app.testing in test_comment.
svn path=/plone.app.discussion/trunk/; revision=48898
|
2011-04-16 09:16:18 +00:00 |
|
Hanno Schlichting
|
9db8909ea7
|
Avoid using deprecated test assertions, see http://docs.python.org/dev/library/unittest.html#deprecated-aliases for the full list
svn path=/plone.app.discussion/trunk/; revision=48881
|
2011-04-15 16:23:38 +00:00 |
|
David Glick
|
eb004aab44
|
merge r46437 and r46946 from davisagli-features: respect the per-comment mime_type setting, and use the old cooked text/html from legacy comments when migrating
svn path=/plone.app.discussion/trunk/; revision=48356
|
2011-04-02 19:51:37 +00:00 |
|
Timo Stollenwerk
|
bf96d0082f
|
Remove "Plone 3 only" code; Do not monkey patch the BAD_TYPES vocabulary or plone.app.vocabularies anymore.
svn path=/plone.app.discussion/trunk/; revision=47311
|
2011-02-08 09:28:51 +00:00 |
|
Maurits van Rees
|
a2a17085a3
|
Nuke trailing white space
svn path=/plone.app.discussion/trunk/; revision=46366
|
2010-12-15 23:52:56 +00:00 |
|
David Glick
|
0cb75778ba
|
make sure comments don't get indexed with their parents' UID in Plone 3. only declare dependency on plone.app.uuid in Python 2.6, since we only use it in Plone 4 currently.
svn path=/plone.app.discussion/trunk/; revision=46353
|
2010-12-15 20:39:55 +00:00 |
|
Timo Stollenwerk
|
ac4a64f55d
|
Make sure comment UIDs in the catalog are always unique. This fixes
http://dev.plone.org/plone/ticket/10652. We depend on plone.uuid and plone.app.uuid now. Refs #10652.
svn path=/plone.app.discussion/trunk/; revision=46005
|
2010-11-28 11:39:19 +00:00 |
|
Timo Stollenwerk
|
b08d7ddbeb
|
revert r46002.
svn path=/plone.app.discussion/trunk/; revision=46003
|
2010-11-28 10:00:31 +00:00 |
|
Timo Stollenwerk
|
7e39197114
|
hudson buildout added.
svn path=/plone.app.discussion/trunk/; revision=46002
|
2010-11-28 09:51:35 +00:00 |
|
Timo Stollenwerk
|
a39ac82858
|
There is no need to set the comment title in the tests, since comments do not have title fields anymore.
svn path=/plone.app.discussion/trunk/; revision=44738
|
2010-10-31 11:09:32 +00:00 |
|
Hanno Schlichting
|
54bbb08c62
|
Whitespace removal
svn path=/plone.app.discussion/trunk/; revision=40788
|
2010-10-22 09:57:55 +00:00 |
|
Timo Stollenwerk
|
f7ed357a83
|
Use 'comment_review_workflow' instead of 'simple_publication_workflow' for testing.
svn path=/plone.app.discussion/trunk/; revision=40571
|
2010-10-08 11:03:14 +00:00 |
|
Timo Stollenwerk
|
0ee649fb6c
|
Functional test for special characters added. Remove unnecessary decode statement from creator.
svn path=/plone.app.discussion/trunk/; revision=40502
|
2010-10-04 13:48:27 +00:00 |
|
Timo Stollenwerk
|
e0055d0ba7
|
Make sure comment titles work with special characters as well.
svn path=/plone.app.discussion/trunk/; revision=40486
|
2010-10-02 18:16:49 +00:00 |
|
Timo Stollenwerk
|
22db0b1c78
|
Fix comment title for anonymous commentators that do not provide a name.
svn path=/plone.app.discussion/trunk/; revision=40435
|
2010-09-29 10:52:11 +00:00 |
|
Timo Stollenwerk
|
f67c7cde6d
|
Remove title field from the comment form and replace it with an auto-generated title ("John Doe on Welcome to Plone").
This also fixes http://dev.plone.org/plone/ticket/11098
svn path=/plone.app.discussion/trunk/; revision=40431
|
2010-09-29 07:56:36 +00:00 |
|
Patrick Gerken
|
4e43cfed2e
|
Adding a test to assert that dates get stored utc
and not in local time
svn path=/plone.app.discussion/trunk/; revision=39725
|
2010-09-07 12:02:55 +00:00 |
|
Timo Stollenwerk
|
a4011ce414
|
Fix the comment view test.
svn path=/plone.app.discussion/trunk/; revision=39629
|
2010-09-03 21:23:44 +00:00 |
|
Timo Stollenwerk
|
81cba38a74
|
Comment form test added.
svn path=/plone.app.discussion/trunk/; revision=39608
|
2010-09-02 20:00:43 +00:00 |
|
Timo Stollenwerk
|
435040e0b2
|
Make pylint happy.
svn path=/plone.app.discussion/trunk/; revision=39287
|
2010-08-28 17:06:53 +00:00 |
|
Timo Stollenwerk
|
a54a15a90f
|
Remove unnecessary imports and variables from test code.
svn path=/plone.app.discussion/trunk/; revision=37768
|
2010-07-13 10:45:53 +00:00 |
|
Florian Friesdorf
|
5beebe42fa
|
hardcoded fti_title, don't query typestool for Type()
all tests succeed
svn path=/plone.app.discussion/trunk/; revision=35290
|
2010-03-18 14:42:52 +00:00 |
|
Timo Stollenwerk
|
8a6ab7161d
|
remove CatalogTest from test_comments.
svn path=/plone.app.discussion/trunk/; revision=27767
|
2009-07-01 20:58:31 +00:00 |
|
Timo Stollenwerk
|
768b2095de
|
fix tests for bugfix 834504 ("Replies have a wrong path index.")
svn path=/plone.app.discussion/trunk/; revision=27661
|
2009-06-24 20:11:27 +00:00 |
|
Timo Stollenwerk
|
1cc02a3acd
|
Type() is meant to be a method not an attribute.
svn path=/plone.app.discussion/trunk/; revision=27652
|
2009-06-24 08:25:11 +00:00 |
|
Timo Stollenwerk
|
a3e9105e48
|
comment catalog tests added.
svn path=/plone.app.discussion/trunk/; revision=27631
|
2009-06-22 17:06:37 +00:00 |
|
Timo Stollenwerk
|
6d414055bc
|
set correct Type ('Discussion Item') for Comments.
svn path=/plone.app.discussion/trunk/; revision=27629
|
2009-06-22 12:23:19 +00:00 |
|
Timo Stollenwerk
|
34ee743bf3
|
remove all the unnecessary acquisition wrapping of conversation (since the conversationAdapterFactory now returns an aq wrapped conversation).
svn path=/plone.app.discussion/trunk/; revision=27501
|
2009-06-18 20:57:47 +00:00 |
|