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
History
Hanno Schlichting
71ed707794
Get this running again for the most part under Plone 4.0 - the main trick was probably to use the new CMFCatalogAware class. Removed collective.testcaselayer dependency, as that broke totally. There's some test failures left, but indexing works in general. Maybe the custom indexing event handlers aren't all required anymore. The title_or_id test failure looks like there's an infinite loop in the __parent__ pointers never reaching the actual content object. This change breaks Plone 3.x compatibility for the moment.
...
svn path=/plone.app.discussion/trunk/; revision=30629
2009-10-16 00:42:08 +00:00
..
bbb
check in some skeletal code + notes, nothing concrete or working yet
2009-05-11 16:52:16 +00:00
browser
fix has_replies function when get_replies returns None.
2009-10-07 20:50:01 +00:00
profiles
/default
rename reply_to_comment_form.js to comments.js.
2009-07-06 17:38:18 +00:00
tests
Get this running again for the most part under Plone 4.0 - the main trick was probably to use the new CMFCatalogAware class. Removed collective.testcaselayer dependency, as that broke totally. There's some test failures left, but indexing works in general. Maybe the custom indexing event handlers aren't all required anymore. The title_or_id test failure looks like there's an infinite loop in the __parent__ pointers never reaching the actual content object. This change breaks Plone 3.x compatibility for the moment.
2009-10-16 00:42:08 +00:00
__init__.py
revert r30055, since p.a.d. will not become part of Plone 4.
2009-10-12 18:46:03 +00:00
catalog.py
Get this running again for the most part under Plone 4.0 - the main trick was probably to use the new CMFCatalogAware class. Removed collective.testcaselayer dependency, as that broke totally. There's some test failures left, but indexing works in general. Maybe the custom indexing event handlers aren't all required anymore. The title_or_id test failure looks like there's an infinite loop in the __parent__ pointers never reaching the actual content object. This change breaks Plone 3.x compatibility for the moment.
2009-10-16 00:42:08 +00:00
comment.py
Get this running again for the most part under Plone 4.0 - the main trick was probably to use the new CMFCatalogAware class. Removed collective.testcaselayer dependency, as that broke totally. There's some test failures left, but indexing works in general. Maybe the custom indexing event handlers aren't all required anymore. The title_or_id test failure looks like there's an infinite loop in the __parent__ pointers never reaching the actual content object. This change breaks Plone 3.x compatibility for the moment.
2009-10-16 00:42:08 +00:00
configure.zcml
Get this running again for the most part under Plone 4.0 - the main trick was probably to use the new CMFCatalogAware class. Removed collective.testcaselayer dependency, as that broke totally. There's some test failures left, but indexing works in general. Maybe the custom indexing event handlers aren't all required anymore. The title_or_id test failure looks like there's an infinite loop in the __parent__ pointers never reaching the actual content object. This change breaks Plone 3.x compatibility for the moment.
2009-10-16 00:42:08 +00:00
conversation.py
Get this running again for the most part under Plone 4.0 - the main trick was probably to use the new CMFCatalogAware class. Removed collective.testcaselayer dependency, as that broke totally. There's some test failures left, but indexing works in general. Maybe the custom indexing event handlers aren't all required anymore. The title_or_id test failure looks like there's an infinite loop in the __parent__ pointers never reaching the actual content object. This change breaks Plone 3.x compatibility for the moment.
2009-10-16 00:42:08 +00:00
DOCUMENTATION.txt
documentation update.
2009-08-15 20:09:27 +00:00
interfaces.py
Simplify comment form labels as suggested by jon.
2009-08-16 08:38:42 +00:00
KNOWN_ISSUES.txt
remove clear-and-rebuild catalog from known issues and todo.
2009-10-15 10:45:35 +00:00
NOTES.txt
More notes/thoughts
2009-05-13 15:20:02 +00:00
patches.py
fix catalog clear-and-rebuild. this finally fixes story 847941.
2009-10-15 10:11:12 +00:00
permissions.zcml
comment_review_workflow added.
2009-06-08 21:16:51 +00:00
PRINCIPLES.txt
Get this running again for the most part under Plone 4.0 - the main trick was probably to use the new CMFCatalogAware class. Removed collective.testcaselayer dependency, as that broke totally. There's some test failures left, but indexing works in general. Maybe the custom indexing event handlers aren't all required anymore. The title_or_id test failure looks like there's an infinite loop in the __parent__ pointers never reaching the actual content object. This change breaks Plone 3.x compatibility for the moment.
2009-10-16 00:42:08 +00:00
TODO.txt
remove clear-and-rebuild catalog from known issues and todo.
2009-10-15 10:45:35 +00:00
tool.py
Ensure workflow is initialised when the comment is added. Also ensure that we won't get an error on unindex if the local utility can't be found.
2009-05-23 16:37:10 +00:00
vocabularies.py
simplify (re)captcha test.
2009-08-15 10:18:10 +00:00