Commit Graph

  • 8b9a3e63c9 replace data.has_key() with "key in data". Timo Stollenwerk 2009-08-24 18:09:32 +0000
  • c83d826c46 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. Merge from r29239 from evilbungle-safe-html branch. Timo Stollenwerk 2009-08-21 21:15:13 +0000
  • 6bda1e3b3a collective.autoresizetextarea added to dev buildout. Timo Stollenwerk 2009-08-21 21:04:38 +0000
  • 9c3bdb3a72 Stopping comments being rendered as structure; Merge r29173 from evilbungle-safe-html branch. Timo Stollenwerk 2009-08-21 20:52:12 +0000
  • 8c9a8b9f93 remove limit on zcatalog query for comments. Timo Stollenwerk 2009-08-21 19:53:04 +0000
  • cc89d31511 fix typo. Timo Stollenwerk 2009-08-21 15:20:34 +0000
  • 2f7578debe plone->3.3; plone.formwidget.captcha added. Timo Stollenwerk 2009-08-21 15:16:55 +0000
  • 241c17df72 move the access of reply/Creator into a nested tag. tal:defines are evaluated before tal:condition so we may have no permission to access Creator. Carsten Senger 2009-08-20 02:21:23 +0000
  • c145378f34 Allways use an accessor method on the comment, never access the attribute directly as the attribute is not acquisition wrapped and a permission check for the required permission will fail Carsten Senger 2009-08-20 02:17:02 +0000
  • 984a1fed7d Zope 2.12 compatibility: ViewPageTemplate's id property is read only Carsten Senger 2009-08-20 02:11:57 +0000
  • 06b332a801 Compatibility with Zope 2.12: don't wrap the ViewPageTemplate into an acquisition wrapper. Carsten Senger 2009-08-20 02:09:53 +0000
  • e946ef7979 Add an accessor method for title. As title is part of the interface IComment for which we <require> zope2.View a permission check will raise Unauthorized cause we can not assure that the user's userfolder is in the acqusition chain of the object (the attribute is a bare unicode object). It works for methods. im_self is used to get the acquisition wrapped object. Carsten Senger 2009-08-20 02:06:15 +0000
  • 4da4ab3599 import Event interfaces from where they are defined (also works in Zope 2.12) Carsten Senger 2009-08-19 22:16:06 +0000
  • 592107718d history update. Timo Stollenwerk 2009-08-18 21:04:49 +0000
  • 775fc1572a Plone CSS classes added to buttons. Timo Stollenwerk 2009-08-17 21:46:44 +0000
  • 962e4dd0d3 autoresize css class added to comment-textarea. Timo Stollenwerk 2009-08-17 20:31:37 +0000
  • ed4c6c411c Simplify comment form labels as suggested by jon. Timo Stollenwerk 2009-08-16 08:38:42 +0000
  • 09a88ff9fb todo update. Timo Stollenwerk 2009-08-15 20:10:17 +0000
  • d889f2ed9a documentation update. Timo Stollenwerk 2009-08-15 20:09:27 +0000
  • 4a78ce44e0 fix captcha import; unit tests pass without p.f.captcha installed. Timo Stollenwerk 2009-08-15 19:44:39 +0000
  • 50de2b4031 fix discussion control panel description. Timo Stollenwerk 2009-08-15 17:49:50 +0000
  • 987805c927 fix inline validation for reply-to-comment form. Timo Stollenwerk 2009-08-15 16:36:49 +0000
  • dbff6b4f67 add captcha check for reply-to-comment form. Timo Stollenwerk 2009-08-15 16:36:35 +0000
  • bbf7cb5685 show captcha validation only for anonymous users. Timo Stollenwerk 2009-08-15 11:35:54 +0000
  • 2567483281 CaptchaValidator for captcha/recaptcha/no captcha added. This is necessary because the zcml registration of the CaptchaValidator has to work with all three options. Timo Stollenwerk 2009-08-15 10:21:26 +0000
  • ead8813188 simplify (re)captcha test. Timo Stollenwerk 2009-08-15 10:18:10 +0000
  • 4ef604f43f make captcha field not required. otherwise recaptcha is not working. Timo Stollenwerk 2009-08-15 10:17:34 +0000
  • cdfbdb3d7d remove debug line. Timo Stollenwerk 2009-08-14 09:02:42 +0000
  • dff06b8c8c show post-comment form when user is logged in or user is not logged in and anonymous comments are allowed. Timo Stollenwerk 2009-08-14 09:02:00 +0000
  • 2a1ae7dc62 do not make a captcha check when captcha is disabled; this fixes the non-captcha comment form. Timo Stollenwerk 2009-08-13 19:21:52 +0000
  • ce30a1b594 remove SimpleFieldValidator import fallback, because it breaks the CaptchaValidator. Timo Stollenwerk 2009-08-13 18:53:27 +0000
  • c3a0631813 add hint for enabling comment moderation workflow. Timo Stollenwerk 2009-08-13 13:52:50 +0000
  • f4f0e29e96 fix errors that are thrown when plone.formwidget.captcha is not installed. Timo Stollenwerk 2009-08-13 10:01:40 +0000
  • e1b068dbbc captcha validator added. Timo Stollenwerk 2009-08-12 20:45:47 +0000
  • 0ba3bda065 unnecessary AttributeAnnotations removed. imports for captcha/recaptcha added. Timo Stollenwerk 2009-08-12 19:20:18 +0000
  • 68e129dd76 set plone version = 3.3rc5 for dev buildout. Timo Stollenwerk 2009-08-11 22:34:33 +0000
  • 7f7c4b1345 captcha registry entry and vocabulary added. Timo Stollenwerk 2009-08-11 09:45:34 +0000
  • 572b743d04 add credits to readme. Timo Stollenwerk 2009-08-11 09:41:32 +0000
  • 5500c8d42e remove old files. Timo Stollenwerk 2009-08-11 09:39:17 +0000
  • ffcd7d7a31 adapt CaptchaExtender to CommentForm only. Timo Stollenwerk 2009-08-10 16:38:41 +0000
  • ef8e34adbb Add dead-simple captcha to show the z3c-form-extender works. Timo Stollenwerk 2009-08-05 09:01:58 +0000
  • 8e9c75a6fc Set fields as class attribute to make captcha formextender work again. This is kind of ugly, the fields should be enirely omitted and not only hidden. Timo Stollenwerk 2009-08-05 09:01:14 +0000
  • eadbb55a87 fix commenting for anonymous users. Timo Stollenwerk 2009-08-04 20:47:25 +0000
  • 355f50388c reorder comment form fields. Timo Stollenwerk 2009-08-04 20:47:06 +0000
  • 2e2528aa76 clean up the imports. Timo Stollenwerk 2009-08-04 19:36:33 +0000
  • ae0b9486b7 remove unnecessary wrap_form. Timo Stollenwerk 2009-08-04 19:30:12 +0000
  • c0d7f326b2 remove "implements(IViewlet)" since the base class takes care of it. Timo Stollenwerk 2009-08-04 19:25:40 +0000
  • 01f44e3147 add cancel button. make strings translatable. Timo Stollenwerk 2009-08-04 19:24:47 +0000
  • 6014a65daa replace CommentFactory() with createObject(). Timo Stollenwerk 2009-08-04 18:42:17 +0000
  • a63f518bcb fix the cancel button for the comment reply form. Timo Stollenwerk 2009-08-04 18:39:10 +0000
  • 12ee7d6a5a show/hide the comment/reply button inside the comment/reply-to-comment forms. Timo Stollenwerk 2009-08-04 15:19:20 +0000
  • c516d6ba55 hide the in_reply_to field inside the comment form. Timo Stollenwerk 2009-08-04 15:12:15 +0000
  • ddd8596dbd move reply to comment view to z3cform. Timo Stollenwerk 2009-08-04 14:51:34 +0000
  • a5c8fe33ed redirect after adding a comment. remove unnecessary Comment class. Timo Stollenwerk 2009-08-04 12:55:46 +0000
  • 4876a5fb59 move addComment view to z3cform. Timo Stollenwerk 2009-08-04 11:56:52 +0000
  • 878f45029b fix attribute error when submitting the comment form. omit form fields for comment form the right way. Timo Stollenwerk 2009-08-04 11:35:05 +0000
  • f14fc83d85 remove "dev" from version. add plone.app.z3cform to package dependencies. Timo Stollenwerk 2009-08-04 10:56:56 +0000
  • 2e2f6fc690 set form fields manually. Timo Stollenwerk 2009-08-02 17:32:41 +0000
  • 424d1c79ed z3c.form form added to commentsviewlet (not fully functional yet). Timo Stollenwerk 2009-08-01 21:47:50 +0000
  • e9e2ab5331 history.txt update. Timo Stollenwerk 2009-07-13 22:34:29 +0000
  • 3dc7a6d7a8 set version to 1.0a2dev. Timo Stollenwerk 2009-07-13 22:16:38 +0000
  • 98204dc84a fix the recursive migrate_replies function, so that it returns True only after all comments on a certain level have been migrated. Timo Stollenwerk 2009-07-13 22:14:30 +0000
  • 377f9ddbfd fix depth in migrated comments and add more complex threaded test case. Timo Stollenwerk 2009-07-13 21:01:38 +0000
  • 8bc0b068ae delete old replies and talkbacks during the migration. Timo Stollenwerk 2009-07-13 20:22:37 +0000
  • dcb3665d36 plone.registry 1.0a2 changed methods to mixedCase (register_interface to registerInterface). Timo Stollenwerk 2009-07-13 10:22:45 +0000
  • b106262e31 plone.registry 1.0a2 changed methods to mixedCase (for_interface to forInterface). Timo Stollenwerk 2009-07-12 19:13:42 +0000
  • 39e0faffc9 remove allow_discussion test, since it is unnecessary. Timo Stollenwerk 2009-07-12 18:19:29 +0000
  • 356db660b0 migrate creation_date and modification_date too. Timo Stollenwerk 2009-07-12 17:55:54 +0000
  • 18ee5159bd function to recursively migrate comments added. Timo Stollenwerk 2009-07-12 16:09:34 +0000
  • d7eaab75c8 add migration test for comment Creator and nested comments. Timo Stollenwerk 2009-07-12 07:09:07 +0000
  • 88cbd01379 migration view and very simple first test added. Timo Stollenwerk 2009-07-07 16:16:58 +0000
  • 360a758905 fix that enabled method check for FTI information of the current content object and not only for the "Document" portal_type. Timo Stollenwerk 2009-07-07 14:48:39 +0000
  • 2ad27c3f33 upgrade to Plone 3.3rc4. Timo Stollenwerk 2009-07-07 11:13:42 +0000
  • 262fe29ad3 fix buildout install example. Timo Stollenwerk 2009-07-07 09:50:52 +0000
  • c37533d4ab fix buildout install example. Timo Stollenwerk 2009-07-07 09:48:13 +0000
  • 829f050188 fix rest bug in README. svn ignore dist dir. Timo Stollenwerk 2009-07-07 09:24:18 +0000
  • 546b78c07b remove browser/images directory. Timo Stollenwerk 2009-07-07 09:22:55 +0000
  • 9c654dd10d set author_email to timo@zmag.de Timo Stollenwerk 2009-07-07 08:58:19 +0000
  • e4e0f9de20 move README from plone/app/discussion to root dir. Timo Stollenwerk 2009-07-07 08:56:34 +0000
  • 55f3112a26 history and readme updated for first alpha release. Timo Stollenwerk 2009-07-07 08:49:00 +0000
  • 134459cac7 todo list update. Timo Stollenwerk 2009-07-07 08:37:49 +0000
  • 8dbc7c0bc5 add padding to moderate comments fieldset. Timo Stollenwerk 2009-07-07 08:21:36 +0000
  • 97205fbbf8 show message when there are no comments to moderate. Timo Stollenwerk 2009-07-07 08:08:59 +0000
  • bed1b420ba fix publish comment. remove ajax functions for now. Timo Stollenwerk 2009-07-07 08:00:41 +0000
  • 54f6c09c7b rename reply_to_comment_form.js to comments.js. Timo Stollenwerk 2009-07-06 17:38:18 +0000
  • a608c58c4c use "@@moderate-publish-comment" instead of "content_status_modify" for publishing comments. content_status_modify does not reindex the comment properly. Timo Stollenwerk 2009-07-06 17:30:19 +0000
  • a946fb54fa indexes for IComment added to override the IConversation indexes. Timo Stollenwerk 2009-07-06 16:56:09 +0000
  • fa2f961ebe known issues file added. Timo Stollenwerk 2009-07-06 07:18:39 +0000
  • 0c377e3c9b fix remove comment button in the comments viewlet. Timo Stollenwerk 2009-07-04 16:59:55 +0000
  • e2934a66b1 replace content_object.reindexObject() with event handlers. Timo Stollenwerk 2009-07-04 16:18:48 +0000
  • 2031ec67cf comment out failing clear-and-rebuild catalog test. Timo Stollenwerk 2009-07-04 16:14:22 +0000
  • 3b981dd603 remove the available_expr with a workflow name in it. Timo Stollenwerk 2009-07-04 16:11:33 +0000
  • b014e92f27 remove the available_expr with a workflow name in it. Timo Stollenwerk 2009-07-04 13:44:57 +0000
  • f85acfa827 Adding missing import for IStatusMessage, fixes validation. evilbungle fix. Timo Stollenwerk 2009-07-03 12:06:19 +0000
  • ac4953ebd6 test for catalog clear and rebuild added. Timo Stollenwerk 2009-07-03 11:22:21 +0000
  • f2f70e908b show "moderate comments" site action only when comment_review_workflow is enabled for comments. Timo Stollenwerk 2009-07-03 09:03:19 +0000
  • 30341e7d6e delete comments_workflow_enabled from moderation view. Timo Stollenwerk 2009-07-03 09:02:47 +0000
  • 072f903c3a in_response_to metadata added. Timo Stollenwerk 2009-07-03 08:03:09 +0000
  • d70d872f95 always show comment in the batch moderation view in reverse chronological order, disallow sorting on the table. Timo Stollenwerk 2009-07-03 06:45:29 +0000
  • dc78965931 more catalog tests added. Timo Stollenwerk 2009-07-03 06:37:14 +0000