- 20 Aug, 2002 1 commit
-
-
gerv%gerv.net authored
Bug 143286 - Add support for Insiders, Private comments, Private Attachments. Patch by bugreport@peshkin.net; r=gerv.
-
- 17 Aug, 2002 2 commits
-
-
justdave%syndicomm.com authored
Backing out patch for bug 126955 (supporting localized templates) due to fatal regression in checksetup.pl for initial checkouts/clean installs. See comment 25 onward in bug for details.
-
bugreport%peshkin.net authored
r=imajes, preed
-
- 11 Aug, 2002 1 commit
-
-
preed%sigkill.com authored
-
- 10 Aug, 2002 1 commit
-
-
gerv%gerv.net authored
Bug 126955 - Bugzilla should support translated/localized templates. This patch uses ACCEPT_LANGUAGE to determine which template to use. Patch by burnus; r=gerv.
-
- 31 Jul, 2002 1 commit
-
-
bugreport%peshkin.net authored
-
- 29 Jul, 2002 1 commit
-
-
gerv%gerv.net authored
-
- 24 Jul, 2002 1 commit
-
-
gerv%gerv.net authored
bug 158498 - defparams.pl prints an error message in a check function instead of returning it. Patch by gerv; 2xr=zeroj.
-
- 10 Jul, 2002 1 commit
-
-
bbaetz%student.usyd.edu.au authored
r=myk, jouni
-
- 08 Jul, 2002 1 commit
-
-
bbaetz%student.usyd.edu.au authored
r=jouni x2
-
- 04 Jul, 2002 1 commit
-
-
myk%mozilla.org authored
r=bbaetz,jouni
-
- 28 Jun, 2002 1 commit
-
-
bbaetz%student.usyd.edu.au authored
r=jouni, gerv
-
- 03 Jun, 2002 1 commit
-
-
justdave%syndicomm.com authored
Fix for bug 147476: the affect of changing your dot/webdot preferences on your web server's accessibility option (.htaccess for Apache) is now mentioned in the parameter description. Patch by Jouni Heikniemi (jouni@heikniemi.net) r= bbaetz, afranke
-
- 09 May, 2002 1 commit
-
-
gerv%gerv.net authored
-
- 08 May, 2002 1 commit
-
-
gerv%gerv.net authored
-
- 15 Apr, 2002 1 commit
-
-
bbaetz%student.usyd.edu.au authored
transitional compliant Original patch by chema@ximian.com, modified/extended by bbaetz@student.usyd.edu.au r=gerv, justdave
-
- 07 Apr, 2002 1 commit
-
-
bbaetz%student.usyd.edu.au authored
r=justdave, gerv
-
- 03 Apr, 2002 1 commit
-
-
gerv%gerv.net authored
Bug 120537 (b) - fix previous patch to not complain if there's no .htaccess file. Patch by ddkilzer@theracingworld.com; r=justdave, bbaetz.
-
- 02 Apr, 2002 1 commit
-
-
justdave%syndicomm.com authored
-
- 31 Mar, 2002 1 commit
-
-
bbaetz%student.usyd.edu.au authored
graphs patch by zeroJ@null.net (John Vandenberg), r=gerv, bbaetz
-
- 24 Feb, 2002 1 commit
-
-
gerv%gerv.net authored
-
- 05 Feb, 2002 1 commit
-
-
bbaetz%student.usyd.edu.au authored
r=justdave, gerv
-
- 30 Jan, 2002 1 commit
-
-
myk%mozilla.org authored
Patch by Myk Melez <myk@mozilla.org>. r=bbaetz,kiko
-
- 31 Oct, 2001 1 commit
-
-
myk%mozilla.org authored
Patch by Myk Melez <myk@mozilla.org>. r=gerv@mozilla.org,jake@acutex.net
-
- 15 Oct, 2001 1 commit
-
-
gerv%gerv.net authored
-
- 13 Oct, 2001 2 commits
-
-
justdave%syndicomm.com authored
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. Patch by Jake Steehagen <jake@acutex.net> r= justdave x2
-
justdave%syndicomm.com authored
Fix for bug 19910: Bugzilla installs on the same server would interfere with each others' cookies. Cookies now have a path value that can be set to indicate which bugzilla install they belong to. Browsers will only send the cookie to the appropriate installation. The path can be set in the 'cookiepath' parameter in editparams.cgi. Patch by Dave Lawrence <dkl@redhat.com> r= myk, justdave
-
- 10 Sep, 2001 1 commit
-
-
jake%acutex.net authored
Patch by David D. Kilzer <ddkilzer@theracingworld.com> r= jake@acutex.net
-
- 07 Sep, 2001 1 commit
-
-
justdave%syndicomm.com authored
Fix for bug 98468: sample email regexp for username-only address changed from ^[^@]*$ to ^[^@]+$ and the default emailregexp changed from ^[^@]*@[^@]*\\.[^@]*$ to ^[^@]+@[^@]+\\.[^@]+$ Patch by Dave Miller <justdave@syndicomm.com> r= jake@acutex.net x2
-
- 31 Aug, 2001 1 commit
-
-
myk%mozilla.org authored
Fix for bug 84338: initial implementation of attachment tracker, which lets users flag attachments with statuses. Patch by Myk Melez <myk@mozilla.org> r=justdave@syndicomm.com
-
- 25 Aug, 2001 1 commit
-
-
jake%acutex.net authored
Patch by Matthew Tuck <matty@chariot.net.au> r= jake@acutex.net
-
- 14 Aug, 2001 1 commit
-
-
justdave%syndicomm.com authored
Fix for bug 26194: There are now substitution parameters available for use in newchangedmail which will include the reason(s) that the person is receiving the mail in either an email header, the body of the message, or both. The default newchangedmail parameter includes these in it. If you have an existing installation you will need to either hit "reset" next to the newchangedmail parameter, or add the substitution parameters where you like them according to the instructions given in editparams.cgi viewed from the web. Patch by Matthew Tuck <matty@chariot.net.au> and Zach Lipton <zach@zachlipton.com> r= justdave@syndicomm.com
-
- 12 Aug, 2001 2 commits
-
-
zach%zachlipton.com authored
More bug 26194: move the reason to the top of the email so that it doesn't look like part of the comment. a=dave
-
zach%zachlipton.com authored
Patch by MattyT <matty@chariot.net.au>, r=zach@zachlipton.com.
-
- 04 Jul, 2001 1 commit
-
-
justdave%syndicomm.com authored
Patch by Gervase Markham <gervase.markham@univ.ox.ac.uk> r= justdave@syndicomm.com
-
- 24 May, 2001 1 commit
-
-
jake%acutex.net authored
r= justdave@syndicomm.com
-
- 22 Apr, 2001 1 commit
-
-
gerv%gerv.net authored
-
- 20 Apr, 2001 1 commit
-
-
tara%tequilarista.org authored
-
- 07 Apr, 2001 2 commits
-
-
justdave%syndicomm.com authored
Fix for bug 72721 (duplicates.cgi performs poorly with lots of bugs) and bug 69054 (DB_File not portable): dependence on DB_File removed, now uses AnyDBM_File which comes standard with Perl. Duplicates.cgi now runs its queries against the shadow database if it's available, among many other improvements. Patch by gervase.markham@univ.ox.ac.uk (Gervase Markham) r= justdave
-
justdave%syndicomm.com authored
Re-fix for bug 29820: remove "Changed" from email subject line. Based on patch submitted by Stephan Niemz [faniz] <st.n@gmx.net>, r= jake, cyeh UPGRADE NOTES: when you install this update, you will need to change the subject line in your 'changedmail' and 'newchangedmail' params from the web by running editparams.cgi. The subject line needs to be changed from: Subject: [Bug %bugid%] %neworchanged% - %summary% to Subject: [Bug %bugid%] %neworchanged%%summary% Or whatever is appropriate for the subject you are using on your system. Note the removal of the " - " in the middle.
-