Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-09-04 | Bug 606509 - Text badly aligned for "deadline" and "bug numbered" in the ↵ | Sunil Joshi | 1 | -5/+7 | |
search page r=simon, a=simon | |||||
2013-04-05 | Bug 857562: ajax_user_autocompletion param ignored on Search by People fields | Frédéric Buclin | 1 | -2/+2 | |
r=dkl a=LpSolit | |||||
2012-11-26 | Bug 718289: The deadline field should be visible by non-members of the ↵ | Frédéric Buclin | 1 | -3/+2 | |
timetracking group r=dkl a=LpSolit | |||||
2012-05-18 | The calendar widget is not localizable. | Marc Schumann | 1 | -3/+4 | |
r/a=LpSolit https://bugzilla.mozilla.org/show_bug.cgi?id=581365 | |||||
2012-05-07 | Bug 616191: Implement UI to easily tag bugs from the bug report directly ↵ | Frédéric Buclin | 1 | -0/+1 | |
(and get rid of the current form in the footer) r=timello a=LpSolit | |||||
2012-02-27 | Bug 730670: Do not redirect in buglist.cgi to improve performance | Frédéric Buclin | 1 | -0/+5 | |
r=glob a=LpSolit | |||||
2012-01-11 | Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and ↵ | Frédéric Buclin | 1 | -20/+5 | |
add it to files which miss one r=kiko r=mkanat r=mrbball a=LpSolit | |||||
2011-10-15 | Bug 673012: Add "does not contain" to people search | Matt Selsky | 1 | -0/+1 | |
r=gerv a=mkanat | |||||
2011-08-09 | Bug 636416: Use the standard value-controller javascript to control the | Max Kanat-Alexander | 1 | -90/+14 | |
drop-down fields on the Advanced Search page. r=glob, a=mkanat | |||||
2011-05-31 | Bug 647649: Change the old "Boolean Charts" UI into the new AND/OR | Max Kanat-Alexander | 1 | -1/+2 | |
"Custom Search" UI. r=timello, a=mkanat | |||||
2011-04-27 | Bug 652338: The "Component" multi-select field in the search page ↵ | Frédéric Buclin | 1 | -1/+0 | |
automatically scrolls to the top of the list every time you select a component r=mkanat a=LpSolit | |||||
2010-09-19 | Bug 578256 - Autocomplete user names in the search UI | Max Kanat-Alexander | 1 | -1/+13 | |
r=pyrzak, a=mkanat | |||||
2010-08-29 | Bug 571636: Make the Advanced Search UI follow a grid design | Guy Pyrzak | 1 | -2/+2 | |
r=mkanat, a=mkanat | |||||
2010-07-08 | Bug 575499: Fix a few text issues on the new Advanced Search page | Reed Loden | 1 | -3/+3 | |
r=mkanat, a=mkanat | |||||
2010-06-06 | Bug 450301: Simplify searching UI, forgot some filters, fixes burning in ↵ | Guy Pyrzak | 1 | -11/+12 | |
tinderbox r=LpSolit, a=LpSolit | |||||
2010-06-06 | Bug 450301: What Simplify searching UI, initial improvements to the advanced ↵ | Guy Pyrzak | 1 | -444/+229 | |
search ui. r=mkanat, a=mkanat | |||||
2010-02-16 | Bug 372979: Make voting into an extension | Max Kanat-Alexander | 1 | -20/+3 | |
r=mkanat, a=mkanat, a=LpSolit | |||||
2010-02-08 | Bug 58731: Make the keywords regexp boolean charts work | Rémi Zara | 1 | -1/+1 | |
r=mkanat, a=mkanat | |||||
2010-02-01 | Bug 537746: Search criteria headers on buglist duplicate unnecessarily when ↵ | Frédéric Buclin | 1 | -3/+3 | |
bugidtype is in use Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat | |||||
2010-01-12 | Bug 539229 - Editing a search with resolution '---' does not remember that ↵ | ghendricks%novell.com | 1 | -4/+5 | |
resolution patch by ghendricks r=LpSolit a=LpSolit | |||||
2009-12-04 | Bug 523759: Template hooks for the Advanced Search form | mkanat%bugzilla.org | 1 | -6/+17 | |
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat | |||||
2009-11-18 | Bug 529498: Missing </option> in search/form.html.tmpl - Patch by Patch by ↵ | lpsolit%gmail.com | 1 | -0/+1 | |
A.A. Shimono (himorin) <shimono+bug@gmail.com> r/a=LpSolit | |||||
2009-11-18 | Bug 519142: Replace IF/ELSE statements about bug_status/resolution with just ↵ | mkanat%bugzilla.org | 1 | -10/+2 | |
a display_value call, and use display_value in more places to translate field values. Patch by Vitaly Fedrushkov <vitaly.fedrushkov@gmail.com> r=mkanat, a=mkanat | |||||
2009-11-10 | Bug 505039: Use $user->is_timetracker instead of ↵ | lpsolit%gmail.com | 1 | -1/+1 | |
$user->in_group(Bugzilla->params->{'timetrackinggroup'}) - Patch by XqueZme <xquezme@gmail.com> r/a=LpSolit | |||||
2009-11-09 | Bug 283609 - Search for relative dates in deadline | ghendricks%novell.com | 1 | -1/+1 | |
patch by ghendricks@novell.com r=LpSolit, a=LpSolit | |||||
2009-10-27 | Bug 524675: "Edit Search" fails to preserve comment, URL, and whiteboard ↵ | lpsolit%gmail.com | 1 | -1/+2 | |
params - Patch by Frédéric Buclin <LpSolit@gmail.com> r=ghendricks a=LpSolit | |||||
2009-10-01 | Bug 512623: Change get_status and get_resolution to display_value everywhere. | mkanat%bugzilla.org | 1 | -2/+2 | |
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit | |||||
2009-09-29 | Bug 519481 - Advanced search has empty version and milestone | ghendricks%novell.com | 1 | -12/+19 | |
patch by ghendricks r=LpSolit | |||||
2009-08-11 | Bug 509045: Make "use_keywords" a global template variable instead of having ↵ | mkanat%bugzilla.org | 1 | -1/+1 | |
to pass it to templates all the time Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit | |||||
2009-07-18 | Bug 456743 - Add the ability to disable field values (mark them as inactive) | ghendricks%novell.com | 1 | -6/+8 | |
patch by ghendricks@novell.com r=LpSolit, a=LpSolit | |||||
2008-12-06 | Bug 463002 - Show a description of what you searched for, at the top of ↵ | mkanat%bugzilla.org | 1 | -39/+23 | |
buglist.cgi Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=bbaetz, a=mkanat | |||||
2008-08-14 | Bug 423078: Advanced Search "any one of" wording wrong - Patch by Rupert ↵ | lpsolit%gmail.com | 1 | -1/+1 | |
Handford <rupert@handfordonline.plus.com> r=pyrzak r=LpSolit r=mkanat a=LpSolit | |||||
2008-08-12 | Bug 441542: Graphical Reports "Generate Report" button has wrong CSS id | mkanat%bugzilla.org | 1 | -1/+1 | |
Patch By Guy Pyrzak <guy.pyrzak@gmail.com> r=LpSolit, a=LpSolit | |||||
2008-03-17 | Bug 375585: Deadline not showing in Edit Search view of saved Search - Patch ↵ | lpsolit%gmail.com | 1 | -4/+4 | |
by Frédéric Buclin <LpSolit@gmail.com> r=wurblzap a=LpSolit | |||||
2007-09-23 | Bug 154484: Option "is not" missing for email address searches - Patch by ↵ | lpsolit%gmail.com | 1 | -0/+1 | |
timeless <timeless@bemail.org> r=joel a=LpSolit | |||||
2007-08-21 | Bug 392186: Remove version headers from all templates - Patch by GavinS ↵ | lpsolit%gmail.com | 1 | -1/+0 | |
<bugzilla@chimpychompy.org> r/a=LpSolit | |||||
2007-04-18 | Bug 258647: productmenu.js and productform.js should be consolidated - Patch ↵ | lpsolit%gmail.com | 1 | -2/+2 | |
by Teemu Mannermaa <wicked+bz@etlicon.fi> r=myk a=LpSolit | |||||
2007-04-11 | Bug 377026: Replace all occurences of status_descs.FOO by get_status("FOO") ↵ | lpsolit%gmail.com | 1 | -1/+1 | |
(next step in supporting custom bug statuses) - Patch by Frédéric Buclin <LpSolit@gmail.com> r=gerv a=LpSolit | |||||
2007-02-21 | Bug 370913: query.cgi associates wrong components with products if at least ↵ | lpsolit%gmail.com | 1 | -1/+2 | |
one product has no component - Patch by Teemu Mannermaa <wicked+bz@etlicon.fi> r/a=LpSolit | |||||
2006-12-28 | Bug 365107: When classifications are in use, query.cgi doesn't fill the ↵ | lpsolit%gmail.com | 1 | -1/+3 | |
component, version and target milestone select menus correctly - Patch by Frédéric Buclin <LpSolit@gmail.com> r=bkor a=justdave | |||||
2006-12-22 | Bug 364293: Do not call can_see_product() from templates - Patch by ↵ | lpsolit%gmail.com | 1 | -2/+2 | |
Frédéric Buclin <LpSolit@gmail.com> r=bkor a=justdave | |||||
2006-10-20 | Bug 312876: Make new products non-selectable until they have components - ↵ | lpsolit%gmail.com | 1 | -2/+4 | |
Patch by victory(_RSZ_) <bmo2007@rsz.jp> r=wurblzap a=myk | |||||
2006-09-05 | Bug 283582: Remove UserInGroup in favor of Bugzilla->user->in_group | mkanat%bugzilla.org | 1 | -1/+1 | |
Patch By victory(_RSZ_) <bmo2007@rsz.jp> r=mkanat, a=myk | |||||
2006-09-04 | Bug 310751: Tabular reports query page fails HTML validation - Patch by ↵ | lpsolit%gmail.com | 1 | -3/+1 | |
victory(_RSZ_) <bmo@rsz.jp> r=LpSolit a=myk | |||||
2006-07-14 | Bug 94534: Customised resolutions - Patch by Frédéric Buclin ↵ | lpsolit%gmail.com | 1 | -3/+4 | |
<LpSolit@gmail.com> r=mkanat a=myk | |||||
2006-07-12 | Bug 317694: All buttons in forms must have an id - Patches by André Batosti ↵ | lpsolit%gmail.com | 1 | -1/+2 | |
<batosti@async.com.br> r=ghendricks a=myk | |||||
2006-05-30 | Bug 335790: Field names in search form lists should be ordered ↵ | lpsolit%gmail.com | 1 | -4/+10 | |
alphabetically - Patch by Toms Baugis <toms.baugis@gmail.com> r=wicked a=myk | |||||
2006-05-30 | Bug 150795: 'Numbering' is silly and should be changed - Patch by timeless ↵ | lpsolit%gmail.com | 1 | -1/+5 | |
<timeless@bemail.org> r=LpSolit a=myk | |||||
2006-04-18 | Bug 281691: Misused <label>'s cause screen reader problems. | wurblzap%gmail.com | 1 | -66/+80 | |
Patch by Marc Schumann <wurblzap@gmail.com>, r=LpSolit, a=justdave | |||||
2006-03-03 | Bug 328602: Eliminate %::versions and @::legal_versions | mkanat%kerio.com | 1 | -3/+3 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk |