Граф коммитов

4503 Коммитов

Автор SHA1 Сообщение Дата
timeless%mozdev.org 244bd2827b Bug 194093 Fix tree list to use </UL> instead of <//UL>
r=dmose
2003-02-28 19:31:34 +00:00
burnus%gmx.de 4bff0b94d6 180692 - enter_bug shows keywords option even if keywords are disabled
Fix broken tree.
r,a=justdave
2003-02-27 22:45:02 +00:00
burnus%gmx.de c03ce5f67f Bug 180692 - enter_bug shows keywords option even if keywords are disabled
r=bbaetz, a=justdave
2003-02-27 21:13:30 +00:00
bbaetz%acm.org 97a27562cb Bug 195137 - Keywords are not sent in new bug mail
r,a=justdave
2003-02-27 12:51:58 +00:00
gerv%gerv.net c4e78e7e18 Bug 194744 - fix dead link to confirmhelp.html. Patch by gerv; r,a=justdave. 2003-02-26 22:01:47 +00:00
gerv%gerv.net 8c471ade3d Bug 183017 - Only numbers displayed when bar chart contains too many products. Patch by gerv; r=joel, a=justdave. 2003-02-24 23:37:50 +00:00
bbaetz%acm.org b1eeba438a Bug 194394 - Internal error after turning useqacontact off
r,a=justdave
2003-02-23 07:31:09 +00:00
justdave%syndicomm.com 6f26fa5ac5 Bug 186689: Should be able to set all/clear all email options in user preferences with one click.
r= gerv, a= justdave
2003-02-22 20:26:52 +00:00
johnkeis c903885dba Don't overindent lines ending with <--- 2003-02-22 06:31:29 +00:00
johnkeis 563599d5aa Allow fast-update to be turned off; turn throttle time up to 5 minutes. 2003-02-22 06:30:34 +00:00
justdave%syndicomm.com 8176fd8dda Bug 194426: "usequips" was renamed improperly in the backward-compatibility Param code.
Patch by Steve Lamm <slamm@yahoo-inc.com>
r= bbaetz, a= justdave
2003-02-22 03:09:49 +00:00
justdave%syndicomm.com f7ae206b83 Bug 194172: move.pl was sending empty bugs because of failure to initialize the field list for the new "XML Summary" mode.
r= gerv, a= justdave
2003-02-20 08:14:57 +00:00
bbaetz%acm.org e1c362489e Bug 193985 - errors from SendSQL aren't being reported
r,a=justdave
2003-02-20 07:07:42 +00:00
jake%bugzilla.org 4b035003f2 Move instructions specific to Linux-Mandrake to the OS Specific section. 2003-02-19 21:53:32 +00:00
jake%bugzilla.org 73d94fceb5 Explain 'zarro boogs found' better provide links to key parts of the MySQL documentation. 2003-02-19 21:52:22 +00:00
timeless%mozdev.org 04b5bbe2f4 Bug 189369 make tinderbox friendly to text browsers
r=mcafee sr=leaf
2003-02-19 19:33:52 +00:00
johnkeis ddc3c5552a Fix directory before upgrading (!) 2003-02-18 09:46:27 +00:00
johnkeis 6e625f5d37 More ideas 2003-02-18 07:37:32 +00:00
johnkeis 806e865151 New feature :) 2003-02-18 07:00:24 +00:00
johnkeis cec17a5f4b Make --config option (switching tinderbox) 2003-02-18 06:50:21 +00:00
justdave%syndicomm.com c586611384 runtests.pl now lets you specify a test number on the command line if you only want to run that specific test instead of all of them. (no bug number) 2003-02-17 02:33:01 +00:00
burnus%gmx.de 6450dda262 Bug 135820 - token cancellation message are not user-friendly
r=gerv, a=justdave
2003-02-16 16:11:49 +00:00
jake%bugzilla.org 165eec0d8e Recompiling the docs for the 2.17.4 development release. 2003-02-16 15:43:50 +00:00
jake%bugzilla.org 80a1b4f034 Spell variant correctly 2003-02-16 15:36:08 +00:00
jake%bugzilla.org 08a04c1293 Update version infomation in anticipation for 2.17.4. 2003-02-16 15:33:35 +00:00
gerv%gerv.net e42665b708 Bug 193511 - post_bug page has two headers. Patch by gerv; r=burnus, a=justdave. 2003-02-16 12:01:14 +00:00
gerv%gerv.net 3f0f6da899 Bug 186994 - Unable to accept a new bug that has been assigned. Patch by gerv; r=bbaetz, a=justdave. 2003-02-16 11:59:44 +00:00
jake%bugzilla.org ca10edd5cc Rearrange the credits page and give myself co-author status. 2003-02-15 18:31:13 +00:00
jake%bugzilla.org 57394d9a1a Bug 191537 - Improvements to the security section. 2003-02-15 17:22:42 +00:00
preed%sigkill.com 41948a0b01 Bug 192877 - State changes on bugs w/ dependancies cause "Use of uninitialized values" in BugMail.pm; r=justdave, bbaetz, a=justdave 2003-02-15 08:29:26 +00:00
justdave%syndicomm.com 695b26c770 Bug 193286: Field validation errors had the wrong page title
r= gerv, a= justdave
2003-02-15 08:03:51 +00:00
jake%bugzilla.org d97c6a548f Add a little page telling people where the win32 instructions went (NOTE: This file is not generated by Bugzilla-Guide.sgml). 2003-02-15 06:12:28 +00:00
jake%bugzilla.org 180093b685 <edition/> is not included by default in ldp.dsl so putting version information into the <title/> tag.
This has the added benifit that the version will appear at the top of each .html (and the top of each page on the .pdf version generated by tldp.org).
2003-02-15 00:05:55 +00:00
bbaetz%acm.org 21cadf4331 Bug 192531 - Bugzilla not properly closing DB statement handles
Change code to work arround a perl < 5.8 leak when localising the tied
statement attributes. Also, clear the sql statestack compat stuff so that
the handles are really dead by the time we disconnect

