summaryrefslogtreecommitdiffstats
path: root/Bugzilla
AgeCommit message (Collapse)AuthorFilesLines
2013-01-17Bug 830467 - Don't call _wanted_languages() when only one is availableDave Lawrence2-10/+7
2013-01-17Bug 752946 - Fixed uninitialized error Dave Lawrence1-1/+1
2013-01-17Bug 752946 - Moving a bug into another product lists inactive components, ↵Dave Lawrence1-7/+21
milestones and versions
2013-01-14merged with bugzilla/4.2Dave Lawrence1-1/+1
2013-01-14Bug 829709 - Do not load CSS files from all skins by defaultDave Lawrence1-36/+13
2013-01-14Bug 829939: Only build default_authorizer on requestFrédéric Buclin1-1/+1
r=glob a=LpSolit
2013-01-10Bug 829273 - Certain webservice tests failing due to improper error being ↵Dave Lawrence2-3/+4
thrown for undef or empty bug id values
2013-01-10Bug 825718: Fix Bugzilla::Bug->check() wrt caching mechanismDave Lawrence1-7/+11
r=LpSolit, r=LpSolit - Also fixes the webservices automated tests
2013-01-09Fixed filter_wants in Bugzilla::WebService::Bug to work properly with ↵Dave Lawrence1-3/+2
exludes/includes. Founds by automated webservice tests
2013-01-07Bug 823153 - Duplicate bugs are created when requestee confirmation is ↵Dave Lawrence1-1/+1
required and SKIP_REQUESTEE_ON_ERROR is disabled
2013-01-07merged with bugzilla/4.2Dave Lawrence3-0/+19
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-03More MyDashboard workDave Lawrence1-2/+7
2012-12-28merged with bugzilla/4.2Dave Lawrence1-1/+1
2012-12-20Bug 822547: jobqueue.pl should clear the request cache before sending each mailByron Jones1-0/+7
2012-12-18Bug 813628 - New extension hook for Bugzilla::Bug::update called ↵Dave Lawrence1-0/+33
bug_start_of_update
2012-12-17Bug 818890: Bugzilla doesn't obey the "Comment required on status ↵Alexander Tereschenko1-1/+1
transition" for {Start}-> transition (for new bugs) r/a=LpSolit
2012-12-12merged with bugzilla/4.2Dave Lawrence1-1/+1
2012-12-07Bug 818007: Searching by commenter is slowFrédéric Buclin1-1/+1
r=dkl a=LpSolit
2012-12-05merged with bugzilla/4.2Dave Lawrence2-1/+32
2012-12-04Bugzilla/Search.pm: revert LpSolit's test patchDave Lawrence1-1/+1
2012-12-04Bugzilla/Search.pm: Patch requested by LpSolit@gmail.comDave Lawrence1-1/+1
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-28Bug 814411: Add a caching mechanism to Bugzilla::Object to avoid querying ↵Byron Jones6-12/+68
the database repeatedly for the same information
2012-11-26Bug 812543 - Back port patch from bug 797636 to bmo/4.2 to bring in ↵Dave Lawrence4-15/+24
performance enhancements r=glob
2012-11-26Add missing fileByron Jones1-0/+96
2012-11-22Bug 780820: Allows for multiple custom search criteria to match one fieldByron Jones4-32/+57
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-20Bug 812420: When creating a needinfo request and a comment at the same time, ↵Dave Lawrence1-0/+4
comment is added twice
2012-11-14merged with bugzilla/4.2Dave Lawrence13-64/+76
2012-11-14Bump version post-releaseDave Lawrence1-1/+1
https://bugzilla.mozilla.org/show_bug.cgi?id=805644
2012-11-13Bump version to 4.2.4Dave Lawrence1-1/+1
https://bugzilla.mozilla.org/show_bug.cgi?id=805644
2012-11-13Bug 781850 (CVE-2012-4198): [SECURITY] Do not leak the existence of groups ↵Frédéric Buclin2-6/+21
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-03Bug 804505: Oracle crashes when typing "word1 word2" in QuickSearch with ↵Frédéric Buclin3-9/+10
"ORA-29907: found duplicate labels in primary invocations" r=dkl a=LpSolit
2012-11-02Fix typoFrédéric Buclin1-1/+1
2012-11-02Bug 807937: Fix PODKoosha Khajeh Moogahi1-6/+7
r/a=LpSolit
2012-10-25Bug 781336: disable SKIP_REQUESTEE_ON_ERRORByron Jones1-1/+1
2012-10-24Bug 803058: add a shortcut to quicksearch to enable or disable comment ↵Byron Jones1-1/+6
searching for that query
2012-10-19Bug 531243: Bugzilla crashes on show_bug if it's hit while a custom field is ↵Frédéric Buclin1-1/+9
being added r=justdave a=LpSolit
2012-10-19Bug 780053: Oracle crashes when listing keywords or flags in buglistsDavid Taylor1-9/+13
r/a=LpSolit
2012-10-17Bug 802451 - backport bug 704999 to bmo (GitHub URLs aren't working in the ↵Dave Lawrence2-0/+37
"Add Bug URLs" field)
2012-10-16Bug 577329 - WebServices should filter email addresses same as the web UI as ↵Dave Lawrence8-20/+41
users are not always required to login
2012-10-16Bug 799721: PostgreSQL 9.2 requires DBD::Pg 2.19.3Frédéric Buclin1-4/+5
r=glob a=LpSolit
2012-10-13Fix typoFrédéric Buclin1-1/+1
2012-10-12s/sortey/sortkey/gFrédéric Buclin1-2/+2
2012-10-12Bug 793826: Prevent private web service methods from being calledKoosha Khajeh Moogahi1-1/+3
r=dkl a=LpSolit
2012-10-12Bug 799257 - Backport bug 795650 and bug 797833 to bmo/4.0 and bmo/4.2 for ↵Dave Lawrence2-8/+20
performance improvement r=glob
2012-10-09merged with bugzilla/4.2Dave Lawrence5-9/+28
2012-10-09Bug 753635: Allow editing local see also even if you cannot edit the other bugSimon Green1-3/+7
r=glob, a=LpSolit