Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bug 489028 - Record last-visited time of bugs when logged in | Dylan William Hardison | 2014-04-22 | 1 | -0/+1 |
| | | | | r=glob a=justdave | ||||
* | Bug 980918 - Rename "Tags" to "Personal Tags". Patch by acho; r=gerv, ↵ | Gervase Markham | 2014-03-21 | 1 | -1/+1 |
| | | | | a=justdave. | ||||
* | Bug 466178 - Add an INTEGER custom field type | Simon Green | 2014-02-27 | 1 | -0/+1 |
| | | | r=glob, a=justdave | ||||
* | Bug 345194: Add "is empty" and "is not empty" search operators to the ↵ | Byron Jones | 2013-07-24 | 1 | -1/+3 |
| | | | | | | boolean chart r=LpSolit, a=sgreen | ||||
* | Bug 801664 - Add DATE type for custom fields. r=LpSolit. | Gervase Markham | 2013-01-02 | 1 | -0/+1 |
| | |||||
* | Bug 786889: Add missing 'Summary (first 60 chars)' header to CSV output | Matt Tyson | 2012-09-03 | 1 | -0/+1 |
| | | | | r=glob, a=LpSolit | ||||
* | Bug 616191: Implement UI to easily tag bugs from the bug report directly ↵ | Frédéric Buclin | 2012-05-07 | 1 | -1/+1 |
| | | | | | | (and get rid of the current form in the footer) r=timello a=LpSolit | ||||
* | Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and ↵ | Frédéric Buclin | 2012-01-11 | 1 | -18/+5 |
| | | | | | | add it to files which miss one r=kiko r=mkanat r=mrbball a=LpSolit | ||||
* | Bug 696256: global/variables.none.tmpl should be PRE_PROCESS'ed | Frédéric Buclin | 2011-10-23 | 1 | -2/+0 |
| | | | | r/a=mkanat | ||||
* | Bug 637648 - Rename the "tags" table to "tag" | Stephanie Daugherty | 2011-08-29 | 1 | -1/+1 |
| | | | | r=LpSolit, a=LpSolit | ||||
* | Bug 634812: Having a very large number of custom fields can make displaying ↵ | Frédéric Buclin | 2011-08-01 | 1 | -1/+3 |
| | | | | | | show_bug.cgi slow r=glob a=LpSolit | ||||
* | Bug 642388: Description of field days_elapsed missing from ↵ | Frédéric Buclin | 2011-07-25 | 1 | -0/+1 |
| | | | | | | global/field-descs.none.tmpl r=wurblzap a=LpSolit | ||||
* | Bug 624414: BUGZILLA.value_descs was always empty in the JS, and display_value | Max Kanat-Alexander | 2011-03-02 | 1 | -19/+3 |
| | | | | | wasn't translating values. r=glob, a=mkanat | ||||
* | Bug 616341: Make "tag" a valid search field in Search.pm, for the new | Max Kanat-Alexander | 2011-03-01 | 1 | -0/+1 |
| | | | | | tagging system r=mkanat, a=mkanat (module owner) | ||||
* | Bug 595410: Make it faster to display a bug that has a lot of dependencies. | Max Kanat-Alexander | 2011-01-03 | 1 | -26/+16 |
| | | | | r=LpSolit, a=LpSolit | ||||
* | Bug 26074 - Ability to limit search by number of Comments | Max Kanat-Alexander | 2010-10-05 | 1 | -0/+1 |
| | | | | r=mkanat, a=mkanat (module owner) | ||||
* | Bug 119703: Create an attachment by pasting it into a text field | Frédéric Buclin | 2010-07-18 | 1 | -1/+0 |
| | | | | r/a=mkanat | ||||
* | Bug 486292: Change the default workflow to UNCONFIRMED, CONFIRMED, | Max Kanat-Alexander | 2010-07-05 | 1 | -1/+1 |
| | | | | | IN_PROGRESS, RESOLVED, VERIFIED. r=LpSolit, a=mkanat | ||||
* | Bug 545766: Figure out what columns can be reported on from the database, | Max Kanat-Alexander | 2010-07-01 | 1 | -0/+3 |
| | | | | | instead of from a static list r=glob, a=mkanat | ||||
* | Bug 556422: Move the existing bug-moving functionality into an extension | Max Kanat-Alexander | 2010-06-18 | 1 | -2/+2 |
| | | | | | called OldBugMove. r=dkl, a=mkanat | ||||
* | Bug 554986: Add a "notmatches" search type, which allows the minus sign | Max Kanat-Alexander | 2010-03-29 | 1 | -0/+1 |
| | | | | | operator to start working for bare words in Quicksearch again r=LpSolit, a=LpSolit | ||||
* | Bug 498309: Speed up show_bug.cgi when there are many comments by caching | Max Kanat-Alexander | 2010-03-13 | 1 | -74/+83 |
| | | | | | field-descs globally for all template calls r=LpSolit, a=LpSolit | ||||
* | Bug 372979: Make voting into an extension | Max Kanat-Alexander | 2010-02-15 | 1 | -1/+0 |
| | | | | r=mkanat, a=mkanat, a=LpSolit | ||||
* | Bug 519142: Replace IF/ELSE statements about bug_status/resolution with just ↵ | mkanat%bugzilla.org | 2009-11-18 | 1 | -0/+1 |
| | | | | | | 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 | ||||
* | Bug 512623: Implement the basic infrastructure for localization of all ↵ | mkanat%bugzilla.org | 2009-09-30 | 1 | -18/+24 |
| | | | | | | custom and standard field values Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit | ||||
* | Bug 512983: Missing comma in field-descs.none.tmpl - Patch by A.A. Shimono ↵ | lpsolit%gmail.com | 2009-09-22 | 1 | -1/+1 |
| | | | | (himorin) <shimono+bug@gmail.com> r=pyrzak r=LpSolit a=LpSolit | ||||
* | post-checkin fix for bug 108243 | lpsolit%gmail.com | 2009-08-19 | 1 | -1/+1 |
| | |||||
* | Bug 108243: Add flags as columns in buglist.cgi - Patch by Frédéric ↵ | lpsolit%gmail.com | 2009-08-18 | 1 | -1/+1 |
| | | | | Buclin <LpSolit@gmail.com> r/a=mkanat | ||||
* | Bug 498318: Speed up field-descs.none.tmpl | mkanat%bugzilla.org | 2009-06-21 | 1 | -5/+1 |
| | | | | Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=bbaetz, a=mkanat | ||||
* | Bug 486056: Should not use raw "Bug" word in the description of ↵ | lpsolit%gmail.com | 2009-04-05 | 1 | -1/+1 |
| | | | | FIELD_TYPE_BUG_ID - Patch by A.A. Shimono (himorin) <shimono@mozilla.gr.jp> r/a=mkanat | ||||
* | Bug 472872: Add a field where people can put the URLs to Bugzilla bugs (from ↵ | mkanat%bugzilla.org | 2009-01-22 | 1 | -1/+4 |
| | | | | | | any Bugzilla installation) Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat | ||||
* | Bug 463002 - Show a description of what you searched for, at the top of ↵ | mkanat%bugzilla.org | 2008-12-06 | 1 | -0/+28 |
| | | | | | | buglist.cgi Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=bbaetz, a=mkanat | ||||
* | Bug 398075: Bugzilla should be able to display the "shutdownhtml" message ↵ | lpsolit%gmail.com | 2008-09-21 | 1 | -4/+6 |
| | | | | even if the SQL server is down - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat | ||||
* | Bug 287334: Ability to add custom "Bug ID" fields | mkanat%bugzilla.org | 2008-08-22 | 1 | -0/+2 |
| | | | | Patch By Elliotte Martin <elliotte_martin@yahoo.com> r=mkanat, a=mkanat | ||||
* | Bug 435570: Let's add all field descriptions in field-descs.none.tmpl to ↵ | lpsolit%gmail.com | 2008-06-03 | 1 | -45/+62 |
| | | | | make them localizable - Patch by Cédric Corazza <cedric.corazza@wanadoo.fr> r/a=LpSolit | ||||
* | Bug 435250: In the "View User Account Log" page, the information in the ↵ | lpsolit%gmail.com | 2008-05-24 | 1 | -1/+2 |
| | | | | "What" column are displayed in English on localized installation - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat | ||||
* | Bug 357324: Date/Time Custom Fields | mkanat%bugzilla.org | 2007-10-24 | 1 | -0/+1 |
| | | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit | ||||
* | Bug 357315: Add the ability to create <textarea> fields | mkanat%bugzilla.org | 2007-09-17 | 1 | -0/+1 |
| | | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit | ||||
* | Bug 287330: Multi-Select Custom Fields | mkanat%bugzilla.org | 2007-09-08 | 1 | -1/+3 |
| | | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit | ||||
* | Bug 392186: Remove version headers from all templates - Patch by GavinS ↵ | lpsolit%gmail.com | 2007-08-20 | 1 | -1/+0 |
| | | | | <bugzilla@chimpychompy.org> r/a=LpSolit | ||||
* | Bug 388165: Remove obsolete $field_descs.groupset - Patch by Frédéric ↵ | lpsolit%gmail.com | 2007-07-20 | 1 | -1/+0 |
| | | | | Buclin <LpSolit@gmail.com> r/a=mkanat | ||||
* | Remove useless and annoying "?" in some field descs, a=mkanat on IRC | lpsolit%gmail.com | 2007-07-14 | 1 | -3/+3 |
| | |||||
* | Bug 377026: Replace all occurences of status_descs.FOO by get_status("FOO") ↵ | lpsolit%gmail.com | 2007-04-10 | 1 | -0/+2 |
| | | | | (next step in supporting custom bug statuses) - Patch by Frédéric Buclin <LpSolit@gmail.com> r=gerv a=LpSolit | ||||
* | Bug 287326: Ability to add custom single-select fields to a bug - Patch by ↵ | lpsolit%gmail.com | 2006-09-09 | 1 | -0/+4 |
| | | | | Frédéric Buclin <LpSolit@gmail.com> and Max Kanat-Alexander <mkanat@bugzilla.org> r=mkanat a=myk | ||||
* | Bug 13534: Remove REMIND and LATER from the default resolution list (only ↵ | lpsolit%gmail.com | 2006-09-04 | 1 | -2/+0 |
| | | | | affects new installations) - Patch by Paul <pdemarco@zoominternet.net> r=LpSolit a=myk | ||||
* | Bug 345381: Cannot add any new field in editvalues.cgi - Patch by Frédéric ↵ | lpsolit%gmail.com | 2006-07-21 | 1 | -3/+3 |
| | | | | Buclin <LpSolit@gmail.com> r=mkanat a=myk | ||||
* | Bug 345104: $field_descs values in field_descs.none.html are overwritten by ↵ | lpsolit%gmail.com | 2006-07-19 | 1 | -1/+1 |
| | | | | values from the DB - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk | ||||
* | Bug 344513: Make plain-text custom fields functional on all pages except ↵ | mkanat%bugzilla.org | 2006-07-18 | 1 | -0/+11 |
| | | | | | | enter_bug.cgi Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk | ||||
* | Bug 94534: Customised resolutions - Patch by Frédéric Buclin ↵ | lpsolit%gmail.com | 2006-07-14 | 1 | -0/+2 |
| | | | | <LpSolit@gmail.com> r=mkanat a=myk | ||||
* | Bug 301664: Hook for field-descs.html.tmpl | mkanat%kerio.com | 2005-08-11 | 1 | -0/+1 |
| | | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=myk |