aboutsummaryrefslogtreecommitdiffstats
path: root/modules/bugzilla
Commit message (Collapse)AuthorAgeFilesLines
* Ensure Bugzilla mining directory has the right modeDan Fandrich2024-10-301-1/+2
|
* Remove Bugzilla's robots.txt content from PuppetDan Fandrich2024-10-242-12/+1
| | | | | | This file comes from the Bugzilla repo so we don't want two sources of truth for the same file. All we do now in Puppet is ensure its permissions are correct.
* Revert "Use @ when accessing variables in templates"Dan Fandrich2024-10-044-18/+18
| | | | | | Variables defined within a template can't be accessed with @. This change needs to be reworked to eliminate those cases. This reverts commits 2c7da665 and ae197622.
* Use @ when accessing variables in templatesDan Fandrich2024-10-044-18/+18
| | | | Access without the @ symbol is the older method and is discouraged.
* Send Bugzilla e-mails from bugzilla_noreply@ml.mageia.orgDan Fandrich2024-02-082-2/+2
| | | | | | | This is currently the only subdomain with an SPF record and is therefore the only one from which some mail providers will accept e-mails these days. Having _noreply in the name makes it more obvious that a reply will go nowhere.
* Switch links to https: where possibleDan Fandrich2024-01-252-3/+3
| | | | | | | All these point to valid https: resources, but there is a small chance that some unusual interaction will cause it not to work. Some of these changes also won't take effect until the server is restarted, so we'll need to keep this in mind if failures occur long from now.
* bugzilla: fix vhost DirThomas Backlund2019-11-301-1/+1
|
* update LpSolit emailThomas Backlund2019-04-031-1/+1
|
* bugzilla needs perl-JSON-XSThomas Backlund2018-03-261-0/+1
|
* Run bugzilla crons as apachePascal Terjan2017-12-241-2/+2
|
* Fix perms of $bugzilla_location/graphs (From LpSolit)Nicolas Lécureuil2017-08-051-0/+6
|
* Try to fix cron (2)Nicolas Lécureuil2017-08-011-2/+2
|
* Try to fix cronNicolas Lécureuil2017-08-011-2/+2
|
* Fix default Bugzilla queriesFrédéric Buclin2017-07-091-2/+2
|
* bugzilla : Fix crontabNicolas Lécureuil2017-05-011-2/+2
|
* bugzilla: Send sanitycheck to LpSolitNicolas Lécureuil2017-04-221-0/+7
|
* bugzilla: There is no sitemap.xml anymoreNicolas Lécureuil2017-04-201-1/+0
|
* Bugzilla: use macrosNicolas Lécureuil2017-04-201-2/+2
|
* bugzilla: Fix apache config fileNicolas Lécureuil2017-04-201-62/+0
|
* bugzilla: Fix data patchNicolas Lécureuil2017-04-201-1/+1
|
* bugzilla: Fix use of collectstats.plNicolas Lécureuil2017-04-201-2/+2
|
* bugzilla: Fix typoNicolas Lécureuil2017-04-201-1/+1
|
* bugzilla: Add comment about bugzilla_secret_keyNicolas Lécureuil2017-04-201-0/+5
|
* bugzilla: Fix finding bugzilla_secret_keyNicolas Lécureuil2017-04-201-0/+1
|
* bugzilla: Fix localconfig by adding secret keyNicolas Lécureuil2017-04-202-6/+6
|
* Bugzilla: Change clean-bug-user-last-visit crontab to run at 3AMNicolas Lécureuil2017-04-181-1/+1
|
* Bugzilla: Add a crontab to execute clean-bug-user-last-visit.pl every dayNicolas Lécureuil2017-04-181-0/+7
|
* Bugzilla: increase last_visit_keep_days to 60Nicolas Lécureuil2017-04-181-1/+1
|
* bugzilla: Change collapsed_comment_tags valueNicolas Lécureuil2017-04-181-1/+1
|
* bugzilla: Changedebug_group valueNicolas Lécureuil2017-04-181-1/+1
|
* Allow to not use Location directive in apache ( but keep past use by default)Nicolas Lécureuil2017-04-172-0/+13
|
* Create htaccessNicolas Lécureuil2017-04-161-1/+1
|
* Fix perms for dataNicolas Lécureuil2017-04-161-1/+7
|
* Fix layoutNicolas Lécureuil2017-04-161-6/+6
|
* Remove dupplicate declarationNicolas Lécureuil2017-04-151-7/+0
|
* Fix bugzilla-update.xml ownerNicolas Lécureuil2017-04-151-0/+7
|
* Revert "Revert "Open bugzilla again""Nicolas Lécureuil2017-04-141-1/+1
| | | | This reverts commit 8d179c2cb3e97d0c510d1afd17e663ce6e4b2264.
* Revert "Open bugzilla again"Nicolas Lécureuil2017-04-141-1/+1
| | | | This reverts commit a8c449d448ce353ba10aa9b32bc55852122467c4.
* Open bugzilla againNicolas Lécureuil2017-04-141-1/+1
|
* Revert "Open Bugzilla"Nicolas Lécureuil2017-04-141-1/+1
| | | | This reverts commit 3273dcdb379b32fb919bd7ddcb8d960253042b3a.
* Open BugzillaNicolas Lécureuil2017-04-141-1/+1
|
* bugzilla: data/bugzilla-update.xml should be writable by apacheOlivier Blin2017-04-121-0/+7
| | | | But use another config group so that it is not executable.
* Revert "bugzilla-update.xml needs to be owned by apache"Olivier Blin2017-04-121-1/+0
| | | | This reverts commit b42d4fb0b028e46e99425984275da811b90a43f5.
* Update bugzilla messageNicolas Lécureuil2017-04-121-1/+1
|
* bugzilla-update.xml needs to be owned by apacheNicolas Lécureuil2017-04-111-0/+1
|
* Add shutdown messageNicolas Lécureuil2017-04-111-1/+1
|
* bugzilla: revert perms change, these should be handled in git/puppetOlivier Blin2017-04-101-9/+0
|
* bugzilla: data/params.json should be writable by apacheOlivier Blin2017-04-101-0/+1
|
* bugzilla: use bugzilla_location variable instead of hardcoding the pathOlivier Blin2017-04-101-71/+71
|
* bugzilla: data/bugzilla-update.xml should be writable by apacheOlivier Blin2017-04-101-0/+7
|