Commit Graph

1525 Commits

Author SHA1 Message Date
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
Timo Stollenwerk
f7c1450a1e Merge pull request #40 from tisto/master
Remov qunit and jstestdriver test setup.
2013-12-15 07:02:16 -08:00
tisto
a2ae2a888f Remov qunit and jstestdriver test setup. 2013-12-15 12:56:51 +01:00
Timo Stollenwerk
5c4599a7f3 Merge pull request #39 from tisto/master
Pep8 and code analysis.
2013-12-15 03:05:53 -08:00
tisto
38cfae5647 Set flake8 max complexity to 50. 2013-12-15 12:04:05 +01:00
tisto
f0a9d9ad6b Pep8 2013-12-15 12:02:32 +01:00
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
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
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
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
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
Andreas Zeidler
fa7a1acd64 add buildout configuration for standalone testing 2013-08-15 00:00:42 +02:00
Paul J Stevens
7716fb0b82 update changelog 2013-06-13 06:34:31 -04:00
Paul J Stevens
52c6372664 fix deprecation warning 2013-06-04 13:23:22 +00:00
Paul J Stevens
1946991928 fix regression
introduced by 702f7e1f1d
2013-06-04 13:19:41 +00:00
Eric Steele
124aeb55d6 Back to development: 2.2.7 2013-05-23 21:25:49 -04:00
Eric Steele
56bba54fd9 Preparing release 2.2.6 2013-05-23 21:23:06 -04:00
Thomas Desvenain
f90c1531bc Update french translation 2013-05-23 09:35:41 +02:00