This website requires JavaScript.
Explore
Help
Sign In
ajung
/
plone.app.discussion
Watch
0
Star
0
Fork
0
You've already forked plone.app.discussion
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
plone.app.discussion
/
plone
/
app
/
discussion
/
browser
History
Timo Stollenwerk
28d88dcfb4
Clean up Javascript code. Obey the 80 character limit.
...
svn path=/plone.app.discussion/trunk/; revision=36991
2010-06-04 09:25:47 +00:00
..
javascripts
Clean up Javascript code. Obey the 80 character limit.
2010-06-04 09:25:47 +00:00
stylesheets
Remove fixed width of the actions column of the moderation view. The translated button titles can differ in size from the English titles.
2010-03-17 11:00:10 +00:00
__init__.py
check in some skeletal code + notes, nothing concrete or working yet
2009-05-11 16:52:16 +00:00
captcha.py
Clean up (Re)Captcha code. Register Captcha field/validator only if a package is installed that provides the "plone.app.discussion-captcha" feature (currently plone.formwidget.captcha and plone.formwidget.recaptcha trunk only).
2010-06-01 16:38:29 +00:00
comment.py
move comment view from browser/comments.py to browser/comment.py.
2010-01-18 09:54:27 +00:00
comments.pt
merge r34694-r34695 from the jarn-1.0b3 branch.
2010-03-16 13:06:08 +00:00
comments.py
fix r36843 commit. set HAS_WRAPPED_FORM to false for plone.z3cform < 0.6.0.
2010-05-31 10:05:57 +00:00
configure.zcml
Clean up (Re)Captcha code. Register Captcha field/validator only if a package is installed that provides the "plone.app.discussion-captcha" feature (currently plone.formwidget.captcha and plone.formwidget.recaptcha trunk only).
2010-06-01 16:38:29 +00:00
controlpanel.py
remove the user notification feature for now, since it requires the current z3c.form trunk and does not work with the latest release on PyPi.
2010-03-11 19:23:02 +00:00
migration.py
Fix encoding error in migration procedure, otherwise migration procedure breaks on joining output list in case we have there any non-ascii characters. [piv]
2010-05-31 09:58:42 +00:00
moderation.pt
removed moderation.js from js registry and include it only in moderation.pt as that is the only place where it is used
2010-05-03 11:53:20 +00:00
moderation.py
A bug in the moderator panel meant you couldn't delete items in a virtual host, if your portal was named "plone".
2010-04-01 13:48:03 +00:00
traversal.py
Fix some security issues and make the traversal adapter work with OFS.Traversable. Requires a name, so we now call it ++conversation++default
2009-05-23 11:52:57 +00:00
validator.py
Clean up (Re)Captcha code. Register Captcha field/validator only if a package is installed that provides the "plone.app.discussion-captcha" feature (currently plone.formwidget.captcha and plone.formwidget.recaptcha trunk only).
2010-06-01 16:38:29 +00:00