aboutsummaryrefslogtreecommitdiffstats
path: root/template
Commit message (Collapse)AuthorAgeFilesLines
...
* Bug 314547: [PostgreSQL] cannot check/uncheck the "Private" checkbox for ↵lpsolit%gmail.com2005-11-142-2/+2
| | | | comments in show_bug.cgi - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=justdave
* Bug 314621: usemenuforusers description should say "dropdown" instead of "popup"wurblzap%gmail.com2005-11-121-1/+2
| | | | | Patch by Marc Schumann <wurblzap@gmail.com> r=mkanat, a=justdave
* Bug 313677: Sudoers without editusers/bless access see no link to sudo page ↵karl%kornel.name2005-11-101-0/+6
| | | | - Patch by A. Karl Kornel <karl@kornel.name> r=jouni a=myk
* Bug 315566: choose-classification.html.tmpl incorrect bugzilla tag causes errorswurblzap%gmail.com2005-11-101-2/+1
| | | | | Patch by Marc Schumann <wurblzap@gmail.com> r=LpSolit, a=myk
* Bug 307328: show.xml.tmpl now includes bug flags as well as some other ↵lpsolit%gmail.com2005-11-081-9/+20
| | | | missing fields and attributes (required by importxml.pl) - Patch by Greg Hendricks <ghendricks@novell.com> r=LpSolit a=myk
* Bug 314682: link rel entry for votes never gets createdwurblzap%gmail.com2005-11-081-1/+1
| | | | | Patch by Marc Schumann <wurblzap@gmail.com> r=LpSolit, a=justdave
* Bug 314680: Dependecy graph link rel entry should depend on webdotbase paramwurblzap%gmail.com2005-11-081-2/+4
| | | | | Patch by Marc Schumann <wurblzap@gmail.com> r=LpSolit, a=justdave
* Bug 313432: Comments don't word-wrap in the "here's your comment for ↵lpsolit%gmail.com2005-11-051-1/+1
| | | | cut-n-paste" in a mid-air collision - Patch by Olav Vitters <bugzilla-mozilla@bkor.dhs.org> r=mkanat r=LpSolit a=justdave
* Bug 312439: The user being impersonated has "moral" rights to keep informed ↵karl%kornel.name2005-11-053-1/+124
| | | | - Patch by A. Karl Kornel <karl@kornel.name> r=LpSolit a=justdave
* Bug 313444: Remove the useless "This page lets you enter a new bug into ↵lpsolit%gmail.com2005-11-041-1/+0
| | | | Bugzilla" message from enter_bug.cgi - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wurblzap a=justdave
* Bug 314548: "Error : document.refresh is not a function" appears in the JS ↵lpsolit%gmail.com2005-11-041-1/+0
| | | | console when (un)checking the "Private" checkbox in show_bug.cgi - Patch by André Batosti <batosti@async.com.br> r=joel a=justdave
* Bug 314269: Add email pref to not send mail about dependency changes - Patch ↵lpsolit%gmail.com2005-11-011-0/+2
| | | | by Todd Stansell <tjs@tellme.com> r=joel a=justdave
* Bug 314198: Fix leaking list of product names in query.cgibugreport%peshkin.net2005-11-011-4/+6
| | | | | Patch by Joel Peshkin <bugreport@peshkin.net> r=lpsolit, a=justdave
* Bug 153445: Do not display bug counts by default when listing products in ↵lpsolit%gmail.com2005-10-311-6/+21
| | | | editproducts.cgi - Patch by Frédéric Buclin <LpSolit@gmail.com> r=GavinS a=justdave
* Bug 314088: Several Bugzilla::Foo->new crash when passing a string instead ↵lpsolit%gmail.com2005-10-281-0/+5
| | | | of a valid ID as a param - Patch by Frédéric Buclin <LpSolit@gmail.com> r=kiko a=justdave
* Bug 308666: Getting a popup error message when checking dependencies - Patch ↵lpsolit%gmail.com2005-10-281-9/+11
| | | | by byron jones (glob) <bugzilla@glob.com.au> r=wicked a=justdave
* Bug 308340: General Preferences tab is empty except for submit button when ↵lpsolit%gmail.com2005-10-282-45/+64
| | | | no user prefences are enabled - Patch by Frédéric Buclin <LpSolit@gmail.com> r=GavinS a=justdave
* Bug 266143: If Param("usevotes") is off, editing a product should mention it ↵lpsolit%gmail.com2005-10-273-3/+14
| | | | - Patch by GavinS <bugzilla@chimpychompy.org> r=LpSolit a=myk
* Bug 150105: $debug flag in buglist.cgi not working - Patch by Teemu ↵lpsolit%gmail.com2005-10-262-0/+10
| | | | Mannermaa <wicked@etlicon.fi> r=LpSolit a=myk
* Bug 109339: Be able to set assignee/QA to default for multiple bugs across ↵lpsolit%gmail.com2005-10-261-9/+0
| | | | products - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wicked a=myk
* Bug 313732: fix typo in name of error message variable. Patch by ↵gerv%gerv.net2005-10-261-1/+1
| | | | bugzilla.mozilla@rjb.za.net; r=gerv, a=myk.
* Bug 313020: Implement the ability to add individual bugs to saved searches - ↵lpsolit%gmail.com2005-10-264-1/+50
| | | | Patch by Frédéric Buclin <LpSolit@gmail.com> r=joel a=justdave
* Bug 312307: Misused Throw*Error tags in code and templates - Patch by Dennis ↵lpsolit%gmail.com2005-10-242-45/+11
| | | | Melentyev <dennis.melentyev@infopulse.com.ua> r=LpSolit a=justdave
* Bug 312787 When strict_isolation is set, do not permit users to alter deps ↵bugreport%peshkin.net2005-10-222-2/+15
| | | | | | | on bugs unless they can edit both bugs Patch by Joel Peshkin <bugreport@peshkin.net> r=kiko, a=justdave
* Bug 313069 Fix javascript error when editing attachmentsbugreport%peshkin.net2005-10-201-2/+2
| | | | | Patch by Erik Stambaugh <erik@dasbistro.com> r=joel, a=justdave
* Bug 298688: Forbid the deletion of values used by default for the priority, ↵lpsolit%gmail.com2005-10-204-40/+77
| | | | severity, platform and OS and update data/params when editing them - Patch by Frédéric Buclin <LpSolit@gmail.com> r=GavinS a=justdave
* Bug 149504 Permit a reference to a URL to be treated as an attachmentbugreport%peshkin.net2005-10-204-10/+103
| | | | | Patch by Joel Peshkin <bugreport@peshkin.net> r=lpsolit, a=justdave
* Bug 312933 Query.cgi leaks product namesbugreport%peshkin.net2005-10-201-1/+7
| | | | | Patch by Joel Peshkin <bugreport@peshkin.net> r=lpsolit, a=justdave
* Bug 141593 You can add/remove dependencies on bugs you can't seebugreport%peshkin.net2005-10-191-2/+7
| | | | | Patch by Joel Peshkin <bugreport@peshkin.net> r=lpsolit, a=justdave
* Bug 305807: Fix some incorrect template filtering types - Patch by GavinS ↵lpsolit%gmail.com2005-10-187-10/+10
| | | | <bugzilla@chimpychompy.org> r=LpSolit r=justdave a=justdave
* Bug 299753: Replace old code in editproducts.cgi by routines from Product.pm ↵lpsolit%gmail.com2005-10-1813-237/+218
| | | | - Patch by André Batosti <batosti@async.com.br> r=LpSolit a=justdave
* Bug 309681 Prevent users from adding another user who shouldn't have access ↵bugreport%peshkin.net2005-10-182-1/+9
| | | | | | | to a bug as assignee or CC member Patch by Gabriel Sales de Oliveira <gabriel@async.com.br> r=joel, a=justdave
* Bug 302835: The "confirm delete" page when deleting a user account should ↵lpsolit%gmail.com2005-10-181-238/+264
| | | | distinguish between risky and no risky actions - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wurblzap a=justdave
* Bug 312437: Do not display the "Impersonate this user" link when the user is ↵lpsolit%gmail.com2005-10-171-3/+6
| | | | in the bz_sudo_protect group - Patch by A. Karl Kornel <karl@kornel.name> r=jouni a=justdave
* Bug 312356: The defaultpriority param should be grouped together with ↵lpsolit%gmail.com2005-10-152-2/+2
| | | | defaultseverity, opsys and platform - Patch by Frédéric Buclin <LpSolit@gmail.com> r=joel a=justdave
* Bug 204498 Add su (setuser) functionbugreport%peshkin.net2005-10-145-2/+120
| | | | | Patch by A. Karl Kornel <karl@kornel.name> r=joel, a=justdave
* Bug 306601: Bugzilla::Classification needs a products() method - Patch by ↵lpsolit%gmail.com2005-10-147-40/+38
| | | | André Batosti <batosti@async.com.br> r=LpSolit a=justdave
* Bug 312195: Add an index to all parameters to editparams - Patch by ↵lpsolit%gmail.com2005-10-133-17/+86
| | | | Frédéric Buclin <LpSolit@gmail.com> r=joel a=justdave
* Bug 312185: Create a new "Attachments" tab when editing params - Patch by ↵lpsolit%gmail.com2005-10-132-22/+49
| | | | Frédéric Buclin <LpSolit@gmail.com> r=joel a=justdave
* Bug 46296: Make editparams.cgi be multi-panel by category - Patch by ↵lpsolit%gmail.com2005-10-1219-0/+1153
| | | | Frédéric Buclin <LpSolit@gmail.com> r=joel a=justdave
* Bug 306325: Move CanEnterProduct() and CanEnterProductOrWarn() out of ↵lpsolit%gmail.com2005-10-121-2/+5
| | | | globals.pl - Patch by Frédéric Buclin <LpSolit@gmail.com> r=joel r=wicked a=justdave
* Bug 106003: Dependency tree does not show the summary of the root bug - ↵lpsolit%gmail.com2005-10-122-0/+4
| | | | Patch by Todd Stansell <tjs@tellme.com> r=wicked a=justdave
* A "fix on checkin" for bug 28398 was missing (typo: "avaliable" instead of ↵lpsolit%gmail.com2005-10-101-1/+1
| | | | "available")
* Bug 28398 Gotta be more careful when emailing state changes of dependent bugsbugreport%peshkin.net2005-10-081-4/+8
| | | | | Patch by André Batosti <batosti@async.com.br> r=lpsolit, a=justdave
* Bug 310982: Remove the 'browserbugmessage' parameter completely - Patch by ↵lpsolit%gmail.com2005-10-072-3/+2
| | | | Frédéric Buclin <LpSolit@gmail.com> r=joel a=justdave
* Bug 310171 Update css for private comments in real-timebugreport%peshkin.net2005-10-072-1/+26
| | | | | Patch by Andre Batosti <batosti@async.com.br> r=joel, a=justdave
* Bug 310088: Template variable filtering bug when editting product - Patch by ↵lpsolit%gmail.com2005-09-281-1/+1
| | | | GavinS <bugzilla@chimpychompy.org> r=LpSolit a=justdave
* Bug 307604: "Redisplay table with bug counts" should also be available from ↵lpsolit%gmail.com2005-09-287-73/+115
| | | | editmilestones.cgi and editversions.cgi - Patch by Frédéric Buclin <LpSolit@gmail.com> r=GavinS a=justdave
* Bug 308351: The "General Preferences" tab has an extra <tr> - Patch by ↵lpsolit%gmail.com2005-09-281-1/+0
| | | | Frédéric Buclin <LpSolit@gmail.com> r=wicked a=justdave
* Bug 308318: Can create a product without description but cannot remove an ↵lpsolit%gmail.com2005-09-281-1/+5
| | | | existing description - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wicked a=justdave