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
a672c1ed11
Plone 4 styles added.
...
svn path=/plone.app.discussion/trunk/; revision=32349
2009-12-07 19:39:23 +00:00
..
javascripts
fix ajax call for workflow_action publish in moderation view.
2009-12-07 16:11:49 +00:00
stylesheets
Plone 4 styles added.
2009-12-07 19:39:23 +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
show captcha validation only for anonymous users.
2009-08-15 11:35:54 +00:00
comments.pt
has_replies function added to get only published comments for anon users. elro review fix. refs
#9288
2009-10-07 20:07:55 +00:00
comments.py
fix redirect after a comment has been posted.
2009-11-01 09:24:27 +00:00
configure.zcml
Changing browser:view registrations to browser:page since view doesn't actually do anything with the permissions. This fixes the anyone can delete comments problem. evilbungle branch merge.
2009-10-17 13:50:55 +00:00
controlpanel.py
Replace yes/no widgets with single checkboxes.
2009-11-19 21:40:08 +00:00
migration.py
fix the recursive migrate_replies function, so that it returns True only after all comments on a certain level have been migrated.
2009-07-13 22:14:30 +00:00
moderation.pt
fix toLocalizedTime for Plone 4 compatibility.
2009-12-07 15:45:39 +00:00
moderation.py
Do not show "publish" bulk action in moderation view when moderation is disabled. Fix story 1105355
2009-10-18 13:12:52 +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
Making captcha validator only adapt for the appropriate browser layer. This fixes the captcha error issue when p.a.d is in a deployment but not installed yet. evilbungle branch merge.
2009-10-17 14:13:27 +00:00