PluginEzfaq
Version 16 (Chaoqun Zou, 2011-06-01 14:47)
| 1 | 7 | Chaoqun Zou | h1. ezFAQ Plugin |
|---|---|---|---|
| 2 | 1 | Chaoqun Zou | |
| 3 | 1 | Chaoqun Zou | A FAQ management plugin to collect the frequently asked questions. |
| 4 | 1 | Chaoqun Zou | Using ezFAQ, you can add a question, assign someone to answer it, or modify the answer, ezFAQ will record each modifications. ezFAQ will send notify email to the author and the assigned user. And in version 0.2.0, you can export faqs to pdf(both single faq and the faq list can be exported). |
| 5 | 13 | Chaoqun Zou | Current version: 0.3.4. ONLY compatible with Redmine last devel. |
| 6 | 12 | Chaoqun Zou | If you use redmine 0.8.3, please use ezFAQ 0.0.2.1 at http://www.redmine.org/boards/3/topics/5113 |
| 7 | 1 | Chaoqun Zou | |
| 8 | 16 | Chaoqun Zou | h2. New version notes (2011-06-01) |
| 9 | 15 | Chaoqun Zou | |
| 10 | 15 | Chaoqun Zou | Dear all, this message is from original author Zou Chao Qun. For some reason, I am too busy to update this plugin. So many thanks to all of you who like this plugin. |
| 11 | 16 | Chaoqun Zou | I have found updating bug-fix version from kind Anson Chen at https://github.com/ansoncat/ezfaq_plugin and from kind Furgas at github: https://github.com/Furgas/ezfaq_plugin |
| 12 | 16 | Chaoqun Zou | Please refer to their github page to find the latest one. |
| 13 | 15 | Chaoqun Zou | |
| 14 | 7 | Chaoqun Zou | h2. Feature |
| 15 | 1 | Chaoqun Zou | |
| 16 | 7 | Chaoqun Zou | 1. Ask question and request a user to answer it. |
| 17 | 7 | Chaoqun Zou | 2. FAQ is grouped by categories. |
| 18 | 1 | Chaoqun Zou | 3. FAQ's modification has history logs. |
| 19 | 1 | Chaoqun Zou | 4. Send notify email to the author and the assigned user who should answer the question. |
| 20 | 8 | Chaoqun Zou | 5. FAQ creation or update is added to redmine's activity. |
| 21 | 7 | Chaoqun Zou | 6. FAQ and FAQ-list can be exported to PDF document. |
| 22 | 8 | Chaoqun Zou | 7. FAQ are searchable using redmine's search engine. |
| 23 | 1 | Chaoqun Zou | |
| 24 | 8 | Chaoqun Zou | The plugin archive is attached here. |
| 25 | 8 | Chaoqun Zou | It can also be downloaded at github: http://github.com/zouchaoqun/ezfaq/tree/master |
| 26 | 7 | Chaoqun Zou | |
| 27 | 1 | Chaoqun Zou | Screenshot: |
| 28 | 1 | Chaoqun Zou | |
| 29 | 1 | Chaoqun Zou | !ezfaq_tn.png!:/attachments/download/863 |
| 30 | 2 | Chaoqun Zou | |
| 31 | 8 | Chaoqun Zou | h2. Plugin installation |
| 32 | 4 | Chaoqun Zou | |
| 33 | 2 | Chaoqun Zou | 1. Copy the plugin directory(ezfaq_plugin) into the vendor/plugins directory |
| 34 | 8 | Chaoqun Zou | NOTE: The plugin directory must be ezfaq_plugin! |
| 35 | 3 | Chaoqun Zou | |
| 36 | 1 | Chaoqun Zou | 2. Migrate plugin: |
| 37 | 1 | Chaoqun Zou | rake db:migrate_plugins |
| 38 | 1 | Chaoqun Zou | |
| 39 | 1 | Chaoqun Zou | 3. Start Redmine |
| 40 | 1 | Chaoqun Zou | |
| 41 | 1 | Chaoqun Zou | 4. In your project in Redmine, go to "Project settings" : On the "Modules" tab, enable the module by checking "Ezfaq". |
| 42 | 3 | Chaoqun Zou | |
| 43 | 8 | Chaoqun Zou | h2. Note |
| 44 | 8 | Chaoqun Zou | |
| 45 | 8 | Chaoqun Zou | Since the plugin applies a patch to redmine core, it can only run properly under |
| 46 | 8 | Chaoqun Zou | production environment. When runs under development envrionment, the faq with attachments |
| 47 | 8 | Chaoqun Zou | will fail to show. |
| 48 | 8 | Chaoqun Zou | |
| 49 | 13 | Chaoqun Zou | Redmine currently doesn't support plugin to extend its search scope, so you have to |
| 50 | 8 | Chaoqun Zou | modify redmine's search controller to search FAQ. |
| 51 | 8 | Chaoqun Zou | (Edit ln51 in search_controller.rb, add faqs to the @object_types) |
| 52 | 8 | Chaoqun Zou | |
| 53 | 14 | Gonzalo Fernández-Victorio | Also see issue #3021 |
| 54 | 14 | Gonzalo Fernández-Victorio | |
| 55 | 7 | Chaoqun Zou | h2. Using ezFAQ |
| 56 | 2 | Chaoqun Zou | |
| 57 | 2 | Chaoqun Zou | # Registered users can add new faqs by click the 'New FAQ' link. |
| 58 | 3 | Chaoqun Zou | # Privileged users can modify faqs, modify faq categories by click the appropriate link. |
| 59 | 3 | Chaoqun Zou | # Privileged users can modify the FAQ list's note which will be displayed before the list and exported to the pdf document. |
| 60 | 3 | Chaoqun Zou | # When a faq is created and assigned to someone, the assigned user will receive a notify email to complete the answer. |
| 61 | 8 | Chaoqun Zou | # In faq list page and faq show page, use the export to pdf link to generate a pdf file. |
| 62 | 8 | Chaoqun Zou | # FAQ can be searched using redmine's search page. (See NOTE section) |