Граф коммитов

24 Коммитов

Автор SHA1 Сообщение Дата
Craig Cook 451d37de33
Update San Francisco address [fix #13352] (#13461)
Also fix #13466

Co-authored-by: Ni <nitinrana01125532553@gmail.com>
2023-07-31 13:26:42 +10:00
Rob Hudson a15178c3c7 Add trailing-whitespace 2023-02-16 09:59:56 -08:00
Rob Hudson 67e2c4fa03 Add end-of-file-fixer
Make sure files end in a newline and only a newline.
2023-02-16 09:59:56 -08:00
Alex Gibson 46410d810e Add apple-touch-icon.png to root_files (Fixes #12636) 2023-01-31 14:18:28 -08:00
Paul McLanahan 12ac7fa3b9
Add iOS universal download page (#12041)
Co-authored-by: Reem H <42309026+reemhamz@users.noreply.github.com>
2022-08-17 14:37:58 -07:00
Rob Hudson 009b46919c Remove caldata symlink 2022-01-14 18:18:36 -05:00
Steve Jalim a8ed6ae9c4
Add pre-commit hook for including the MPLv2 in all source code files (#10617)
* 10614: Add pre-commit hook for including the MPLv2

Adds to Python, JS, SCSS, Jinja HTML, Fluent templates and shell scripts

Note that the order of application of the hooks is important - we want to add a missing license before we check the formatting of files

* 10614: Update MPLv2 comments on all templates to match standard format produced by pre-commit hook

* Updates existing MPLv2 text to use a https URL
* Amend a handful of Fluent templates that used a token instead of the string "Mozilla" - this standardised things; translation was not used or needed
* Add missing MPLv2 where needed
* Update three tests that regressed with these changes, above

* 10614: Update pre-commit config to not add MPL to JS libraries; Remove MPL from the four files which should not have had it
2021-10-22 13:09:44 +01:00
Paul McLanahan 4c475e3098 Add .well-known/matrix/client
Like #8411 added the server file.

Fix #8414
2020-01-10 11:57:41 -05:00
Paul McLanahan 360545b442 Add .well-known/matrix/server URL (#8411)
Fix #8410
2020-01-09 17:00:19 -05:00
Stephanie Hobson 03bb46a2b3 Get Mozilla favicons from favicons folder (#7915)
- move existing favicons into img/favicons/mozilla
- update symlinks in root
- update template references
2019-10-15 16:13:59 -07:00
Paul McLanahan 51687d65b1 Add Yandex verification HTML file (#6311) 2018-10-18 16:44:47 -05:00
Paul McLanahan ce2899c466 Change symlink for calendar data
If the symlink is to /static is will be broken and cause
errors if "manage.py collectstatic" is not run first.
2017-06-21 13:18:22 -04:00
Paul McLanahan e6d6c3b0e5 Add symlinks to favicon.ico to root files
Makes /favicon.ico work, thus avoiding many 404s.
2017-02-01 11:44:44 -05:00
Paul McLanahan 9160321dae Upgrade Whitenoise to 3.3.0
Gives us a couple of new and improved things:

* Adds the new "immutable" Cache-Control header extension
* Uses whitenoise for dev so all of the files work
2017-01-30 12:42:21 -05:00
alexgibson ffc09da80e [bug 1285837] Remove references to humans.txt 2016-09-08 09:24:48 +01:00
Paul McLanahan 04a771c597 Fix bug 1285837: Remove humans.txt 2016-09-07 15:51:58 -04:00
Mainak b20c87f919 [fix bug 1271247] Remove usage of target='_blank' and use rel='noopener' 2016-08-26 08:59:41 +01:00
Paul McLanahan a4a8bb2867 Add mozilla-banner.gif
Also move certs to root_files to avoid having to copy
and gzip them on collectstatic.
2016-03-23 13:58:09 -04:00
SujaySKumar d66eb31fa0 Fix bug 1195376, point Free tools to teach the Web to teach.mozilla 2015-08-19 17:10:02 +05:30
yglazko 377de62d88 Fix bug 1189856 - fix overflowing text on mobile release notes 2015-08-05 12:53:47 -07:00
Nikos Roussos f36e60b081 [Fix bug 1168359] A/B testing for several tasks under /contribute/signup/ 2015-07-17 13:12:55 -04:00
kenrick95 943e55a399 fix bug 1135711 2015-03-06 16:28:46 +08:00
blisman e6d9ada143 fix bug 1129961: reps ical feed update fail silently
added a try except block to catch exceptions raised by the
HTTP GET on settings.REPS_ICAL_FEED. Log the exception or
the HTTP GET response error message and fail silently.
2015-02-20 15:46:39 -05:00
Paul McLanahan 56b89a19a5 Serve static files with Whitenoise.
Create root_files dir for serving via Whitenoise.
Move .htaccess for media into static folder.
Will remove it later.
2015-02-10 20:52:25 -05:00