]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
Most objects and forms are in place, now I just have to make it work.
authorZach Copley <zach@status.net>
Fri, 18 Mar 2011 00:43:13 +0000 (17:43 -0700)
committerZach Copley <zach@status.net>
Fri, 18 Mar 2011 00:43:13 +0000 (17:43 -0700)
commit46793caf4b8ce2bb176bd9684ff43781128d4023
tree411de65e0bf67935b1c9d05d184e401ff7710a6d
parent4cf04508090ba7ad5fbc4d8a7d13d40aeb3f5bf4
Most objects and forms are in place, now I just have to make it work.
plugins/QuestionAndAnswer/QuestionAndAnswerPlugin.php
plugins/QuestionAndAnswer/actions/Newquestion.php [new file with mode: 0644]
plugins/QuestionAndAnswer/actions/answer.php [new file with mode: 0644]
plugins/QuestionAndAnswer/actions/showanswer.php [new file with mode: 0644]
plugins/QuestionAndAnswer/actions/showquestion.php [new file with mode: 0644]
plugins/QuestionAndAnswer/classes/Answer.php [new file with mode: 0644]
plugins/QuestionAndAnswer/classes/Question.php [new file with mode: 0644]
plugins/QuestionAndAnswer/css/questionandanswer.css [new file with mode: 0644]
plugins/QuestionAndAnswer/lib/answerform.php [new file with mode: 0644]
plugins/QuestionAndAnswer/lib/questionform.php [new file with mode: 0644]