summaryrefslogtreecommitdiffstats
path: root/template/en/default/global
AgeCommit message (Collapse)AuthorFilesLines
2018-10-14Merge remote-tracking branch 'bmo/master'Dylan William Hardison12-56/+82
2018-10-13Bug 1498436 - Move site-wide message to global headerKohei Yoshino1-17/+34
2018-10-09Bug 1497343 - Add some rudimentary type checking to ↵Dylan William Hardison1-0/+4
Bugzilla::WebServe::Util::validate()
2018-10-09Bug 1497070 - In-page links are broken due to <base href> added during Mojo ↵Kohei Yoshino1-1/+0
migration
2018-10-02add helpers for handling logins and error handlingDylan William Hardison3-18/+20
2018-09-26Bug 1493500 - Remove all trailing whitespaces from all filesKohei Yoshino10-20/+20
2018-09-24Bug 1473417 - Show often/recently used products/components on New Bug pageKohei Yoshino1-0/+4
2018-09-19Bug 1455495 - Replace apache with MojoliciousDylan William Hardison3-44/+30
2018-08-26Merge remote-tracking branch 'bmo/mojo'Dylan William Hardison1-2/+0
2018-08-20review nitsDylan William Hardison2-44/+28
2018-08-20Bug 1455495 - Replace apache with MojoliciousDylan William Hardison1-0/+2
2018-08-14Revert "Bug 1456878 - Support markdown comments"Dylan William Hardison1-1/+0
This reverts commit fd850e00db835d2b84c59014c3b1021fea2294fc.
2018-08-10Bug 1456878 - Support markdown commentsIsrael Madueme1-0/+1
2018-08-10Bug 602313 - Allow creation of attachments by pasting an image from ↵Kohei Yoshino1-2/+0
clipboard, as well as by drag-and-dropping a file from desktop
2018-08-04Merge branch 'mojo-poc'Dylan William Hardison3-49/+35
2018-07-31review nitsDylan William Hardison2-44/+28
2018-07-31Bug 1455495 - Replace apache with MojoliciousDylan William Hardison1-0/+2
2018-07-19Bug 1136271 - Make user profile page visible to anyone for easier sharingKohei Yoshino1-2/+2
2018-07-19Bug 1472954 - Implement one-click component watching on bug modal and ↵Kohei Yoshino1-3/+3
component description pages
2018-07-19Bug 1476288 - Replace moz_nick with (new, revised) nick and also attempt to ↵Dylan William Hardison1-0/+2
disallow duplicate nicks
2018-07-08Merge remote-tracking branch 'dylanwh/mojo-poc'Dylan William Hardison1-0/+2
2018-07-08Merge remote-tracking branch 'bmo/master'Dylan William Hardison4-23/+14
2018-06-28more thingsDylan William Hardison1-4/+1
2018-06-28fix path stuffDylan William Hardison1-0/+1
2018-06-28a bit of a quantum leapDylan William Hardison1-1/+1
It's now possible to load the CGIs into a mojolicious controller. Compatibility isn't 100% yet, but it should give a migration path for any random CGI to become a proper controller.
2018-06-28render bugzilla templates using mojoDylan William Hardison1-0/+4
2018-06-26Revert "Bug 1468848 - Change presentation of show_bug.cgi urls to be /bug/ID ↵Dylan William Hardison1-1/+0
or /bug/ALIAS." This reverts commit 404dc5496967203c5f99755340f43d712420446a.
2018-06-21Bug 1469333 - Check attachment file size client-side and inform user of too ↵Kohei Yoshino1-0/+1
large file before uploading it
2018-06-15Bug 1468848 - Change presentation of show_bug.cgi urls to be /bug/ID or ↵Dylan William Hardison1-0/+1
/bug/ALIAS.
2018-05-04no bug - fix typo in meta referer directiveDylan William Hardison1-1/+1
2018-04-10Bug 1328900 - Create new group called 'disableusers' that can only edit the ↵dklawren3-12/+12
bugmail and disabledtext fields of a user
2018-04-10Bug 1450679 - Replace custom Sentry integration with LoggingDylan William Hardison1-10/+0
2018-04-08Merge remote-tracking branch 'bmo/master' into unstableDylan William Hardison2-1/+5
2018-04-05Bug 1449282 - add jobqueue_status apiIsrael Madueme1-0/+4
2018-04-04Bug 1446431 - Allow Baseline scan to ignore forms that dont need CSRF TokensSimon Bennetts1-1/+1
The data-no-csrf attribute is used to signify that a form is 'safe' (ie doesn't actually make any permanent changes) and so doesn't need an anti-csrf token.
2018-03-19fix all the testsDylan William Hardison1-5/+0
2018-03-16Bug 1446236 - Allow customizing link to bug writing guidelinesVladimir Panteleev1-1/+3
2018-03-12fix default security bug id thingDylan William Hardison1-0/+5
2018-03-05Bug 1429344 - Review requests in requests dropdown should link to MozReview ↵Kohei Yoshino1-0/+1
or GitHub instead of Bugzilla details page
2018-02-20Bug 1432296 - Prevent bugzilla static assets from being blocked by overly ↵Dylan William Hardison1-1/+6
long request URIs
2018-01-08Bug 1428642 - Fix minor bugs on new global headerKohei Yoshino2-4/+5
* The magnifier icon on the search bar should not trigger search as reported in https://twitter.com/colinjoy/status/949035254949523457 * The search dropdown should show Saved Searches Edit link as suggested in my UX analysis * Remove the CSS transition on the More Tools button for consistency. I didn't add the transition; it's default style for buttons * Fix the position of the arrow/triangle on dropdown lists. An error of 1px. * Add `user-select: none;` to `#header` https://developer.mozilla.org/en-US/docs/Web/CSS/user select
2018-01-05Bug 1428227 - Google doesn't index bugzilla.mozilla.org any moreDylan William Hardison3-5/+5
2018-01-04Bug 1428166 - Move <meta charset> to start of <head>Edgaras1-4/+4
The <meta> element declaring the encoding must be inside the <head> element and within the first 1024 bytes of the HTML as some browsers only look at those bytes before choosing an encoding. https://developer.mozilla.org/en-US/docs/Web/HTML/Element/meta#attr-charset
2018-01-04Bug 1426475 - Make unknown bug id / alias error message more obvious to ↵Dylan William Hardison1-1/+7
prevent content spoofing
2018-01-03Bug 1426685 - Fix regressions from fixed-positioning global headerKohei Yoshino2-1/+5
2018-01-02Bug 1426507 - Upgrade BMO to HTML5Fateh Sandhu2-6/+6
2017-12-20Bug 1361890 - Remove asset concatenationDylan William Hardison1-20/+12
2017-12-19Bug 1420771 - Remove global footerKohei Yoshino4-109/+62
2017-12-16Bug 1403777 - Migrate urlbase from params to localconfigDylan William Hardison1-1/+0
2017-12-13Bug 1376826 - New HTML Header for BMOKohei Yoshino3-150/+142