summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2013-01-16Bug 819432: Execute queries in two steps to improve performanceFrédéric Buclin8-49/+218
r=dkl a=LpSolit
2013-01-15Fix bustageFrédéric Buclin1-1/+4
https://bugzilla.mozilla.org/show_bug.cgi?id=829709
2013-01-14Bug 829601: Bugzilla->local_timezone should be stored in process_cache ↵Frédéric Buclin1-1/+1
instead of request_cache r=glob a=LpSolit
2013-01-14Bug 830373: Remove the unused global/help.html.tmpl templateFrédéric Buclin2-22/+0
r=wicked 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 Buclin2-72/+21
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-03Bug 824616: The urlbase field in global/header.html.tmpl must be filteredMatt Selsky1-1/+1
r/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 Markham14-16/+64
2013-01-02Bug 413851 - add CSV output option to request lists. r=LpSolit.Gervase Markham6-31/+99
2013-01-02Bug 817486: fix _sync_fulltext to avoid always updating bugs_fulltext.short_descByron Jones5-24/+43
r=LpSolit,a=LpSolit
2013-01-02Bug 822547: Fix POD coverage bustageByron Jones2-0/+5
2013-01-02Bug 822547: Make jobqueue.pl clear the request cache before sending each mailByron Jones2-1/+20
r=dkl,a=LpSolit
2013-01-02Bug 824640: The product name generated by collectstats.pl is brokenFrédéric Buclin1-4/+6
r=wurblzap a=LpSolit
2013-01-02Bug 825781: extensions/create.pl should capitalize the name of the new ↵Frédéric Buclin1-0/+1
extension automatically instead of complaining r=glob 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 824342: The "First" and "Last" links should be disabled on bug ↵Sunil Joshi1-7/+16
navigation when we are on the first or last bug respectively of the buglist r=LpSolit a=justdave
2013-01-02Bug 825524: When cloning a bug, the "We've made a guess at your operating ↵Sunil Joshi1-1/+1
system and platform" message should not be displayed r/a=LpSolit
2013-01-02Bug 685607: When a user edits the last bug of a buglist and his user pref is ↵Sunil Joshi1-2/+2
set to "Show next bug in my list", the page header looks like to have missing data r/a=LpSolit
2013-01-02Bug 825784: hook/global/messages-messages.html.tmpl has DOS line-endingsMatt Selsky1-16/+16
r/a=LpSolit
2013-01-02Bug 353351: The name of the component in enter_bug.cgi should not be case ↵Koosha Khajeh Moogahi1-1/+1
sensitive r=glob a=LpSolit
2013-01-02Bug 415658: Allow apostrophes in email addressesHugo Seabrook1-1/+1
r/a=LpSolit
2013-01-02Bug 401918: describekeywords.cgi with no keywords simply displays an empty ↵Sunil Joshi2-0/+8
page instead of throwing an error r/a=LpSolit
2013-01-01Bug 816870: All extensions must require Perl 5.10.1 to pass testsMatt Selsky24-0/+47
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-31Bug 365524: Improve emailregexpdesc parameter help textSunil Joshi1-1/+1
r=wicked, a=LpSolit
2012-12-29fix typoFrédéric Buclin1-1/+1
https://bugzilla.mozilla.org/show_bug.cgi?id=825443
2012-12-29Bug 825443: Linkify "Add a new classification"Sunil Joshi1-4/+4
r/a=LpSolit
2012-12-29Bug 804343: Implement autolinkification for a list of comment idsKoosha Khajeh Moogahi2-1/+17
r/a=LpSolit
2012-12-25Bug 824644: Typo in code comment: request_cahceOlav Vitters1-1/+1
r=LpSolit, a=LpSolit
2012-12-25Bug 824620: Unclosed <tr> in dependency block ("Blocks")Olav Vitters1-0/+1
r=LpSolit, a=LpSolit
2012-12-19Bug 818621: Perl 5.16 complains with "Variable length lookbehind not ↵Frédéric Buclin1-1/+7
implemented in regex" when the Example extension is enabled r=dkl a=LpSolit
2012-12-19Bug 819330: Bugzilla crashes when cloning a bug if the CC list is emptyFrédéric Buclin3-4/+2
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 Lawrence3-0/+73
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-16Bug 605086: Messages about wrong login-attemps should refer to the forget ↵Hugo Seabrook1-0/+2
password (reset password) functionality r/a=LpSolit
2012-12-16Bug 406758: The help page for keywords uses "tag", but tags are something elseSunil Joshi1-1/+1
r/a=LpSolit
2012-12-16Bug 806809: Custom field values with "Enabled for bugs" set to "No" break ↵Alexander Tereschenko1-0/+1
the values list if the field's values visibility depends on another field values r/a=LpSolit
2012-12-16Bug 262308: Make the OS column wider in buglistsHugo Seabrook1-1/+1
r/a=LpSolit
2012-12-14Bug 780675: Display "The changes to your votes have been saved" in green ↵Sunil Joshi3-11/+17
instead of red 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-04Bug 573919 - Add "X-Bugzilla-*" headers to flagmailsHugo Seabrook3-15/+24
r=dkl, a=LpSolit