Commit graph

14740 commits

Author SHA1 Message Date
Anton Khorev
fd3c7b23c5 Use font size instead of italic for changeset/trace descriptions 2024-05-18 18:30:59 +03:00
Sabih S
77fd890b79 chore: typo 2024-05-18 09:56:29 +00:00
Sabih S
ecd55fba3a chore: clarify email reply text 2024-05-18 08:47:52 +00:00
Anton Khorev
2012f5b719 Don't skip heading levels on "fixthemap" page 2024-05-18 03:45:24 +03:00
Anton Khorev
9f8cc14808 Remove unused .button class 2024-05-18 03:26:14 +03:00
Anton Khorev
cee7a82c2b Fix css section comments 2024-05-18 03:13:56 +03:00
Anton Khorev
50d5620689 Set check/x display property using .d-block 2024-05-18 03:11:04 +03:00
Anton Khorev
3296e168e9 Remove font size class from "Start mapping" container
It doesn't affect the button font, only the spacing around.
2024-05-18 02:59:47 +03:00
Anton Khorev
e34f1ebfaf Remove .clearfix
Floats are no longer used on the welcome page.
2024-05-18 02:59:47 +03:00
Anton Khorev
4e42bccd50 Replace .term sprite class with .d-flex container 2024-05-18 02:59:47 +03:00
Anton Khorev
1dfef406df Convert basic terms to a list 2024-05-18 02:33:16 +03:00
Anton Khorev
f35291ecbd Remove .small sprite class
.small is used to set the font size elsewhere.
2024-05-18 02:33:16 +03:00
dependabot[bot]
f0b9639b38
Bump eslint from 9.2.0 to 9.3.0
Bumps [eslint](https://github.com/eslint/eslint) from 9.2.0 to 9.3.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v9.2.0...v9.3.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-17 23:24:47 +00:00
Anton Khorev
c88a70d173 Fix white circular elements of welcome sprite 2024-05-17 18:47:15 +03:00
dependabot[bot]
88ad9e7f47
Bump rexml from 3.2.6 to 3.2.8
Bumps [rexml](https://github.com/ruby/rexml) from 3.2.6 to 3.2.8.
- [Release notes](https://github.com/ruby/rexml/releases)
- [Changelog](https://github.com/ruby/rexml/blob/master/NEWS.md)
- [Commits](https://github.com/ruby/rexml/compare/v3.2.6...v3.2.8)

---
updated-dependencies:
- dependency-name: rexml
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-16 21:21:03 +00:00
Tom Hughes
41ed1f8e52 Update to rails 7.1.3.3 2024-05-16 22:18:14 +01:00
Hidde Wieringa
4aef6e9f17
Replace sign up and terms illustrations with SVG
remove app/assets/images/confirm-illustration.png

confirm illustration

align illustrations

minimize illustrations

Add original design files in assets
2024-05-16 21:21:32 +02:00
Hidde Wieringa
036c87b355
OpenID connect icons to SVG
re-add whitespace

trigger CI

revert size attribute
2024-05-16 21:16:28 +02:00
Andy Allan
eece15be74
Merge pull request #4803 from tomhughes/preference-encoding
Fix exception uploading a unicode preference value
2024-05-16 19:41:45 +01:00
Tom Hughes
25e1145c32 Merge remote-tracking branch 'upstream/pull/4802' 2024-05-16 18:02:03 +01:00
Tom Hughes
64af2816a3 Treat the body as UTF-8 for user_preferences#update 2024-05-16 17:51:33 +01:00
Tom Hughes
334c856021 Test unicode values in user preference keys and values 2024-05-16 17:51:33 +01:00
translatewiki.net
fa065f41f9 Localisation updates from https://translatewiki.net. 2024-05-16 14:17:52 +02:00
Andy Allan
beeba305e9
Merge pull request #4800 from AntonKhorev/welcome-stack
Stack welcome page columns on small screens
2024-05-15 17:43:25 +01:00
Andy Allan
ffda8d7ac5
Merge pull request #4680 from tomhughes/validate-page-numbers
Add parameter validation to pagination
2024-05-15 17:43:04 +01:00
Anton Khorev
fac69da076 Stack welcome page columns on small screens
Make it similar to the fixthemap page.
2024-05-15 19:25:40 +03:00
Anton Khorev
a1fca17cc7 Remove groups 2024-05-15 19:12:52 +03:00
Anton Khorev
6e3047d2fa Remove transforms from groups 2024-05-15 19:10:34 +03:00
Andy Allan
39963d8c70
Merge pull request #4633 from tomhughes/trace-images
Trace image cleanups
2024-05-15 16:38:00 +01:00
Anton Khorev
13f958f6e3 Remove transforms from circles 2024-05-15 18:35:57 +03:00
Anton Khorev
ebb37df15b Remove fill rule style 2024-05-15 18:35:15 +03:00
Andy Allan
ad4ab4603b
Merge pull request #4496 from tomhughes/disabled-auth-error
Return an error when a disabled authentication mechanism is used
2024-05-15 16:33:33 +01:00
Anton Khorev
c8656158ca Remove line join styles for circles 2024-05-15 18:09:22 +03:00
Tom Hughes
b0d3ecb3c3 Merge remote-tracking branch 'upstream/pull/4798' 2024-05-15 00:33:26 +01:00
Tom Hughes
bb9ee4d9e4 Merge remote-tracking branch 'upstream/pull/4797' 2024-05-15 00:33:20 +01:00
Tom Hughes
6a3824fcbf Merge remote-tracking branch 'upstream/pull/4796' 2024-05-15 00:33:07 +01:00
Tom Hughes
91cec96028 Merge remote-tracking branch 'upstream/pull/4794' 2024-05-15 00:32:52 +01:00
Hidde Wieringa
b2fcf003f8 Convert note markers to SVG 2024-05-15 00:28:00 +01:00
Hidde Wieringa
373cf99a5c Convert menu icon to SVG 2024-05-15 00:20:24 +01:00
Hidde Wieringa
b5678b2dcf Improve alignment of text and images on welcome page 2024-05-15 00:18:38 +01:00
Hidde Wieringa
b05e36223d Convert welcome sprite to SVG 2024-05-15 00:17:40 +01:00
Hidde Wieringa
8c64595415 Convert routing sprite to SVG 2024-05-15 00:16:05 +01:00
Tom Hughes
bfaa61c993 Lock multi_xml to 0.6 for ruby 3.0 compatibility 2024-05-14 19:24:23 +01:00
Tom Hughes
ea8fe8d5c3 Merge remote-tracking branch 'upstream/pull/4791' 2024-05-14 18:47:43 +01:00
Tom Hughes
858dc8a8ab Update bundle 2024-05-14 18:43:58 +01:00
Anton Khorev
822466c6c6 Add warnings when creating notes anonymously 2024-05-14 19:42:59 +03:00
Andy Allan
dc081f16ee
Merge pull request #4790 from AntonKhorev/docs-https
Use https links in documentation
2024-05-14 17:28:16 +01:00
Anton Khorev
2abe6ceb2d Update bundler link 2024-05-14 18:36:27 +03:00
Anton Khorev
8e7c62e931 Use https links in documentation 2024-05-14 18:02:12 +03:00
Tom Hughes
54e5b3cceb Merge remote-tracking branch 'upstream/pull/4786' 2024-05-13 18:56:31 +01:00