aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Bug 783386: Removing PATH_INFO prevents Bugzilla from working correctly with IISFrédéric Buclin2012-08-171-2/+9
| | | | r=dkl a=LpSolit
* Bug 771100: Unable to attach a file to a bug with perl 5.16Frédéric Buclin2012-08-151-1/+1
| | | | r=dkl a=LpSolit
* Bug 781059 part 2: -moz-border-radius is obsolete and must be replaced by ↵Frédéric Buclin2012-08-121-1/+1
| | | | the standard border-radius CSS property
* Fix bustageFrédéric Buclin2012-08-121-1/+0
|
* Bug 746947: Determine the size of the images dynamically for graphical reportsFrédéric Buclin2012-08-124-72/+64
| | | | r=dkl a=LpSolit
* Bug 779088 - Allow extensions to whitelist PATH_INFODave Lawrence2012-08-103-55/+83
| | | | r/a=LpSolit
* Backout bug 679224Frédéric Buclin2012-08-101-43/+0
|
* Bug 557183: In config.cgi, specify if fields controlled by a parameter are ↵Frank Becker2012-08-092-0/+15
| | | | | | enabled or disabled r/a=LpSolit
* Bug 756550: Do not link a bug alias with its bug ID for bugs you cannot seeFrédéric Buclin2012-08-095-33/+44
| | | | r=glob a=LpSolit
* Bug 778631: use a persistent Template::Provider to avoid recompiling ↵Byron Jones2012-08-081-0/+14
| | | | | | templates between page loads on mod_perl r=dkl, a=LpSolit
* Bug 781059: -moz-border-radius is obsolete and must be replaced by the ↵Frédéric Buclin2012-08-082-10/+10
| | | | | | standard border-radius CSS property r=reed a=LpSolit
* Bug 319598: Add support for saved tabular and graphical reportsJulien Heyman2012-08-078-13/+289
| | | | r/a=LpSolit
* HTML pages no longer passed HTML4 validation due to a duplicated ID, see bug ↵Frédéric Buclin2012-08-071-2/+2
| | | | 730670
* Backing out Bug 778631 due to breakageByron Jones2012-08-071-10/+0
|
* Bug 780683: Tags are duplicated in buglists if a search criteria involves a ↵Frédéric Buclin2012-08-071-1/+1
| | | | | | user field external to the 'bugs' table r=dkl a=LpSolit
* Bug 778631: use a persistent Template::Provider to avoid recompiling ↵Byron Jones2012-08-071-0/+10
| | | | | | templates between page loads on mod_perl r=dkl, a=LpSolit
* Bug 779709: Don't allow searching on changes to private attachments or commentsSImon Green2012-08-071-3/+36
| | | | r=glob, a=LpSolit
* Bug 706271: CSRF vulnerability in token.cgi allows possible unauthorized ↵Frédéric Buclin2012-08-063-3/+10
| | | | | | password reset e-mail request r=reed a=LpSolit
* Bug 682317 - Bug.create is incorrectly documented as ignoring invalid ↵Koosha Khajeh Moogahi2012-08-031-2/+3
| | | | | | fields; it should say it produces an error r=dkl, a=LpSolit
* Bug 780028: Oracle crashes if a column listed in ORDER BY appears twice in ↵Frédéric Buclin2012-08-031-4/+13
| | | | | | SELECT r=glob a=LpSolit
* Bug 756953 - Dependencies table should have unique index so that duplicate ↵Dave Lawrence2012-08-022-1/+30
| | | | | | entries are blocked r/a=LpSolit
* Bug 759413 - Use "cannot" instead of "can not".Matt Selsky2012-08-038-15/+15
| | | | r=Wurblzap, a=LpSolit
* Bug 779600: Hide flag types you cannot request nor set instead of leaving ↵Frédéric Buclin2012-08-011-3/+1
| | | | | | them as disabled r=dkl a=LpSolit
* Bug 581538 - Hide (instead of showing as disabled) flags that aren't ↵Dave Lawrence2012-08-011-2/+2
| | | | | | available for a specific component on enter_bug.cgi Forgot to add periods at the end of the comments.
* Bug 581538 - Hide (instead of showing as disabled) flags that aren't ↵Dave Lawrence2012-08-011-23/+24
| | | | | | available for a specific component on enter_bug.cgi r/a=LpSolit
* Bug 779061: Fix inconsistency between create group documentation and UISImon Green2012-08-011-4/+11
| | | | r=glob, a=LpSolit
* Slight change in comment wording.Reed Loden2012-07-311-1/+1
| | | https://bugzilla.mozilla.org/show_bug.cgi?id=625437
* Bug 625437 - Use 'Importance' / 'X-Priority' headers in incoming mail to ↵Reed Loden2012-07-311-0/+25
| | | | | | influence bug's initial priority [r=LpSolit a=LpSolit]
* Bug 684171 - add a "(take)" link to the QA Contact fieldDave Lawrence2012-07-312-19/+24
| | | | r/a=LpSolit
* Bug 765189: No longer use an absolute URL in the login formKoosha Khajeh Moogahi2012-07-311-2/+0
| | | | r/a=LpSolit
* Bug 768573: bug/field.html.tmpl overrides the 'hidden' variable, causing ↵Frédéric Buclin2012-07-311-7/+7
| | | | | | some field labels to be hidden by accident r=glob a=LpSolit
* Bug 776982 - Increase longdescs primary key size to INTSERIAL for future growthDave Lawrence2012-07-312-4/+17
| | | | r/a=LpSolit
* Bug 778674: Throw an error in Product.get() if required params are not passedKoosha Khajeh Moogahi2012-07-311-1/+6
| | | | r/a=LpSolit
* Bug 733094: Do not populate $clause if there is no dataFrédéric Buclin2012-07-311-10/+14
| | | | r=dkl a=LpSolit
* Bug 775056 - Add prefix to filter() and filter_wants()Frank Becker2012-07-311-5/+14
| | | | r=dkl, a=LpSolit
* Bug 778226 - Add Mac OS 10.8 Mountain Lion detectionMatt Selsky2012-07-301-0/+1
| | | | r=timeless, a=LpSolit
* Bug 767623 - Use HMAC to generate tokens and sensitive graph filenamesReed Loden2012-07-302-16/+12
| | | | [r=LpSolit a=LpSolit]
* Bug 498890: Bugzilla::User::Setting doesn't need to sort DB resultsKoosha Khajeh Moogahi2012-07-301-15/+10
| | | | r/a=LpSolit
* Backout bug 768573Frédéric Buclin2012-07-294-6/+6
|
* Bump the version post-releaseFrédéric Buclin2012-07-271-1/+1
|
* Bump version to 4.3.2Dave Lawrence2012-07-262-3/+3
|
* Bug 777398: (CVE-2012-1968) [SECURITY] HTML bugmail exposes information ↵Frédéric Buclin2012-07-263-24/+35
| | | | | | about restricted bugs r=glob a=LpSolit
* Bug 774625 - describecomponents.cgi - product category listing is not sortedMarkus Kolb2012-07-261-1/+1
| | | | r=dkl, a=LpSolit
* Bug 777555: Release notes for Bugzilla 4.2.2Frédéric Buclin2012-07-261-0/+42
| | | | r=dkl a=LpSolit
* Bug 776103 - Syntax error in Bugzilla::User::Setting API docKoosha Khajeh Moogahi2012-07-251-2/+2
| | | | r/a=LpSolit
* Bug 776972 - Increase bugs_activity primary key size to INTSERIAL for future ↵Dave Lawrence2012-07-252-2/+7
| | | | | | growth r/a=LpSolit
* Bug 697224 - Add methods to get a user's saved searches to the WebService ↵Koosha Khajeh Moogahi2012-07-241-0/+43
| | | | | | (new "User.saved_searches" or add to User.get) r=dkl, a=LpSolit
* Bug 520434 - Inconsistent naming of time fields (creation_time vs time)Koosha Khajeh Moogahi2012-07-241-0/+10
| | | | r=dkl, a=LpSolit
* Bug 412054: Say "deny login" instead of "disable" in User Accounts admin UIMatt Selsky2012-07-244-12/+12
| | | | r=gerv a=LpSolit
* Fix typo in a commentFrédéric Buclin2012-07-241-1/+1
|