Element index for package Comment
Package indexes
[ a ]
[ c ]
[ d ]
[ e ]
[ f ]
[ g ]
[ h ]
[ i ]
[ l ]
[ m ]
[ p ]
[ r ]
[ s ]
[ t ]
[ u ]
[ v ]
[ w ]
[ _ ]
_
- _getUserAgent
- in file AkismetApi.class, method AkismetApi::_getUserAgent()
Internal helper method to get the user agent in the form that Akismet prefers.
- _request
- in file AkismetApi.class, method AkismetApi::_request()
Internal helper method used to make requests to Akismet and return the body, status and header values.
- _submit
- in file AkismetApi.class, method AkismetApi::_submit()
Internal helper method used to submit comments back to Akismet to change their status.
- _getStatusFromProgressBar
- in file CommentSiteAdminControllerTest.class, method CommentSiteAdminControllerTest::_getStatusFromProgressBar()
This should probably get moved into GalleryTestCase
- _getUserAgent
- in file AkismetApiTest.class, method AkismetApiTest_AkismetApiWithMockUserAgent::_getUserAgent()
- _getUserAgent
- in file AkismetApiTest.class, method AkismetApiTest_AkismetApiWithMockRequest::_getUserAgent()
- _renderImmediate
- in file CommentCallbackViewTest.class, method CommentCallbackViewTest::_renderImmediate()
- _request
- in file AkismetApiTest.class, method AkismetApiTest_AkismetApiWithMockRequest::_request()
- _setHttpRequestResponse
- in file AkismetApiTest.class, method AkismetApiTest::_setHttpRequestResponse()
Convenience method to digest an HTTP response and put it into the form that GalleryCoreApi::postToWebPage can digest when it's talking to our mock platform.
- $_akismet
- in file CommentSiteAdmin.inc, variable CommentSiteAdminController::$_akismet
- $_pluginInstances
- in file AddComment.inc, variable AddCommentController::$_pluginInstances
ValidationPlugin instances to use when handling this request. Only used by test code.
a
- $author
- in file GalleryComment.class, variable GalleryComment::$author
Author of the comment. Only used for guest comments.
- AkismetApi
- in file AkismetApi.class, class AkismetApi
Utility functions for communicating with the Akismet service.
- AkismetApi.class
- procedural page AkismetApi.class
- AddCommentControllerTest
- in file AddCommentControllerTest.class, method AddCommentControllerTest::AddCommentControllerTest()
- AddCommentControllerTest
- in file AddCommentControllerTest.class, class AddCommentControllerTest
AddComment controller tests
- AddCommentTestValidation
- in file AddCommentControllerTest.class, class AddCommentTestValidation
- AdminModerateSpamControllerTest
- in file AdminModerateSpamControllerTest.class, class AdminModerateSpamControllerTest
AdminModerateSpam controller tests
- AdminModerateSpamControllerTest
- in file AdminModerateSpamControllerTest.class, method AdminModerateSpamControllerTest::AdminModerateSpamControllerTest()
- AkismetApiTest
- in file AkismetApiTest.class, method AkismetApiTest::AkismetApiTest()
- AkismetApiTest
- in file AkismetApiTest.class, class AkismetApiTest
Test AkismetApi functionality
- AkismetApiTest_AkismetApiWithMockRequest
- in file AkismetApiTest.class, class AkismetApiTest_AkismetApiWithMockRequest
- AkismetApiTest_AkismetApiWithMockUserAgent
- in file AkismetApiTest.class, class AkismetApiTest_AkismetApiWithMockUserAgent
- AkismetApiTest_MockUrlGenerator
- in file AkismetApiTest.class, class AkismetApiTest_MockUrlGenerator
- AddCommentControllerTest.class
- procedural page AddCommentControllerTest.class
- AdminModerateSpamControllerTest.class
- procedural page AdminModerateSpamControllerTest.class
- AkismetApiTest.class
- procedural page AkismetApiTest.class
- AddCommentController
- in file AddComment.inc, class AddCommentController
Add a comment to an item
- AddCommentView
- in file AddComment.inc, class AddCommentView
This view will show a form to add a new comment to an item
- AdminModerateSpamController
- in file AdminModerateSpam.inc, class AdminModerateSpamController
Controller for moderating spam
- AdminModerateSpamView
- in file AdminModerateSpam.inc, class AdminModerateSpamView
This view will show all comments stored in the Gallery
- autoCacheControl
- in file ShowAllComments.inc, method ShowAllCommentsView::autoCacheControl()
- AddComment.inc
- procedural page AddComment.inc
- AdminModerateSpam.inc
- procedural page AdminModerateSpam.inc
c
- callback
- in file Callbacks.inc, method CommentCallbacks::callback()
- changePublishStatus
- in file CommentCallback.inc, method CommentCallbackView::changePublishStatus()
Set the publish status for the comment with the given id to given value
- CommentCallbacks
- in file Callbacks.inc, class CommentCallbacks
- CommentCallbackView
- in file CommentCallback.inc, class CommentCallbackView
This view handles Ajax calls.
- CommentModule
- in file module.inc, class CommentModule
Comment Module
- CommentModule
- in file module.inc, method CommentModule::CommentModule()
- COMMENT_PUBLISH_STATUS_PUBLISHED
- in file module.inc, constant COMMENT_PUBLISH_STATUS_PUBLISHED
Possible GalleryComment::publishStatus constants
- COMMENT_PUBLISH_STATUS_SPAM
- in file module.inc, constant COMMENT_PUBLISH_STATUS_SPAM
- COMMENT_PUBLISH_STATUS_UNPUBLISHED
- in file module.inc, constant COMMENT_PUBLISH_STATUS_UNPUBLISHED
- Callbacks.inc
- procedural page Callbacks.inc
- CommentCallback.inc
- procedural page CommentCallback.inc
- $comment
- in file GalleryComment.class, variable GalleryComment::$comment
Text of the comment
- $commenterId
- in file GalleryComment.class, variable GalleryComment::$commenterId
Id of the commenter
- checkComment
- in file AkismetApi.class, method AkismetApi::checkComment()
Check a comment to see if it's spam.
- checkWithAkismet
- in file GalleryCommentHelper.class, method GalleryCommentHelper::checkWithAkismet()
Run a comment by Akismet. If it's a new comment, check with Akismet to see if the comment is spam. If it's a modified comment, submit it as ham or spam as appropriate of the publish status has changed.
- CommentAddNotification
- in file CommentAddNotification.class, class CommentAddNotification
The CommentAddNotification is used when new comments are added
- CommentCaptchaAdminOption
- in file CommentCaptchaAdminOption.class, class CommentCaptchaAdminOption
Captcha configuration for comment module.
- create
- in file GalleryComment.class, method GalleryComment::create()
- CommentAddNotification.class
- procedural page CommentAddNotification.class
- CommentCaptchaAdminOption.class
- procedural page CommentCaptchaAdminOption.class
- checkComment
- in file CommentSiteAdminControllerTest.class, method CommentSiteAdminControllerTest_FakeAkismetApi::checkComment()
- checkComment
- in file CommentTest.class, method CommentTest_MockAkismetApi::checkComment()
- checkWithAkismet
- in file CommentTest.class, method CommentTest_GalleryCommentHelper_MockCheckWithAkismet::checkWithAkismet()
- CommentCallbackViewTest
- in file CommentCallbackViewTest.class, method CommentCallbackViewTest::CommentCallbackViewTest()
- CommentCallbackViewTest
- in file CommentCallbackViewTest.class, class CommentCallbackViewTest
Test CommentCallback functionality
- CommentSearchTest
- in file CommentSearchTest.class, method CommentSearchTest::CommentSearchTest()
- CommentSearchTest
- in file CommentSearchTest.class, class CommentSearchTest
Test CommentSearch functionality
- CommentSiteAdminControllerTest
- in file CommentSiteAdminControllerTest.class, class CommentSiteAdminControllerTest
CommentSiteAdmin controller tests
- CommentSiteAdminControllerTest
- in file CommentSiteAdminControllerTest.class, method CommentSiteAdminControllerTest::CommentSiteAdminControllerTest()
- CommentSiteAdminControllerTest_FakeAkismetApi
- in file CommentSiteAdminControllerTest.class, method CommentSiteAdminControllerTest_FakeAkismetApi::CommentSiteAdminControllerTest_FakeAkismetApi()
- CommentSiteAdminControllerTest_FakeAkismetApi
- in file CommentSiteAdminControllerTest.class, class CommentSiteAdminControllerTest_FakeAkismetApi
- CommentTest
- in file CommentTest.class, method CommentTest::CommentTest()
- CommentTest
- in file CommentTest.class, class CommentTest
Test Comment functionality
- CommentTestPhpVm
- in file AddCommentControllerTest.class, class CommentTestPhpVm
Mock PHP VM
- CommentTest_GalleryCommentHelper_MockCheckWithAkismet
- in file CommentTest.class, class CommentTest_GalleryCommentHelper_MockCheckWithAkismet
- CommentTest_MockAkismetApi
- in file CommentTest.class, class CommentTest_MockAkismetApi
- CommentCallbackViewTest.class
- procedural page CommentCallbackViewTest.class
- CommentSearchTest.class
- procedural page CommentSearchTest.class
- CommentSiteAdminControllerTest.class
- procedural page CommentSiteAdminControllerTest.class
- CommentTest.class
- procedural page CommentTest.class
- checkAllWithAkismet
- in file CommentSiteAdmin.inc, method CommentSiteAdminController::checkAllWithAkismet()
Check all existing comments against Akismet.
- CommentChangeConfirmationView
- in file CommentChangeConfirmation.inc, class CommentChangeConfirmationView
Confirm a change to a comment
- CommentSiteAdminController
- in file CommentSiteAdmin.inc, method CommentSiteAdminController::CommentSiteAdminController()
- CommentSiteAdminController
- in file CommentSiteAdmin.inc, class CommentSiteAdminController
Settings for comments
- CommentSiteAdminView
- in file CommentSiteAdmin.inc, class CommentSiteAdminView
Settings for comments
- CommentChangeConfirmation.inc
- procedural page CommentChangeConfirmation.inc
- CommentSiteAdmin.inc
- procedural page CommentSiteAdmin.inc
g
- getItemAdminViews
- in file module.inc, method CommentModule::getItemAdminViews()
- getItemLinks
- in file module.inc, method CommentModule::getItemLinks()
- getItemSummaries
- in file module.inc, method CommentModule::getItemSummaries()
- getModuleEntityTypes
- in file module.inc, method CommentModule::getModuleEntityTypes()
- getRewriteRules
- in file module.inc, method CommentModule::getRewriteRules()
- getSiteAdminViews
- in file module.inc, method CommentModule::getSiteAdminViews()
- GalleryComment
- in file GalleryComment.class, class GalleryComment
A GalleryEntity for comments.
- GalleryCommentHelper
- in file GalleryCommentHelper.class, class GalleryCommentHelper
Utility functions useful in managing GalleryComments
- GalleryCommentSearch
- in file GalleryCommentSearch.class, class GalleryCommentSearch
This is an implementation of the search module's SearchInterface_1_0
- getAddComment
- in file GalleryCommentHelper.class, method GalleryCommentHelper::getAddComment()
Get information needed for the AddComment page
- getAkismetSaveListenerSwitch
- in file GalleryCommentHelper.class, method GalleryCommentHelper::getAkismetSaveListenerSwitch()
Return a reference to a boolean that controls whether Akismet is used for this request.
- getAuthor
- in file GalleryComment.class, method GalleryComment::getAuthor()
- getClassName
- in file GalleryComment.class, method GalleryComment::getClassName()
- getComment
- in file CommentAddNotification.class, method CommentAddNotification::getComment()
Get the comment text
- getComment
- in file GalleryComment.class, method GalleryComment::getComment()
- getCommenterId
- in file GalleryComment.class, method GalleryComment::getCommenterId()
- getDate
- in file GalleryComment.class, method GalleryComment::getDate()
- getDescription
- in file CommentAddNotification.class, method CommentAddNotification::getDescription()
- getEventSpecs
- in file CommentAddNotification.class, method CommentAddNotification::getEventSpecs()
- getHost
- in file GalleryComment.class, method GalleryComment::getHost()
- getItemId
- in file CommentAddNotification.class, method CommentAddNotification::getItemId()
- getItemUrl
- in file CommentAddNotification.class, method CommentAddNotification::getItemUrl()
Get the url of the item the comment was made against
- getLatestCommentTime
- in file GalleryCommentHelper.class, method GalleryCommentHelper::getLatestCommentTime()
Return the timestamp of the most recent comment from this IP
- getNotificationMessage
- in file CommentAddNotification.class, method CommentAddNotification::getNotificationMessage()
- getOptionData
- in file CommentCaptchaAdminOption.class, method CommentCaptchaAdminOption::getOptionData()
- getPermission
- in file CommentAddNotification.class, method CommentAddNotification::getPermission()
- getPublishStatus
- in file GalleryComment.class, method GalleryComment::getPublishStatus()
- getSearchModuleInfo
- in file GalleryCommentSearch.class, method GalleryCommentSearch::getSearchModuleInfo()
- getSubject
- in file GalleryComment.class, method GalleryComment::getSubject()
- GalleryComment.class
- procedural page GalleryComment.class
- GalleryCommentHelper.class
- procedural page GalleryCommentHelper.class
- GalleryCommentSearch.class
- procedural page GalleryCommentSearch.class
- GalleryCommentHelper_MockCheckWithAkismet
- in file CommentTest.class, method CommentTest_GalleryCommentHelper_MockCheckWithAkismet::GalleryCommentHelper_MockCheckWithAkismet()
- generateUrl
- in file AkismetApiTest.class, method AkismetApiTest_MockUrlGenerator::generateUrl()
- getViewDescription
- in file ShowComments.inc, method ShowCommentsView::getViewDescription()
- getViewDescription
- in file ShowAllComments.inc, method ShowAllCommentsView::getViewDescription()
- getViewDescription
- in file AdminModerateSpam.inc, method AdminModerateSpamView::getViewDescription()
- getViewDescription
- in file AddComment.inc, method AddCommentView::getViewDescription()
s
- $subject
- in file GalleryComment.class, variable GalleryComment::$subject
Subject of the comment
- search
- in file GalleryCommentSearch.class, method GalleryCommentSearch::search()
- setAkismetSaveListenerSwitch
- in file GalleryCommentHelper.class, method GalleryCommentHelper::setAkismetSaveListenerSwitch()
Enable or disable the Akismet save listener for the rest of this request. Set this value
- setAuthor
- in file GalleryComment.class, method GalleryComment::setAuthor()
- setComment
- in file GalleryComment.class, method GalleryComment::setComment()
- setCommenterId
- in file GalleryComment.class, method GalleryComment::setCommenterId()
- setDate
- in file GalleryComment.class, method GalleryComment::setDate()
- setHost
- in file GalleryComment.class, method GalleryComment::setHost()
- setPublishStatus
- in file GalleryComment.class, method GalleryComment::setPublishStatus()
- setSubject
- in file GalleryComment.class, method GalleryComment::setSubject()
- submitHam
- in file AkismetApi.class, method AkismetApi::submitHam()
Submit this comment back to Akismet as ham (not spam).
- submitSpam
- in file AkismetApi.class, method AkismetApi::submitSpam()
Submit this comment back to Akismet as spam.
- ShowAllCommentsViewTest.class
- procedural page ShowAllCommentsViewTest.class
- ShowCommentsViewTest.class
- procedural page ShowCommentsViewTest.class
- setReply
- in file AkismetApiTest.class, method AkismetApiTest_AkismetApiWithMockRequest::setReply()
- setReturnFor
- in file CommentTest.class, method CommentTest_MockAkismetApi::setReturnFor()
- setUp
- in file AddCommentControllerTest.class, method AddCommentControllerTest::setUp()
- setUp
- in file DeleteCommentControllerTest.class, method DeleteCommentControllerTest::setUp()
- setUp
- in file EditCommentControllerTest.class, method EditCommentControllerTest::setUp()
- setUp
- in file ShowAllCommentsViewTest.class, method ShowAllCommentsViewTest::setUp()
- setUp
- in file ShowCommentsViewTest.class, method ShowCommentsViewTest::setUp()
- setUp
- in file AkismetApiTest.class, method AkismetApiTest::setUp()
- setUp
- in file AdminModerateSpamControllerTest.class, method AdminModerateSpamControllerTest::setUp()
- setUp
- in file CommentSearchTest.class, method CommentSearchTest::setUp()
- setUp
- in file CommentCallbackViewTest.class, method CommentCallbackViewTest::setUp()
- setUp
- in file CommentTest.class, method CommentTest::setUp()
- setUp
- in file CommentSiteAdminControllerTest.class, method CommentSiteAdminControllerTest::setUp()
- ShowAllCommentsViewTest
- in file ShowAllCommentsViewTest.class, method ShowAllCommentsViewTest::ShowAllCommentsViewTest()
- ShowAllCommentsViewTest
- in file ShowAllCommentsViewTest.class, class ShowAllCommentsViewTest
Test the ShowAllComments view
- ShowCommentsViewTest
- in file ShowCommentsViewTest.class, class ShowCommentsViewTest
Test the ShowComments view
- ShowCommentsViewTest
- in file ShowCommentsViewTest.class, method ShowCommentsViewTest::ShowCommentsViewTest()
- submitHam
- in file CommentTest.class, method CommentTest_MockAkismetApi::submitHam()
- submitSpam
- in file CommentTest.class, method CommentTest_MockAkismetApi::submitSpam()
- ShowAllComments.inc
- procedural page ShowAllComments.inc
- ShowComments.inc
- procedural page ShowComments.inc
- ShowAllCommentsView
- in file ShowAllComments.inc, class ShowAllCommentsView
This view will show all comments stored in the Gallery
- ShowCommentsView
- in file ShowComments.inc, class ShowCommentsView
This view will show the comments stored for an item
t
- tearDown
- in file AkismetApiTest.class, method AkismetApiTest::tearDown()
- tearDown
- in file AddCommentControllerTest.class, method AddCommentControllerTest::tearDown()
- tearDown
- in file EditCommentControllerTest.class, method EditCommentControllerTest::tearDown()
- testAddComment
- in file AddCommentControllerTest.class, method AddCommentControllerTest::testAddComment()
- testAddCommentDifferentIp
- in file AddCommentControllerTest.class, method AddCommentControllerTest::testAddCommentDifferentIp()
- testAddCommentFlood
- in file AddCommentControllerTest.class, method AddCommentControllerTest::testAddCommentFlood()
- testAddCommentGuest
- in file AddCommentControllerTest.class, method AddCommentControllerTest::testAddCommentGuest()
- testAddCommentRequiresViewPermission
- in file AddCommentControllerTest.class, method AddCommentControllerTest::testAddCommentRequiresViewPermission()
- testAddEmptyComment
- in file AddCommentControllerTest.class, method AddCommentControllerTest::testAddEmptyComment()
- testAddMaliciousComment
- in file AddCommentControllerTest.class, method AddCommentControllerTest::testAddMaliciousComment()
- testAddMaliciousCommentGuest
- in file AddCommentControllerTest.class, method AddCommentControllerTest::testAddMaliciousCommentGuest()
- testCancelComment
- in file AddCommentControllerTest.class, method AddCommentControllerTest::testCancelComment()
- testCancelDelete
- in file DeleteCommentControllerTest.class, method DeleteCommentControllerTest::testCancelDelete()
- testCancelEdit
- in file EditCommentControllerTest.class, method EditCommentControllerTest::testCancelEdit()
- testCheckAllWithAkismet
- in file CommentSiteAdminControllerTest.class, method CommentSiteAdminControllerTest::testCheckAllWithAkismet()
- testCheckAllWithAkismetCallback
- in file CommentSiteAdminControllerTest.class, method CommentSiteAdminControllerTest::testCheckAllWithAkismetCallback()
- testCheckComment_BadStatus
- in file AkismetApiTest.class, method AkismetApiTest::testCheckComment_BadStatus()
- testCheckComment_NotSpam
- in file AkismetApiTest.class, method AkismetApiTest::testCheckComment_NotSpam()
- testCheckComment_RecheckExistingComment
- in file AkismetApiTest.class, method AkismetApiTest::testCheckComment_RecheckExistingComment()
- testCheckComment_Spam
- in file AkismetApiTest.class, method AkismetApiTest::testCheckComment_Spam()
- testCheckWithAkismet_MarkedAsHam
- in file CommentTest.class, method CommentTest::testCheckWithAkismet_MarkedAsHam()
- testCheckWithAkismet_MarkedAsHam_AkismetError
- in file CommentTest.class, method CommentTest::testCheckWithAkismet_MarkedAsHam_AkismetError()
- testCheckWithAkismet_MarkedAsSpam
- in file CommentTest.class, method CommentTest::testCheckWithAkismet_MarkedAsSpam()
- testCheckWithAkismet_MarkedAsSpam_AkismetError
- in file CommentTest.class, method CommentTest::testCheckWithAkismet_MarkedAsSpam_AkismetError()
- testCheckWithAkismet_NewNonSpamComment
- in file CommentTest.class, method CommentTest::testCheckWithAkismet_NewNonSpamComment()
- testCheckWithAkismet_NewNonSpamComment_AkismetError
- in file CommentTest.class, method CommentTest::testCheckWithAkismet_NewNonSpamComment_AkismetError()
- testCheckWithAkismet_NewSpamComment
- in file CommentTest.class, method CommentTest::testCheckWithAkismet_NewSpamComment()
- testCommentSiteAdminControllerReset
- in file CommentSiteAdminControllerTest.class, method CommentSiteAdminControllerTest::testCommentSiteAdminControllerReset()
- testCommentSiteAdminControllerSave
- in file CommentSiteAdminControllerTest.class, method CommentSiteAdminControllerTest::testCommentSiteAdminControllerSave()
- testCommentSiteAdminControllerSaveAksimetKeyValidatedLocallyToo
- in file CommentSiteAdminControllerTest.class, method CommentSiteAdminControllerTest::testCommentSiteAdminControllerSaveAksimetKeyValidatedLocallyToo()
- testCommentSiteAdminControllerSaveBadShow
- in file CommentSiteAdminControllerTest.class, method CommentSiteAdminControllerTest::testCommentSiteAdminControllerSaveBadShow()
- testCommentSiteAdminControllerSaveNoShow
- in file CommentSiteAdminControllerTest.class, method CommentSiteAdminControllerTest::testCommentSiteAdminControllerSaveNoShow()
- testCreateModifyAndDeleteComment
- in file CommentTest.class, method CommentTest::testCreateModifyAndDeleteComment()
- testDeleteAllSpam
- in file AdminModerateSpamControllerTest.class, method AdminModerateSpamControllerTest::testDeleteAllSpam()
- testDeleteComment
- in file CommentCallbackViewTest.class, method CommentCallbackViewTest::testDeleteComment()
- testDeleteComment
- in file DeleteCommentControllerTest.class, method DeleteCommentControllerTest::testDeleteComment()
- testDeleteCommentMissingCommentId
- in file CommentCallbackViewTest.class, method CommentCallbackViewTest::testDeleteCommentMissingCommentId()
- testDeleteCommentNoPermissions
- in file CommentCallbackViewTest.class, method CommentCallbackViewTest::testDeleteCommentNoPermissions()
- testDeleteCommentsOnDeleteUserEvent
- in file CommentTest.class, method CommentTest::testDeleteCommentsOnDeleteUserEvent()
- testDeleteNonComment
- in file CommentCallbackViewTest.class, method CommentCallbackViewTest::testDeleteNonComment()
- testEditComment
- in file EditCommentControllerTest.class, method EditCommentControllerTest::testEditComment()
- testEmptyAkismetApiKeyDisablesAkismet
- in file CommentSiteAdminControllerTest.class, method CommentSiteAdminControllerTest::testEmptyAkismetApiKeyDisablesAkismet()
- testEmptySearch
- in file CommentSearchTest.class, method CommentSearchTest::testEmptySearch()
- testFetchAllComments
- in file CommentTest.class, method CommentTest::testFetchAllComments()
- testFetchAllCommentsWithPublishStatus
- in file CommentTest.class, method CommentTest::testFetchAllCommentsWithPublishStatus()
- testFetchAllCommentsWithPublishStatuses
- in file CommentTest.class, method CommentTest::testFetchAllCommentsWithPublishStatuses()
- testFetchCommentCounts
- in file CommentTest.class, method CommentTest::testFetchCommentCounts()
- testFetchComments
- in file CommentTest.class, method CommentTest::testFetchComments()
- testFetchCommentsWithPublishStatus
- in file CommentTest.class, method CommentTest::testFetchCommentsWithPublishStatus()
- testFetchSearchModuleInfo
- in file CommentSearchTest.class, method CommentSearchTest::testFetchSearchModuleInfo()
- testGetItemSummaries
- in file CommentTest.class, method CommentTest::testGetItemSummaries()
- testGetLatestCommentTime
- in file CommentTest.class, method CommentTest::testGetLatestCommentTime()
- testInvalidCommenterName
- in file EditCommentControllerTest.class, method EditCommentControllerTest::testInvalidCommenterName()
- testLimitedSearch
- in file CommentSearchTest.class, method CommentSearchTest::testLimitedSearch()
- testMalformedAkismetApiKeyCausesError
- in file CommentSiteAdminControllerTest.class, method CommentSiteAdminControllerTest::testMalformedAkismetApiKeyCausesError()
- testMaliciousDeleteComment1
- in file DeleteCommentControllerTest.class, method DeleteCommentControllerTest::testMaliciousDeleteComment1()
Use a bogus comment id
- testMaliciousDeleteComment2
- in file DeleteCommentControllerTest.class, method DeleteCommentControllerTest::testMaliciousDeleteComment2()
Use mismatched item id and comment id
- testMaliciousEditComment1
- in file EditCommentControllerTest.class, method EditCommentControllerTest::testMaliciousEditComment1()
Use a bogus comment id
- testMaliciousEditComment2
- in file EditCommentControllerTest.class, method EditCommentControllerTest::testMaliciousEditComment2()
Use mismatched item id and comment id
- testMaliciousEditComment3
- in file EditCommentControllerTest.class, method EditCommentControllerTest::testMaliciousEditComment3()
Use malicious content
- testMarkCommentAsNotSpam
- in file CommentCallbackViewTest.class, method CommentCallbackViewTest::testMarkCommentAsNotSpam()
- testMarkCommentAsNotSpamNoPermissions
- in file CommentCallbackViewTest.class, method CommentCallbackViewTest::testMarkCommentAsNotSpamNoPermissions()
- testMarkCommentAsSpam
- in file CommentCallbackViewTest.class, method CommentCallbackViewTest::testMarkCommentAsSpam()
- testMarkCommentAsSpamNoPermissions
- in file CommentCallbackViewTest.class, method CommentCallbackViewTest::testMarkCommentAsSpamNoPermissions()
- testMissingFields
- in file EditCommentControllerTest.class, method EditCommentControllerTest::testMissingFields()
- testNoCommand
- in file CommentCallbackViewTest.class, method CommentCallbackViewTest::testNoCommand()
- testPreviewComment
- in file EditCommentControllerTest.class, method EditCommentControllerTest::testPreviewComment()
- testPreviewComment
- in file AddCommentControllerTest.class, method AddCommentControllerTest::testPreviewComment()
- testPreviewCommentGuest
- in file AddCommentControllerTest.class, method AddCommentControllerTest::testPreviewCommentGuest()
- testPreviewEmptyComment
- in file AddCommentControllerTest.class, method AddCommentControllerTest::testPreviewEmptyComment()
- testPreviewEmptyComment
- in file EditCommentControllerTest.class, method EditCommentControllerTest::testPreviewEmptyComment()
- testPreviewInvalidCommenterName
- in file EditCommentControllerTest.class, method EditCommentControllerTest::testPreviewInvalidCommenterName()
- testPublishComment
- in file EditCommentControllerTest.class, method EditCommentControllerTest::testPublishComment()
- testRequest
- in file AkismetApiTest.class, method AkismetApiTest::testRequest()
- testRequest_WithoutRequestSpecificDetails
- in file AkismetApiTest.class, method AkismetApiTest::testRequest_WithoutRequestSpecificDetails()
- testResponseHandledIndependentOfHttpVersion
- in file AkismetApiTest.class, method AkismetApiTest::testResponseHandledIndependentOfHttpVersion()
- testSaveCommentChecksWithAkismetWhenAkismetActive
- in file CommentTest.class, method CommentTest::testSaveCommentChecksWithAkismetWhenAkismetActive()
- testSaveCommentDoesntCheckWithAkismetWhenAkismetIsInactive
- in file CommentTest.class, method CommentTest::testSaveCommentDoesntCheckWithAkismetWhenAkismetIsInactive()
- testSaveCommentDoesntCheckWithAkismetWhenListenerIsDisabled
- in file CommentTest.class, method CommentTest::testSaveCommentDoesntCheckWithAkismetWhenListenerIsDisabled()
- testSaveCommentWithCommentsModerateActive
- in file CommentTest.class, method CommentTest::testSaveCommentWithCommentsModerateActive()
- testSaveCommentWithCommentsModerateIsInactive
- in file CommentTest.class, method CommentTest::testSaveCommentWithCommentsModerateIsInactive()
- testSearchAll
- in file CommentSearchTest.class, method CommentSearchTest::testSearchAll()
- testShowAllComments
- in file ShowAllCommentsViewTest.class, method ShowAllCommentsViewTest::testShowAllComments()
- testShowAllCommentsAddsNoCacheWithoutCoreViewPermission
- in file ShowAllCommentsViewTest.class, method ShowAllCommentsViewTest::testShowAllCommentsAddsNoCacheWithoutCoreViewPermission()
- testShowAllCommentsAddsNoCacheWithoutViewPermission
- in file ShowAllCommentsViewTest.class, method ShowAllCommentsViewTest::testShowAllCommentsAddsNoCacheWithoutViewPermission()
- testShowAllCommentsDoesNotAddNoCacheWithViewPermission
- in file ShowAllCommentsViewTest.class, method ShowAllCommentsViewTest::testShowAllCommentsDoesNotAddNoCacheWithViewPermission()
- testShowAllCommentsFailsWithoutViewItemPermission
- in file ShowAllCommentsViewTest.class, method ShowAllCommentsViewTest::testShowAllCommentsFailsWithoutViewItemPermission()
- testShowAllCommentsRequiresViewItemPermissionForComments
- in file ShowAllCommentsViewTest.class, method ShowAllCommentsViewTest::testShowAllCommentsRequiresViewItemPermissionForComments()
- testShowCommentsAddsNoCacheWithoutCoreViewPermission
- in file ShowCommentsViewTest.class, method ShowCommentsViewTest::testShowCommentsAddsNoCacheWithoutCoreViewPermission()
- testShowCommentsAddsNoCacheWithoutViewPermission
- in file ShowCommentsViewTest.class, method ShowCommentsViewTest::testShowCommentsAddsNoCacheWithoutViewPermission()
- testShowCommentsDoesNotAddNoCacheWithViewPermission
- in file ShowCommentsViewTest.class, method ShowCommentsViewTest::testShowCommentsDoesNotAddNoCacheWithViewPermission()
- testSiteAdminsOnly
- in file AdminModerateSpamControllerTest.class, method AdminModerateSpamControllerTest::testSiteAdminsOnly()
- testSpamifyComment
- in file EditCommentControllerTest.class, method EditCommentControllerTest::testSpamifyComment()
- testSubmitHam
- in file AkismetApiTest.class, method AkismetApiTest::testSubmitHam()
- testSubmitSpam
- in file AkismetApiTest.class, method AkismetApiTest::testSubmitSpam()
- testUnpublishComment
- in file EditCommentControllerTest.class, method EditCommentControllerTest::testUnpublishComment()
- testValidationAlternateGuest
- in file AddCommentControllerTest.class, method AddCommentControllerTest::testValidationAlternateGuest()
- testValidationPlugin
- in file AddCommentControllerTest.class, method AddCommentControllerTest::testValidationPlugin()
- testValidationPluginOff
- in file AddCommentControllerTest.class, method AddCommentControllerTest::testValidationPluginOff()
- testVerifyApiKey_Invalid
- in file AkismetApiTest.class, method AkismetApiTest::testVerifyApiKey_Invalid()
- testVerifyApiKey_Valid
- in file AkismetApiTest.class, method AkismetApiTest::testVerifyApiKey_Valid()
- time
- in file AddCommentControllerTest.class, method CommentTestPhpVm::time()
|
|