Difference between revisions of "Bugzilla"

From SME Server
Jump to navigationJump to search
m (Unnilennium moved page Bugzilla-contribs to Bugzilla: respect contribs pages naming convention)
Line 1: Line 1:
 
{{Languages}}
 
{{Languages}}
 
+
<!-- here we define the contrib name variable -->
 +
<!-- we get the page title, remove suffix for translated version; if needed you can define there with the value you want-->
 +
{{#vardefine:contribname| {{lc: {{#titleparts:  {{BASEPAGENAME}} |1}} }} }}
 +
{{#vardefine:smecontribname| smeserver-{{lc: {{#titleparts:  {{BASEPAGENAME}} |1}} }} }}
 +
<!-- we define the language -->
 +
{{#vardefine:lang| {{lc:  {{#titleparts:    {{PAGENAME}} | | -1}}  }} |en }}
 +
{{Infobox contribs
 +
|name={{#var:contribname}}
 +
|image=
 +
|description_image= {{#var:contribname}} logo
 +
|maintainer= Unnilennium
 +
|licence= AGPLv3
 +
|url= https://nextcloud.com
 +
|category= Coding
 +
|tags=bugs,bug,coding,tickets,project management
 +
}}
 
== Bugzilla for SME Server ==
 
== Bugzilla for SME Server ==
  
 
=== Maintainer ===
 
=== Maintainer ===
 
[mailto:tests@pialasse.com Jean philippe Pialasse]
 
[mailto:tests@pialasse.com Jean philippe Pialasse]
 +
 +
=== Version ===
 +
<!-- keep this first element as is, you can add some if needed -->
 +
{{#smeversion: {{#var:smecontribname}} }}
 +
{{#smeversion: {{#var:contribname}} }}
  
 
=== Description ===
 
=== Description ===
Line 11: Line 31:
 
Released as open source software by Netscape Communications in 1998, it has been adopted by a variety of organizations for use as a bug tracking system for both free and open source software and proprietary projects and products. Bugzilla is used, among others, by Mozilla Foundation, Wikimedia Foundation, WebKit, NASA, Yahoo!, GNOME, KDE, Apache, Red Hat and Novell.....And the best of all : The SME Server project.
 
Released as open source software by Netscape Communications in 1998, it has been adopted by a variety of organizations for use as a bug tracking system for both free and open source software and proprietary projects and products. Bugzilla is used, among others, by Mozilla Foundation, Wikimedia Foundation, WebKit, NASA, Yahoo!, GNOME, KDE, Apache, Red Hat and Novell.....And the best of all : The SME Server project.
  
=== Requirements ===
+
=== Installation ===
A SME Server 8 fully updated
+
 
 +
<tabs container>
 +
<tab name="For sme10">
 +
yum install {{#var:smecontribname}} --enablerepo=smecontribs
  
=== Installation ===
+
you might need a second event or sometime ibays folder is not visible
This contrib is currently held in the SME Server 8 smecontribs repository, so the following commands will install on your smeserver.
+
signal-event nextcloud-update
  
 +
</tab>
 +
<tab name="For sme8">
 
  yum --enablerepo=smecontribs install smeserver-bugzilla
 
  yum --enablerepo=smecontribs install smeserver-bugzilla
  
 
  signal-event post-upgrade;  signal-event reboot
 
  signal-event post-upgrade;  signal-event reboot
 
+
</tab>
 +
</tabs>
 
Go to http://yourdomainsme/bugzilla and then perform the login in your web browser.
 
Go to http://yourdomainsme/bugzilla and then perform the login in your web browser.
  
Line 43: Line 69:
 
Please raise bugs under the SME-Contribs section in [http://bugs.contribs.org/enter_bug.cgi bugzilla]
 
Please raise bugs under the SME-Contribs section in [http://bugs.contribs.org/enter_bug.cgi bugzilla]
 
and select the smeserver-filezilla component or use {{BugzillaFileBug|product=SME%20Contribs|component=smeserver-bugzilla|title=this link}}.  
 
and select the smeserver-filezilla component or use {{BugzillaFileBug|product=SME%20Contribs|component=smeserver-bugzilla|title=this link}}.  
 +
 +
Below is an overview of the current issues for this contrib:{{#bugzilla:columns=id,product,version,status,summary|sort=id|order=desc|component={{#var:smecontribname}} |noresultsmessage=No open bugs found.}}
 +
 +
===Changelog===
 +
Only released version in smecontrib are listed here.
 +
 +
{{#smechangelog: {{#var:smecontribname}} }}
 +
 +
 +
<!-- list of category you want to see this page in -->
 +
[[Category: Contrib]]
 +
<!-- Please keep there the template revision  number as is -->
 +
 
[[Category: Contrib]]
 
[[Category: Contrib]]

Revision as of 03:26, 24 May 2022




bugzilla
bugzilla logo
MaintainerUnnilennium
Urlhttps://nextcloud.com
LicenceAGPLv3
Category

Coding

Tags bugsbugcodingticketsproject management


Bugzilla for SME Server

Maintainer

Jean philippe Pialasse

Version

Contrib 10:
smeserver-bugzilla
The latest version of smeserver-bugzilla is available in the SME repository, click on the version number(s) for more information.


Contrib 10:
bugzilla
The latest version of bugzilla is available in the SME repository, click on the version number(s) for more information.


Description

Bugzilla is a Web-based general-purpose bugtracker and testing tool originally developed and used by the Mozilla project, and licensed under the Mozilla Public License.

Released as open source software by Netscape Communications in 1998, it has been adopted by a variety of organizations for use as a bug tracking system for both free and open source software and proprietary projects and products. Bugzilla is used, among others, by Mozilla Foundation, Wikimedia Foundation, WebKit, NASA, Yahoo!, GNOME, KDE, Apache, Red Hat and Novell.....And the best of all : The SME Server project.

Installation

yum install smeserver-bugzilla --enablerepo=smecontribs

you might need a second event or sometime ibays folder is not visible

signal-event nextcloud-update
yum --enablerepo=smecontribs install smeserver-bugzilla
signal-event post-upgrade;  signal-event reboot

Go to http://yourdomainsme/bugzilla and then perform the login in your web browser.

Before that you have to find your login credentials

cat /etc/bugzilla.conf

and see your email and you password

$answer{'ADMIN_EMAIL'} = 'admin@mycompany.local';
$answer{'ADMIN_PASSWORD'} = 'bs+vN148NFuEGDvN';

or by the db command choose the AdminPassword

config show bugzilla

Uninstall

yum remove smeserver-bugzilla
signal-event post-upgrade;  signal-event reboot

Bugs

Please raise bugs under the SME-Contribs section in bugzilla and select the smeserver-filezilla component or use this link .

Below is an overview of the current issues for this contrib:

No open bugs found.

Changelog

Only released version in smecontrib are listed here.

smeserver-bugzilla Changelog: SME 10 (smecontribs)

2022/07/25 Jean-Philippe Pialasse 1.0-7.sme
- update to httpd 2.4 access syntax [SME: 12038]

added option for private /public access default remains public
2022/05/30 Brian Read 1.0-5.sme
- Switch-to-mariadb-105 for SME10 and add -update event [SME: 11977]
2022/05/30 Brian Read 1.0-4.sme
- Fix transaction failure with --ignoredirs in genfilelist [SME: 11977]
2013/10/13 Jean-Philippe Pialasse 1.0-3.sme
- fixing admin pass too long [SME: 7902]
2013/10/12 Jean-Philippe Pialasse 1.0-2.sme
- fixing localconfig path to etc