]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
* Move stuff around again
authorZach Copley <zach@status.net>
Mon, 21 Mar 2011 23:51:38 +0000 (16:51 -0700)
committerZach Copley <zach@status.net>
Mon, 21 Mar 2011 23:51:38 +0000 (16:51 -0700)
commitb0ed4cb89ab35ad82ebdba9c5529bd50b8138846
tree8214d4409999ef7552e7448b462964f8c2a22456
parent73c3344cc3b867dc5e701554d410a87c18315e5a
* Move stuff around again
* Make answers save
17 files changed:
plugins/QnA/QnAPlugin.php [new file with mode: 0644]
plugins/QnA/actions/answer.php [deleted file]
plugins/QnA/actions/newquestion.php [deleted file]
plugins/QnA/actions/qnanewanswer.php [new file with mode: 0644]
plugins/QnA/actions/qnanewquestion.php [new file with mode: 0644]
plugins/QnA/actions/qnashowanswer.php [new file with mode: 0644]
plugins/QnA/actions/qnashowquestion.php [new file with mode: 0644]
plugins/QnA/actions/qnavote.php
plugins/QnA/actions/showanswer.php [deleted file]
plugins/QnA/actions/showquestion.php [deleted file]
plugins/QnA/classes/QnA_Answer.php
plugins/QnA/lib/answerform.php [deleted file]
plugins/QnA/lib/qnaanswerform.php [new file with mode: 0644]
plugins/QnA/lib/qnaquestionform.php [new file with mode: 0644]
plugins/QnA/lib/qnavoteform.php [new file with mode: 0644]
plugins/QnA/lib/questionform.php [deleted file]
plugins/QnA/lib/voteform.php [deleted file]