aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Bug 102048: Display the "Blocks" and "Depends On" columns in buglistsHugo Seabrook2013-01-303-2/+17
| | | | r/a=LpSolit
* Bug 833752 - Bug id custom fields should be clickable in bug listHugo Seabrook2013-01-301-0/+4
| | | | r=dkl, a=LpSolit
* Bug 835780: Order quips chronologically when listing themDaniel Piddock2013-01-301-1/+1
| | | | r/a=LpSolit
* Bug 824636: Only show "Show dependency tree / graph" when there are bugs in ↵Olav Vitters2013-01-301-12/+14
| | | | | | the dependency chain r/a=LpSolit
* Bug 272407: Send an e-mail when the administrator creates a new account for ↵Hugo Seabrook2013-01-303-0/+50
| | | | | | a user r/a=LpSolit
* Bug 819371: Weird list of arguments passed to query.cgi when accessing ↵Frédéric Buclin2013-01-221-1/+1
| | | | | | advanced search r=glob a=LpSolit
* Bug 820766: The requester and requestee fields in the Requests page are way ↵Frédéric Buclin2013-01-172-4/+15
| | | | | | too small in narrow windows r=dkl a=LpSolit
* Bug 752946 - Fixed uninitialized error Dave Lawrence2013-01-171-1/+1
|
* Bug 752946 - Moving a bug into another product lists inactive components, ↵Dave Lawrence2013-01-172-7/+26
| | | | | | milestones and versions r/a=LpSolit
* Bug 830467: Don't call _wanted_languages() when only one is availableFrédéric Buclin2013-01-173-11/+16
| | | | r=glob a=LpSolit
* Bug 819432: Execute queries in two steps to improve performanceFrédéric Buclin2013-01-168-49/+218
| | | | r=dkl a=LpSolit
* Fix bustageFrédéric Buclin2013-01-151-1/+4
| | | https://bugzilla.mozilla.org/show_bug.cgi?id=829709
* Bug 829601: Bugzilla->local_timezone should be stored in process_cache ↵Frédéric Buclin2013-01-141-1/+1
| | | | | | instead of request_cache r=glob a=LpSolit
* Bug 830373: Remove the unused global/help.html.tmpl templateFrédéric Buclin2013-01-142-22/+0
| | | | r=wicked a=LpSolit
* Bug 829939: Only build default_authorizer on requestFrédéric Buclin2013-01-141-1/+1
| | | | r=glob a=LpSolit
* Bug 829709: Do not load CSS files from all skins by defaultFrédéric Buclin2013-01-142-72/+21
| | | | r=dkl a=LpSolit
* Bug 829852: Requirements.pm no longer uses SafeFrédéric Buclin2013-01-141-1/+0
| | | | r=glob a=LpSolit
* Bug 787668 #2: Use |use parent| instead of |use base|Frédéric Buclin2013-01-121-1/+1
|
* Bug 824361: Add an index on (bug_id, work_time) in the longdescs table to ↵Frédéric Buclin2013-01-072-1/+13
| | | | | | improve performance r=dkl a=LpSolit
* Bug 825718: Fix Bugzilla::Bug->check() wrt caching mechanismByron Jones2013-01-071-5/+7
| | | | r=LpSolit,r=LpSolit
* Bug 826678: Disable warnings about the deprecated Return::Value module when ↵Frédéric Buclin2013-01-063-0/+19
| | | | | | loading Email::Send r=wicked a=LpSolit
* Bug 824262: Querying for strings in comments is now ultra slowFrédéric Buclin2013-01-031-7/+18
| | | | r=glob a=LpSolit
* Bug 824616: The urlbase field in global/header.html.tmpl must be filteredMatt Selsky2013-01-031-1/+1
| | | | r/a=LpSolit
* Fix bustage due to bug 801664Frédéric Buclin2013-01-021-3/+3
|
* Bug 801664 - Add DATE type for custom fields. r=LpSolit.Gervase Markham2013-01-0214-16/+64
|
* Bug 413851 - add CSV output option to request lists. r=LpSolit.Gervase Markham2013-01-026-31/+99
|
* Bug 817486: fix _sync_fulltext to avoid always updating bugs_fulltext.short_descByron Jones2013-01-035-24/+43
| | | | r=LpSolit,a=LpSolit
* Bug 822547: Fix POD coverage bustageByron Jones2013-01-032-0/+5
|
* Bug 822547: Make jobqueue.pl clear the request cache before sending each mailByron Jones2013-01-032-1/+20
| | | | r=dkl,a=LpSolit
* Bug 824640: The product name generated by collectstats.pl is brokenFrédéric Buclin2013-01-021-4/+6
| | | | r=wurblzap a=LpSolit
* Bug 825781: extensions/create.pl should capitalize the name of the new ↵Frédéric Buclin2013-01-021-0/+1
| | | | | | extension automatically instead of complaining r=glob a=LpSolit
* Bug 825431: List::MoreUtils older than 0.27_04 leaks memory when using part()Frédéric Buclin2013-01-021-1/+2
| | | | r=glob a=LpSolit
* Bug 824342: The "First" and "Last" links should be disabled on bug ↵Sunil Joshi2013-01-021-7/+16
| | | | | | navigation when we are on the first or last bug respectively of the buglist r=LpSolit a=justdave
* Bug 825524: When cloning a bug, the "We've made a guess at your operating ↵Sunil Joshi2013-01-021-1/+1
| | | | | | system and platform" message should not be displayed r/a=LpSolit
* Bug 685607: When a user edits the last bug of a buglist and his user pref is ↵Sunil Joshi2013-01-021-2/+2
| | | | | | set to "Show next bug in my list", the page header looks like to have missing data r/a=LpSolit
* Bug 825784: hook/global/messages-messages.html.tmpl has DOS line-endingsMatt Selsky2013-01-021-16/+16
| | | | r/a=LpSolit
* Bug 353351: The name of the component in enter_bug.cgi should not be case ↵Koosha Khajeh Moogahi2013-01-021-1/+1
| | | | | | sensitive r=glob a=LpSolit
* Bug 415658: Allow apostrophes in email addressesHugo Seabrook2013-01-021-1/+1
| | | | r/a=LpSolit
* Bug 401918: describekeywords.cgi with no keywords simply displays an empty ↵Sunil Joshi2013-01-022-0/+8
| | | | | | page instead of throwing an error r/a=LpSolit
* Bug 816870: All extensions must require Perl 5.10.1 to pass testsMatt Selsky2013-01-0124-0/+47
| | | | r/a=LpSolit
* Bug 785283 - Support increased values for PASSWORD_SALT_LENGTH without ↵Reed Loden2012-12-314-8/+55
| | | | | | breaking compat with old hashes [r=LpSolit a=LpSolit]
* Bug 365524: Improve emailregexpdesc parameter help textSunil Joshi2012-12-301-1/+1
| | | | r=wicked, a=LpSolit
* fix typoFrédéric Buclin2012-12-291-1/+1
| | | https://bugzilla.mozilla.org/show_bug.cgi?id=825443
* Bug 825443: Linkify "Add a new classification"Sunil Joshi2012-12-291-4/+4
| | | | r/a=LpSolit
* Bug 804343: Implement autolinkification for a list of comment idsKoosha Khajeh Moogahi2012-12-292-1/+17
| | | | r/a=LpSolit
* Bug 824644: Typo in code comment: request_cahceOlav Vitters2012-12-251-1/+1
| | | | r=LpSolit, a=LpSolit
* Bug 824620: Unclosed <tr> in dependency block ("Blocks")Olav Vitters2012-12-251-0/+1
| | | | r=LpSolit, a=LpSolit
* Bug 818621: Perl 5.16 complains with "Variable length lookbehind not ↵Frédéric Buclin2012-12-191-1/+7
| | | | | | implemented in regex" when the Example extension is enabled r=dkl a=LpSolit
* Bug 819330: Bugzilla crashes when cloning a bug if the CC list is emptyFrédéric Buclin2012-12-193-4/+2
| | | | r=dkl a=LpSolit
* Bug 815532: Add caching for Bugzilla::User objectsByron Jones2012-12-195-28/+18
| | | | r=dkl,a=LpSolit