r,a=justdave
2003-02-14 10:37:43 +00:00
jake%bugzilla.org 065136c637 Bug 177997 - Update the AOL Server section with the new configuration information. 2003-02-13 04:11:54 +00:00
jake%bugzilla.org f236f0fe59 Bug 192511 - Removing all occurances of 'processmail' from the documentation now that bug 124174 is FIXED. 2003-02-13 03:50:37 +00:00
johnkeis 4098db7cf7 Pass in patch strings so that Patch fields will work 2003-02-12 22:05:47 +00:00
johnkeis 204c1e7673 Pass in patch strings so that Patch fields will print correctly 2003-02-12 22:05:18 +00:00
johnkeis 61af7bef80 Fix bug causing only first file in a checkin to be picked up 2003-02-12 22:04:23 +00:00
johnkeis 14448fa86e Add summary and paged views 2003-02-12 22:03:41 +00:00
johnkeis 5c2ff5166a Display a patch 2003-02-12 22:03:26 +00:00
johnkeis e3a13d1e3c Other env vars that need to be cleared properly 2003-02-12 22:02:27 +00:00
johnkeis e7f7d9684f Improved branch changing; fixed patching; environment variables need to be set to undef to be cleared in Windows 2003-02-12 22:00:46 +00:00
johnkeis d36c56e9c0 More ideas, how about that 2003-02-12 21:59:20 +00:00
justdave%syndicomm.com 2d758a7256 Bug 192874: checksetup.pl wasn't silencing the GraphViz check when running in silent mode.
r=zach, a=justdave
2003-02-12 15:51:08 +00:00
rginda%netscape.com 84a845420c more changes from Petr Cimprich <petr@gingerall.cz>
- Section titles are URL-encoded in link anchors now, thus the titles can include spaces and non-English chars now.

- parse_apidoc.pl generates one more file now: sidebar-toc.html
This is a version of toc functioning as Mozilla sidebar, it links sidebar.css so that it can be customized.
(you can test some sidebars at http://www.gingerall.org/charlie/ga/xml/l_lib.xml)
2003-02-12 08:23:52 +00:00
justdave%syndicomm.com 4b63454cb5 Bug 58020: include bug summaries in whinemail.
Patch by pbaker@where2getit.com (Paul Baker)
r= jouni, a= justdave
2003-02-12 08:21:39 +00:00
jake%bugzilla.org a97d8f7316 Give all FAQ questions an id so the anchor name doesn't have to be randomly generated and therefore won't change every time the docs get recompiled. 2003-02-11 04:06:01 +00:00
kestes%walrus.com 815181c087 add new alt tag to the vcdisplay call. 2003-02-11 00:29:57 +00:00
kestes%walrus.com 5e8c8a6264 add the emacs perlmode indicator to top of file. 2003-02-11 00:27:47 +00:00