Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-10-17 | Revert for now Bug 887117 - Move the compiled template cache dir to a ↵ | Dave Lawrence | 1 | -1/+0 | |
directory in the document root to avoid storing on NFS | |||||
2013-10-17 | Bug 887117 - Move the compiled template cache dir to a directory in the ↵ | Dave Lawrence | 1 | -0/+1 | |
document root to avoid storing on NFS r=glob | |||||
2013-04-22 | Bug 750170: switch from arecibo to sentry for error reporting | Byron Jones | 1 | -1/+1 | |
2013-04-04 | +x bin/* not just bin/*.pl | Byron Jones | 1 | -1/+1 | |
2013-04-04 | make all extension/bin files executable | Byron Jones | 1 | -0/+1 | |
2013-03-25 | Bug 849120: change "send error to error reporter" from forking to running a ↵ | Byron Jones | 1 | -0/+1 | |
process | |||||
2011-11-28 | merged with bugzilla/4.2 | Dave Lawrence | 1 | -0/+27 | |
2011-11-26 | Bug 368250: collectstats.pl creates files with wrong ownership | Frédéric Buclin | 1 | -0/+27 | |
r/a=mkanat | |||||
2011-10-05 | more porting work | David Lawrence | 1 | -4/+10 | |
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 | |||||
2008-06-14 | Bug 438739: Permissions are not set properly on extensions by checksetup | mkanat%bugzilla.org | 1 | -5/+7 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, r=ghendricks, a=mkanat | |||||
2008-05-21 | Bug 380756: Remove duplicates.xul (and all the code related to it) - Patch ↵ | lpsolit%gmail.com | 1 | -5/+6 | |
by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit | |||||
2008-05-01 | Bug 431143: data/mail and data/mimedump-tmp no longer in use - Patch by ↵ | lpsolit%gmail.com | 1 | -4/+1 | |
Frédéric Buclin <LpSolit@gmail.com> r=mkanat r=justdave a=mkanat | |||||
2008-04-04 | Bug 182975: Bugzilla directory structure to be adopted to l10n needs - Patch ↵ | lpsolit%gmail.com | 1 | -7/+8 | |
by A.A. Shimono (himorin) <shimono@mozilla.gr.jp> r=LpSolit r=mkanat a=LpSolit | |||||
2008-01-18 | Back out bug 147776, checksetup.pl now fills localconfig.old with a cryptic ↵ | lpsolit%gmail.com | 1 | -3/+0 | |
message | |||||
2008-01-18 | Bug 147776: Make checksetup.pl re-write localconfig with the most modern ↵ | mkanat%bugzilla.org | 1 | -0/+3 | |
comments. Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat | |||||
2007-11-29 | Bug 397099: Date/Time Fields should have a JavaScript widget for picking a date | mkanat%bugzilla.org | 1 | -10/+19 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, r=glob, a=mkanat | |||||
2007-10-24 | Bug 262269: A tool to auto-install missing perl packages on non-Windows systems | mkanat%bugzilla.org | 1 | -0/+1 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) | |||||
2007-10-19 | Bug 399954: Make Bugzilla able to hold its dependencies in a local directory | mkanat%bugzilla.org | 1 | -0/+5 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit | |||||
2007-08-18 | Bug 392573 â Most CSS files are missing from Dusk/, flooding web server ↵ | wurblzap%gmail.com | 1 | -7/+13 | |
error logs. Patch by Marc Schumann <wurblzap@gmail.com>; r=LpSolit; a=LpSolit | |||||
2007-07-25 | Bug 345970 Avoid using the string 'the web' | timeless%mozdev.org | 1 | -5/+5 | |
patch by jhulten@tragicallyleet.com r=timeless I've updated it to trunk r=lpsolit a=lpsolit | |||||
2007-05-10 | Bug 376908: Installation process should not assume skins are in the same ↵ | lpsolit%gmail.com | 1 | -2/+3 | |
directory as checksetup.pl - Patch by guillomovitch@zarb.org r/a=mkanat |