Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2004-08-05 | Bug 254374: Fix regression in qacontact from bug 186093 | bugreport%peshkin.net | 1 | -1/+1 | |
2004-08-05 | Bug 185090: Add revamped whining system | bugreport%peshkin.net | 13 | -7/+1786 | |
patch by: Erik r=joel r=jouni a=justdave | |||||
2004-08-05 | Bug 186093: Move CanSeeBug to User.pm and make User.pm usable by templates | bugreport%peshkin.net | 1 | -0/+65 | |
r=kiko a=justdave | |||||
2004-08-05 | Bug 186093: Move CanSeeBug to User.pm and make User.pm usable by templates | bugreport%peshkin.net | 12 | -58/+97 | |
r=kiko a=justdave | |||||
2004-08-03 | Patch for bug 253604: When commit a bug, validate timetracking before user ↵ | jocuri%softhome.net | 1 | -2/+10 | |
match; patch by Tiago R. Mello <tiago@async.com.br>; r=kiko, a=justdave. | |||||
2004-08-02 | Bug 253968: Fix extra column in insert statement in checksetup | bugreport%peshkin.net | 1 | -1/+1 | |
r=glob a=justdave | |||||
2004-08-02 | Bug 253583 Warning: assignment to undeclared variable assigned_to | timeless%mozdev.org | 1 | -1/+1 | |
patch by mcsmurf@gmx.de r=vladd a=justdave | |||||
2004-08-01 | Remove accidentally committed .orig files (from bug 190220) | jouni%heikniemi.net | 9 | -0/+0 | |
2004-07-31 | Patch for bug 253360: replace IF() with CASE WHEN for database ↵ | jocuri%softhome.net | 3 | -14/+14 | |
compatibility; patch by Tomas Kopal <Tomas.Kopal@altap.cz>; r=vladd, a=justdave. | |||||
2004-07-31 | Patch for bug 253357: replace IFNULL with COALESCE for increased database ↵ | jocuri%softhome.net | 3 | -3/+3 | |
compatibility; patch by Tomas Kopal <Tomas.Kopal@altap.cz>; r=vladd, a=justdave. | |||||
2004-07-31 | Bug 253588: Change Bugzilla->user to be usable even for a logged-out user | bugreport%peshkin.net | 15 | -49/+73 | |
patch by erik,joel r=kiko a=justdave | |||||
2004-07-31 | Patch for bug 53452: Mid-air collision: allow copy-paste of the comment from ↵ | jocuri%softhome.net | 1 | -0/+5 | |
a textarea; patch by Brodie Thiesfield <brofield@jellycan.com>; r=kiko, a=justdave. | |||||
2004-07-31 | Patch for bug 190220: templatize editcomponents.cgi; patch by GavinS ↵ | jocuri%softhome.net | 24 | -442/+1148 | |
<bugzilla@chimpychompy.org>; r=jouni, a=justdave. | |||||
2004-07-30 | Bug 253447: Fix unhelpful error if user enters text in "blocks" field | bugreport%peshkin.net | 2 | -5/+3 | |
r=kiko a=justdave | |||||
2004-07-29 | Fix for bug 216008: Time Tracking: default values cause change bug | kiko%async.com.br | 1 | -1/+8 | |
errors. Check if the time values haven't actually changed by using integer comparison (instead of string comparison). r=jouni, a=justdave. | |||||
2004-07-29 | Missing bits of fix for bug 236678: Clean up access to COOKIE global. | kiko%async.com.br | 1 | -8/+0 | |
Murder the last 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-29 | Fix for bug 252789: Empty timetrackinggroup causes error "hours worked | kiko%async.com.br | 1 | -15/+22 | |
needs to be positive" when changing bug. Sanitizing the AddComment bits in process_bug.cgi to only touch work_time if user is in timetrackinggroup. Fixes regression introduced in bug 252159. r=jouni,joel; a=justdave. | |||||
2004-07-29 | Fix for bug 252839: Remove &action=view from links in attachment table; | kiko%async.com.br | 1 | -1/+1 | |
this was done to improve link target consistency and avoid shell-pasting bustage from the & character. r=myk, a=justdave. | |||||
2004-07-29 | Fix for bug 236678: Clean up access to COOKIE global. Murder the last | kiko%async.com.br | 4 | -42/+29 | |
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-29 | Bug 204903: Enable searches to match NULL aliases, missing qa_contact, and ↵ | bugreport%peshkin.net | 1 | -3/+16 | |
search on CC even when cc-list is empty r=jouni a=myk | |||||
2004-07-28 | Bug 251837: Extend group_group_map to control which groups can see each other | bugreport%peshkin.net | 9 | -74/+286 | |
r=kiko a=justdave | |||||
2004-07-28 | Fix for bug 252943: broken title in interdiff. Adds reasonable title while | kiko%async.com.br | 1 | -3/+8 | |
doing an interdiff, and fixes some broken and confusing double-linking in the text. r=joel, a=justdave. | |||||
2004-07-28 | Bug 252450: Unlock tables in edit*.cgi before sending trailer | bugreport%peshkin.net | 4 | -21/+4 | |
r=kiko a=justdave | |||||
2004-07-27 | Bug 251837: Add UI to add/remove 'My Bugs' link in footer | bugreport%peshkin.net | 2 | -10/+35 | |
r=joel a=justdave | |||||
2004-07-27 | Bug 253088: Fix ability of users with bless privileges to bless users | bugreport%peshkin.net | 1 | -1/+1 | |
r=kiko a=justdave | |||||
2004-07-27 | Bug 239112 - docs patch to give min. version of TT for hooks. Patch by ↵ | gerv%gerv.net | 1 | -0/+9 | |
nick.barnes; r=gerv, a=justdave. | |||||
2004-07-26 | Fix for bug 251911: Silly ThrowUserError bits in attachment.cgi. Fixing | kiko%async.com.br | 1 | -24/+30 | |
variables missing in some errors raised, and doing bits of $::FORM cleanup while we're at it. r=joel, a=justdave. | |||||
2004-07-24 | Fix for bug 252709: Focus Bugzilla_login field (in login page). r=jouni, a=myk. | kiko%async.com.br | 1 | -2/+3 | |
2004-07-24 | Fix for bug 252840: Provide product name in enter bug page title. r,a=myk. | kiko%async.com.br | 1 | -1/+2 | |
2004-07-24 | Fix for bug 252487: Focus requestee field when ? is toggled. r=jouni, a=myk. | kiko%async.com.br | 1 | -2/+5 | |
2004-07-24 | Fix for bug 252370: Provide edit link for attachment in comment. Adds an | kiko%async.com.br | 1 | -3/+3 | |
[edit] link next to attachments in comment text, and removes the &action=view suffix which breaks things when pasting into a shell. r=bugreport, myk; a=myk. | |||||
2004-07-24 | Bug 272721: Document testserver.pl | bugreport%peshkin.net | 1 | -1/+17 | |
r=zach a=joel | |||||
2004-07-23 | Bug 252329: Returning to buglist after an empty fulltext search causes code ↵ | jouni%heikniemi.net | 1 | -3/+11 | |
error r=kiko, a=justdave ---------------------------------------------------------------------- | |||||
2004-07-23 | Updating POD documentation for Bugzilla/Error to suggest the use of | kiko%async.com.br | 1 | -4/+9 | |
'abort' after passing a few minutes looking for it. rs=joel | |||||
2004-07-23 | Using "abort" instead of 1 to make the unlock_tables request consistent | kiko%async.com.br | 1 | -1/+1 | |
with the rest of Bugzilla. | |||||
2004-07-23 | Fix for bug 252159: centralize time validation. Adds a ValidateTime | kiko%async.com.br | 3 | -19/+14 | |
function to Bugzilla::Bug and uses it in relevant callsites. Patch by Alexandre Michetti Manduca <michetti@grad.icmc.usp.br>. r=kiko, a=justdave. | |||||
2004-07-23 | Fix for bug 252358: Unnecessary documentation about | kiko%async.com.br | 1 | -24/+6 | |
/usr/bonsaitools/bin/perl into UNIX (non-root) Installation Notes. Patch by Marco Aurélio Graciotto Silva <magsilva@icmc.usp.br>. r=kiko, a=justdave. | |||||
2004-07-22 | Bug 252388: Fix undef warning when Bugzilla->cgi->header() is called twice | bugreport%peshkin.net | 1 | -1/+1 | |
r=jouni a=justdave | |||||
2004-07-22 | Bug 245877: Add an installation test suite | bugreport%peshkin.net | 3 | -1/+194 | |
r=gerv a=justdave | |||||
2004-07-22 | Bug 238544: Emit appropriate error if content and matches are used in | bugreport%peshkin.net | 2 | -0/+12 | |
invalid search combinations. r=jouni a=justdave | |||||
2004-07-22 | Bug 98751: Make it easier to update a stored query. | jouni%heikniemi.net | 4 | -2/+28 | |
r=gerv, a=justdave | |||||
2004-07-22 | Bug 252190: Fix unitialized value in editusers.cgi | bugreport%peshkin.net | 1 | -3/+3 | |
r=vlad a=justdave | |||||
2004-07-22 | Fix for bug 252379: Remove $COOKIE from query.cgi. r=joel, a=justdave. | kiko%async.com.br | 1 | -5/+5 | |
2004-07-22 | Fix for bug 252378: Remove $COOKIE from attachment.cgi. r=bugreport, | kiko%async.com.br | 1 | -3/+3 | |
a=justdave. | |||||
2004-07-22 | Fix for bug 251727: Create a /images directory. Moved 1x1.gif into it; left | kiko%async.com.br | 2 | -1/+1 | |
ant.jpg out to avoid complaints about "this very important testing resource" <wink>. Fixed single callsite (and someone please explain to me what it's useful for!) a=justdave, myk. | |||||
2004-07-21 | Fix for bug 251841: body id from urlbase with tilde (~) fails | kiko%async.com.br | 1 | -2/+2 | |
validation. Swap [sequences of] tilde, hypens and some other common symbols into hyphens. r=burnus, a=myk. | |||||
2004-07-21 | Fix for bug 123030: Move query.cgi javascript to separate file. Create | kiko%async.com.br | 3 | -298/+335 | |
productform.js that contains functions to handle the various select boxes in the advanced search page, and update the callsites to use it. r,a=myk. | |||||
2004-07-21 | Bug 241900: Allow Bugzilla::Auth to have multiple login and validation styles | bugreport%peshkin.net | 17 | -144/+504 | |
patch by erik r=joel, kiko a=myk | |||||
2004-07-21 | Bug 245272: Add per-chart negation to boolean searches | bugreport%peshkin.net | 3 | -3/+20 | |
r=justdave,myk,timeless a=myk | |||||
2004-07-21 | Bug 165589 Add data/errorlog logging support to bugzilla | bugreport%peshkin.net | 1 | -0/+31 | |
r=jouni a=myk |