Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-10-13 | Bug 595682: Always generate PNG images for charts | Frédéric Buclin | 1 | -33/+15 | |
a=LpSolit | |||||
2010-10-12 | Bug 562308: importxml.pl should import each comment separately, rather than ↵ | Frédéric Buclin | 1 | -53/+32 | |
concatenating them all into a single one r=ghendricks a=LpSolit | |||||
2010-10-11 | Bug 550097: checksetup.pl should detect when run via a web server (cgi) and ↵ | Frédéric Buclin | 3 | -1/+35 | |
fail with a sane error r/a=mkanat | |||||
2010-10-11 | Bug 603314 - Unprivileged users cannot create bugs any more. | Marc Schumann | 1 | -1/+1 | |
r/a=LpSolit | |||||
2010-10-09 | Bug 602832: 008filter.t doesn't catch [%~ ~%] correctly | Frédéric Buclin | 1 | -5/+5 | |
r/a=mkanat | |||||
2010-10-07 | Bug 600495: Make the "chfieldto" query parameter work all by itself, again. | Max Kanat-Alexander | 2 | -5/+18 | |
r=mkanat, a=mkanat (module owner) | |||||
2010-10-07 | Fix the xt/search.t test to not have a testfail (orange) result on MySQL. | Max Kanat-Alexander | 1 | -2/+2 | |
(Just some missing "this test is OK" bits for longdescs.count injection tests.) | |||||
2010-10-07 | Bug 602165: Change sql_interval to sql_date_math, in preparation for | Max Kanat-Alexander | 12 | -63/+86 | |
MS-SQL and SQLite support. | |||||
2010-10-05 | Bug 26074 - Ability to limit search by number of Comments | Max Kanat-Alexander | 9 | -11/+81 | |
r=mkanat, a=mkanat (module owner) | |||||
2010-10-05 | Bug 601848: Fix percentage_complete searches for all operators on both MySQL | Max Kanat-Alexander | 4 | -88/+80 | |
and PostgreSQL r=mkanat, a=mkanat (module owner) | |||||
2010-10-05 | s/Extensionn/Extension/ (no bug). | Reed Loden | 1 | -1/+1 | |
[r=mkanat a=mkanat@IRC] | |||||
2010-10-04 | Bug 601519 - Test pronouns (like %user%, %reporter%, etc.) in xt/search.t | Max Kanat-Alexander | 3 | -5/+42 | |
r=mkanat, a=mkanat (module owner) | |||||
2010-10-03 | Bug 601513: In xt/search.t, assure that "---" continues to work for the | Max Kanat-Alexander | 1 | -0/+3 | |
resolution field r=mkanat, a=mkanat (module owner) | |||||
2010-10-03 | Bug 601499 - Make xt/search.t test the email(n)* search query parameters | Max Kanat-Alexander | 2 | -1/+26 | |
r=mkanat, a=mkanat (module owner) | |||||
2010-10-03 | Bug 585031: Searching using the "People" section was only using one of the | Max Kanat-Alexander | 1 | -1/+1 | |
selected checkboxes in each column. r=mkanat, a=mkanat (module owner) | |||||
2010-10-03 | 577720: Use history.replaceState() so that the URL after processing a bug ↵ | Guy Pyrzak | 1 | -0/+12 | |
isn't process_bug.cgi, post_bug.cgi, or attachment.cgi r=mkanat, a=mkanat https://bugzilla.mozilla.org/show_bug.cgi?id=577720 | |||||
2010-10-03 | Bug 65477: Send HTML bugmail | Guy Pyrzak | 6 | -61/+268 | |
r=mkanat, a=mkanat | |||||
2010-10-03 | Bug 601142: useless horizontal scrollbar always visible on show_bug.cgi in ↵ | Guy Pyrzak | 1 | -0/+3 | |
Classic skin r=LpSolit, a=LpSolit | |||||
2010-10-03 | Bug 414509: offer View All (non obsolete) attachments | Guy Pyrzak | 4 | -2/+25 | |
r=LpSolit, a=LpSolit | |||||
2010-10-03 | Bug 601218: Do not display (show) when the CC list is empty | Guy Pyrzak | 1 | -10/+14 | |
r=LpSolit, a=LpSolit | |||||
2010-10-03 | Bug 578267: Fix a few minor UI issues with the new keyword autocomplete changes | Guy Pyrzak | 1 | -1/+0 | |
r=mkanat, a=mkanat | |||||
2010-10-03 | Bug 597762: When filing bugs, the validation messages do not draw enough ↵ | Guy Pyrzak | 1 | -3/+4 | |
attention to themselves r=mkanat, a=mkanat | |||||
2010-10-02 | Bug 601394 - Make xt/search.t test the deadlinefrom and deadline to search | Max Kanat-Alexander | 1 | -1/+8 | |
query parameters r=mkanat, a=mkanat (module owner) | |||||
2010-10-02 | Change the way that the xt/search.t injection tests look for known broken | Max Kanat-Alexander | 1 | -3/+2 | |
tests, so that the Pg tests properly understand that they can't test creation_ts changedafter or changedbefore, *ever*. https://bugzilla.mozilla.org/show_bug.cgi?id=600496 | |||||
2010-10-02 | Bug 601383: Test the chfield* search query parameters in xt/search.t. | Max Kanat-Alexander | 1 | -1/+15 | |
r=mkanat, a=mkanat (module owner) | |||||
2010-10-02 | Bug 600495: Make searching using "chfieldto" actually work again, for finding | Max Kanat-Alexander | 1 | -4/+5 | |
bugs that were also updated after the particular change that's being looked for. r=mkanat, a=mkanat (module owner) | |||||
2010-10-02 | Bug 600496: Make searching on [Bug creation] work again, by implementing | Max Kanat-Alexander | 2 | -22/+17 | |
creation_ts for the changedafter and changedbefore operators in Search.pm. r=mkanat, a=mkanat (module owner) | |||||
2010-10-02 | Bug 601376: Test the __all__, __open__, and __closed__ arguments to | Max Kanat-Alexander | 4 | -7/+44 | |
bug_status in xt/search.t r=mkanat, a=mkanat (module owner) | |||||
2010-10-02 | Bug 601364: Make search.t *actually* do the basic field=value tests | Max Kanat-Alexander | 1 | -9/+6 | |
r=mkanat, a=mkanat (module owner) | |||||
2010-10-02 | Bug 601371: Make bug_status_type work as a search query parameter | Max Kanat-Alexander | 1 | -0/+6 | |
r=mkanat, a=mkanat (module owner) | |||||
2010-10-02 | Make content_type work as a buglist.cgi parameter, for setting the | Max Kanat-Alexander | 1 | -2/+2 | |
search operator for the "content" field. r=mkanat, a=mkanat (module owner) https://bugzilla.mozilla.org/show_bug.cgi?id=601370 | |||||
2010-10-02 | Bug 601364: Make xt/search.t also test the normal field=value search params | Max Kanat-Alexander | 4 | -3/+65 | |
r=mkanat, a=mkanat (module owner) | |||||
2010-10-01 | Bug 600123 - Eliminate Bugzilla::Bug's AUTOLOAD | Max Kanat-Alexander | 1 | -64/+89 | |
r=glob, a=mkanat | |||||
2010-09-30 | Bug 573195: Make Bug.get return all of a bug's standard and custom field | Max Kanat-Alexander | 3 | -67/+283 | |
information r=dkl, a=mkanat | |||||
2010-09-29 | Bug 600475 - Support the 'includeSubDomains' flag as an option for the ↵ | Reed Loden | 3 | -4/+26 | |
'Strict-Transport-Security' advanced option in order to protect subdomains. [r=glob a=mkanat] | |||||
2010-09-28 | Bug 598213: Change the color of the border on the header so that the header | Christian Legnitto | 1 | -3/+3 | |
doesn't look misaligned on gray backgrounds. r=pyrzak, a=mkanat | |||||
2010-09-28 | Bug 597772: Make add_see_also check for undef input | Max Kanat-Alexander | 1 | -0/+5 | |
r=timello, a=mkanat | |||||
2010-09-28 | Change "Bugzilla" to [% terms.Bugzilla %] in admin/params/advanced.html.tmpl. | Max Kanat-Alexander | 1 | -1/+1 | |
https://bugzilla.mozilla.org/show_bug.cgi?id=594990 | |||||
2010-09-28 | Bug 595380: Add a ?mtime string to all of the manually-inserted | Max Kanat-Alexander | 6 | -8/+11 | |
<script src> and <link href> tags in Bugzilla r=glob, a=mkanat | |||||
2010-09-28 | Bug 594990: Make the Strict-Transport-Security HTTP header only be sent | Max Kanat-Alexander | 3 | -2/+23 | |
if a particular parameter is enabled. r=glob, a=mkanat | |||||
2010-09-24 | Bug 598698 - Remove unneeded selectrow_array() call in ↵ | Reed Loden | 1 | -5/+3 | |
Bugzilla::Install::make_admin() [r=mkanat a=mkanat] | |||||
2010-09-23 | Bug 599023: importxml.pl fails if UNCONFIRMED is the single bug status ↵ | Frédéric Buclin | 1 | -1/+1 | |
allowed when reporting a new bug r=ghendricks a=LpSolit | |||||
2010-09-23 | Bug 595712: Return to bug page after login doesn't work with javascript disabled | Frédéric Buclin | 1 | -2/+7 | |
r=ghendricks a=LpSolit | |||||
2010-09-22 | Bug 598147: Can't call method "isa" without a package or object reference | Frédéric Buclin | 1 | -1/+3 | |
r/a=mkanat | |||||
2010-09-21 | Bug 585028: Advanced Shortcut for Priority (P1-5 as search word) broken | Frédéric Buclin | 1 | -12/+29 | |
r/a=mkanat | |||||
2010-09-19 | Remove an incorrect checkin fix in bug 136225 | Frédéric Buclin | 1 | -1/+1 | |
2010-09-19 | Bug 589547: Wrong description for editing a flag | A. Shimono (himorin) | 1 | -2/+2 | |
r/a=LpSolit | |||||
2010-09-19 | Add a missing "FILTER html" in the bug_url_invalid error message. | Max Kanat-Alexander | 1 | -1/+1 | |
https://bugzilla.mozilla.org/show_bug.cgi?id=577835 | |||||
2010-09-19 | Bug 589525: fix typo | A. Shimono (himorin) | 1 | -2/+1 | |
r/a=LpSolit | |||||
2010-09-19 | Bug 593173: Make See Also recognize both "http" and "https" links for local | Max Kanat-Alexander | 1 | -5/+11 | |
bugs as being the same bug. r=timello, a=mkanat |