Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-03-02 | Bug 956190 (part 1): Merge index.css and page.css with global.css | Frédéric Buclin | 11 | -255/+219 | |
r/a=justdave | |||||
2014-02-28 | Bug 863093: The usermatchmode parameter no longer exists. The POD for ↵ | Frédéric Buclin | 1 | -3/+0 | |
User.get must be fixed accordingly r=dkl a=justdave | |||||
2014-02-28 | Bug 536171: Large Text Box should have maxlength and wrap => 1 in buglists | Lalit Khattar | 1 | -3/+7 | |
r=LpSolit a=justdave | |||||
2014-02-28 | Bug 975112 - Add the "Preview" mode for "Optional Comment" in the Create New ↵ | Dave Lawrence | 2 | -14/+11 | |
Attachement page r=glob,a=justdave | |||||
2014-02-27 | Bug 947823: Replace gender-specific pronouns with gender-neutral pronouns | Charlie Somerville | 35 | -82/+82 | |
r=gerv a=justdave | |||||
2014-02-27 | Bug 893595: The pink colour of private comment will turn to white after ↵ | Dave Miller | 3 | -1/+14 | |
refreshing the page r/a=justdave | |||||
2014-02-26 | Bug 466178 - Add an INTEGER custom field type | Simon Green | 6 | -3/+39 | |
r=glob, a=justdave | |||||
2014-02-26 | Bug 976796 - Spelling mistakes in Bugzilla/WebService/Bug.pm | Matt Tyson | 1 | -7/+7 | |
r=dkl,a=glob | |||||
2014-02-26 | Remove "Unicode non-character 0xfdd0 is illegal for interchange" warnings ↵ | Frédéric Buclin | 3 | -10/+20 | |
thrown by Perl 5.10.1 and 5.12, see bug 405011 r=gerv | |||||
2014-02-25 | Bug 972881 - Add hooks to Bugzilla/WebService/Server/REST.pm to allow for ↵ | Dave Lawrence | 4 | -3/+150 | |
extensions to extend and alter REST data r=glob,a=justdave | |||||
2014-02-25 | Bug 962060 - User.get ignores the "maxusermatches" parameter and allows ↵ | Dave Lawrence | 1 | -6/+22 | |
listing all email addresses r=LpSolit,a=justdave | |||||
2014-02-25 | Bug 405011: Text is cut off when containing Unicode supplementary characters ↵ | Frédéric Buclin | 3 | -3/+36 | |
(outside BMP) with MySQL as backend r=gerv a=justdave | |||||
2014-02-25 | Bug 967883: modify_keywords() shouldn't throw an error when an unprivileged ↵ | Frédéric Buclin | 2 | -20/+18 | |
user doesn't alter the keywords list r=gerv a=justdave | |||||
2014-02-25 | Bug 975204: Comment Preview tabs broken in New bug page | Byron Jones | 2 | -5/+8 | |
r=gerv, a=justdave | |||||
2014-02-25 | Bug 963120 - allow extensions to document themselves, and build result into ↵ | Gervase Markham | 7 | -3/+81 | |
docs. r=LpSolit, a=justdave. | |||||
2014-02-24 | Bug 975896: Bugzilla crashes when editing a flag type which is not ↵ | Frédéric Buclin | 3 | -17/+21 | |
specifically requestable r/a=glob | |||||
2014-02-19 | Bug 944543 - Create after_comment_commit_button hook in upstream | Andre Klapper | 1 | -0/+2 | |
r=dkl,a=justdave | |||||
2014-02-18 | Bug 972465 - Update all REST documentation to prepend /rest/ to the examples ↵ | Dave Lawrence | 6 | -40/+40 | |
to match mod_rewrite example r/a=glob | |||||
2014-02-17 | Fix bad or_groups SQL for determining if a user can see a product. ↵ | Gervase Markham | 1 | -20/+18 | |
r=LpSolit, a=justdave. https://bugzilla.mozilla.org/show_bug.cgi?id=970228 | |||||
2014-02-15 | Bug 966676: The 'sudo' cookie should not be accessible from JavaScript | Frédéric Buclin | 1 | -3/+10 | |
r=dkl a=justdave | |||||
2014-02-15 | Bug 972451: The "Confirm Changes" button in the "Suspicious Action" page ↵ | Frédéric Buclin | 1 | -1/+1 | |
appears on the right of the error message with wide screens r=gerv a=justdave | |||||
2014-02-15 | Bug 970283: Bump URI version to 1.55 to correctly escape single quotes in URLs | Frédéric Buclin | 3 | -11/+3 | |
r=dkl a=justdave | |||||
2014-02-13 | Bug 40896: Bugzilla needs a "preview" mode for comments | Byron Jones | 6 | -6/+214 | |
r=gerv, a=justdave | |||||
2014-02-12 | Update .bzrignore to remove docs/en/latex directory and add docs/en/pdf/ ↵ | Gervase Markham | 1 | -2/+1 | |
directory. r=LpSolit; a=justdave. https://bugzilla.mozilla.org/show_bug.cgi?id=968788 | |||||
2014-02-12 | Bug 969881: All "Help" links in the header and footer of pages point to ↵ | Frédéric Buclin | 47 | -58/+61 | |
inexistent files r=gerv a=justdave | |||||
2014-02-11 | Bug 970184: "possible duplicates" shouldn't truncate words at the first ↵ | Byron Jones | 1 | -2/+4 | |
non-word character r=dkl, a=glob | |||||
2014-02-10 | Bug 926085: Forbird single quotes to delimit URLs (no <a href='...'>) | Frédéric Buclin | 1 | -1/+15 | |
r=dkl a=glob | |||||
2014-02-10 | makedocs.pl should remove docs/en/doctrees after reST build is complete. ↵ | Gervase Markham | 1 | -0/+2 | |
r=LpSolit, a=justdave. https://bugzilla.mozilla.org/show_bug.cgi?id=964540 | |||||
2014-02-10 | Fix problem of variables not being replaced in RTD documentation by removing ↵ | Gervase Markham | 6 | -213/+39 | |
references to them. r=LpSolit, a=justdave. https://bugzilla.mozilla.org/show_bug.cgi?id=964849 | |||||
2014-02-10 | Rename random stuff.css to bugzilla.css and start using it for HTML output. ↵ | Gervase Markham | 2 | -0/+2 | |
r=LpSolit, a=justdave. https://bugzilla.mozilla.org/show_bug.cgi?id=968790 | |||||
2014-02-10 | Bug 961789: large dependency trees with lots of resolved bugs are very slow ↵ | Byron Jones | 2 | -14/+19 | |
to load r=LpSolit, a=justdave | |||||
2014-02-07 | Clarify "delete groups" warning for groups on products. r=LpSolit, a=justdave. | Gervase Markham | 1 | -1/+2 | |
https://bugzilla.mozilla.org/show_bug.cgi?id=951699 | |||||
2014-02-06 | Bug 967607: User.get shouldn't load data that requires extra database ↵ | Byron Jones | 1 | -11/+21 | |
queries unless required r=dkl, a=justdave | |||||
2014-02-05 | Bug 966277 - Bugzilla native REST API should default to application/json if ↵ | Dave Lawrence | 2 | -3/+10 | |
no Accept header was set r=dkl,a=justdave | |||||
2014-01-31 | Bug 956233: enable USE_MEMCACHE on most objects | Byron Jones | 23 | -24/+130 | |
r=dkl, a=glob | |||||
2014-01-29 | [Bug 965193] Generate PDFs in pdf/ directory always (not latex/ directory). ↵ | Gervase Markham | 1 | -4/+4 | |
r=LpSolit, a=justdave. | |||||
2014-01-29 | Bug 898920 - Allow Savane (e.g. Savannah) See Also URLs | Simon Green | 1 | -0/+38 | |
r=justdave, a=justdave | |||||
2014-01-29 | Bug 898920 - Allow Savane (e.g. Savannah) See Also URLs | Simon Green | 2 | -0/+2 | |
r=justdave, a=justdave | |||||
2014-01-29 | Bug 963145 - conf.py should read Bugzilla version from its canonical ↵ | Gervase Markham | 1 | -3/+14 | |
location. r=glob, a=justdave | |||||
2014-01-28 | Revert accidential change in the fix for Bug 76498 | Byron Jones | 1 | -3/+3 | |
2014-01-28 | Bumped version post-release | Dave Lawrence | 1 | -1/+1 | |
2014-01-27 | Fix year in the documentation | Frédéric Buclin | 2 | -2/+2 | |
2014-01-27 | Bump version to 4.5.2 | Dave Lawrence | 1 | -2/+2 | |
2014-01-27 | Bump version to 4.5.2 | Dave Lawrence | 1 | -1/+1 | |
2014-01-27 | Fix bustage in Perl 5.10 and 5.12 | Frédéric Buclin | 1 | -1/+1 | |
https://bugzilla.mozilla.org/show_bug.cgi?id=76498 | |||||
2014-01-27 | Bug 76498: QuickSearch: support comparison operators other than substring | Byron Jones | 2 | -5/+65 | |
r=LpSolit a=justdave | |||||
2014-01-27 | Bug 964113: Digest::SHA 5.82 and newer always croak on wide characters, ↵ | Frédéric Buclin | 2 | -0/+7 | |
preventing saved searched from being displayed r=dkl a=justdave | |||||
2014-01-27 | Bug 964294 - Require version 1.0 or greater of Sphinx to build docs. ↵ | Gervase Markham | 1 | -1/+1 | |
r=LpSolit, a=justdave. | |||||
2014-01-27 | Bug 961654 - Fix Landfill bugzilla-tip links in new reST docs. r=LpSolit, ↵ | Gervase Markham | 3 | -12/+10 | |
a=justdave. | |||||
2014-01-27 | Bug 960969 - Write documentation style guide. r=LpSolit, a=justdave. | Gervase Markham | 1 | -0/+101 | |