<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.soylentnews.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Kwerle</id>
	<title>SoylentNews - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.soylentnews.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Kwerle"/>
	<link rel="alternate" type="text/html" href="https://wiki.soylentnews.org/wiki/Special:Contributions/Kwerle"/>
	<updated>2026-06-10T19:03:00Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.41.4</generator>
	<entry>
		<id>https://wiki.soylentnews.org/index.php?title=Bug_tracker&amp;diff=4560</id>
		<title>Bug tracker</title>
		<link rel="alternate" type="text/html" href="https://wiki.soylentnews.org/index.php?title=Bug_tracker&amp;diff=4560"/>
		<updated>2014-02-13T17:48:25Z</updated>

		<summary type="html">&lt;p&gt;Kwerle: /* JIRA */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page is for discussing possible options for a bug tracker to use. If you have any other possible options in mind, make a new level 3 heading for them.&lt;br /&gt;
&lt;br /&gt;
== General requirements ==&lt;br /&gt;
* It should allow submitting issues without requiring logging in/creating an account.&lt;br /&gt;
* (?) Should it have the ability to allow uploading attachments (screenshots of the bug, patches, etc.)?&lt;br /&gt;
&lt;br /&gt;
== Possible bug trackers == &lt;br /&gt;
&lt;br /&gt;
=== MediaWiki ===&lt;br /&gt;
* Uses this wiki that we already have running.&lt;br /&gt;
* Would use a Bug: namespace.&lt;br /&gt;
* This wiki currently requires registration before editing, although logged out editing can be re-enabled if needed.&lt;br /&gt;
* May be more difficult for developers to sort issues by values like status, assignee, etc. that are normally found in bug trackers.&lt;br /&gt;
* [[:Template:Bug]] was created to give some structure to bug reports if we use this system.&lt;br /&gt;
&lt;br /&gt;
Needed configuration changes to the wiki if we did this:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$wgGroupPermissions['*']['edit'] = true;&lt;br /&gt;
define(&amp;quot;NS_BUG&amp;quot;, 112);&lt;br /&gt;
define(&amp;quot;NS_BUG_TALK&amp;quot;, 113);&lt;br /&gt;
$wgExtraNamespaces[NS_BUG] = &amp;quot;Bug&amp;quot;;&lt;br /&gt;
$wgExtraNamespaces[NS_BUG_TALK] = &amp;quot;Bug_talk&amp;quot;;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
''Done.''&lt;br /&gt;
&lt;br /&gt;
=== MediaWiki with semantic extensions ===&lt;br /&gt;
* Uses this wiki that we already have running.&lt;br /&gt;
* Would use a Bug: namespace.&lt;br /&gt;
* This wiki currently requires registration before editing, although logged out editing can be re-enabled if needed.&lt;br /&gt;
* Would require the installation of the [[mediawikiwiki:Extension:Semantic MediaWiki|Semantic MediaWiki]] and [[mediawikiwiki:Extension:Semantic Forms|Semantic Forms]] extensions.&lt;br /&gt;
* Should be easier to sort issues, although it still likely will lack features found in standalone bug trackers&lt;br /&gt;
* Probably needs more configuration and initial setup than MediaWiki alone.&lt;br /&gt;
&lt;br /&gt;
=== GitHub issues ===&lt;br /&gt;
* Already set up and running alongside the repository where the code currently is.&lt;br /&gt;
* GitHub requires registration, which likely makes it undesirable.&lt;br /&gt;
&lt;br /&gt;
=== Bugzilla ===&lt;br /&gt;
* Requires registration.&lt;br /&gt;
* Free and open source.&lt;br /&gt;
&lt;br /&gt;
=== JIRA ===&lt;br /&gt;
* Pretty sure this one can handle creating issues without users logging in.&lt;br /&gt;
* Proprietary software, but they offer a free as in beer license to open source projects.&lt;br /&gt;
* [https://www.atlassian.com/opensource/overview Atlassian's open source overview]&lt;br /&gt;
* A bit of a resource hog, in my experience (For a 2-user setup) it will easily consume &amp;gt; 1 gig of RAM and still not be happy&lt;br /&gt;
* Its system requirements are [https://confluence.atlassian.com/display/JIRA/JIRA+Requirements#JIRARequirements-JIRAServerHardwareRecommendationforProduction here], looks like 2 gigs of RAM are recommended even for smaller projects.&lt;br /&gt;
* Atlassian also offers a hosted instance (they call it &amp;quot;OnDemand&amp;quot;) of JIRA for free for open source projects, but in practice I doubt they would actually do it while we are still small and setting up.&lt;br /&gt;
** Of course they would host it.  No question in my mind.  Ask 'em.&lt;br /&gt;
&lt;br /&gt;
=== Mantis ===&lt;br /&gt;
* It's not pretty, but allows bug submission without login. &lt;br /&gt;
* Some integration with MediaWiki apparently available, as per [http://www.mediawiki.org/wiki/Extension:MantisIntegration this link]&lt;br /&gt;
* I've put up an install you can test out: [http://209.141.33.25 http://209.141.33.25]. If you create an account, check your spam folder for the confirmation email. [[User:Popeidol|Popeidol]]&lt;/div&gt;</summary>
		<author><name>Kwerle</name></author>
	</entry>
	<entry>
		<id>https://wiki.soylentnews.org/index.php?title=Bug_tracker&amp;diff=4548</id>
		<title>Bug tracker</title>
		<link rel="alternate" type="text/html" href="https://wiki.soylentnews.org/index.php?title=Bug_tracker&amp;diff=4548"/>
		<updated>2014-02-13T15:57:11Z</updated>

		<summary type="html">&lt;p&gt;Kwerle: Add a link to their open source page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page is for discussing possible options for a bug tracker to use. If you have any other possible options in mind, make a new level 3 heading for them.&lt;br /&gt;
&lt;br /&gt;
== General requirements ==&lt;br /&gt;
* It should allow submitting issues without requiring logging in/creating an account.&lt;br /&gt;
* (?) Should it have the ability to allow uploading attachments (screenshots of the bug, patches, etc.)?&lt;br /&gt;
&lt;br /&gt;
== Possible bug trackers == &lt;br /&gt;
&lt;br /&gt;
=== MediaWiki ===&lt;br /&gt;
* Uses this wiki that we already have running.&lt;br /&gt;
* Would use a Bug: namespace.&lt;br /&gt;
* This wiki currently requires registration before editing, although logged out editing can be re-enabled if needed.&lt;br /&gt;
* May be more difficult for developers to sort issues by values like status, assignee, etc. that are normally found in bug trackers.&lt;br /&gt;
* [[:Template:Bug]] was created to give some structure to bug reports if we use this system.&lt;br /&gt;
&lt;br /&gt;
Needed configuration changes to the wiki if we did this:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$wgGroupPermissions['*']['edit'] = true;&lt;br /&gt;
define(&amp;quot;NS_BUG&amp;quot;, 112);&lt;br /&gt;
define(&amp;quot;NS_BUG_TALK&amp;quot;, 113);&lt;br /&gt;
$wgExtraNamespaces[NS_BUG] = &amp;quot;Bug&amp;quot;;&lt;br /&gt;
$wgExtraNamespaces[NS_BUG_TALK] = &amp;quot;Bug_talk&amp;quot;;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
''Done.''&lt;br /&gt;
&lt;br /&gt;
=== MediaWiki with semantic extensions ===&lt;br /&gt;
* Uses this wiki that we already have running.&lt;br /&gt;
* Would use a Bug: namespace.&lt;br /&gt;
* This wiki currently requires registration before editing, although logged out editing can be re-enabled if needed.&lt;br /&gt;
* Would require the installation of the [[mediawikiwiki:Extension:Semantic MediaWiki|Semantic MediaWiki]] and [[mediawikiwiki:Extension:Semantic Forms|Semantic Forms]] extensions.&lt;br /&gt;
* Should be easier to sort issues, although it still likely will lack features found in standalone bug trackers&lt;br /&gt;
* Probably needs more configuration and initial setup than MediaWiki alone.&lt;br /&gt;
&lt;br /&gt;
=== GitHub issues ===&lt;br /&gt;
* Already set up and running alongside the repository where the code currently is.&lt;br /&gt;
* GitHub requires registration, which likely makes it undesirable.&lt;br /&gt;
&lt;br /&gt;
=== Bugzilla ===&lt;br /&gt;
* Requires registration.&lt;br /&gt;
* Free and open source.&lt;br /&gt;
&lt;br /&gt;
=== JIRA ===&lt;br /&gt;
* Pretty sure this one can handle creating issues without users logging in.&lt;br /&gt;
* Proprietary software, but they offer a free as in beer license to open source projects.&lt;br /&gt;
* [https://www.atlassian.com/opensource/overview here]&lt;br /&gt;
&lt;br /&gt;
=== Mantis ===&lt;br /&gt;
* It's not pretty, but allows bug submission without login. &lt;br /&gt;
* Some integration with MediaWiki apparently available, as per [http://www.mediawiki.org/wiki/Extension:MantisIntegration this link]&lt;br /&gt;
* I've put up an install you can test out: [http://209.141.33.25 http://209.141.33.25]. If you create an account, check your spam folder for the confirmation email. [[User:Popeidol|Popeidol]]&lt;/div&gt;</summary>
		<author><name>Kwerle</name></author>
	</entry>
</feed>