..
Bugzilla
Fix nits on bug 180652 - Frederic Buclin
2005-03-15 22:08:12 +00:00
contrib
Bug 285692: lastdiffed should use NULL instead of the "beginning of time"
2005-03-11 19:45:03 +00:00
docs
Fix for bug 286265: makes the RSS bug list explanation read a bit better; r=lpsolit
2005-03-15 18:34:58 +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 224208 Add a higher level of categorization (.ie departments, locations, etc.)
2004-08-20 21:49:20 +00:00
skins /standard
Fix for bug 285694: converts the underscore in body_back.gif to a hypen per Bugzilla file naming convention. r=mkanat
2005-03-11 03:07:18 +00:00
t
Bug 282509: Bugzilla now requires perl 5.6.1
2005-02-17 10:16:03 +00:00
template
Fix for bug 284446: adds hooks useful for testrunner and other third-party extensions; r=gerv
2005-03-15 17:48:36 +00:00
.cvsignore
ant.jpg
attachment.cgi
Fix nits on bug 180652 - Frederic Buclin
2005-03-15 22:08:12 +00:00
buglist.cgi
Fix for bug 82878: Generate RSS 1.0 version of bug lists.
2005-03-15 17:22:14 +00:00
bugzilla.dtd
Patch for bug 171478: XML bug output should include attachment flags; patch by Colin S. Ogilvie <colin.ogilvie@gmail.com>, r=wurblzap, a=myk.
2005-01-16 20:34:52 +00:00
Bugzilla.pm
Bug 284547: Fix escaping of > characters inside C<> tags in the pod docs
2005-03-03 05:28:42 +00:00
CGI.pl
Bug 285678: NOT(integer) not supported by postgres
2005-03-11 19:06:11 +00:00
chart.cgi
Patch for bug 265898: edit*.cgi files should all use ThrowUserError(); patch by Fr�d�ric Buclin <LpSolit@gmail.com>, r=vladd, a=myk.
2005-01-16 14:07:31 +00:00
checksetup.pl
Bug 285534: bugs.qa_contact should allow NULL
2005-03-15 05:20:48 +00:00
colchange.cgi
Patch for bug 276842: Move @default_column_list out of globals.pl into Bugzilla/Constants.pm; patch by Max K-A <mkanat@kerio.com>, r=vladd, a=myk.
2005-01-16 20:27:24 +00:00
collectstats.pl
Bug 280499: Replace "TO_DAYS()" with Bugzilla::DB function call
2005-02-20 07:53:17 +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 284975: Any code after Throw*Error is a dead code.
2005-03-09 00:26:39 +00:00
defparams.pl
Bug 135812 : Add a 'mailfrom' parameter to unify bugmail originating address
2005-03-15 16:44:12 +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
Fix for bug 234175: Remove deprecated ConnectToDatabase() and
2004-03-27 03:51:44 +00:00
doeditparams.cgi
Bug 282574 : use the new "auth_failure" error message for all authentication failures
2005-03-09 16:18:03 +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 284975: Any code after Throw*Error is a dead code.
2005-03-09 00:26:39 +00:00
editcomponents.cgi
Bug 284975: Any code after Throw*Error is a dead code.
2005-03-09 00:26:39 +00:00
editflagtypes.cgi
Bug 238802 : Input filter for integer sort key gives bad error output
2005-03-01 18:34:25 +00:00
editgroups.cgi
Bug 253721: Add group-based lists to whining
2005-02-18 22:42:07 +00:00
editkeywords.cgi
Bug 284975: Any code after Throw*Error is a dead code.
2005-03-09 00:26:39 +00:00
editmilestones.cgi
Bug 284975: Any code after Throw*Error is a dead code.
2005-03-09 00:26:39 +00:00
editparams.cgi
Patch for bug 265898: edit*.cgi files should all use ThrowUserError(); patch by Fr�d�ric Buclin <LpSolit@gmail.com>, r=vladd, a=myk.
2005-01-16 14:07:31 +00:00
editproducts.cgi
Bug 285692: lastdiffed should use NULL instead of the "beginning of time"
2005-03-11 19:45:03 +00:00
editsettings.cgi
Bug 98123 : Create a user preferences infrastructure (became 'General Settings')
2005-03-10 15:51:43 +00:00
editusers.cgi
Bug 284262 : Bundle of small editusers.cgi post-checkin fixes
2005-03-07 18:11:37 +00:00
editvalues.cgi
Bug 284838: editvalues.cgi does not use $dbh->bz_(un)lock_tables
2005-03-05 01:08:35 +00:00
editversions.cgi
Bug 284975: Any code after Throw*Error is a dead code.
2005-03-09 00:26:39 +00:00
editwhines.cgi
Bug 283237: Move DBname_to_id out of globals.pl
2005-02-24 23:42:48 +00:00
enter_bug.cgi
Bug 282145: Bug.pm is too slow for general use
2005-03-08 23:57:32 +00:00
globals.pl
Bug 285534: bugs.qa_contact should allow NULL
2005-03-15 05:20:48 +00:00
importxml.pl
Bug 283237: Move DBname_to_id out of globals.pl
2005-02-24 23:42:48 +00:00
index.cgi
Fix for bug 234175: Remove deprecated ConnectToDatabase() and
2004-03-27 03:51:44 +00:00
localconfig.js
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 285552: Cannot enter a bug on PostgreSQL
2005-03-15 07:59:18 +00:00
process_bug.cgi
Bug 285534: bugs.qa_contact should allow NULL
2005-03-15 05:20:48 +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 238866 : remove %FORM from query.cgi
2005-03-15 16:04:00 +00:00
quicksearch.html
quicksearch.js
Add an XXX comment related to bugs 201235 and 236025.
2004-02-29 15:22:26 +00:00
quicksearchhack.html
Bug 170213 - make static HTML files into page.cgi pages. This does votehelp.html (-> id=voting.html), bug_status.html (-> id=fields.html) and bugwritinghelp.html (-> id=bug-writing.html). Patch by gerv; r=kiko, a=justdave.
2004-03-07 23:27:32 +00:00
QUICKSTART
Wording, wording.
2004-07-08 19:59:25 +00:00
quips.cgi
Bug 41972 : Per-user pref to turn quips off
2005-03-10 16:21:35 +00:00
README
relogin.cgi
Fix for bug 234175: Remove deprecated ConnectToDatabase() and
2004-03-27 03:51:44 +00:00
report.cgi
Bug 262864 - make tabular reports show columns which have an empty header. Patch by robzilla@siklos.ca; r=gerv, a=myk.
2005-03-10 22:20:19 +00:00
reports.cgi
Bug 176011 : reports.cgi throws a scary error if collectstats has never been run
2005-02-22 16:01:31 +00:00
request.cgi
Bug 280500: Replace "DATE_FORMAT()" with Bugzilla::DB function call
2005-02-24 23:37:48 +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
runtests.sh
sanitycheck.cgi
Bug 285534: bugs.qa_contact should allow NULL
2005-03-15 05:20:48 +00:00
show_activity.cgi
Fix for bug 234175: Remove deprecated ConnectToDatabase() and
2004-03-27 03:51:44 +00:00
show_bug.cgi
[SECURITY] Bug 263780: Exporting a bug to XML exposes user comments and attachment summaries which are marked as private to users who are not members of the group allowed to see private comments and attachments. XML export is not exposed in the user interface, but is available to anyone who knows the correct URL to invoke it. This only affects sites that use the 'insidergroup' feature.
2004-10-25 07:25:58 +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 186093: Move CanSeeBug to User.pm and make User.pm usable by templates
2004-08-04 16:17:10 +00:00
sidebar.cgi
Fix for bug 234175: Remove deprecated ConnectToDatabase() and
2004-03-27 03:51:44 +00:00
summarize_time.cgi
Bug 250410 : Time tracking summaries
2005-02-28 17:53:19 +00:00
testagent.cgi
Bug 245877: Add an installation test suite
2004-07-22 07:05:05 +00:00
testserver.pl
Patch for bug 277210: Testserver.pl should find apache2/httpd2 as well when it looks for webservers; patch by Kieran Lal <kieran@gmail.com> and Colin S. Ogilvie <colin.ogilvie@gmail.com>, r=wurblzap, r=vladd, a=myk.
2005-01-16 13:15:34 +00:00
token.cgi
Bug 280503: Replace "LOCK/UNLOCK TABLES" with Bugzilla::DB function call
2005-02-17 21:57:27 +00:00
UPGRADING
UPGRADING-pre-2.8
userprefs.cgi
Bug 280517 : Let me know who is watching my account
2005-03-15 16:10:18 +00:00
votes.cgi
Bug 280503: Replace "LOCK/UNLOCK TABLES" with Bugzilla::DB function call
2005-02-17 21:57:27 +00:00
whine.pl
Bug 135812 : Add a 'mailfrom' parameter to unify bugmail originating address
2005-03-15 16:44:12 +00:00
whineatnews.pl
Bug 280499: Replace "TO_DAYS()" with Bugzilla::DB function call
2005-02-20 07:53:17 +00:00
xml.cgi