Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-03-11 | Bug 1138463: mod_perl does not support Apache 2.4 directives | Frédéric Buclin | 1 | -9/+50 | |
r=dkl a=glob | |||||
2015-02-20 | Bug 1133690: .htaccess incorrectly assumes that Apache 2.2.x can read new ↵ | Frédéric Buclin | 1 | -16/+17 | |
2.4 directives r=dkl a=glob | |||||
2015-02-02 | Bug 1121477: Support for Apache HTTPD 2.4 | Jochen Wiedmann | 1 | -9/+90 | |
r=dkl,a=glob | |||||
2015-01-21 | Bug 1079065: [SECURITY] Always use the 3 arguments form for open() to ↵ | Gervase Markham | 1 | -1/+1 | |
prevent shell code injection r=dylan,a=simon | |||||
2014-12-15 | Bug 950486: Move the webdotbase and font_file parameters from data/params ↵ | Matt Selsky | 1 | -7/+7 | |
into localconfig (and kill the Graphs panel). r=gerv, a=glob. | |||||
2014-12-01 | Bug 1093616: Fix permissions for contrib/replyrc | Frédéric Buclin | 1 | -0/+1 | |
r=gerv a=glob | |||||
2014-09-17 | Bug 1064395: concatenate and slightly minify javascript files | Byron Jones | 1 | -6/+19 | |
r=dkl,a=glob | |||||
2014-09-15 | Bug 1066184: data/params.js should be renamed to data/params.json since the ↵ | David Lawrence | 1 | -1/+1 | |
data form is JSON and not JS r=LpSolit,a=sgreen | |||||
2014-09-11 | Bug 1052724: Use JSON::XS instead of Data::Dumper to store parameters into ↵ | Frédéric Buclin | 1 | -1/+1 | |
data/params r=dkl r=wurblzap a=sgreen | |||||
2014-08-13 | Bug 996893: Perl 5.18 and newer throw tons of warnings about deprecated modules | Frédéric Buclin | 1 | -0/+1 | |
r=dkl a=sgreen | |||||
2014-05-28 | Bug 1016199: move skins/assets to data/assets | Byron Jones | 1 | -4/+27 | |
r=dkl, a=justdave | |||||
2014-05-14 | Bug 977969: concatenate and slightly minify css files | Byron Jones | 1 | -0/+12 | |
r=gerv, a=glob | |||||
2014-04-22 | Bug 489028 - Record last-visited time of bugs when logged in | Dylan William Hardison | 1 | -0/+1 | |
r=glob a=justdave | |||||
2012-12-01 | Bug 787668: Use |use parent| instead of |use base| | Matt Selsky | 1 | -1/+1 | |
r/a=LpSolit | |||||
2012-11-30 | Bug 816747 - Add dummy POD for unPODded methods. | Marc Schumann | 1 | -0/+26 | |
r/a=LpSolit | |||||
2012-10-16 | Bug 604388 - Filenames used to store data for Old Charts should be based on ↵ | Marc Schumann | 1 | -0/+61 | |
product IDs, not names (avoid dataloss when renaming products). r/a=LpSolit | |||||
2012-09-01 | Bug 787529: Use |use 5.10.1| everywhere | Frédéric Buclin | 1 | -0/+1 | |
r=wicked a=LpSolit | |||||
2012-04-09 | Fix typo | Frédéric Buclin | 1 | -1/+1 | |
https://bugzilla.mozilla.org/show_bug.cgi?id=679965 | |||||
2012-04-09 | 2nd part of bug 679965: contrib/Bugzilla.pm shouldn't be executable | Frédéric Buclin | 1 | -0/+1 | |
2012-01-11 | Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and ↵ | Frédéric Buclin | 1 | -15/+5 | |
add it to files which miss one r=kiko r=mkanat r=mrbball a=LpSolit | |||||
2011-11-26 | Bug 368250: collectstats.pl creates files with wrong ownership | Frédéric Buclin | 1 | -0/+27 | |
r/a=mkanat | |||||
2011-04-01 | Bug 644334 - Add hook to Bugzilla::Install::Filesystem to allow extensions ↵ | David Lawrence | 1 | -0/+10 | |
to create files/directories/htaccess r/a=mkanat | |||||
2011-02-17 | Bug 634826: .htaccess file permissions are not set by checksetup.pl | Frédéric Buclin | 1 | -0/+1 | |
r/a=mkanat | |||||
2010-11-03 | Bug 419014: (CVE-2010-3764) [SECURITY] Old charts are not project specific, ↵ | Frédéric Buclin | 1 | -3/+16 | |
and product names are viewable in graphs/ r=wurblzap a=LpSolit | |||||
2010-10-27 | Bug 337776: Basic SQLite Support for Bugzilla | Max Kanat-Alexander | 1 | -0/+3 | |
r=LpSolit, a=mkanat | |||||
2010-10-16 | Bug 604835: Have checksetup.pl give WS_EXECUTE permissions to .pl scripts that | Max Kanat-Alexander | 1 | -0/+1 | |
ship with extensions. r=mkanat, a=mkanat (module owner) | |||||
2010-10-14 | Bug 602418: Add "template_cache" to bz_locations(), a way of specifying that | Max Kanat-Alexander | 1 | -1/+2 | |
cached templates should be stored somewhere else than the data directory. r=LpSolit, a=mkanat | |||||
2010-07-21 | Bug 428313: Properly expire the browser's CSS and JS cache when there | Max Kanat-Alexander | 1 | -20/+39 | |
are new versions of those files. This also eliminates single-file skins and should also allow Extensions to have skins. r=glob, a=mkanat | |||||
2010-07-07 | Bug 574879: Create a test that assures the correctness of Search.pm's | Max Kanat-Alexander | 1 | -0/+4 | |
boolean charts r=glob, a=mkanat | |||||
2010-06-25 | Bug 457373: Refactor the permissions system in Bugzilla::Install::Filesystem | Max Kanat-Alexander | 1 | -130/+171 | |
to use constants instead of local variables. Also, change the permissions so that they are stricter in general, and work better under suexec. This also fixes the problem that dependency graphs didn't work under suexec, and adds a "web" directory by default to Extensions created with extension/create.pl. r=mkanat, a=mkanat (module owner) | |||||
2010-06-24 | Bug 561797: (CVE-2010-0180) [SECURITY] checksetup.pl with $suexec=1 sets | Max Kanat-Alexander | 1 | -0/+14 | |
localconfig as world readable r=timello, a=mkanat | |||||
2010-06-18 | Bug 572949: Update YUI to 2.8.1 | Max Kanat-Alexander | 1 | -1/+0 | |
r=glob, a=mkanat | |||||
2010-05-23 | Bug 560733: Move the base .htaccess file into bzr instead of having it | Max Kanat-Alexander | 1 | -40/+2 | |
generated by checksetup.pl r=LpSolit, a=mkanat | |||||
2010-02-20 | Bug 546871: Make checksetup.pl not try to fix the permissions of | Max Kanat-Alexander | 1 | -1/+0 | |
bugzilla-update.xml, to avoid warnings. r=LpSolit, a=LpSolit | |||||
2010-02-01 | Bug 434801: [SECURITY] .htaccess doesn't prevent reading old-params.txt from ↵ | Reed Loden | 1 | -0/+7 | |
the web Patch by Reed Loden <reed@reedloden.com> r=mkanat a=LpSolit | |||||
2010-02-01 | Bug 314871: (CVE-2009-3989) [SECURITY] Prevent web browsers from accessing ↵ | Max Kanat-Alexander | 1 | -29/+50 | |
CVS/, contrib/, docs/, and t/ directories iatch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit | |||||
2009-12-31 | Bug 519858 - Move uncommonly used parameters out of the "Required" section ↵ | mkanat%bugzilla.org | 1 | -9/+36 | |
and into a "General" and "Advanced" section Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit | |||||
2009-12-15 | After the checkin of bug 524603, checksetup.pl printed "No such file or ↵ | mkanat%bugzilla.org | 1 | -3/+3 | |
directory at Bugzilla/Install/Filesystem.pm line 465" the first time the new code was run. This fixes the warning. | |||||
2009-12-15 | Bug 524603: Allow a non-root jobqueue.pl to write to data/mailer.testfile ↵ | mkanat%bugzilla.org | 1 | -1/+25 | |
(for the "Test" mail_delivery_method) Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit | |||||
2009-11-25 | Bug 530767: Allow for CPAN distribution of extensions | mkanat%bugzilla.org | 1 | -1/+5 | |
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat | |||||
2009-11-25 | Bug 530252: Create a script that sets up the framework of an extension | mkanat%bugzilla.org | 1 | -0/+1 | |
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat | |||||
2009-10-24 | Bug 519584: Implement a framework for migrating from other bug-trackers, and ↵ | mkanat%bugzilla.org | 1 | -0/+1 | |
start with a GNATS importer. Patch by Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat | |||||
2009-09-22 | Bug 517761: Checksetup creates and deletes ./data/duplicates/ directory ↵ | lpsolit%gmail.com | 1 | -1/+0 | |
every time - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat | |||||
2009-09-22 | Bug 517632: Make checksetup.pl die when it fails to create a directory | mkanat%bugzilla.org | 1 | -2/+2 | |
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat | |||||
2009-09-07 | Bug 176002: Move duplicate statistics into the db | mkanat%bugzilla.org | 1 | -2/+5 | |
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit | |||||
2009-08-19 | Bug 511337: Make checksetup.pl properly throw a warning when it can't ↵ | mkanat%bugzilla.org | 1 | -3/+6 | |
chmod/chown a file Patch by Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat | |||||
2009-04-03 | Bug 123165 â Permissions setup option for bugzilla_user==webserver_user ↵ | wurblzap%gmail.com | 1 | -6/+7 | |
(suexec). Patch by Marc Schumann <wurblzap@gmail.com>; r/a=mkanat | |||||
2009-01-23 | Bug 474881: checksetup.pl only creates custom CSS files on the second run - ↵ | lpsolit%gmail.com | 1 | -4/+3 | |
Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat | |||||
2009-01-04 | Bug 147776: Make checksetup.pl re-write localconfig with the current ↵ | mkanat%bugzilla.org | 1 | -0/+3 | |
comments and remove old variables automatically Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat | |||||
2008-12-24 | Bug 284184: Allow Bugzilla to use an asynchronous job queue for sending mail. | mkanat%bugzilla.org | 1 | -0/+1 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> and Mark Smith <mark@plogs.net> r=glob, a=mkanat |