aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Bug 815026: Bugzilla::Object cache should be cleared when an object is ↵Byron Jones2013-12-171-1/+15
| | | | | | updated or removed from the database r=dkl, a=sgreen
* Bug 651786: Modifying the default user object modifies the DEFAULT_USER constantByron Jones2013-12-171-3/+2
| | | | r=sgreen, a=sgreen
* Bug 905511: When creating a new bug, the version select field is not highlightedFrédéric Buclin2013-12-171-1/+2
| | | | r/a=sgreen
* Bug 947766 - Poorly worded error message when attempting to attach a file ↵Simon Green2013-12-121-1/+2
| | | | | that is too large r=glob, a=sgreen
* Bug 930867: background bugmail generation throws a "Can't store CODE items" ↵Byron Jones2013-12-111-1/+7
| | | | | | error on dep_only changes r=sgreen, a=sgreen
* Bug 942599: Documentation about possible_duplicates() lists 'products' as ↵Frédéric Buclin2013-12-051-2/+5
| | | | | | argument instead of 'product' r/a=glob
* Bug 944583 - sendunsentbugmail.pl has bad SQLSimon Green2013-12-031-4/+3
| | | r=glob, a=sgreen
* Bug 944586 - URLs in the query results are not linksSimon Green2013-12-031-0/+5
| | | r=glob, a=sgreen
* Bug 938596: remove tabsByron Jones2013-12-021-3/+3
|
* Bug 938300: vers_cmp() incorrectly compares module versionsFrédéric Buclin2013-12-026-89/+113
| | | | r=sgreen a=justdave
* Bug 938596 - Add hook for modifying HTTP headers. r=LpSolit.Gervase Markham2013-11-273-9/+53
|
* Fix bustage due to bug 793963. Some very old bugs may have no commentsFrédéric Buclin2013-11-251-1/+2
|
* Fix warning caused by Bug 793963Byron Jones2013-11-251-4/+0
|
* Bug 793963: add the ability to tag comments with arbitrary tagsByron Jones2013-11-2524-38/+1168
| | | | r=dkl, a=glob
* Bug 929345: bug history/activity shouldn't collapse multi-line values to a ↵Byron Jones2013-11-201-1/+1
| | | | | | single line r=LpSolit, a=sgreen
* Bug 939844: Don't cache template filters when arguments are suppliedByron Jones2013-11-191-1/+2
| | | | r=LpSolit, a=glob
* Bug 937180: creation_ts of bugs and attachments always at 0 secondsByron Jones2013-11-184-20/+17
| | | | r=dkl, a=simon
* Bug 97956 - Give summary and URL of bugs added or removed from dependencies ↵Simon Green2013-11-183-20/+61
| | | | | in bugmail r=LpSolit, a=sgreen
* Bug 927900: Kill longdesclengthFrédéric Buclin2013-11-155-27/+7
| | | | r=dkl a=sgreen
* Bug 938161: sql_date_format() method for SQLite has an incorrect default formatFrédéric Buclin2013-11-141-1/+1
| | | | r/a=glob
* Bug 843457: PROJECT environment variable is not honored when mod_perl is enabledFrédéric Buclin2013-11-131-3/+13
| | | | r/a=glob
* Bug 937991 - Fix typo in Bugzilla::Component documentationSimon Green2013-11-131-3/+1
| | | r=glob, a=sgreen
* Bug 916633 - join_activity_entries doesn't reconstitute text with commas ↵Simon Green2013-11-081-2/+3
| | | | | correctly. r=glob, a=sgreen
* Bug 934573 - Date range for Bug.history WebService API methodDave Lawrence2013-11-061-2/+10
| | | | r/a=glob
* Bug 287682: UTF-8 characters are incorrectly displayed in New Charts and ↵Frédéric Buclin2013-11-068-63/+136
| | | | | | graphical reports r=wurblzap a=sgreen
* Bug 931765 - When you enter your login or password wrong, the error message ↵tinajohnson.1234@gmail.com2013-11-053-5/+5
| | | | | | shown "The username or password you entered is not valid" should be edited to "The login or password you entered is not valid" r=dkl,a=sgreen
* Bug 890165 - Buglist for single component should offer "File a new bug in ↵Simon Green2013-11-052-2/+24
| | | | | the XYZ component" instead of "File a new bug in the XYZ product" r=glob, a=glob
* Bug 906191 - Introduce SSL for Bugzilla DB connections for MySQLAlexander Tereschenko2013-11-053-0/+44
| | | r=simon, a=glob
* Bug 523715 - if usetargetmilestone=1, include Target Milestone value in New ↵Sunil Joshi2013-11-051-1/+1
| | | | | Bug emai r=simon, a=glob
* Bug 465678 - userprefs.cgi title should indicate which tab i'm onSunil Joshi2013-11-051-8/+9
| | | r=simon, a=glob
* Bug 451758 - Highlight shared searches in userprefs.cgiSunil Joshi2013-11-052-2/+7
| | | r=glob, a=simon
* Bug 387292 - Advertise the ability to change the email addressSunil Joshi2013-11-051-0/+12
| | | r=glob, a=simon
* Bug 933485 - Uncaught bugword in bug entry template.Marc Schumann2013-11-041-1/+1
| | | | r=LpSolit; a=glob
* Bug 933353 - UNCONFIRMED hardcoded in product list.Marc Schumann2013-11-041-1/+2
| | | | r=LpSolit; a=glob
* Bug 926952: Possible race conditions when editing or deleting a milestone or ↵Frédéric Buclin2013-11-042-3/+14
| | | | | | a version r/a=glob
* Bug 933736 - names are no longer links in html bugmail with background ↵Dave Lawrence2013-11-041-2/+2
| | | | | | bugmail generation r/a=glob
* Bug 933274 - Uncaught bugword in ↵Marc Schumann2013-11-041-1/+1
| | | | | | template/en/default/admin/params/auth.html.tmpl. r=dkl; a=sgreen
* Bug 927497 - "Add me to CC list" feature of bug creation screen gives token ↵Dave Lawrence2013-10-291-10/+18
| | | | | | error r=LpSolit,a=glob
* Bug 863745: Enable multi-select fields in reportsPami Ketolainen2013-10-295-36/+87
| | | | r=LpSolit a=glob
* Bug 930870: With Pod::Coverage 0.23, t/011pod.t fails if a module is not ↵Frédéric Buclin2013-10-281-2/+2
| | | | | | installed r/a=glob
* Bug 919314: Do not list the target milestone in bugmail headers when ↵Sunil Joshi2013-10-281-0/+2
| | | | | | usetargetmilestone is off r=LpSolit a=glob
* Bug 929575: t/001compile.t fails if Test::Taint is not installedFrédéric Buclin2013-10-281-1/+2
| | | | r=dkl a=glob
* Bug 928410 - Bug.get should return detail about cc list members similar to ↵Dave Lawrence2013-10-281-0/+6
| | | | | | assigned_to, creator and qa_contact r=gerv,a=glob
* Bug 928092: Add OS detection for Windows 8.1Frédéric Buclin2013-10-251-0/+1
| | | | r=justdave a=glob
* Bug 930013: fall back to the bug's current delta_ts when validating a token ↵Byron Jones2013-10-241-1/+1
| | | | | | if one is not provided to process_bug.cgi r=dkl,a=glob
* Bug 926232 - CSS style ".bz_status_UNCONFIRMED" is not applied due to typo.Andre Klapper2013-10-211-1/+1
| | | | r=Wurblzap; a=glob
* Bump version post-releaseDave Lawrence2013-10-171-1/+1
|
* Bug 927736: "invalid token" error if someone else changes the CC list while ↵Byron Jones2013-10-171-2/+2
| | | | | | viewing a bug r/a=LpSolit
* Bug 927570: mid-air conflict fails to check all changed fieldsByron Jones2013-10-171-2/+4
| | | | r=dkl, a=simon
* Bump version to 4.5.1Dave Lawrence2013-10-162-4/+4
|