]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
Renamed QuestionAndAnswerPlugin to QnAPlugin
authorZach Copley <zach@status.net>
Mon, 21 Mar 2011 02:24:35 +0000 (19:24 -0700)
committerZach Copley <zach@status.net>
Mon, 21 Mar 2011 02:24:35 +0000 (19:24 -0700)
commit2167454eb260d23ec532f7b8629a887a434edae8
tree8ae9aff820cdc0dde99d5e742e904c1b5e83ff71
parent46793caf4b8ce2bb176bd9684ff43781128d4023
Renamed QuestionAndAnswerPlugin to QnAPlugin
23 files changed:
plugins/QnA/QnAPlugin [new file with mode: 0644]
plugins/QnA/actions/answer.php [new file with mode: 0644]
plugins/QnA/actions/newquestion.php [new file with mode: 0644]
plugins/QnA/actions/qnavote.php [new file with mode: 0644]
plugins/QnA/actions/showanswer.php [new file with mode: 0644]
plugins/QnA/actions/showquestion.php [new file with mode: 0644]
plugins/QnA/classes/QnA_Answer.php [new file with mode: 0644]
plugins/QnA/classes/QnA_Question.php [new file with mode: 0644]
plugins/QnA/classes/QnA_Vote.php [new file with mode: 0644]
plugins/QnA/css/qna.css [new file with mode: 0644]
plugins/QnA/lib/answerform.php [new file with mode: 0644]
plugins/QnA/lib/questionform.php [new file with mode: 0644]
plugins/QnA/lib/voteform.php [new file with mode: 0644]
plugins/QuestionAndAnswer/QuestionAndAnswerPlugin.php [deleted file]
plugins/QuestionAndAnswer/actions/Newquestion.php [deleted file]
plugins/QuestionAndAnswer/actions/answer.php [deleted file]
plugins/QuestionAndAnswer/actions/showanswer.php [deleted file]
plugins/QuestionAndAnswer/actions/showquestion.php [deleted file]
plugins/QuestionAndAnswer/classes/Answer.php [deleted file]
plugins/QuestionAndAnswer/classes/Question.php [deleted file]
plugins/QuestionAndAnswer/css/questionandanswer.css [deleted file]
plugins/QuestionAndAnswer/lib/answerform.php [deleted file]
plugins/QuestionAndAnswer/lib/questionform.php [deleted file]