Commit Graph

1632 Commits

Author SHA1 Message Date
tisto b5f4df5f17 Add code analysis section. 2013-12-15 12:00:25 +01:00
tisto 66e5563228 Fix buildout. 2013-11-26 20:08:30 +01:00
tisto a337413d3d Update CHANGES. 2013-11-26 19:29:28 +01:00
Timo Stollenwerk a2552acd2b Merge pull request #36 from aputtu/patch-1
Corrections and additions to the Danish translation
2013-11-26 10:27:52 -08:00
Alan Hoey 1bf4dacc1d Back out internal version number 2013-11-25 13:04:24 +00:00
Alan Hoey 8161dc14da Fixing test failures. 2013-11-25 12:54:49 +00:00
Alan Hoey e6ec6ebe16 Add tests to confirm that some methods of a conversation incorrectly use an unwrapped comment to determine whether anonymous users can view. 2013-11-25 12:52:31 +00:00
Alan Hoey 4804868ab2 Refactor acquisition tests to define the expected behaviour when dealing with wrapped and unwrapped comments. 2013-11-25 12:06:05 +00:00
Jess Henderson 7269dfca65 Add dev.delib-da.1 to version pin 2013-11-22 11:51:47 +00:00
Alan Hoey 4be4c03c49 Fix total comments index 2013-11-21 18:13:31 +00:00
vmaksymiv 8e56b99638 added test acquisition chain for unwrapped object
Conflicts:
	plone/app/discussion/tests/test_acquisition.py
2013-11-21 17:23:36 +00:00
Kees Hink 5fb6968fca Add a test for Acquisition in comments. 2013-11-21 17:22:12 +00:00
Roman Kozlovskyi f1747c7a87 Updated ukrainian translations 2013-11-17 21:10:02 +02:00
David Glick 7cfbd20d72 don't fail test if portal_atct is missing 2013-11-15 00:11:13 -08:00
Timo Stollenwerk 654869a30d Remove old topic test. New collections are tested in p.a.contenttypes anyways. 2013-11-14 11:01:14 +01:00
Mikel Larreategi 4fdd1f7467 update basque translation 2013-11-14 09:13:20 +01:00
Mikel Larreategi ceae98cd19 update basque translation 2013-11-14 09:12:38 +01:00
Mikel Larreategi 2f781fe6e9 update basque translation 2013-11-14 09:12:31 +01:00
David Glick 05fed2def7 Merge pull request #37 from plone/bsuttor-use-defaultUser-png
Use defaultUser.png instead of defaultUser.gif
2013-11-13 11:07:45 -08:00
Benoît Suttor c3ce01edd0 Use defaultUser.png instead of defaultUser.gif
Indeed, defaultUser.gif is in a deprecated skins folder (Products/CMFPlone/
skins/plone_deprecated/defaultUser.gif) and not defaultUser.png
(Products/CMFPlone/skins/plone_images/defaultUser.png).
Test is also updated.
2013-11-13 15:53:12 +01:00
JeanMichel FRANCOIS 410b8c998a Fix ownership of comments. 2013-11-05 10:23:15 +01:00
aputtu 00861f5f9c Corrections and additions to the Danish translation 2013-10-22 20:22:05 +02:00
David Glick dcba2c2714 re-add ICommentingTool to support migration 2013-10-18 21:40:50 -07:00
tisto d225cbfc9a Remove bbb directory. 2013-10-16 19:20:15 +02:00
tisto e7cae8430a Replace deprecated test assert statements. 2013-10-10 16:29:15 +02:00
tisto fbc78e2951 Remove portal_discussion tool. 2013-10-10 15:36:18 +02:00
tisto 270f4d5653 Merge branch 'master' into edit-comments-squashed
Conflicts:
	CHANGES.rst
2013-09-24 15:38:56 +02:00
tisto 3eae5378ff Update version number to 2.3.0 since we need a new master branch for Plone 5 due to the changes in the test setup (PLONE_APP_CONTENTTPYES_FIXTURE). 2013-09-24 15:00:46 +02:00
tisto f929dc2bd9 Prepare 2.2.9 release. 2013-09-24 14:29:52 +02:00
tisto 3ab24b12bc Pin zope.interface to 4.0.5. 2013-09-24 14:29:38 +02:00
tisto 08c3db59e1 Portuguese translation added. 2013-09-24 14:21:45 +02:00
Huub Bouma fd85de9c30 Fix comments Title if utf-8 characters in author_name 2013-09-20 16:28:05 +02:00
Guido A.J. Stevens 82a473c138 provide "delete own comments" as a configurable option 2013-09-19 11:43:13 +02:00
Guido A.J. Stevens e6172a219e Make comments editable 2013-09-19 11:43:13 +02:00
Timo Stollenwerk 0463b20f78 Remove interlude from test dependencies. 2013-08-30 10:00:21 +02:00
Timo Stollenwerk 9049368cba Refactor tests to use the PLONE_APP_CONTENTTYPES_FIXTURE instead of the PLONE_FIXTURE. This fixes all test p.a.discussion test failures. 2013-08-29 22:20:47 +02:00
Jens W. Klein 645bbb0a95 typo: renamed 'annotions' to 'annotations' 2013-08-26 14:49:26 +02:00
JeanMichel FRANCOIS 34bbd39829 fix: add form serialized data to the delete comment ajax form submit
Even if in fresh Plone there is no data, I'm in a case where I'm adding
'ajax' marker in the form to not render all the page (which is the case
here) and the render is not used at all except if the action do not
happens in ajax.
2013-08-21 11:07:48 +02:00
Andrea Cecchi bde1a1a44a fix reindexObject for comment container object 2013-08-20 15:37:56 +02:00
Timo Stollenwerk 0d18a6dd57 Rename CHANGES.txt to CHANGES.rst. 2013-08-20 14:34:13 +02:00
Timo Stollenwerk ba7a6d26aa Back to development. 2013-08-20 14:33:03 +02:00
Timo Stollenwerk 1b0ed27b98 Include the CHANGE notes from garbas which haven't been pushed to github. 2013-08-20 14:24:35 +02:00
Timo Stollenwerk 8820def72b Add jarn.mkrelease and zest.pocompile to buildout. Pin zope.interface to 3.6.1 2013-08-20 14:22:52 +02:00
Timo Stollenwerk 12d9152ae9 Use latest bootstrap. 2013-08-20 14:22:30 +02:00
Timo Stollenwerk f094a29f91 Prepare 2.2.8 release. 2013-08-20 14:19:23 +02:00
Timo Stollenwerk 1903008c76 Prepare 2.2.7 release. 2013-08-20 10:44:36 +02:00
Timo Stollenwerk 4dc5177fdd Add CHANGES entry for latest pull request merge. 2013-08-20 10:27:19 +02:00
Timo Stollenwerk ad8d55cdb9 Merge pull request #28 from witsch/non-annotatables
fix for non-annotatable objects
2013-08-20 01:23:31 -07:00
Jens W. Klein 04d57ca5db Update README.rst
Refined confusing info about Plone versions.
2013-08-19 14:23:55 +02:00
Andreas Zeidler b027789391 prevent the viewlet from raising an error for objects that are not annotatable 2013-08-15 00:01:22 +02:00