Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2004-10-25 | [SECURITY] Bug 253544: Changes to the metadata (filename, description, mime ↵ | justdave%bugzilla.org | 1 | -3/+9 | |
type, review flags) on attachments which were flagged as private get displayed to users who are not members of the group allowed to see private attachments when viewing the bug activity log. This only affects sites that use the 'insidergroup' feature. Patch by Joel Peshkin <bugreport@peshkin.net> r=zach,justdave, a=justdave | |||||
2004-08-05 | Bug 186093: Move CanSeeBug to User.pm and make User.pm usable by templates | bugreport%peshkin.net | 1 | -1/+1 | |
r=kiko a=justdave | |||||
2004-07-31 | Patch for bug 253357: replace IFNULL with COALESCE for increased database ↵ | jocuri%softhome.net | 1 | -1/+1 | |
compatibility; patch by Tomas Kopal <Tomas.Kopal@altap.cz>; r=vladd, a=justdave. | |||||
2004-07-30 | Bug 253447: Fix unhelpful error if user enters text in "blocks" field | bugreport%peshkin.net | 1 | -1/+1 | |
r=kiko a=justdave | |||||
2004-07-29 | Fix for bug 236678: Clean up access to COOKIE global. Murder the last | kiko%async.com.br | 1 | -4/+0 | |
remaining places in the tree where COOKIE is used; includes a rather thorough cleanup of Bugzilla::Bug->user and a minor doc update. r=joel, a=justdave. | |||||
2004-07-07 | Fix for bug 248988: On Windows, attachments may fail due to "CGI open of ↵ | jocuri%softhome.net | 1 | -0/+8 | |
tmpfile"; patch by byron jones (glob) <bugzilla@glob.com.au>; r=jouni; a=justdave. | |||||
2004-03-27 | Fix for bug 234175: Remove deprecated ConnectToDatabase() and | kiko%async.com.br | 1 | -8/+0 | |
quietly_check_login()/confirm_login() calls. Cleans up callsites (consisting of most of our CGIs), swapping (where appropriate) for calls to Bugzilla->login. Patch by Teemu Mannermaa <wicked@etlicon.fi>. r=bbaetz, kiko. a=justdave. | |||||
2003-10-30 | Fix for bug 67663: globals.pl and CGI.pl emit "subroutine redefined" | kiko%async.com.br | 1 | -1/+1 | |
messages. Fudge warnings via sillyness. r=myk, chaduv. a=myk. | |||||
2003-10-17 | Backing out patch from bug 108528 - failed to take i10n concerns into account | justdave%syndicomm.com | 1 | -2/+1 | |
2003-10-16 | Bug 108528 - knob is not defined doesn't explain to 2001110503 users what to do | timeless%mozdev.org | 1 | -1/+2 | |
patch by caduvall@glue.umd.edu r=timeless a=justdave | |||||
2003-10-08 | Bug 213384: shutdownhtml login bypass via editparams.cgi is broken under ↵ | jocuri%softhome.net | 1 | -1/+1 | |
suexec. r=kiko, a=justdave | |||||
2003-09-14 | Bug 208699 - Move Throw{Code,Template}Error into Error.pm | bbaetz%acm.org | 1 | -80/+5 | |
r,a=justdave | |||||
2003-06-03 | Bug 180635 - Enhance Bugzilla::User to store additional information | bbaetz%acm.org | 1 | -47/+0 | |
r=myk,jake | |||||
2003-05-05 | Bug 201816 - use CGI.pm for header output | bbaetz%acm.org | 1 | -2/+2 | |
r=joel, a=justdave | |||||
2003-04-02 | Bug 199813 - Make all users of ThrowUserError pass $vars in explicitly. | bbaetz%acm.org | 1 | -20/+2 | |
r=gerv a=justdave | |||||
2003-03-22 | Bug 180642 - Move authentication code into a module | bbaetz%acm.org | 1 | -363/+15 | |
r=gerv, justdave a=justdave | |||||
2003-02-17 | Bug 135820 - token cancellation message are not user-friendly | burnus%gmx.de | 1 | -1/+1 | |
r=gerv, a=justdave | |||||
2003-02-10 | Bug 124174 - make processmail a package (Bugzilla::BugMail), r=gerv, r=jth, ↵ | preed%sigkill.com | 1 | -4/+1 | |
a=justdave | |||||
2003-02-09 | Bug 192393 - $::dbwritesallowed never set | bbaetz%acm.org | 1 | -2/+2 | |
r, a=justdave | |||||
2003-02-07 | Bug 191863 - Clean up Bugzilla.pm | bbaetz%acm.org | 1 | -1/+1 | |
r=gerv, justdave a=justdave | |||||
2002-12-20 | Bug 173622 - Move template handling into a module. r=justdave, joel, a=justdave | bbaetz%student.usyd.edu.au | 1 | -5/+3 | |
2002-12-06 | Bug 183843 Query knobs are missing if requirelogin is set | bugreport%peshkin.net | 1 | -2/+1 | |
r,a=justdave | |||||
2002-11-28 | Bug 67077 - We now include the timezone (as configured in editparams.cgi) on ↵ | jake%bugzilla.org | 1 | -1/+1 | |
every time we display. r=justdave a=justdave | |||||
2002-11-27 | Bug 173761 Need ability to always require login | bugreport%peshkin.net | 1 | -4/+19 | |
patch by joel r=gerv, a=justdave | |||||
2002-11-27 | Bug 114179 - Concentration, improvement, and templatisation of Bugzilla ↵ | gerv%gerv.net | 1 | -0/+3 | |
general user help system. Patch by gerv; r,a=justdave. | |||||
2002-11-11 | Bug 179290 - login cookie email needs to be escaped | bbaetz%student.usyd.edu.au | 1 | -1/+1 | |
r=jake, a=justdave | |||||
2002-11-09 | Bug 114696 - permission checking in queries not optimal | bbaetz%student.usyd.edu.au | 1 | -2/+5 | |
Patch by joel, dkl + me r=myk, a=justdave | |||||
2002-11-05 | Fix for bug 156548: XUL implementation of duplicates report. | myk%mozilla.org | 1 | -1/+1 | |
2002-10-26 | Bug 147833 - start using CGI.pm | bbaetz%student.usyd.edu.au | 1 | -185/+18 | |
r=gerv, justdave | |||||
2002-10-17 | Bug 112373 you should be able to enter bug dependencies/blockers when you ↵ | bugreport%peshkin.net | 1 | -0/+31 | |
enter a bug. patch by jhedlund r,2xr=joel | |||||
2002-10-17 | Bug 172959 - Remove old reporting (most doomed etc.). Patch by gerv; r=bbaetz. | gerv%gerv.net | 1 | -50/+1 | |
2002-10-13 | Bug 24789 [E|A|R] Add Estimated, Actual, Remaining Time Fields | bugreport%peshkin.net | 1 | -26/+45 | |
patch by jeff.hedlund@matrixsi.com 2xr=joel,justdave | |||||
2002-10-08 | Bug 171437 - Enhancements to generic reporting. Reporting menu, 3D tables, ↵ | gerv%gerv.net | 1 | -0/+29 | |
rearranged UI, better API for new report types. Patch by gerv; r=joel. | |||||
2002-10-06 | Bug 163114 - Templatise all calls to DisplayError. Patch D (the last one). ↵ | gerv%gerv.net | 1 | -12/+0 | |
Patch by gerv; r=burnus. | |||||
2002-10-03 | Bug 155389 - More <link> elements & templatization of navigation_links. ↵ | gerv%gerv.net | 1 | -43/+0 | |
Patch by gerv; r=bbaetz. | |||||
2002-10-02 | Bug 20122 - Bugzilla requires new login if IP changes | bbaetz%student.usyd.edu.au | 1 | -4/+38 | |
r=joel x2 | |||||
2002-10-02 | Bug 172010 voting broken on tip | bugreport%peshkin.net | 1 | -1/+1 | |
Regression from 43600 and 157756 2xr=bbaetz | |||||
2002-09-29 | Bug 163114 - Templatise all calls to DisplayError. Patch B. Patch by gerv; ↵ | gerv%gerv.net | 1 | -30/+7 | |
r=burnus. | |||||
2002-09-27 | Bug 170986 - General Summary reports don't work with taint checking. Also ↵ | gerv%gerv.net | 1 | -4/+8 | |
fixes Throw*Error's $extra_vars parameter. Patch by gerv; r=bbaetz. | |||||
2002-09-23 | Bug 170064 - Change error API again to allow vars to be passed in the call. ↵ | gerv%gerv.net | 1 | -6/+18 | |
Patch by gerv; r=bbaetz. | |||||
2002-09-23 | bug 157756 - Groups_20020716_Branch Tracking : > 55 groups now supported | bugreport%peshkin.net | 1 | -36/+33 | |
r=bbaetz, gerv | |||||
2002-09-05 | Bug 166698 - clean up the error system, which was confused and broken. Patch ↵ | gerv%gerv.net | 1 | -4/+0 | |
by gerv; r=bbaetz. | |||||
2002-08-31 | Bug 121419 - If multiple cookies exist, the least significant is assigned. | bugreport%peshkin.net | 1 | -1/+3 | |
2xr = bbaetz Also fixes Duplicate Bug 165685 When switching from no cookiepath to using cookiepath, old cookie gets in the way | |||||
2002-08-29 | Bug 163829 - move pref code into a separate package | bbaetz%student.usyd.edu.au | 1 | -0/+1 | |
r=joel, preed | |||||
2002-08-27 | Bug 161203 - Bug changes with intermediate pages munges fields with | bbaetz%student.usyd.edu.au | 1 | -0/+1 | |
multiple values (e.g., CC) patch by "Randall M! Gee", r=bbaetz, myk | |||||
2002-08-26 | Bug 76923 - Don't |use diagnostics| (its really expensive at startup time) | bbaetz%student.usyd.edu.au | 1 | -1/+0 | |
r=joel x2 | |||||
2002-08-20 | Bug 163331 - shutdownhtml is broken. Patch by gerv; r=bbaetz. | gerv%gerv.net | 1 | -4/+1 | |
2002-08-20 | Bug 143286 - Add support for Insiders, Private comments, Private ↵ | gerv%gerv.net | 1 | -1/+1 | |
Attachments. Patch by bugreport@peshkin.net; r=gerv. | |||||
2002-08-19 | Big 163291 - Move utility funcs into a module | bbaetz%student.usyd.edu.au | 1 | -25/+2 | |
r=preed x2 | |||||
2002-08-16 | Bug 162068 - Fix callers of ThrowUserError to use messages.html.tmpl. Patch ↵ | gerv%gerv.net | 1 | -12/+6 | |
by gerv; r=bbaetz. |