Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix for bug 128437: correctly display default values for new preferences on ↵ | myk%mozilla.org | 2002-03-01 | 1 | -20/+25 |
| | | | | | | | the "email preferences" tab. Fix by Myk Melez <myk@mozilla.org>. r=jake,justdave | ||||
* | Fix for bug 128422: Fixes serious tree horkage where everyone gets email on ↵ | myk%mozilla.org | 2002-03-01 | 1 | -7/+15 |
| | | | | | | | all changes regardless of email preferences. Fix by Myk Melez <myk@mozilla.org>. r=gerv@mozilla.org, waiting on second review but checking in now due to severity of bug. | ||||
* | Fix for bug 112537: Missing bug summaries in dependencytree view w/ depth limit | justdave%syndicomm.com | 2002-03-01 | 1 | -1/+1 |
| | | | | | Patch by Andreas Franke <afranke@ags.uni-sb.de> r= bbaetz, gerv | ||||
* | Bug 127318 - push UserInGroup to templates | bbaetz%student.usyd.edu.au | 2002-03-01 | 1 | -0/+3 |
| | | | | r=jake x 2 | ||||
* | Bug 119657 - template error checking | bbaetz%student.usyd.edu.au | 2002-03-01 | 1 | -2/+6 |
| | | | | r=gerv, justdave | ||||
* | Bug 107743 - post_bug.cgi doesn't properly validate parameters | bbaetz%student.usyd.edu.au | 2002-03-01 | 1 | -3/+11 |
| | | | | r=gerv, justdave | ||||
* | Bug 117060 broke the tree, fixing the breakage. | matty%chariot.net.au | 2002-02-28 | 1 | -1/+1 |
| | |||||
* | Bug 117060 - templatise userprefs.cgi. We also get a nice new set of tabs ↵ | gerv%gerv.net | 2002-02-28 | 6 | -500/+644 |
| | | | | and a properly-tabulated email prefs section. | ||||
* | Bug 127519 - error after change columns | bbaetz%student.usyd.edu.au | 2002-02-28 | 1 | -2/+2 |
| | | | | r=afranke, dkl | ||||
* | Bug 126788 - templatise xml.cgi. | gerv%gerv.net | 2002-02-27 | 2 | -17/+59 |
| | |||||
* | Bug 127841 - Adding processmail and syncshadowdb to the list of files that ↵ | jake%acutex.net | 2002-02-27 | 2 | -2/+2 |
| | | | | need the bonsaitools perl path changed in order to run from another perl location. | ||||
* | Bug 97729 - uploaders need to be able to obsolete their own attachments | bbaetz%student.usyd.edu.au | 2002-02-26 | 4 | -26/+68 |
| | | | | r=jake, justdave | ||||
* | Bug 127507 - one too many blank lines in each comment. | gerv%gerv.net | 2002-02-24 | 1 | -1/+1 |
| | |||||
* | Bug 126791 - templatise relogin.cgi | gerv%gerv.net | 2002-02-24 | 1 | -11/+14 |
| | |||||
* | Bug 110711 - various query.cgi/tmpl problems. This patch resolves all known ↵ | gerv%gerv.net | 2002-02-24 | 2 | -116/+144 |
| | | | | issues. | ||||
* | bug 97496 - release notes update. Mention deprecated features. | bbaetz%student.usyd.edu.au | 2002-02-24 | 1 | -4/+14 |
| | |||||
* | Bug 117515 - describekeywords.cgi templatisation. | gerv%gerv.net | 2002-02-20 | 2 | -54/+93 |
| | |||||
* | Bug 115369 - templatise long_list.cgi. | gerv%gerv.net | 2002-02-20 | 2 | -112/+112 |
| | |||||
* | Bug 126487 - Edit attachment as comment was causing an immediate submit ↵ | jake%acutex.net | 2002-02-20 | 1 | -3/+3 |
| | | | | | | instead of letting you edit it in newer Mozilla builds. r= bbaetz x2 | ||||
* | Bug 118774 - The keyword field wasn't showing up because have_keywords ↵ | jake%acutex.net | 2002-02-20 | 1 | -1/+1 |
| | | | | | | | wasn't being properly set before passing it on to the template. Patch by Jeff Lawson <jlawson@bovine.net> r= jake, justdave | ||||
* | Fix for bug 125516: the recent fix for emails truncating when a period ↵ | justdave%syndicomm.com | 2002-02-17 | 8 | -10/+10 |
| | | | | | | | | occurred on a line by itself broke Exim because it needs the -t and -i as separate parameters instead of stacked (the original patch had -ti) Patch by Tobias Burnus <burnus@gmx.de> r= justdave, gerv | ||||
* | Bug 97496: Release notes cleanup (checkin without review OK for prerelease ↵ | matty%chariot.net.au | 2002-02-17 | 1 | -41/+127 |
| | | | | notes). Add 2.14.1 issues from branch. Make outstanding issues more obvious. Add dependency requirements section. Still need to add most of the actual 2.16 notes. | ||||
* | Fixing typo in previous checkin. | justdave%syndicomm.com | 2002-02-16 | 1 | -1/+1 |
| | |||||
* | Fix for bug 125835: Removing an old sarcastic comment from the localconfig ↵ | justdave%syndicomm.com | 2002-02-16 | 1 | -1/+2 |
| | | | | | | | | generation routine so that it doesn't imply that using a password is bad. Patch by James Cox <james@awpimajes.com> r= justdave x 2 | ||||
* | Fixing tinderbox bustage. Maybe I need to get more sleep before I commit. | zach%zachlipton.com | 2002-02-14 | 1 | -2/+2 |
| | |||||
* | Was missing an indent from my last fix, fixing it. No r= needed | zach%zachlipton.com | 2002-02-14 | 1 | -1/+1 |
| | |||||
* | Fix for bug 97290: checksetup.pl should report about errors in localconfig | zach%zachlipton.com | 2002-02-14 | 1 | -0/+19 |
| | | | | r=kiko x2 | ||||
* | Bug 110013 - templatize describecomponents.cgi | bbaetz%student.usyd.edu.au | 2002-02-14 | 5 | -128/+197 |
| | | | | r=gerv, afranke | ||||
* | Update the test to use the same basic format as the handling code from ↵ | jake%acutex.net | 2002-02-14 | 1 | -1/+2 |
| | | | | globals.pl | ||||
* | Backing out checkin for bug 115369, it's busted on Perl 5.00503. | justdave%syndicomm.com | 2002-02-14 | 2 | -289/+92 |
| | |||||
* | Fixing tinderbox bustage from previous checkin. | justdave%syndicomm.com | 2002-02-13 | 1 | -0/+1 |
| | | | | Name "main::legal_keywords" used only once | ||||
* | Fix for bug 115369: Templatization of long_list.cgi | justdave%syndicomm.com | 2002-02-13 | 4 | -92/+492 |
| | | | | | Patch by Gervase Markham <gerv@mozilla.org> r= bbaetz, dkl | ||||
* | Adding jb2bz.py to contrib (bug 124869). | justdave%syndicomm.com | 2002-02-13 | 1 | -0/+303 |
| | | | | Conversion script to import bugs from Jitterbug into Bugzilla contributed by Tom Emerson <tree@basistech.com> | ||||
* | Bug 99024 - add .cvsignore for template/.htaccess | bbaetz%student.usyd.edu.au | 2002-02-13 | 1 | -0/+1 |
| | | | | r=justdave x2 | ||||
* | Bug 97471 - The assignee and qa contact should always be able to see their | bbaetz%student.usyd.edu.au | 2002-02-13 | 4 | -27/+25 |
| | | | | | bugs r=justdave, afranke | ||||
* | Bug 100094 - use generic template handling code | bbaetz%student.usyd.edu.au | 2002-02-13 | 12 | -313/+93 |
| | | | | r=mattyt, afranke | ||||
* | Fix for bug 99024: checksetup was not giving proper permissions to the ↵ | justdave%syndicomm.com | 2002-02-13 | 1 | -22/+50 |
| | | | | | | | | contents of the template directory. This patch also adds an .htaccess file that blocks access to the template folder by the web server. Patch by Dave Miller <justdave@syndicomm.com> r= zach x 2 | ||||
* | Moving JS to beginning of file to avoid IE warnings. | gerv%gerv.net | 2002-02-13 | 1 | -79/+79 |
| | |||||
* | Correct date on logincookies schema change. | bbaetz%student.usyd.edu.au | 2002-02-08 | 1 | -1/+1 |
| | |||||
* | Fix for bug 97966: Changing the product in the query page would remove your ↵ | justdave%syndicomm.com | 2002-02-08 | 1 | -17/+31 |
| | | | | | | | component, version, and milestone selections, even if the other product used the same ones, or you were selecting an additional product without unselecting the first one. Patch by Christian Reis <kiko@async.com.br> r= caillon, justdave | ||||
* | Fix for bug 122897: Comments entered on the bug form are now added to the ↵ | justdave%syndicomm.com | 2002-02-06 | 1 | -1/+5 |
| | | | | | | | | bug before it is closed and moved when moving a bug to another Bugzilla install. Patch by Dave Miller <justdave@syndicomm.com> r= timeless, bbaetz | ||||
* | Fix for bug 119005: The instructions in editgroups.cgi incorrectly state ↵ | justdave%syndicomm.com | 2002-02-06 | 1 | -2/+1 |
| | | | | | | | | that you can't use spaces in a group name. You in fact can. Patch by Christian Reis <kiko@async.com.br> r= bbaetz x 2 | ||||
* | Fix for bug 117055: Emails were being truncated if they contained a line ↵ | justdave%syndicomm.com | 2002-02-06 | 8 | -10/+10 |
| | | | | | | | | | with nothing but a period on them. We now pass -i to sendmail and its clones to tell it to ignore periods (since we close the pipe when we're done, rather than signalling it with a period). Has been tested with sendmail and postfix. Patch by Dave Miller <justdave@syndicomm.com> r= afranke, bugzilla@bkor.dhs.org, jake | ||||
* | Bug 119715 - strictvaluechecks should always be enabled | bbaetz%student.usyd.edu.au | 2002-02-05 | 5 | -57/+35 |
| | | | | r=justdave, gerv | ||||
* | Bug 122418 pt2 - obsoleting a patch from the create attachment screen gave | bbaetz%student.usyd.edu.au | 2002-02-05 | 1 | -1/+1 |
| | | | | a taint error. | ||||
* | Remove JS strict warning. | gerv%gerv.net | 2002-02-05 | 1 | -1/+1 |
| | |||||
* | bug 122418 - setting attachment status fails taint checks. Just needed to | bbaetz%student.usyd.edu.au | 2002-02-05 | 1 | -0/+2 |
| | | | | | detaint after checking. r=gerv,kiko | ||||
* | show_bug.cgi templatisation. | gerv%gerv.net | 2002-02-05 | 3 | -362/+479 |
| | |||||
* | Fix for bug 87398: checksetup.pl should warn if not run as root. Patch | zach%zachlipton.com | 2002-02-05 | 1 | -0/+14 |
| | | | | | | | adds a warning if the user has webservergroup set but does not run checksetup.pl as root. r1=kiko, r2=justdave | ||||
* | Bug 95732 - remove logincookies.cryptpassword, and invalidate cookies from | bbaetz%student.usyd.edu.au | 2002-02-04 | 7 | -6/+67 |
| | | | | | | | the db when required instead. (Also fixes bug 58242 as a side effect) r=myk, kiko |