tisto
f894d47d62
Add basic robot test setup and a first test.
2014-05-02 13:22:08 +02:00
Gaudenz Steinlin
fa17c51a7b
Replace $.live with $.on
...
This is needed for jQuery >= 1.9 compatibility and is compatible with
JQuery >= 1.7 (Plone 4.3 onwards).
2014-04-28 18:06:41 +02:00
Alin Voinea
f58e900e25
Merge pull request #46 from eea/master
...
Trigger custom events on comment add/remove/reply
2014-04-18 17:40:27 +03:00
Alin Voinea
6565dfe19e
i18n update
2014-04-18 17:26:27 +03:00
Alin Voinea
28d7556c92
Remove hard dependency on plone.stringinterp
2014-04-18 16:42:06 +03:00
Alin Voinea
13830715a7
Add custom content rules string substitutions
...
- Add content rules string substitutions for comment:
- id
- text
- author email
- author user name
- author full name
2014-04-18 16:36:06 +03:00
Alin Voinea
ab926d6a10
Update change log
...
Conflicts:
CHANGES.rst
2014-04-18 16:35:45 +03:00
Alin Voinea
14d4382ca6
Use commented object as context instead of comment within event trigger
...
- In order this to work with plone.contentrules use commented object as
the main context within custom discussion events and add comment as the
second parameter.
2014-04-18 16:33:12 +03:00
Alin Voinea
4343197209
Trigger custom comment events on comment add/remove/reply
...
Conflicts:
plone/app/discussion/interfaces.py
2014-04-18 16:32:43 +03:00
tisto
5a9bfdf876
Back to development: 2.3.3
2014-04-05 16:36:11 +02:00
tisto
c1c36c0133
Remove changes.txt in docs folder since this confuses zest.releaser.
2014-04-05 16:26:24 +02:00
tisto
5c43271430
Remove message_extractors from setup.py since they currently prevent us from making a release (distutils raise an error).
2014-04-05 16:24:11 +02:00
tisto
7ebd2de06f
Preparing release 2.3.2
2014-04-05 16:22:19 +02:00
Jens W. Klein
2729f5a7e9
required showed up, but validation needs it on field too. huh. this is not what i expected, but, well, its z3cforms
2014-03-26 11:27:12 +01:00
Jens W. Klein
822750697a
Merge branch 'master' of github.com:plone/plone.app.discussion
2014-03-25 21:31:15 +01:00
Jens W. Klein
6bfa19411d
bugfix 1: according to IDiscussionSettings.anonymous_email_enabled (cite):
...
If selected, anonymous user will have to give their email. - But field
was not required. Now it is.
bugfix 2: anonymous email field was never saved.
2014-03-25 21:30:50 +01:00
David Glick
0b50d7c339
remove setup_requires = Babel, which isn't actually used and broke the build
2014-03-25 12:24:00 -07:00
Jens W. Klein
996592835b
state latest changes
2014-03-25 19:15:52 +01:00
Jens W. Klein
9575a0436a
synced with recent i18ndude and updated missing german translations
2014-03-25 19:14:26 +01:00
Jens W. Klein
14263973f0
synced with recent i18ndude and updated missing german translations (mostly in settings form)
2014-03-25 19:13:43 +01:00
Jens W. Klein
0a6d429237
corrected outdated help text
2014-03-25 18:53:51 +01:00
Jens W. Klein
334b01f9ff
run of update translations. nothing really changed. anyway, no we're sure. next: missing translations (de)
2014-03-25 18:39:08 +01:00
Jens W. Klein
6609ab6af5
make flake8 happy
2014-03-25 18:38:12 +01:00
Jens W. Klein
a145413ac2
make flake8 happy
2014-03-25 18:37:06 +01:00
Jens W. Klein
67213b70eb
make flake8 happy
2014-03-25 18:36:14 +01:00
Jens W. Klein
dd0831c7d7
state last change
2014-03-25 18:35:33 +01:00
Jens W. Klein
79ad7816c4
added i8ndude and script to buildout in order to make translations updates simpler.
2014-03-25 18:33:48 +01:00
Jens W. Klein
96bf7ca002
added update translations script (flavor by saily)
2014-03-25 16:59:20 +01:00
Jens W. Klein
e2811ebd52
ignore local directory from virtualenv
2014-03-25 16:49:48 +01:00
tisto
9e7b574690
Move 'Fix reindexObject ...' CHANGES entry to the current release.
2014-03-24 20:51:26 +01:00
tisto
01641b4957
Merge branch 'fix_reindex_on_publish' of git://github.com/RedTurtle/plone.app.discussion into RedTurtle-fix_reindex_on_publish
2014-03-24 20:49:32 +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
tisto
f3a247dcd7
Fix buildout that broke due to version conflicts caused by the latest p.a.contenttypes release.
2014-03-23 17:46:53 +01:00
Timo Stollenwerk
f65ef6cfe7
Merge pull request #41 from maartenkling/master
...
uses member.getId as author_username, so membrane users have portrait and author url
2014-03-04 12:09:26 +01:00
maartenkling
0ea9a7131f
merge upstream and fix numbering
2014-03-04 09:16:36 +01:00
Timo Stollenwerk
e0ae1c0eaa
Preparing release 2.3.1
2014-02-22 10:12:32 +01:00
Timo Stollenwerk
a26a4b363c
2.3.0 was a brown bag release.
2014-02-22 10:12:15 +01:00
Timo Stollenwerk
7a8f60dd5f
Back to development: 2.3.1
2014-02-22 10:11:05 +01:00
Timo Stollenwerk
cd65923df5
Make sure a release includes *.rst files.
2014-02-22 07:58:35 +01:00
Timo Stollenwerk
ce5c00ca7d
Prepare 2.3.0 release.
2014-02-22 07:25:07 +01:00
Philip Bauer
d788d07a87
fix test. the richtext-field in plone.app.contenttypes uses a behavior
2014-02-14 09:40:55 +01:00
ichim-david
aa87302280
Amend commit history of changes made by omiron from pull request 42 for a clearer message of intended fix
2014-02-10 11:51:35 +02:00
Alexandru Ghica
fe747f2ae9
Merge pull request #42 from eea/master
...
Comments do not retain Mark for Deletion state
2014-02-04 02:15:24 -08:00
Ovidiu Miron
f660a6d980
added to CHANGES.rst
2014-02-04 11:53:51 +02:00
Ovidiu Miron
6bc5db4276
Fixed typo error
2014-02-04 11:46:29 +02:00
Ovidiu Miron
a9d0cb574b
Execute the property workflow
2014-02-04 11:15:31 +02:00
maartenkling
f37e96bb90
fix typo in changelog
2014-02-02 15:02:21 +01:00
maartenkling
8ccd648928
user member.getId as author_username, so membrane users and plone users have portraits and author urls
2014-02-02 14:55:37 +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
Timo Stollenwerk
f7c1450a1e
Merge pull request #40 from tisto/master
...
Remov qunit and jstestdriver test setup.
2013-12-15 07:02:16 -08:00