aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix for bug 252159: centralize time validation. Adds a ValidateTimekiko%async.com.br2004-07-233-19/+14
* Fix for bug 252358: Unnecessary documentation aboutkiko%async.com.br2004-07-231-24/+6
* Bug 252388: Fix undef warning when Bugzilla->cgi->header() is called twicebugreport%peshkin.net2004-07-221-1/+1
* Bug 245877: Add an installation test suitebugreport%peshkin.net2004-07-223-1/+194
* Bug 238544: Emit appropriate error if content and matches are used inbugreport%peshkin.net2004-07-222-0/+12
* Bug 98751: Make it easier to update a stored query.jouni%heikniemi.net2004-07-224-2/+28
* Bug 252190: Fix unitialized value in editusers.cgibugreport%peshkin.net2004-07-221-3/+3
* Fix for bug 252379: Remove $COOKIE from query.cgi. r=joel, a=justdave.kiko%async.com.br2004-07-221-5/+5
* Fix for bug 252378: Remove $COOKIE from attachment.cgi. r=bugreport,kiko%async.com.br2004-07-221-3/+3
* Fix for bug 251727: Create a /images directory. Moved 1x1.gif into it; leftkiko%async.com.br2004-07-222-1/+1
* Fix for bug 251841: body id from urlbase with tilde (~) failskiko%async.com.br2004-07-211-2/+2
* Fix for bug 123030: Move query.cgi javascript to separate file. Createkiko%async.com.br2004-07-213-298/+335
* Bug 241900: Allow Bugzilla::Auth to have multiple login and validation stylesbugreport%peshkin.net2004-07-2117-144/+504
* Bug 245272: Add per-chart negation to boolean searchesbugreport%peshkin.net2004-07-213-3/+20
* Bug 165589 Add data/errorlog logging support to bugzillabugreport%peshkin.net2004-07-211-0/+31
* Fix for bug 251935: Remove $COOKIE from process_bug.cgi. r=joel, a=myk.kiko%async.com.br2004-07-211-9/+7
* Fix for bug 251937: Remove $COOKIE from buglist.cgi. r=burnus, a=myk.kiko%async.com.br2004-07-211-13/+13
* Fix for bug 251933: Remove $::COOKIE from post_bug.cgi. r=joel, a=myk.kiko%async.com.br2004-07-211-5/+4
* Bug 250547: Make FlagTypes use INNER JOIN instead of comma operator.jouni%heikniemi.net2004-07-201-2/+2
* Bug 86051: Enable changing product name case.jouni%heikniemi.net2004-07-201-2/+18
* Bug 252002: Fix typo in create-guided.html.tmpl.jouni%heikniemi.net2004-07-201-1/+1
* Fix for bug 251898: Add function information to PatchReader output.kiko%async.com.br2004-07-181-5/+11
* Bug 240093 - get canconfirm working again. Patch by gerv; r=joel, a=justdave.gerv%gerv.net2004-07-171-6/+8
* Bug 251484: Fix taint error on series create when creating a new productbugreport%peshkin.net2004-07-171-0/+5
* Bug 251567: Make sure "find a specific bug" doesn't miss exact matches in sum...bugreport%peshkin.net2004-07-171-1/+9
* Bug 250840: Make the minimum version numbers all agree with reality.justdave%bugzilla.org2004-07-173-3/+3
* Additional fix for bug 244324: bugzilla-submit crashes when incorrectkiko%async.com.br2004-07-161-3/+14
* More manpage fixage: make screen sections indent and format properly. Forkiko%async.com.br2004-07-161-3/+4
* Adding missing <para> tags to paragraph added under example for bug 244324.kiko%async.com.br2004-07-161-2/+2
* Updating manpage for bugzilla-submit, part of bug 244324:kiko%async.com.br2004-07-161-2/+22
* Bustage fix for bug 251469. Solve filtering issues with javascript_url,kiko%async.com.br2004-07-162-3/+2
* Fix for bug 251469: Add an interface argument in header template tokiko%async.com.br2004-07-161-0/+7
* Bug 250967: Fix spurious updates to requesteeless flagsbugreport%peshkin.net2004-07-141-14/+23
* Bug 250892: Fix w3c validation errors on search-specificbugreport%peshkin.net2004-07-141-3/+3
* Patch for bug 190222: templatize editgroups.cgi; r=joel, a=justdave.jocuri%softhome.net2004-07-1311-466/+881