summaryrefslogtreecommitdiffstats
path: root/Bugzilla
AgeCommit message (Collapse)AuthorFilesLines
2012-10-04Bug 788098: Queries involving group substitution crash when ↵Frédéric Buclin2-6/+14
usevisibilitygroups is enabled r=dkl a=LpSolit
2012-10-04Bug 794125: Make User.get ignore duplicate groups for membership look upsKoosha Khajeh Moogahi1-3/+5
r=glob, a=LpSolit
2012-09-30Remove the Contributors section from POD, we don't have it anywhere elseFrédéric Buclin2-65/+4
2012-09-21Bug 694755: Add Classification API to WebServices (implement ↵Koosha Khajeh Moogahi2-5/+205
Classification.get()) r/a=LpSolit
2012-09-19Bug 308709: Misleading confirmation when entering an invalid sort key for a ↵Sunil Joshi1-1/+1
field value r/a=LpSolit
2012-09-19Bug 445861: $component->default_qa_contact should not return the default ↵Koosha Khajeh Moogahi3-11/+12
user object when no default QA contact is defined r/a=LpSolit
2012-09-14Update POD to fix bustage in Perl 5.16.1Frédéric Buclin2-0/+7
r=runtests.pl
2012-09-13Bug 783794: Bugzilla::User->visible_bugs should validate input dataFrédéric Buclin1-0/+8
r=glob a=LpSolit
2012-09-05Bug 749540: Avoid database deadlocks when deleting recent searchesByron Jones1-6/+7
r=dkl, a=LpSolit
2012-09-04Bug 783866: Add support to call Bugzilla::Milestone->check({ id => $id })Koosha Khajeh Moogahi1-4/+6
r/a=LpSolit
2012-09-04Bug 779799: Add support to call Bugzilla::Version->check({ id => $id })Koosha Khajeh Moogahi1-3/+5
r/a=LpSolit
2012-09-04Bug 787687: SQLite doesn't support CHAR_LENGTH nativelyFrédéric Buclin1-0/+1
r=wicked a=LpSolit
2012-09-03Bug 781075 - Add WebService support for accessing a user's saved reportsReed Loden1-9/+41
[r=LpSolit a=LpSolit]
2012-09-01Bug 787529: Use |use 5.10.1| everywhereFrédéric Buclin127-65/+291
r=wicked a=LpSolit
2012-08-31Bug 785729 - Webservice Bug.fields (_legal_field_values) should return ↵Frank Becker1-0/+9
isactive for versions, components and milestones r=dkl, a=LpSolit
2012-08-31Bug 783222 - Make set_all() throw error on invalid param names1-0/+5
r/a=LpSolit
2012-08-31Bug 655477: Bugzilla now requires Perl 5.10.1Frédéric Buclin4-47/+7
r=mkanat a=LpSolit
2012-08-31Branch for 4.4 created. Trunk is now 4.5Frédéric Buclin1-1/+1
2012-08-30Bumped version post-releaseDave Lawrence1-1/+1
2012-08-30Bump version to 4.3.3Dave Lawrence1-1/+1
2012-08-30Bug 785470: (CVE-2012-3981) [SECURITY] Missing escaping of the username can ↵Reed Loden1-0/+2
lead to LDAP injection r/a=LpSolit
2012-08-30Bug 731156: [Oracle] Adding or removing a DB column does not handle SERIAL ↵Frédéric Buclin2-29/+97
correctly r=dkl a=LpSolit
2012-08-29Bug 772620: Ignore empty strings in the CC listFrédéric Buclin1-0/+2
r=dkl a=LpSolit
2012-08-29Bug 782856: Remove the obsolete BEGIN block in Bugzilla/CGI.pmFrédéric Buclin1-9/+0
r=glob a=LpSolit
2012-08-29Fix more bustage caused by Bug 772953Byron Jones1-4/+6
2012-08-29Fix bustage caused by Bug 772953Byron Jones1-1/+4
2012-08-28Bug 772953: Remove the token from buglist urlsByron Jones1-0/+5
r=dkl, a=LpSolit
2012-08-26Bug 559539: [Oracle] whine.pl sets run_next incorrectly due to CURRENT_DATEDavid Taylor1-0/+6
r/a=LpSolit
2012-08-21Bug 779747: The "Browse" link in the page header/footer doesn't sort ↵Frédéric Buclin1-1/+51
products by classification r=dkl a=LpSolit
2012-08-21Bug 783786: PostgreSQL databases can be created with the wrong encodingFrédéric Buclin1-0/+10
r=dkl a=LpSolit
2012-08-20Bug 698068: The "There is no saved search named ..." page has a "forget" linkFrédéric Buclin1-1/+1
r=glob a=LpSolit
2012-08-19Bug 783879: Sub-optimal SQL query when displaying tags in buglistsFrédéric Buclin1-1/+1
r=wicked a=LpSolit
2012-08-18Bug 610581: The Bug.fields method doesn't include available bug statuses ↵Frank Becker2-2/+7
when creating a new bug r/a=LpSolit
2012-08-18Forgot to remove some codeFrédéric Buclin1-3/+0
2012-08-18Bug 697224: User.get should return a list of all your saved searchesKoosha Khajeh Moogahi1-28/+63
r/a=LpSolit
2012-08-18Include missing newlineFrédéric Buclin1-0/+1
2012-08-18Bug 187753: Specify a maximum length for quips (512 characters)Koosha Khajeh Moogahi3-3/+28
r/a=LpSolit
2012-08-17Bug 783386: Removing PATH_INFO prevents Bugzilla from working correctly with IISFrédéric Buclin1-2/+9
r=dkl a=LpSolit
2012-08-15Bug 771100: Unable to attach a file to a bug with perl 5.16Frédéric Buclin1-1/+1
r=dkl a=LpSolit
2012-08-10Bug 779088 - Allow extensions to whitelist PATH_INFODave Lawrence2-3/+25
r/a=LpSolit
2012-08-10Backout bug 679224Frédéric Buclin1-43/+0
2012-08-09Bug 756550: Do not link a bug alias with its bug ID for bugs you cannot seeFrédéric Buclin2-18/+24
r=glob a=LpSolit
2012-08-08Bug 778631: use a persistent Template::Provider to avoid recompiling ↵Byron Jones1-0/+14
templates between page loads on mod_perl r=dkl, a=LpSolit
2012-08-07Bug 319598: Add support for saved tabular and graphical reportsJulien Heyman3-0/+181
r/a=LpSolit
2012-08-07Backing out Bug 778631 due to breakageByron Jones1-10/+0
2012-08-07Bug 780683: Tags are duplicated in buglists if a search criteria involves a ↵Frédéric Buclin1-1/+1
user field external to the 'bugs' table r=dkl a=LpSolit
2012-08-07Bug 778631: use a persistent Template::Provider to avoid recompiling ↵Byron Jones1-0/+10
templates between page loads on mod_perl r=dkl, a=LpSolit
2012-08-07Bug 779709: Don't allow searching on changes to private attachments or commentsSImon Green1-3/+36
r=glob, a=LpSolit
2012-08-03Bug 682317 - Bug.create is incorrectly documented as ignoring invalid ↵Koosha Khajeh Moogahi1-2/+3
fields; it should say it produces an error r=dkl, a=LpSolit
2012-08-03Bug 780028: Oracle crashes if a column listed in ORDER BY appears twice in ↵Frédéric Buclin1-4/+13
SELECT r=glob a=LpSolit