summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2013-01-17Bug 820766 - The requester and requestee fields in the Requests page are way ↵Dave Lawrence2-4/+14
too small in narrow windows
2013-01-17Bug 830467 - Don't call _wanted_languages() when only one is availableDave Lawrence3-11/+16
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 Lawrence2-7/+26
milestones and versions
2013-01-16Bug 831152: add a "visibility group" for the ↵Byron Jones1-0/+8
mozilla-corporation-confidential group
2013-01-15Bug 829462 - Archive chat componant to grave yardDave Lawrence1-0/+1
2013-01-15Bug 829709 - Do not load CSS files from all skins by defaultDave Lawrence1-31/+6
https://bugzilla.mozilla.org/show_bug.cgi?id=8298709
2013-01-15Bug 829709 - Do not load CSS files from all skins by defaultDave Lawrence1-1/+4
https://bugzilla.mozilla.org/show_bug.cgi?id=8298709
2013-01-15fix "visibility" spelling mistakeByron Jones1-1/+1
2013-01-14Fixed issue with login button not hiding properly on 4.2+Dave Lawrence1-1/+13
2013-01-14merged with bugzilla/4.2Dave Lawrence1-1/+1
2013-01-14Bug 829601 - Bugzilla::local_timezone should be stored in process_cache ↵Dave Lawrence1-1/+1
instead of request_cache
2013-01-14Bug 830373: Remove the unused global/help.html.tmpl templateDave Lawrence2-35/+0
2013-01-14Bug 829709 - Do not load CSS files from all skins by defaultDave Lawrence2-72/+21
2013-01-14Bug 830433: disable the blocking-basecamp flagByron Jones1-0/+1
2013-01-14Bug 829939: Only build default_authorizer on requestFrédéric Buclin1-1/+1
r=glob a=LpSolit
2013-01-14Remove empty directoryDave Lawrence0-0/+0
2013-01-11Bug 743927: BrowserID is included twice on each pageByron Jones3-103/+62
2013-01-11Bug 820183: fix default urls and param_descsByron Jones2-6/+8
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-10Fixed execute bits for certain contrib scripts after checksetupDave Lawrence4-0/+0
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-09- In bug_end_of_create, first check for the existence of a group before ↵Dave Lawrence1-3/+4
checking to see if the bug is in the group. $bug->in_group expects and object to be passed. (caused issues with automated testing)
2013-01-09Fixed 009bugwords.t errorsDave Lawrence5-7/+7
2013-01-09Bug 827808: increase the non-production sizelimit to 600_000Byron Jones1-1/+1
2013-01-09set different values for Apache2::SizeLimit->set_max_unshared_size between ↵Byron Jones1-1/+5
production and non-production instances https://bugzilla.mozilla.org/show_bug.cgi?id=827808
2013-01-08Bug 827455 - ↵Dave Lawrence1-2/+27
https://bugzilla.mozilla.org/page.cgi?id=release_tracking_report.html has incorrect merge dates r=glob
2013-01-08Bug 788775 - Need to have options removedDave Lawrence1-212/+68
2013-01-08Bug 827196: release tracking flag refresh (21)Byron Jones1-0/+6
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-07Bug 820183 - BrowserID extension should allow custom configuration of ↵Dave Lawrence6-6/+69
browserid hostnames to use for verification r=glob
2013-01-07Bug 818091 - Install a full copy of YUI3 into the js directory for use with ↵Dave Lawrence1-0/+80
new extensions/projects r=glob
2013-01-07merged with bugzilla/4.2Dave Lawrence5-2/+21
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-05Bug 826296 - Changes to Air Mozilla Event Request FormDave Lawrence2-41/+35
2013-01-04Some skin workDave Lawrence2-20/+17
2013-01-03More ProductDashboard workDave Lawrence17-773/+589
2013-01-03More MyDashboard workDave Lawrence15-170/+514
2013-01-03Bug 824616: The urlbase field in global/header.html.tmpl must be filteredMatt Selsky1-1/+1
r/a=LpSolit
2013-01-02Bug 825828: if the connection to the database is lost, the push daemon ↵Byron Jones2-3/+18
terminates
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
2012-12-28merged with bugzilla/4.2Dave Lawrence4-3/+10
2012-12-22Fixed prod comp search for guided entryDave Lawrence1-0/+1
2012-12-21- Converted several pages to use the new ProdCompSearch extensionDave Lawrence12-278/+86
- Other MyDashboard improvements/fixes
2012-12-21Introduction of new ProdCompSearch extensionDave Lawrence8-0/+255
2012-12-21Updated js/yui3 treeDave Lawrence15-0/+1171
2012-12-20Bug 822547: jobqueue.pl should clear the request cache before sending each mailByron Jones2-1/+20
2012-12-20Bug 820226 - Improve wording of product/component line in e-mail notifications.Reed Loden2-2/+2
[r=dkl]
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