User Tools

  • Logged in as: anonymous (anonymous)
  • Log Out

Site Tools


mantisbt:plugins:start

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
mantisbt:mantis_plugins [2014/04/09 18:47] dregadmantisbt:plugins:start [2018/08/24 09:15] – [Plugins list] dregad
Line 1: Line 1:
 ====== MantisBT Plugins ====== ====== MantisBT Plugins ======
 +
 +
 +
 +
 +
  
  
Line 8: Line 13:
 ===== Plugins list ===== ===== Plugins list =====
  
 +   * [[http://sourceforge.net/projects/agilemantis/|agileMantis - Scrum for MantisBT]]
    * [[https://www.mantisstats.org/|MantisStats Plugin: a collection of free statistical reports for your MantisBT]]    * [[https://www.mantisstats.org/|MantisStats Plugin: a collection of free statistical reports for your MantisBT]]
-   * [[CustomReporter]] +   * [[https://github.com/mantisbt-plugins/Calendar|Calendar]] 
-   * [[CustomerManagement]] +   * [[customreporter]] 
-   * [[EmailReporting]] +   * [[customermanagement]] 
-   * [[EventLog]] +   * [[emailreporting]] 
-   * [[InlineColumnConfiguration]] +   * [[eventlog]] 
-   * [[FilterPageEdit]] +   * [[inlinecolumnconfiguration]] 
-   * [[GanttChart]] +   * [[filterpageedit]] 
-   * [[icalexport | iCalExport]] +   * [[ganttchart]] 
-   * [[LinkedCustomFields]] +   * [[filterbuglist]] 
-   * [[MachineAD]] +   * [[icalexport| iCalExport]] 
-   * [[ManTweet]] +   * [[linkedcustomfields]] 
-   * [[RelatedIssuesExport]] +   * [[machinead]] 
-   * [[RecurrCall]] +   * [[mantweet]] 
-   * [[Reminder]] +   * [[relatedissuesexport]] 
-   * [[Smime Mail Encryption Plugin]] +   * [[recurrcall]] 
-   * [[SourceIntegration]] +   * [[reminder]] 
-   * [[Tasks]]+   * [[https://github.com/mantisbt-plugins/scrum|Scrum Board Plugin]] 
 +   * [[smime_mail_encryption_plugin]] 
 +   * [[sourceintegration]] 
 +   * [[tasks]] 
 +   * [[zipexport]]
    * [[http://ascend4.org/Automatic_URL_linking_to_MediaWiki_and_ViewVC_from_Mantis|Automatic linking to MediaWiki and ViewVC from Mantis]]    * [[http://ascend4.org/Automatic_URL_linking_to_MediaWiki_and_ViewVC_from_Mantis|Automatic linking to MediaWiki and ViewVC from Mantis]]
-   * [[IssueViewers]]+   * [[issueviewers]]
    * [[https://github.com/Laustralien/RemoteMantisImport|RemoteMantisImport]]    * [[https://github.com/Laustralien/RemoteMantisImport|RemoteMantisImport]]
 +   * [[http://www.mantis-scheduled-tickets.net|MantisScheduledTickets]]
 +   * [[https://github.com/grostarin/RelationshipEasyManagement|RelationshipEasyManagement]]
 +   * [[https://github.com/mantisbt-plugins/TelegramBot|TelegramBot]]
 +
 +
  
 Note that the above list is by no means exhaustive.  Note that the above list is by no means exhaustive. 
Line 37: Line 52:
 MantisBT plugins can be found at https://github.com/mantisbt-plugins. MantisBT plugins can be found at https://github.com/mantisbt-plugins.
  
-There is an older plugin repository at http://git.mantisforge.org. (some of the plugins there were moved to github.com/mantisbt-plugins, so first check github.com) +More plugins can be found at http://www.mantisbt.org/bugs. Typically they are stored as issue attachments using own projects (look at projects starting with "Plugin -"or project "mantisbt" and category "Plugins".
-//Please note that MantisForge repository is currently offline// +
- +
-More plugins can be found at http://www.mantisbt.org/bugs. Typically they are stored as issue attachments using own projects or project "mantisbt" and category "Plugins". +
- +
 ===== How to install a plugin ===== ===== How to install a plugin =====
  
Line 51: Line 61:
   - Click the **Install** link to install a plugin.   - Click the **Install** link to install a plugin.
  
- +**WARNING:** some plugins require patching MantisBT's core to operate (e.g. to add new Events). Please note that such changes are //neither recommended nor supported by the MantisBT team//, as they potentially introduce bugs and/or incompatibilities with future versions. Use such plugins at your own risk !
- +
- +
- +
- +
  
 ===== The GitHub mantisbt-plugins organization ===== ===== The GitHub mantisbt-plugins organization =====
 +
  
  
Line 68: Line 74:
  
   * If you don't have a GitHub account yet, [[https://github.com/join|sign up]], it's free.    * If you don't have a GitHub account yet, [[https://github.com/join|sign up]], it's free. 
 +
 +  * Make your request by sending an e-mail to [[mantisbt-dev@lists.sourceforge.net|The MantisBT development mailing list]] (you will need to [[https://lists.sourceforge.net/lists/listinfo/mantisbt-dev|signup]] if you are not already subscribing to the list), indicating
 +      * a **link to the repository** (we usually review the code before including it in the Organization)
 +      * the plugin's **name** and a **short description** (if not provided, we'll use the information in the source code, i.e. ''$this->name'' and ''$this->description'')
 +      * the **list of people** who should have **push access** to the new repository (i.e. their Github user IDs), including yourself
  
   * If the plugin is a **GitHub public repository** that you own   * If the plugin is a **GitHub public repository** that you own
-    - Send an e-mail to [[mantisbt-dev@lists.sourceforge.net|The MantisBT development mailing list]] (you will need to [[https://lists.sourceforge.net/lists/listinfo/mantisbt-dev|signup]] if you are not already subscribing to the list), indicating 
-      * a **link to the repository** 
-      * the **list of people** who should have **push access** to the new repository (i.e. their Github user IDs) 
     - We will     - We will
       * Create a Team for you to manage the plugin       * Create a Team for you to manage the plugin
Line 81: Line 89:
  
   * If the plugin is **not yet on GitHub** (e.g. hosted elsewhere or a local repo)   * If the plugin is **not yet on GitHub** (e.g. hosted elsewhere or a local repo)
-    - Send an e-mail to [[mantisbt-dev@lists.sourceforge.net|The MantisBT development mailing list]], indicating 
-      * the plugin's **name** and a **short description** 
-      * the **list of people** who should have **push access** to the new repository (i.e. their Github user IDs), //including yourself//  
     - We will     - We will
       * Create a blank repository       * Create a blank repository
Line 91: Line 96:
     - Commit and Push your changes     - Commit and Push your changes
  
-  * Don't forget to **Reference** your plugin in [[mantis_plugins#plugins_list|the list above]]. \\ If you would like to have your own wiki page, again [[mantisbt-dev@lists.sourceforge.net|send us an e-mail]] and we'll create it for you+  * Don't forget to **Reference** your plugin in [[start#plugins_list|the list above]]. \\ If you would like to have your own wiki page, again [[mantisbt-dev@lists.sourceforge.net|send us an e-mail]] and we'll create it for you
  
 ==== Access Control ==== ==== Access Control ====
mantisbt/plugins/start.txt · Last modified: 2023/07/28 05:23 by dregad

CC Attribution-Noncommercial-Share Alike 4.0 International Driven by DokuWiki