..
Bugzilla
Fix for bug 84338: initial implementation of attachment tracker, which lets users flag attachments with statuses.
2001-08-31 04:19:32 +00:00
contrib
Fix for bug 73249: perl warnings under 5.6.0.
2001-06-01 08:34:45 +00:00
docs
Doc type fix, r=kiko
2001-10-06 19:04:08 +00:00
t
It's also possible to PROCESS another attachment fragment, not just INCLUDE.
2001-10-09 19:14:59 +00:00
template /default
Fix for bug 98074: Attachment manager doesn't html_escape bug titles.
2001-10-07 17:50:22 +00:00
.cvsignore
re-fix bug 76154: permissions weren't being set correctly on the .htaccess files when checksetup.pl was run again. Also adding .htaccess to .cvsignore so it won't show up as ? in cvs diffs and updates.
2001-07-25 07:26:42 +00:00
1x1.gif
…
Attachment.pm
Fix for bug 84338: initial implementation of attachment tracker, which lets users flag attachments with statuses.
2001-08-31 04:19:32 +00:00
Bug.pm
fix for 47726: Doesn't display properly in IE5.5 because bug url & are not encoded
2001-02-26 23:46:01 +00:00
CGI.pl
Fix for bug 65164 - Bugzilla wasn't sending </html> at the end of its pages.
2001-10-10 13:26:28 +00:00
README
Updates to README from bug 94846.
2001-08-11 19:56:40 +00:00
RelationSet.pm
Fix for bug 72862: fixes more Perl warnings in RelationSet.pm and globals.pl
2001-06-01 02:14:23 +00:00
Token.pm
Fix for bug 95731: "INSERT INTO shadowlog" failed because "Table 'shadowlog' not locked", fixed typo in lock tables command.
2001-08-17 08:38:54 +00:00
UPGRADING
CHANGES move to "UPGRADING-pre-2.8"
2001-08-10 22:35:22 +00:00
UPGRADING-pre-2.8
CHANGES move to "UPGRADING-pre-2.8"
2001-08-10 22:35:22 +00:00
ant.jpg
…
attachment.cgi
Fix for bug 97764: Fixes errant sending of mail on attachment changes to users who do not want to receive mail about their own changes.
2001-08-31 21:40:33 +00:00
booleanchart.html
Deflect email away from me.
2000-08-16 23:07:37 +00:00
bug_form.pl
Fix for bug 52885: automatic radio selection for reassign shouldn't
2001-10-02 01:20:52 +00:00
bug_status.html
Fix for bug 96603: Grammatical error in bug_status.html. Simple one word fix.
2001-08-31 23:37:36 +00:00
buglist.cgi
Fix for bug 93006 - The mass change page was auto-selecting the wrong radio button.
2001-10-05 22:20:33 +00:00
bugwritinghelp.html
Contribution by Eli Goldberg <eli@prometheus-music.com> -- generic
2000-03-07 18:00:24 +00:00
bugzilla.dtd
add error attribute to <bug>
2000-05-26 06:34:45 +00:00
changepassword.cgi
Partil fix for bug 102032: Fix tinderbox test errors and warnings. This patch adds some -w and use strict; work to clean up
2001-09-27 23:19:33 +00:00
checksetup.pl
Fix for bug 97588: localconfig should mention access.conf as well as
2001-09-23 17:07:55 +00:00
colchange.cgi
Fix for bug 57848, perl warnings in several files.
2001-06-01 02:07:28 +00:00
collectstats.pl
Fix for bug 21253: removing all single-parameter system() calls from Bugzilla
2001-06-06 21:17:42 +00:00
confirmhelp.html
fix for 47790 : A bug to track which bugs Zach's bugzilla patch resolves.
2000-08-28 17:48:59 +00:00
createaccount.cgi
Fix for bug 55630 - email-suffix is not shown in createaccount-page
2001-10-05 19:38:26 +00:00
createattachment.cgi
Fix for bug 42337: Adding the usual red box for errors uploading attachments.
2001-09-06 03:20:34 +00:00
defparams.pl
Fix for bug 97657 - in defparams.pl, the sillyness sub should be called defparams_pl_sillyness
2001-09-10 14:57:12 +00:00
describecomponents.cgi
Fix for bug 101659: emailsuffix was missing from the component owner mailto tag on sites that use emailsuffix.
2001-09-26 02:37:29 +00:00
describekeywords.cgi
Patch by Klaas Freitag <freitag@suse.de>, with modifications by me --
2000-01-22 16:51:49 +00:00
doeditparams.cgi
Fix for bug 95082 - Param('shutdownhtml') doesn't completely shut down bugzilla.
2001-08-13 19:11:35 +00:00
doeditvotes.cgi
Fixing a couple typoes
2001-08-28 17:55:14 +00:00
duplicates.cgi
Bug 96063 - the old method of doing this barfed on long URL strings.
2001-08-21 00:36:54 +00:00
editattachstatuses.cgi
Fix for bug 84338: initial implementation of attachment tracker, which lets users flag attachments with statuses.
2001-08-31 04:19:32 +00:00
editcomponents.cgi
Fix for bug #53612 : The milestone URL appears correctly when deleting a product or a component.
2001-09-27 23:49:07 +00:00
editgroups.cgi
Fix for bug 75482: adding the capability to deactivate a group without deleting it (prevent new bugs from being placed into that group, but don't remove the group restriction from bugs already in it).
2001-06-06 03:16:52 +00:00
editkeywords.cgi
stupid lamo fix for 69621: Keyword cache not updated on keyword rename/delete.
2001-02-26 23:25:22 +00:00
editmilestones.cgi
Fix for bug 71396 - $::db->do isn't needed anymore
2001-06-16 14:51:16 +00:00
editparams.cgi
Fix for bug 95082 - Param('shutdownhtml') doesn't completely shut down bugzilla.
2001-08-13 19:11:35 +00:00
editproducts.cgi
Fix for bug #53612 : The milestone URL appears correctly when deleting a product or a component.
2001-09-27 23:49:07 +00:00
editusers.cgi
partial backout of the checkin from bug 103121, because it collided with the patch from bug 51519. This should satifactorily
2001-10-10 06:36:45 +00:00
editversions.cgi
Refixing bug 71396. Each PushGlobalSQLState() needs a PopGlobalSQLState() and this file instead had two "pushes".
2001-06-19 01:37:02 +00:00
enter_bug.cgi
Bugzilla Bug 69533 enter_bug.cgi does not auto-detect HP-UX as OS
2001-10-04 00:06:54 +00:00
globals.pl
Fix for bug 82809: comments in bugs no longer have 
 where the linefeeds should be.
2001-10-03 07:49:19 +00:00
help.html
Invalid html, added trailing /html tag.
2000-01-21 22:01:11 +00:00
helpemailquery.html
…
how_to_mail.html
…
importxml.pl
Fix for bug 98095:importxml.pl fails perl -wc test. Simple 1 line addition
2001-10-05 00:42:06 +00:00
index.html
fix for 69793: check in new files for QuickSearch
2001-02-28 23:07:26 +00:00
localconfig.js
fix for 69793: check in new files for QuickSearch
2001-02-28 23:07:26 +00:00
long_list.cgi
Fix for bug 27420: Gives the Component and Target Milestone fields extra space in the long list display of bugs.
2001-10-10 19:50:02 +00:00
move.pl
Fix for bugs 55161 and 12819. The activity log now stores only what's changed in multi-value fields.
2001-07-20 15:18:30 +00:00
new_comment.cgi
Fix for bug 102032: Fix tinderbox test errors and warnings. Patch to make new_comment.cgi use strict and warnings and make tests run at
2001-10-05 02:16:34 +00:00
notargetmilestone.html
fix for 47790 : A bug to track which bugs Zach's bugzilla patch resolves.
2000-08-28 17:48:59 +00:00
post_bug.cgi
Fixing "used only once" errors flagged by tinderbox on the last checkin.
2001-06-27 02:31:55 +00:00
process_bug.cgi
Fix for bug 98744: No more software error when the user clicks "remove cc" without specifying users to remove.
2001-09-28 19:49:53 +00:00
processmail
Fix for bug 66651 - Include link to attachment in notification mail
2001-10-05 22:38:12 +00:00
query.cgi
Fix for bug 58436 - javascript strict warnings in query.cgi
2001-09-13 20:04:40 +00:00
queryhelp.cgi
Checking in the last of the changes for 76837 for 2.12. Good enough for government work.
2001-04-23 22:16:12 +00:00
quicksearch.html
fix for 69793: check in new files for QuickSearch
2001-02-28 23:07:26 +00:00
quicksearch.js
Re-fix for bug 77699: the undefined error affected other browsers than just IE5, so work around it for all browsers.
2001-07-20 08:25:30 +00:00
quicksearchhack.html
missed last documentation change
2001-02-28 23:08:52 +00:00
quips.cgi
Partil fix for bug 102032: Fix tinderbox test errors and warnings. This patch adds some -w and use strict; work to clean up
2001-09-27 23:19:33 +00:00
relogin.cgi
Footer wasn't displaying new state after clicking "log out".
2000-01-18 14:41:00 +00:00
reports.cgi
Make bug chart filenames other-OS friendly by removing colons. Bug 88179. r=jake.
2001-07-01 19:09:29 +00:00
robots.txt
If the application is set up at the server root (e.g. bugzilla.mozilla.org) then this robots.txt disallows robots from scanning the site except for the top level file.
2000-07-28 21:28:41 +00:00
runtests.sh
Added a --verbose option to runtests.sh that the tinderbox scripts can use to get all the warnings and errors and whatnot into the build log. Also corrected several syntax and logic errors in the 1.t test file.
2001-09-01 03:06:15 +00:00
sanitycheck.cgi
Fix for bug 83474 - The tables were not being unlocked properly when rebuilding the keyword cache if there were no keywords to rebuild.
2001-10-05 15:18:12 +00:00
show_activity.cgi
More leak pluggin. This one fixes bug 39526.
2001-06-01 13:38:01 +00:00
show_bug.cgi
Make Bugzilla support <link> tag for buglists. Bug 87818. r=jake, caillon.
2001-09-10 21:26:05 +00:00
showattachment.cgi
Users should only be able to view attachments if they can view the bug that the file is attached to (bug 70189)
2001-06-06 18:36:25 +00:00
showdependencygraph.cgi
Bugzilla was leaking information about bugs marked secure (using bug groups). This checkin fixes bugs 39524, 39527, 39531, and 39533.
2001-05-31 15:52:25 +00:00
showdependencytree.cgi
Bugzilla was leaking information about bugs marked secure (using bug groups). This checkin fixes bugs 39524, 39527, 39531, and 39533.
2001-05-31 15:52:25 +00:00
showvotes.cgi
Bugzilla was leaking information about bugs marked secure (using bug groups). This checkin fixes bugs 39524, 39527, 39531, and 39533.
2001-05-31 15:52:25 +00:00
syncshadowdb
Fix for bug 75840: syncshadowdb -syncall now properly shuts down Bugzilla during the sync process so mysql doesn't get overloaded while the tables are locked. This patch also adds some funtionality to the script to allow you to specify an alternate temp directory on the command line, in case you have a large database and need it made to a different filesystem for space reasons.
2001-08-31 05:49:01 +00:00
token.cgi
Fix for bug 95731: "INSERT INTO shadowlog" failed because "Table 'shadowlog' not locked", fixed typo in lock tables command.
2001-08-17 12:42:34 +00:00
userprefs.cgi
Bugzilla Bug 51521 Broken HTML on user permissions page
2001-10-10 04:47:17 +00:00
votehelp.html
Fix for bug 95060 - Correct the instructions on how to view your current votes.
2001-09-10 14:00:48 +00:00
whineatnews.pl
…
xml.cgi
'Bug' data was in a global var. different bugs were sharing this and overwritig each other.
2000-06-12 06:52:41 +00:00