summaryrefslogtreecommitdiffstats
path: root/Bugzilla
AgeCommit message (Collapse)AuthorFilesLines
2013-01-16Bug 819432: Execute queries in two steps to improve performanceFrédéric Buclin1-5/+175
r=dkl a=LpSolit
2013-01-14Bug 829939: Only build default_authorizer on requestFrédéric Buclin1-1/+1
r=glob a=LpSolit
2013-01-14Bug 829709: Do not load CSS files from all skins by defaultFrédéric Buclin1-36/+13
r=dkl a=LpSolit
2013-01-14Bug 829852: Requirements.pm no longer uses SafeFrédéric Buclin1-1/+0
r=glob a=LpSolit
2013-01-12Bug 787668 #2: Use |use parent| instead of |use base|Frédéric Buclin1-1/+1
2013-01-07Bug 824361: Add an index on (bug_id, work_time) in the longdescs table to ↵Frédéric Buclin2-1/+13
improve performance r=dkl a=LpSolit
2013-01-07Bug 825718: Fix Bugzilla::Bug->check() wrt caching mechanismByron Jones1-5/+7
r=LpSolit,r=LpSolit
2013-01-06Bug 826678: Disable warnings about the deprecated Return::Value module when ↵Frédéric Buclin3-0/+19
loading Email::Send r=wicked a=LpSolit
2013-01-03Bug 824262: Querying for strings in comments is now ultra slowFrédéric Buclin1-7/+18
r=glob a=LpSolit
2013-01-02Fix bustage due to bug 801664Frédéric Buclin1-3/+3
2013-01-02Bug 801664 - Add DATE type for custom fields. r=LpSolit.Gervase Markham10-13/+50
2013-01-02Bug 413851 - add CSV output option to request lists. r=LpSolit.Gervase Markham1-0/+25
2013-01-02Bug 817486: fix _sync_fulltext to avoid always updating bugs_fulltext.short_descByron Jones3-22/+41
r=LpSolit,a=LpSolit
2013-01-02Bug 822547: Make jobqueue.pl clear the request cache before sending each mailByron Jones1-0/+7
r=dkl,a=LpSolit
2013-01-02Bug 825431: List::MoreUtils older than 0.27_04 leaks memory when using part()Frédéric Buclin1-1/+2
r=glob a=LpSolit
2013-01-02Bug 415658: Allow apostrophes in email addressesHugo Seabrook1-1/+1
r/a=LpSolit
2012-12-31Bug 785283 - Support increased values for PASSWORD_SALT_LENGTH without ↵Reed Loden4-8/+55
breaking compat with old hashes [r=LpSolit a=LpSolit]
2012-12-29Bug 804343: Implement autolinkification for a list of comment idsKoosha Khajeh Moogahi1-1/+15
r/a=LpSolit
2012-12-25Bug 824644: Typo in code comment: request_cahceOlav Vitters1-1/+1
r=LpSolit, a=LpSolit
2012-12-19Bug 819330: Bugzilla crashes when cloning a bug if the CC list is emptyFrédéric Buclin2-3/+1
r=dkl a=LpSolit
2012-12-19Bug 815532: Add caching for Bugzilla::User objectsByron Jones5-28/+18
r=dkl,a=LpSolit
2012-12-18Bug 813628 - New extension hook for Bugzilla::Bug::update called ↵Dave Lawrence2-0/+37
bug_start_of_update r/a=LpSolit
2012-12-17Bug 818890: Bugzilla doesn't obey the "Comment required on status ↵Alexander Tereschenko1-3/+4
transition" for {Start}-> transition (for new bugs) r/a=LpSolit
2012-12-07Bug 818007: Searching by commenter is slowFrédéric Buclin1-1/+1
r=dkl a=LpSolit
2012-12-06Fix regression due to bug 787668: The Bugzilla::DB::Oracle::st package ↵Frédéric Buclin1-1/+1
requires -norequire to load DBI::st
2012-12-03Bug 567671: Require Test::Taint 1.06 to get rid of warnings thrown with Perl ↵Frédéric Buclin1-1/+2
5.10 and newer r=dkl r=wurblzap a=LpSolit
2012-12-01Bug 787668: Use |use parent| instead of |use base|Matt Selsky89-92/+92
r/a=LpSolit
2012-11-30Bug 298461: editusers.cgi does not allow you to change only the letter-case ↵Hugo1-1/+1
of an email address r/a=LpSolit
2012-11-30Bug 813191 - Bug.add_attachment should only return the attachment IDHugo1-7/+7
r=dkl, a=LpSolit
2012-11-30Bug 816747 - Add dummy POD for unPODded methods.Marc Schumann73-0/+1737
r/a=LpSolit
2012-11-29- Fixed a spellcheck error in Bugzilla/User.pmDave Lawrence1-1/+1
https://bugzilla.mozilla.org/show_bug.cgi?id=579189
2012-11-29Bug 579189 - New methods added to Bugzilla/User.pm by bug 24896 have no PODHugo1-0/+29
r=dkl, a=LpSolit
2012-11-27Bug 777685: Use UTF-8 encoding on all email parts, to work around buggy ↵Thorsten Schöning1-0/+2
email clients. r=glob,a=LpSolit
2012-11-27Bug 804093: Fix autodetected charset for windows-1252 encoded contentThorsten Schöning1-3/+3
r=glob,a=LpSolit
2012-11-26Fix typoSimon Green1-10/+10
r/a=LpSolit https://bugzilla.mozilla.org/show_bug.cgi?id=814654
2012-11-26Bug 718289: The deadline field should be visible by non-members of the ↵Frédéric Buclin4-17/+11
timetracking group r=dkl a=LpSolit
2012-11-22Bug 811280: Adds a caching mechanism to Bugzilla::Object to avoid querying ↵Byron Jones6-12/+55
the database repeatedly for the same information r=dkl,a=LpSolit
2012-11-22Bug 780820: Allows for multiple custom search criteria to match one fieldByron Jones5-32/+155
r=dkl,a=LpSolit
2012-11-20Bug 640756 - Make the documentation clearer that attachments created with ↵Dave Miller1-1/+3
Bug.add_attachment must by of type 'base64' when non-ASCII . r=LpSolit, a=LpSolit
2012-11-19Bug 812220: bug_link() is called twice per bug in bug/process/results.html.tmplFrédéric Buclin1-3/+2
r=glob a=LpSolit
2012-11-16Bug 797636: Improve performance for buglistsFrédéric Buclin4-15/+24
r=dkl a=LpSolit
2012-11-13Bug 781850 (CVE-2012-4198): [SECURITY] Do not leak the existence of groups ↵Frédéric Buclin2-11/+26
when using User.get() r=dkl a=LpSolit
2012-11-13Bug 802204 (CVE-2012-4197): [SECURITY] Marking an attachment you cannot see ↵Frédéric Buclin1-3/+0
as obsolete can disclose its description r=gerv a=LpSolit
2012-11-13But 800196: Sanitise line-endings for textarea fieldsMatt Tyson1-0/+16
r=glob, a=LpSolit https://bugzilla.mozilla.org/show_bug.cgi?id=800196
2012-11-12Bug 676844: Replace ThrowCodeError() by ThrowUserError() when the error is ↵Frédéric Buclin4-23/+18
not triggered by the code itself r=glob a=LpSolit
2012-11-08Fix the indentationFrédéric Buclin1-1/+1
2012-11-08Bug 808300: Requesting data for your own account using User.get should also ↵Koosha Khajeh Moogahi1-4/+13
returns groups you belong to r/a=LpSolit
2012-11-05Bug 803310: Bump the minimum requirement for Email::Send to enable the Test modeFrédéric Buclin1-1/+2
r=glob a=LpSolit
2012-11-04Bug 741722: Product.get should include flag_types informationFrank Becker1-3/+108
r=dkl a=LpSolit
2012-11-04Make POD added in bug 737850 a bit clearerFrédéric Buclin1-3/+3