aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla
Commit message (Collapse)AuthorAgeFilesLines
...
* Bug 749540: Avoid database deadlocks when deleting recent searchesByron Jones2012-09-051-6/+7
| | | | r=dkl, a=LpSolit
* Bug 783866: Add support to call Bugzilla::Milestone->check({ id => $id })Koosha Khajeh Moogahi2012-09-041-4/+6
| | | | r/a=LpSolit
* Bug 779799: Add support to call Bugzilla::Version->check({ id => $id })Koosha Khajeh Moogahi2012-09-041-3/+5
| | | | r/a=LpSolit
* Bug 787687: SQLite doesn't support CHAR_LENGTH nativelyFrédéric Buclin2012-09-041-0/+1
| | | | r=wicked a=LpSolit
* Bug 781075 - Add WebService support for accessing a user's saved reportsReed Loden2012-09-031-9/+41
| | | | [r=LpSolit a=LpSolit]
* Bug 787529: Use |use 5.10.1| everywhereFrédéric Buclin2012-09-01127-65/+291
| | | | r=wicked a=LpSolit
* Bug 785729 - Webservice Bug.fields (_legal_field_values) should return ↵Frank Becker2012-08-311-0/+9
| | | | | | isactive for versions, components and milestones r=dkl, a=LpSolit
* Bug 783222 - Make set_all() throw error on invalid param names2012-08-311-0/+5
| | | | r/a=LpSolit
* Bug 655477: Bugzilla now requires Perl 5.10.1Frédéric Buclin2012-08-314-47/+7
| | | | r=mkanat a=LpSolit
* Branch for 4.4 created. Trunk is now 4.5Frédéric Buclin2012-08-311-1/+1
|
* Bumped version post-releaseDave Lawrence2012-08-301-1/+1
|
* Bump version to 4.3.3Dave Lawrence2012-08-301-1/+1
|
* Bug 785470: (CVE-2012-3981) [SECURITY] Missing escaping of the username can ↵Reed Loden2012-08-301-0/+2
| | | | | | lead to LDAP injection r/a=LpSolit
* Bug 731156: [Oracle] Adding or removing a DB column does not handle SERIAL ↵Frédéric Buclin2012-08-302-29/+97
| | | | | | correctly r=dkl a=LpSolit
* Bug 772620: Ignore empty strings in the CC listFrédéric Buclin2012-08-291-0/+2
| | | | r=dkl a=LpSolit
* Bug 782856: Remove the obsolete BEGIN block in Bugzilla/CGI.pmFrédéric Buclin2012-08-291-9/+0
| | | | r=glob a=LpSolit
* Fix more bustage caused by Bug 772953Byron Jones2012-08-291-4/+6
|
* Fix bustage caused by Bug 772953Byron Jones2012-08-291-1/+4
|
* Bug 772953: Remove the token from buglist urlsByron Jones2012-08-281-0/+5
| | | | r=dkl, a=LpSolit
* Bug 559539: [Oracle] whine.pl sets run_next incorrectly due to CURRENT_DATEDavid Taylor2012-08-261-0/+6
| | | | r/a=LpSolit
* Bug 779747: The "Browse" link in the page header/footer doesn't sort ↵Frédéric Buclin2012-08-211-1/+51
| | | | | | products by classification r=dkl a=LpSolit
* Bug 783786: PostgreSQL databases can be created with the wrong encodingFrédéric Buclin2012-08-211-0/+10
| | | | r=dkl a=LpSolit
* Bug 698068: The "There is no saved search named ..." page has a "forget" linkFrédéric Buclin2012-08-201-1/+1
| | | | r=glob a=LpSolit
* Bug 783879: Sub-optimal SQL query when displaying tags in buglistsFrédéric Buclin2012-08-191-1/+1
| | | | r=wicked a=LpSolit
* Bug 610581: The Bug.fields method doesn't include available bug statuses ↵Frank Becker2012-08-182-2/+7
| | | | | | when creating a new bug r/a=LpSolit
* Forgot to remove some codeFrédéric Buclin2012-08-181-3/+0
|
* Bug 697224: User.get should return a list of all your saved searchesKoosha Khajeh Moogahi2012-08-181-28/+63
| | | | r/a=LpSolit
* Include missing newlineFrédéric Buclin2012-08-181-0/+1
|
* Bug 187753: Specify a maximum length for quips (512 characters)Koosha Khajeh Moogahi2012-08-183-3/+28
| | | | r/a=LpSolit
* 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 779088 - Allow extensions to whitelist PATH_INFODave Lawrence2012-08-102-3/+25
| | | | r/a=LpSolit
* Backout bug 679224Frédéric Buclin2012-08-101-43/+0
|
* Bug 756550: Do not link a bug alias with its bug ID for bugs you cannot seeFrédéric Buclin2012-08-092-18/+24
| | | | 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 319598: Add support for saved tabular and graphical reportsJulien Heyman2012-08-073-0/+181
| | | | r/a=LpSolit
* 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 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 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-301-8/+6
| | | | [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