..
Bugzilla
Fix for bug 232612: enables boolean mode fulltext searches for better searching capabilities in the "Find a Specific Bug" page;
2005-07-15 02:05:10 +00:00
contrib
Bug 291776: A script to copy a Bugzilla DB between two cross-DB installations
2005-07-12 07:56:16 +00:00
docs
Bug 252272: Allow extremely large attachments to be stored locally
2005-07-12 10:56:52 +00:00
images
Patch for bug 258355: remove 1x1.gif and use CSS instead in order to create suitable spacing; patch by Fr�d�ric Buclin <LpSolit@netscape.net>; r=kiko, a=justdave.
2004-11-02 22:39:51 +00:00
js
Bug 262592: Enable templates to use a cookies to remember UI preferences and hide/expose content
2005-07-12 12:32:16 +00:00
skins /standard
Bug 289594 - Part 2 - The "exclude" table also needs alternating colors. Also changing the default color back to F7F7F7.
2005-04-12 20:43:32 +00:00
t
Bug 286701: Tests fail compiling Bugzilla::DB::Pg.pm
2005-05-26 20:07:35 +00:00
template
Fix my email post-checkin of Bug 283989, as pointed out by Colin.
2005-07-14 06:05:45 +00:00
.cvsignore
…
Bugzilla.pm
Bug 283989: CGI.pl global init code should be moved to Bugzilla::CGI
2005-07-14 06:01:35 +00:00
CGI.pl
Bug 283989: CGI.pl global init code should be moved to Bugzilla::CGI
2005-07-14 06:01:35 +00:00
QUICKSTART
Wording, wording.
2004-07-08 19:59:25 +00:00
README
Fix for bug 221391: Bugzilla Quickstart guide could exist. Provide a
2003-10-10 02:22:39 +00:00
UPGRADING
…
UPGRADING-pre-2.8
…
ant.jpg
…
attachment.cgi
Bug 293159: [SECURITY] Anyone can change flags and access bug summaries due to a bad check in Flag::validate() and Flag::modify()
2005-07-08 05:29:15 +00:00
buglist.cgi
Bug 300006: "cookies need value" error code when a query returns an empty result.
2005-07-08 03:39:19 +00:00
bugzilla.dtd
Bug 293890: Missing element declarations in bugzilla.dtd - Patch by Colin Ogilvie <colin.ogilvie@gmail.com> r=mkanat a=justdave
2005-06-02 21:26:43 +00:00
chart.cgi
Bug 287436: [SECURITY] After having logged in, links to change the report type contain username and password
2005-05-12 01:52:13 +00:00
checksetup.pl
Bug 300336: Bugzilla::Auth should not contain any exported subroutines
2005-07-13 03:57:02 +00:00
colchange.cgi
Bug 300006: "cookies need value" error code when a query returns an empty result.
2005-07-08 03:39:19 +00:00
collectstats.pl
Bug 286235: Implicit joins should be replaced by explicit joins - installment A
2005-04-04 21:52:06 +00:00
config.cgi
Bug 282505: perl 5.6: config.cgi dies when it tries to use Bugzilla::DB (fixes burning Tinderbox)
2005-02-16 22:30:42 +00:00
createaccount.cgi
Bug 299572: Move MailPassword() from CGI.pl into BugMail.pm (and remove an unused variable) - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=mkanat a=justdave
2005-07-11 00:40:59 +00:00
defparams.pl
Bug 298826: Fixes some spelling errors - Patch by Frank Wein <bugzilla@mcsmurf.de> r=timeless a=myk
2005-06-29 22:18:21 +00:00
describecomponents.cgi
Bug 285090 - crash in describecomponents.cgi if a normal user click on components link from query.cgi
2005-03-09 20:53:20 +00:00
describekeywords.cgi
Bug 174295: ANSI SQL requires all columns in SELECT to be in GROUP BY, unless they are in "aggregate" functions
2005-03-16 00:27:15 +00:00
doeditparams.cgi
Bug 283581 : Move UserInGroup out of globals.pl
2005-03-15 22:10:14 +00:00
duplicates.cgi
Bug 234825: Keep duplicates.cgi from revealing products user doesnt have access to
2004-07-10 07:17:02 +00:00
duplicates.xul
Fix for bug 256207: moves CSS files to skins/standard/ as part of CSS plan; r=gerv, a=justdave
2004-10-21 19:02:30 +00:00
editclassifications.cgi
Bug 293501: Add me to files where I belong and fix kerio.com emails
2005-06-15 03:55:00 +00:00
editcomponents.cgi
Bug 86328: Deleting bugs doesn't delete dependent records properly - Patch by Frederic Buclin <LpSolit@gmail.com> r=wurblzap a=justdave
2005-04-06 00:19:56 +00:00
editflagtypes.cgi
Bug 288663: The inclusion and exclusion lists behave incorrectly when a product or a component is called "Any" - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=myk a=myk
2005-05-05 19:20:45 +00:00
editgroups.cgi
Bug 286235: Implicit joins should be replaced by explicit joins - installment A
2005-04-04 21:52:06 +00:00
editkeywords.cgi
Bug 174295: ANSI SQL requires all columns in SELECT to be in GROUP BY, unless they are in "aggregate" functions
2005-03-16 00:27:15 +00:00
editmilestones.cgi
Bug 279303: Negative numbers are rejected as invalid sortkeys for milestones - Patch by Peter D. Stout <pds@edgedynamics.com> r=LpSolit a=justdave
2005-05-03 19:41:23 +00:00
editparams.cgi
Bug 283581 : Move UserInGroup out of globals.pl
2005-03-15 22:10:14 +00:00
editproducts.cgi
Bug 300699: Remove dead code from editproducts.cgi and messages.html.tmpl - Patch by Marc Schumann <wurblzap@gmail.com> r=LpSolit a=myk
2005-07-14 00:09:09 +00:00
editsettings.cgi
Bug 283581 : Move UserInGroup out of globals.pl
2005-03-15 22:10:14 +00:00
editusers.cgi
Bug 300336: Bugzilla::Auth should not contain any exported subroutines
2005-07-13 03:57:02 +00:00
editvalues.cgi
Bug 293501: Add me to files where I belong and fix kerio.com emails
2005-06-15 03:55:00 +00:00
editversions.cgi
Bug 86328: Deleting bugs doesn't delete dependent records properly - Patch by Frederic Buclin <LpSolit@gmail.com> r=wurblzap a=justdave
2005-04-06 00:19:56 +00:00
editwhines.cgi
Bug 298508 + bug 298510: Many uninitialized value errors in editwhines involving length function + Numeric comparison performed on strings - Both patches by A. Karl Kornel <karl@kornel.name> r=LpSolit a=justdave
2005-07-07 19:33:25 +00:00
enter_bug.cgi
Bug 287109: [SECURITY] Names of private products/components can be exposed on certain CGIs
2005-05-12 02:07:10 +00:00
globals.pl
Bug 300336: Bugzilla::Auth should not contain any exported subroutines
2005-07-13 03:57:02 +00:00
importxml.pl
Bug 76507: Replace "owner" by "assignee" (and "initial" by "default") - Patch by Tiago R. Mello <timello@async.com.br> r=LpSolit a=myk
2005-06-20 19:16:34 +00:00
index.cgi
Fix for bug 234175: Remove deprecated ConnectToDatabase() and
2004-03-27 03:51:44 +00:00
localconfig.js
Bug 95759: localconfig.js contains strings of equals signs (===). Patch by jocuri@softhome.net (Vlad Dascalu), r=kiko, a=justdave
2003-07-17 22:49:47 +00:00
long_list.cgi
Bug 201818 : Convert long_list.cgi to a format
2005-01-24 16:39:27 +00:00
move.pl
Bug 257315 : type of delta_ts in bugs table should not be timestamp
2005-02-08 16:51:03 +00:00
page.cgi
Bug 238865: removing %::FORM from page.cgi in favor of $cgi->param
2004-04-17 04:41:19 +00:00
post_bug.cgi
Bug 292544: [SECURITY] Can see a security-sensitive bug in buglist.cgi for a short time when there are certain performance problems
2005-07-08 05:35:21 +00:00
process_bug.cgi
Bug 300501: Move GetBugActivity() into Bug.pm - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=wicked a=myk
2005-07-14 00:02:17 +00:00
productmenu.js
Fix for bug 241814: properly trim component fields according to product selection in the request queue, flag type editing, and anywhere else that uses the same code; r=vladd, a=justdave
2004-12-14 02:29:56 +00:00
query.cgi
Bug 268146: mod_security complain: Invalid cookie format: Cookie value is missing #2 - Patch by Marc Schumann <wurblzap@gmail.com> r=kiko a=justdave
2005-07-07 11:53:38 +00:00
quicksearch.html
…
quicksearch.js
Patch for bug 291600: replace "iff" with "if and only if"; r=LpSolit, a=justdave.
2005-06-09 09:32:25 +00:00
quicksearchhack.html
Bug 76507: Replace "owner" by "assignee" (and "initial" by "default") - Patch by Tiago R. Mello <timello@async.com.br> r=LpSolit a=myk
2005-06-20 19:16:34 +00:00
quips.cgi
Bug 202278: Quips are escaped now, no need for HTML-like blocking - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=wurblzap a=myk
2005-06-29 21:54:50 +00:00
relogin.cgi
Fix for bug 234175: Remove deprecated ConnectToDatabase() and
2004-03-27 03:51:44 +00:00
report.cgi
Bug 286461:Add products table to search if classification are needed
2005-04-04 23:02:16 +00:00
reports.cgi
Bug 287109: [SECURITY] Names of private products/components can be exposed on certain CGIs
2005-05-12 02:07:10 +00:00
request.cgi
Bug 285695: [PostgreSQL] Username checks for login, etc. need to be case insensitive
2005-07-08 02:31:43 +00:00
robots.txt
…
runtests.pl
Bug 257267: allow trimming leading zeros when typing the test number in the testing suite; patch by GavinS <bugzilla@chimpychompy.org>; r=vladd, a=myk.
2004-09-03 06:59:08 +00:00
sanitycheck.cgi
Bug 298826: Fixes some spelling errors - Patch by Frank Wein <bugzilla@mcsmurf.de> r=timeless a=myk
2005-06-29 22:18:21 +00:00
show_activity.cgi
Bug 300501: Move GetBugActivity() into Bug.pm - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=wicked a=myk
2005-07-14 00:02:17 +00:00
show_bug.cgi
Bug 283581 : Move UserInGroup out of globals.pl
2005-03-15 22:10:14 +00:00
showattachment.cgi
…
showdependencygraph.cgi
Bug 277623 : Move PerformSubsts() out of globals.pl
2005-02-03 17:37:08 +00:00
showdependencytree.cgi
Bug 286235: Implicit joins should be replaced by explicit joins - installment A
2005-04-04 21:52:06 +00:00
sidebar.cgi
Fix for bug 234175: Remove deprecated ConnectToDatabase() and
2004-03-27 03:51:44 +00:00
summarize_time.cgi
Bug 286686: ORDER BY column needs to be selected or grouped
2005-04-07 18:18:53 +00:00
testagent.cgi
Bug 245877: Add an installation test suite
2004-07-22 07:05:05 +00:00
testserver.pl
Bug 280193: Round up places using data/ instead of $datadir - Patch by Marc Schumann <wurblzap@gmail.com> r=LpSolit, a=justdave
2005-03-22 19:22:40 +00:00
token.cgi
Bug 300336: Bugzilla::Auth should not contain any exported subroutines
2005-07-13 03:57:02 +00:00
userprefs.cgi
Bug 300336: Bugzilla::Auth should not contain any exported subroutines
2005-07-13 03:57:02 +00:00
votes.cgi
Bug 290513: Move CheckIfVotedConfirmed() out of CGI.pl - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=wicked a=myk
2005-04-19 23:43:00 +00:00
whine.pl
Bug 299211: whine.pl fails if derive_groups is required - Patch by Marc Schumann <wurblzap@gmail.com> r=LpSolit a=justdave
2005-07-07 18:33:46 +00:00
whineatnews.pl
Bug 298405: whineatnews.pl can't find Bugzilla/BugMail.pm
2005-07-08 02:17:04 +00:00
xml.cgi
…