..
Bugzilla
Bug 126883 - bugzilla.dtd isn't quite correct
2002-04-04 04:19:58 +00:00
contrib
Adding jb2bz.py to contrib (bug 124869).
2002-02-13 14:59:30 +00:00
css
Fix for bug 103778: Rewrites and templatizes buglist.cgi.
2002-03-12 13:55:07 +00:00
docs
Getting the stuff Timeless missed with his checkin for bug 106386
2002-03-19 05:42:43 +00:00
skins /standard
Fix for bug 103778: Rewrites and templatizes buglist.cgi.
2002-03-12 13:55:07 +00:00
t
Fix for bug 135291: add version string to new templates and fix the string for non
2002-04-04 07:01:17 +00:00
template
Bug 135473 - Using back button after failure on attachment.cgi does not disable radio buttons when patch checkbox is checked. Patch by ddk <ddkilzer@theracingworld.com>, 2xr=gerv.
2002-04-05 22:38:19 +00:00
.cvsignore
Bug 37339 and Bug 80183 - Adding a sidebar.cgi and index.cgi. The sidebar.cgi can currently be used in Mozilla/Netscape 6 and uses XUL that was originally written by Scott Collins <scc@mozilla.org>. The index.cgi displays both the proper header and footer in the appropriate places. It also changes the links accoding to if you are logged in or not.
2001-12-12 22:41:19 +00:00
1x1.gif
ant.jpg
attachment.cgi
Fix for bug 72184: prevents users from entering too-large comments/descriptions that get rejected by MySQL's MAX_PACKET_SIZE restrictions.
2002-03-11 07:33:03 +00:00
Attachment.pm
Bug 110012 - show_bug templatisation. r=bbaetz, afranke.
2002-03-23 17:58:41 +00:00
booleanchart.html
bug_form.pl
Bug 110012 - show_bug templatisation. r=bbaetz, afranke.
2002-03-23 17:58:41 +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
Bug.pm
Bug 126883 - bugzilla.dtd isn't quite correct
2002-04-04 04:19:58 +00:00
buglist.cgi
bug 134562 - taint error in buglist.cgi
2002-04-05 07:48:27 +00:00
bugwritinghelp.html
New version of bug writing guidelines - bug 131345. Written by Eli (eli@prometheus-music.com), r=gerv.
2002-04-03 22:37:03 +00:00
bugzilla.dtd
Bug 126883 - bugzilla.dtd isn't quite correct
2002-04-04 04:19:58 +00:00
CGI.pl
Bug 126456 - fix our error handling. Change the name of the functions to something more sane; a few enhancements. Patch by gerv, 2xr=myk.
2002-04-05 20:03:09 +00:00
changepassword.cgi
Fix for bug 108982: enable taint mode for all user-facing CGI files.
2002-01-20 01:44:52 +00:00
checksetup.pl
Fix for bug 107513: Makes it possible to change parameters on an installation where access to the scripts is not limited to the web server user.
2002-04-01 21:38:58 +00:00
colchange.cgi
Bug 100094 - use generic template handling code
2002-02-13 02:27:24 +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
createaccount.cgi
Remaining pieces of Bug 23067 from yesterday... no idea why the first commit didn't pick these up.
2002-04-01 22:52:40 +00:00
defparams.pl
Bug 120537 (b) - fix previous patch to not complain if there's no .htaccess file. Patch by ddkilzer@theracingworld.com; r=justdave, bbaetz.
2002-04-02 18:23:23 +00:00
describecomponents.cgi
Bug 110013 - templatize describecomponents.cgi
2002-02-14 01:25:25 +00:00
describekeywords.cgi
Bug 117515 - describekeywords.cgi templatisation.
2002-02-19 23:32:07 +00:00
doeditparams.cgi
Fix for bug 108982: enable taint mode for all user-facing CGI files.
2002-01-20 01:44:52 +00:00
duplicates.cgi
Fix for bug 108982: enable taint mode for all user-facing CGI files.
2002-01-20 01:44:52 +00:00
editattachstatuses.cgi
Fix for bug 97739: Confirms deletion of an attachment status in browsers with no-JS/JS-off.
2002-03-12 16:05:35 +00:00
editcomponents.cgi
Bug 106377 - processmail rescanall should use lastdiffed
2002-03-03 22:06:20 +00:00
editgroups.cgi
Bug 106377 - processmail rescanall should use lastdiffed
2002-03-03 22:06:20 +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
Bug 106377 - processmail rescanall should use lastdiffed
2002-03-03 22:06:20 +00:00
editparams.cgi
Fix for bug 104516: No code changes in this patch, all this checkin does is remove all tabs from the bugzilla source and replace it with the appropriate number of spaces (in most cases 8) to line up with existing code. This is part of the effort to bring the existing codebase up to par with our style guidelines.
2001-10-13 01:36:17 +00:00
editproducts.cgi
Bug 106377 - processmail rescanall should use lastdiffed
2002-03-03 22:06:20 +00:00
editusers.cgi
Remaining pieces of Bug 23067 from yesterday... no idea why the first commit didn't pick these up.
2002-04-01 22:52:40 +00:00
editversions.cgi
Bug 106377 - processmail rescanall should use lastdiffed
2002-03-03 22:06:20 +00:00
enter_bug.cgi
Bug 110013 - templatize describecomponents.cgi
2002-02-14 01:25:25 +00:00
globals.pl
Remaining pieces of Bug 23067 from yesterday... no idea why the first commit didn't pick these up.
2002-04-01 22:52:40 +00:00
help.html
helpemailquery.html
how_to_mail.html
importxml.pl
Fix for bug 125516: the recent fix for emails truncating when a period occurred on a line by itself broke Exim because it
2002-02-17 08:22:31 +00:00
index.cgi
Bug 100094 - use generic template handling code
2002-02-13 02:27:24 +00:00
localconfig.js
fix for 69793: check in new files for QuickSearch
2001-02-28 23:07:26 +00:00
long_list.cgi
Bug 115369 - templatise long_list.cgi.
2002-02-19 23:22:24 +00:00
move.pl
Fix for bug 125516: the recent fix for emails truncating when a period occurred on a line by itself broke Exim because it
2002-02-17 08:22:31 +00:00
notargetmilestone.html
post_bug.cgi
Bug 124920 - Templatise post_bug.cgi. Patch by gerv, r=myk, bbaetz.
2002-04-05 07:09:28 +00:00
process_bug.cgi
Bug 124937 - templatise show_activity.cgi. Patch by me, r=myk, bbaetz.
2002-04-03 18:54:18 +00:00
processmail
Bug 128419 - link to email preferences from bug changed notification is
2002-03-24 12:45:33 +00:00
query.cgi
Bug 118774 - The keyword field wasn't showing up because have_keywords wasn't being properly set before passing it on to the template.
2002-02-19 20:50:18 +00:00
queryhelp.cgi
Fix for bug 126801: Suppress display of secure products to users who are not authorized to access those products. Only matters for installations using the "product groups"
2002-04-03 19:48:05 +00:00
quicksearch.html
Bug 37339 and Bug 80183 - Adding a sidebar.cgi and index.cgi. The sidebar.cgi can currently be used in Mozilla/Netscape 6 and uses XUL that was originally written by Scott Collins <scc@mozilla.org>. The index.cgi displays both the proper header and footer in the appropriate places. It also changes the links accoding to if you are logged in or not.
2001-12-12 22:41:19 +00:00
quicksearch.js
Re-fixing bug 37339 - Checking an undefined variable for a specific value didn't work in Netscape 4 (and was probably a strict warning everywhere else).
2001-12-24 22:24:35 +00:00
quicksearchhack.html
Bug 37339 and Bug 80183 - Adding a sidebar.cgi and index.cgi. The sidebar.cgi can currently be used in Mozilla/Netscape 6 and uses XUL that was originally written by Scott Collins <scc@mozilla.org>. The index.cgi displays both the proper header and footer in the appropriate places. It also changes the links accoding to if you are logged in or not.
2001-12-12 22:41:19 +00:00
quips.cgi
Bug 100094 - use generic template handling code
2002-02-13 02:27:24 +00:00
README
Updates to README from bug 94846.
2001-08-11 19:56:40 +00:00
RelationSet.pm
Fix for bug 105773: Email addresses in the CC list are now sorted case-insensitively
2001-11-03 02:05:43 +00:00
relogin.cgi
Bug 126791 - templatise relogin.cgi
2002-02-24 08:54:14 +00:00
reports.cgi
Bug 132634 - remove warning in reports.cgi when quips aren't used. Patch by cedric.caron@urbanet.ch; fixed up by xor@ivwnet.com; 2xr=gerv.
2002-03-23 13:47:31 +00:00
robots.txt
runtests.sh
Don't rely on the TEST_VERBOSE environment variable (no longer exported from runtests.sh) and instead print to the TESTOUT file handle pulled in from Test::More. This will allow the testing backend to check for verbosity rather than having to handle it in the .t files.
2001-10-24 18:41:53 +00:00
sanitycheck.cgi
Bug 126883 - bugzilla.dtd isn't quite correct
2002-04-04 04:19:58 +00:00
show_activity.cgi
Bug 124937 - templatise show_activity.cgi. Patch by me, r=myk, bbaetz.
2002-04-03 18:54:18 +00:00
show_bug.cgi
Bug 110012 - show_bug templatisation. r=bbaetz, afranke.
2002-03-23 17:58:41 +00:00
showattachment.cgi
Fix for bug 104521: Removes old attachment interface in favor of new attachment tracker.
2002-01-30 14:14:12 +00:00
showdependencygraph.cgi
Bug 126793 - templatise showdependencygraph.cgi. Patch by gerv, r=bbaetz, myk.
2002-04-04 07:39:19 +00:00
showdependencytree.cgi
Fix for bug 99209: Display links on dependency tree page for modifying dependent bugs.
2002-03-01 14:03:55 +00:00
sidebar.cgi
Bug 100094 - use generic template handling code
2002-02-13 02:27:24 +00:00
syncshadowdb
Bugzilla Bug 106386 rid source of these misspellings: persistant persistance priviledge protocal editting editted targetted targetting
2001-12-23 23:23:41 +00:00
token.cgi
Remaining pieces of Bug 23067 from yesterday... no idea why the first commit didn't pick these up.
2002-04-01 22:52:40 +00:00
Token.pm
Remaining pieces of Bug 23067 from yesterday... no idea why the first commit didn't pick these up.
2002-04-01 22:52:40 +00:00
UPGRADING
CHANGES move to "UPGRADING-pre-2.8"
2001-08-10 22:35:22 +00:00
UPGRADING-pre-2.8
Bugzilla Bug 106386 rid source of these misspellings: persistant persistance priviledge protocal editting editted targetted targetting
2001-12-23 23:23:41 +00:00
userprefs.cgi
Remaining pieces of Bug 23067 from yesterday... no idea why the first commit didn't pick these up.
2002-04-01 22:52:40 +00:00
votehelp.html
Bug 117760 - Templatise showvotes.cgi and incorporate doeditvotes.cgi. Patch by gerv, r=myk, bbaetz.
2002-04-05 07:13:55 +00:00
votes.cgi
Bug 117760 - Templatise showvotes.cgi and incorporate doeditvotes.cgi. Patch by gerv, r=myk, bbaetz.
2002-04-05 07:13:55 +00:00
whineatnews.pl
Fix for bug 125516: the recent fix for emails truncating when a period occurred on a line by itself broke Exim because it
2002-02-17 08:22:31 +00:00
xml.cgi
Bug 126788 - templatise xml.cgi.
2002-02-27 08:01:50 +00:00