aboutsummaryrefslogtreecommitdiffstats
path: root/template/en/default/global
Commit message (Collapse)AuthorAgeFilesLines
* Bug 759413 - Use "cannot" instead of "can not".Matt Selsky2012-08-031-5/+5
| | | | r=Wurblzap, a=LpSolit
* Bug 412054: Say "deny login" instead of "disable" in User Accounts admin UIMatt Selsky2012-07-241-4/+4
| | | | r=gerv a=LpSolit
* Bug 339369: During logout, reword "Your login has been forgotten"Koosha Khajeh Moogahi2012-07-041-1/+1
| | | | r/a=LpSolit
* Bug 756314: Fix dropping of unique matches when the "confirm page" page is ↵Byron Jones2012-05-291-4/+4
| | | | | | display. r=LpSolit, a=LpSolit
* Fix bustage: email_confirmation_failed is no longer usedFrédéric Buclin2012-05-281-4/+0
| | | https://bugzilla.mozilla.org/show_bug.cgi?id=355596
* Bug 355596: Your password should be requested to confirm your email address ↵Koosha Khajeh Moogahi2012-05-281-2/+2
| | | | | | change r/a=LpSolit
* The calendar widget is not localizable.Marc Schumann2012-05-181-0/+33
| | | | | r/a=LpSolit https://bugzilla.mozilla.org/show_bug.cgi?id=581365
* Bug 728138: Custom fields should have a "Long Description" attribute to ↵rojanu2012-05-171-0/+5
| | | | | | better understand what they are used for r/a=LpSolit
* Bug 663747: Add an option to disable 'New: ' prefix on bugmailByron Jones2012-05-081-0/+1
| | | | r=gerv, a=LpSolit
* Bug 616191: Implement UI to easily tag bugs from the bug report directly ↵Frédéric Buclin2012-05-075-104/+1
| | | | | | (and get rid of the current form in the footer) r=timello a=LpSolit
* Bug 571740: Add support for getsatisfaction for the See Also fieldMatt Selsky2012-05-071-3/+3
| | | | r=timello, a=LpSolit
* Bug 749074: Throw an error message instead of syntax error on invalid search ↵Byron Jones2012-04-301-0/+4
| | | | | | type operators r=LpSolit,a=LpSolit
* Bug 704999: Add support for GitHub for the 'See Also' fieldMatt Selsky2012-04-181-0/+1
| | | | r=timello a=LpSolit
* Bug 745197: Add a hook in Bugzilla::Error::_throw_error() so that extensions ↵Frédéric Buclin2012-04-171-4/+2
| | | | | | can control the way to throw errors r=dkl a=LpSolit
* Fix bustage (missing filter)Frédéric Buclin2012-04-131-1/+2
|
* Bug 349337: The time between two successive token requests should be a constantKoosha Khajeh Moogahi2012-04-131-1/+2
| | | | r/a=LpSolit
* Bug 554819: Quicksearch should be using Text::ParseWords instead of custom ↵Frédéric Buclin2012-03-291-0/+21
| | | | | | | code in splitString Also fixes QS with accented characters (bug 730207) r=dkl a=LpSolit
* Bug 730670: Do not redirect in buglist.cgi to improve performanceFrédéric Buclin2012-02-271-0/+7
| | | | r=glob a=LpSolit
* Bug 696387: Remove useless calls to field-descs.none.tmplMatt Selsky2012-02-263-7/+0
| | | | r/a=LpSolit
* Fix bustageFrédéric Buclin2012-02-221-1/+1
|
* Bug 725663 - (CVE-2012-0453) [SECURITY] CSRF vulnerability in the XML-RPC ↵Dave Lawrence2012-02-221-0/+5
| | | | | | API when using mod_perl r/a=LpSolit
* Bug 722580: Move 'ReviewBoard' and 'Rietveld' BugUrl sub-classesTiago Mello2012-02-191-2/+1
| | | | | to a new 'MoreBugUrl' extension. r/a=LpSolit
* Bug 718319: (CVE-2012-0440) [SECURITY] JSON-RPC permits to bypass token ↵Frédéric Buclin2012-01-311-0/+5
| | | | | | checks and can lead to CSRF (no victim's action required) r=mkanat a=LpSolit
* Bug 617802: Add see also support for Rietveld installations on appspot.comMatt Selsky2012-01-251-0/+1
| | | | r=timello, a=LpSolit
* Bug 319953: Missing real email syntax checkFrédéric Buclin2012-01-232-5/+3
| | | | r=glob a=LpSolit
* Bug 718397: New extensions should be created using the MPL 2.0 licenseMatt Selsky2012-01-201-2/+1
| | | | r/a=LpSolit
* Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and ↵Frédéric Buclin2012-01-1131-522/+155
| | | | | | add it to files which miss one r=kiko r=mkanat r=mrbball a=LpSolit
* Bug 716283: Clickjacking in the attachment "Details" page allows to bypass ↵Frédéric Buclin2012-01-101-0/+3
| | | | | | token checks r=dkl a=LpSolit
* Bug 661533: The See Also field should support Review Board URLsMatt Selsky2012-01-061-0/+1
| | | | r=timello a=LpSolit
* Bug 714664: The content of the "emailregexpdesc" parameter is not escaped ↵Frédéric Buclin2012-01-062-2/+2
| | | | | | when displayed to the user r=dkl a=LpSolit
* Bug 399080: Remove the 'usebugaliases' parameter (turned on permanently)Matt Selsky2011-12-261-3/+1
| | | | r/a=LpSolit
* Bug 301656: Adds a preference to CC flag requestees to bugsByron Jones2011-12-011-0/+1
| | | | r=LpSolit, a=LpSolit
* Bug 255606: Do not let buglist.cgi return all bugs by defaultFrédéric Buclin2011-11-261-0/+4
| | | | r/a=mkanat
* Fix missing-space bugs in error messages. a=LpSolit.Gervase Markham2011-11-013-6/+6
| | | https://bugzilla.mozilla.org/show_bug.cgi?id=698737
* Bug 685552 - Email auto-completion causes server to thrashDavid Lawrence2011-10-241-2/+2
| | | | r/a=mkanat
* Bug 696256: global/variables.none.tmpl should be PRE_PROCESS'edFrédéric Buclin2011-10-2311-50/+1
| | | | r/a=mkanat
* Bug 582529: Ambiguous error message "You did not specify a file to attach" ↵Frédéric Buclin2011-10-011-0/+4
| | | | | | when deleting an existing attachment filename a=LpSolit
* Bug 637648 - Rename the "tags" table to "tag"Stephanie Daugherty2011-08-291-1/+1
| | | | r=LpSolit, a=LpSolit
* Bug 661476: sanitycheck.pl should check if all products have components defined.Frédéric Buclin2011-08-172-3/+11
| | | | | Also, creating a new product from the web UI asks you to create a component too. r=glob a=LpSolit
* Bug 678844: When trying to edit a non-existent classification, the error ↵Frédéric Buclin2011-08-161-2/+4
| | | | | | message has missing words r=glob a=LpSolit
* Bug 677187: If the attachment filename contains a newline, an error is ↵Frédéric Buclin2011-08-101-2/+3
| | | | | | thrown when trying to download the attachment r/a=mkanat
* Bug 585440 - Allow disabled accounts to turn off all bugmailDavid Lawrence2011-08-091-0/+3
| | | | r/a=mkanat
* Bug 622203 - Allow filing closed bugs via the WebServiceMax Kanat-Alexander2011-08-091-4/+9
| | | | r=dkl, a=mkanat
* Bug 660691: Allow Bugzilla to parse HTML-only inbound email via email_in.plMax Kanat-Alexander2011-08-091-3/+2
| | | | r=glob, a=mkanat
* Bug 437076: Allow email_in to accept multipart/alternative HTML email withMax Kanat-Alexander2011-08-091-2/+2
| | | | | attachments r=glob, a=mkanat
* Bug 288049: "internal error" from ThrowCodeError is confusing. Reword itFrédéric Buclin2011-08-071-5/+7
| | | | r=justdave a=LpSolit
* Bug 637981: (CVE-2011-2379) [SECURITY] "Raw Unified" patch diffs can cause ↵Byron Jones2011-08-041-0/+5
| | | | | | XSS on this domain in IE 6-8 and Safari r/a=LpSolit
* Bug 653477: (CVE-2011-2380) [SECURITY] Group names can be guessed when ↵Frédéric Buclin2011-08-041-20/+8
| | | | | | creating or editing a bug r=mkanat a=LpSolit
* Bug 676237: The traceback in code-error.html.tmpl is displayed on a single lineFrédéric Buclin2011-08-041-1/+1
| | | | r=glob a=LpSolit
* Bug 634812: Having a very large number of custom fields can make displaying ↵Frédéric Buclin2011-08-011-1/+3
| | | | | | show_bug.cgi slow r=glob a=LpSolit