aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Patch for bug 216572: 002goodperl.t shouldn't add an extra test for every add...jocuri%softhome.net2004-08-281-1/+1
* Fix for bug 253480: pages should be classified rather than identified bykiko%async.com.br2004-08-241-1/+1
* Fix for bug 254587: group description not displayed on delete groupkiko%async.com.br2004-08-241-1/+1
* Addtional item for fix for bug 252810: p1, critical not displayed in redkiko%async.com.br2004-08-231-0/+0
* Fix for bug 254370: attachment/choose.html.tmpl focus onload. r=jouni, a=myk.kiko%async.com.br2004-08-231-2/+3
* Patch for bug 252810: p1, critical not displayed in red when groups arekiko%async.com.br2004-08-233-19/+51
* Bug 224208 Add a higher level of categorization (.ie departments, locations, ...bugreport%peshkin.net2004-08-2138-103/+1607
* Bug 255772: Prevent whine.pl from running endless whining loopbugreport%peshkin.net2004-08-171-9/+30
* Bug 244239: Add group-based pronouns to querybugreport%peshkin.net2004-08-115-13/+101
* Bug 241903: Add Environment Variable Authentication for apache auth and SSObugreport%peshkin.net2004-08-119-6/+276
* Bug 251669: add an option to show users in a drop down menu instead of a text...bugreport%peshkin.net2004-08-117-16/+151
* More whitespace fixes. r=ssdbot. I've already talked to Alexandrekiko%async.com.br2004-08-061-3/+3
* Bug 254430: Fix User.pm so it returns a logged-out user if userid=0bugreport%peshkin.net2004-08-061-1/+1
* Whitespace fixes. r=ssdbotkiko%async.com.br2004-08-051-2/+2
* Fix for bug 253562: Hours Worked (actual_time) is being listed as 1.kiko%async.com.br2004-08-051-5/+6
* Bug 254374: Fix regression in qacontact from bug 186093bugreport%peshkin.net2004-08-051-1/+1
* Bug 185090: Add revamped whining systembugreport%peshkin.net2004-08-0513-7/+1786
* Bug 186093: Move CanSeeBug to User.pm and make User.pm usable by templatesbugreport%peshkin.net2004-08-051-0/+65
* Bug 186093: Move CanSeeBug to User.pm and make User.pm usable by templatesbugreport%peshkin.net2004-08-0412-58/+97
* Patch for bug 253604: When commit a bug, validate timetracking before user ma...jocuri%softhome.net2004-08-031-2/+10
* Bug 253968: Fix extra column in insert statement in checksetupbugreport%peshkin.net2004-08-021-1/+1
* Bug 253583 Warning: assignment to undeclared variable assigned_totimeless%mozdev.org2004-08-021-1/+1
* Remove accidentally committed .orig files (from bug 190220)jouni%heikniemi.net2004-08-019-0/+0
* Patch for bug 253360: replace IF() with CASE WHEN for database compatibility;...jocuri%softhome.net2004-07-313-14/+14
* Patch for bug 253357: replace IFNULL with COALESCE for increased database com...jocuri%softhome.net2004-07-313-3/+3
* Bug 253588: Change Bugzilla->user to be usable even for a logged-out userbugreport%peshkin.net2004-07-3115-49/+73
* Patch for bug 53452: Mid-air collision: allow copy-paste of the comment from ...jocuri%softhome.net2004-07-311-0/+5
* Patch for bug 190220: templatize editcomponents.cgi; patch by GavinS <bugzill...jocuri%softhome.net2004-07-3124-442/+1148
* Bug 253447: Fix unhelpful error if user enters text in "blocks" fieldbugreport%peshkin.net2004-07-302-5/+3
* Fix for bug 216008: Time Tracking: default values cause change bugkiko%async.com.br2004-07-291-1/+8
* Missing bits of fix for bug 236678: Clean up access to COOKIE global.kiko%async.com.br2004-07-291-8/+0
* Fix for bug 252789: Empty timetrackinggroup causes error "hours workedkiko%async.com.br2004-07-291-15/+22
* Fix for bug 252839: Remove &action=view from links in attachment table;kiko%async.com.br2004-07-291-1/+1
* Fix for bug 236678: Clean up access to COOKIE global. Murder the lastkiko%async.com.br2004-07-294-42/+29
* Bug 204903: Enable searches to match NULL aliases, missing qa_contact, and se...bugreport%peshkin.net2004-07-291-3/+16
* Bug 251837: Extend group_group_map to control which groups can see each otherbugreport%peshkin.net2004-07-279-74/+286
* Fix for bug 252943: broken title in interdiff. Adds reasonable title whilekiko%async.com.br2004-07-271-3/+8
* Bug 252450: Unlock tables in edit*.cgi before sending trailerbugreport%peshkin.net2004-07-274-21/+4
* Bug 251837: Add UI to add/remove 'My Bugs' link in footerbugreport%peshkin.net2004-07-272-10/+35
* Bug 253088: Fix ability of users with bless privileges to bless usersbugreport%peshkin.net2004-07-271-1/+1
* Bug 239112 - docs patch to give min. version of TT for hooks. Patch by nick.b...gerv%gerv.net2004-07-271-0/+9
* Fix for bug 251911: Silly ThrowUserError bits in attachment.cgi. Fixingkiko%async.com.br2004-07-261-24/+30
* Fix for bug 252709: Focus Bugzilla_login field (in login page). r=jouni, a=myk.kiko%async.com.br2004-07-241-2/+3
* Fix for bug 252840: Provide product name in enter bug page title. r,a=myk.kiko%async.com.br2004-07-241-1/+2
* Fix for bug 252487: Focus requestee field when ? is toggled. r=jouni, a=myk.kiko%async.com.br2004-07-241-2/+5
* Fix for bug 252370: Provide edit link for attachment in comment. Adds ankiko%async.com.br2004-07-241-3/+3
* Bug 272721: Document testserver.plbugreport%peshkin.net2004-07-241-1/+17
* Bug 252329: Returning to buglist after an empty fulltext search causes code e...jouni%heikniemi.net2004-07-231-3/+11
* Updating POD documentation for Bugzilla/Error to suggest the use ofkiko%async.com.br2004-07-231-4/+9
* Using "abort" instead of 1 to make the unlock_tables request consistentkiko%async.com.br2004-07-231-1/+1