Anton Khorev
b801f3e3e5
Add titles to issue pages
2023-08-03 03:09:54 +03:00
Tom Hughes
eae9c15b75
Merge remote-tracking branch 'upstream/pull/4131'
2023-08-02 17:01:05 +01:00
Andy Allan
aceef47cd8
Merge pull request #4106 from tomhughes/diary-paging
...
Replace page numbers with ID based selection for diary indexes
2023-08-02 16:57:26 +01:00
Andy Allan
f884be441d
Merge pull request #4111 from AntonKhorev/hidden-welcome-banner
...
Hide/show welcome banner with hidden attribute
2023-08-02 16:56:25 +01:00
Andy Allan
98b1e5f76c
Switch to bootstrap recommended viewport definition
...
Original version was introduced in 6674873478
and has not been changed since.
Google's PageSpeed Insights tool also flagged this up as an accessibility
issue, since it previously prohibited users zooming into the site.
2023-08-02 16:07:13 +01:00
Andy Allan
5796bf6347
Merge pull request #4112 from AntonKhorev/no-float-inside-sidebar
...
Remove unnecessary full-width float css from sidebar
2023-08-02 15:54:16 +01:00
Andy Allan
a56cdd547e
Merge pull request #4125 from tomhughes/oauth-scopes
...
Only show granted permissions in the authorized application list
2023-08-02 15:52:41 +01:00
Andy Allan
9619e699e1
Merge pull request #4107 from tomhughes/diary-visibility
...
Allow administrators to see deleted diary entries
2023-08-02 14:47:05 +01:00
Andy Allan
2566d0e379
Merge pull request #4113 from AntonKhorev/no-w-100
...
Remove setting 100% width with w-100 where it's the default width
2023-08-02 14:20:07 +01:00
Andy Allan
5f0c072ae0
Merge pull request #4120 from AntonKhorev/no-deprecated-iframe-attrs
...
Remove deprecated attributes from share html
2023-08-02 14:14:55 +01:00
Tom Hughes
39eb334992
Update bundle
2023-08-01 18:14:23 +01:00
translatewiki.net
007413f9b4
Localisation updates from https://translatewiki.net .
2023-07-31 13:20:39 +02:00
Tom Hughes
c376962c9c
Only show granted permissions in the authorized application list
...
Fixes #4124
2023-07-30 20:35:13 +01:00
Tom Hughes
60f42ed6d3
Merge remote-tracking branch 'upstream/pull/4114'
2023-07-30 19:00:02 +01:00
Tom Hughes
52bb2a4430
Merge remote-tracking branch 'upstream/pull/4115'
2023-07-30 18:53:30 +01:00
Tom Hughes
8078265150
Merge remote-tracking branch 'upstream/pull/4110'
2023-07-30 18:48:26 +01:00
Tom Hughes
2f59c267ad
Merge remote-tracking branch 'upstream/pull/4118'
2023-07-30 18:47:10 +01:00
Tom Hughes
fbbc306bb4
Merge remote-tracking branch 'upstream/pull/4119'
2023-07-30 18:36:24 +01:00
Tom Hughes
b1926cca32
Merge remote-tracking branch 'upstream/pull/4116'
2023-07-30 18:31:43 +01:00
Anton Khorev
c4b5392628
Remove deprecated attributes from share html
2023-07-29 20:34:10 +03:00
Anton Khorev
f5b26a7df0
Remove resize css property from textarea
2023-07-29 19:38:06 +03:00
Anton Khorev
c3500b4b81
Remove display properties from share tabs
2023-07-29 19:26:20 +03:00
dependabot[bot]
cbb8063bc3
Bump eslint from 8.45.0 to 8.46.0
...
Bumps [eslint](https://github.com/eslint/eslint ) from 8.45.0 to 8.46.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/v8.45.0...v8.46.0 )
---
updated-dependencies:
- dependency-name: eslint
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-07-28 23:15:35 +00:00
Anton Khorev
6fca88ab16
Move map attribution print styles to print.scss
2023-07-28 21:24:52 +03:00
Anton Khorev
2818684df1
Remove unused 0 bottom margin from map ui css
2023-07-28 21:05:05 +03:00
Anton Khorev
672c79c79c
Remove setting 100% width with w-100 where it's the default width
2023-07-28 20:27:58 +03:00
Anton Khorev
1905199b72
Remove unnecessary full-width float css from sidebar
2023-07-28 20:05:28 +03:00
Anton Khorev
e6987d7dd3
Hide/show welcome banner with hidden attribute
2023-07-28 19:53:19 +03:00
Anton Khorev
d6853e5322
Remove links to apps from OAuth2 authorizations page
2023-07-28 17:30:48 +03:00
Tom Hughes
e932972a4a
Merge remote-tracking branch 'upstream/pull/4108'
2023-07-27 20:42:03 +01:00
Tom Hughes
f29ba01eb9
Replace page numbers with ID based selection for diary indexes
2023-07-27 20:37:07 +01:00
Tom Hughes
b57ed0bf23
Improve testing of paged access to trace lists
2023-07-27 20:30:15 +01:00
Tom Hughes
edfe0dde67
Disambiguate ID queries for tagged trace lists
2023-07-27 20:29:29 +01:00
Tom Hughes
7fb984f915
Allow moderator to unhide diary entries as well as hide them
2023-07-27 18:07:35 +01:00
Tom Hughes
6651d713d7
Allow administrators to see deleted diary entries
2023-07-27 18:03:58 +01:00
Andy Allan
0a66990911
Simplify menu-icon css
...
Remove the duplicate display property, since it was force-overridden
by the `!important` keyword in the same definiton. This then makes the
`!important` keywords unnecessary. The menu-icon is floated, and
therefore can't be `inline-block`, so browsers were interpreting that
as `block` all along.
2023-07-26 17:39:36 +01:00
Andy Allan
c23d8bfa6a
Remove unused parameter
2023-07-26 17:39:12 +01:00
Andy Allan
7ea3398c79
Remove unused CSS
...
The browse_details CSS classes were removed in 30ab1e91da
and c4090bb150
2023-07-26 17:15:17 +01:00
Andy Allan
925d12cc81
Merge pull request #3933 from AntonKhorev/api-changesets-limit
...
Add limit parameter to api changesets query
2023-07-26 16:45:00 +01:00
Andy Allan
30201e9e7f
Merge pull request #4089 from tomhughes/trace-paging
...
Replace page numbers with ID based selection for trace indexes
2023-07-26 16:21:22 +01:00
Tom Hughes
db8e193d71
Update bundle
2023-07-25 18:23:49 +01:00
translatewiki.net
4a24ba5f73
Localisation updates from https://translatewiki.net .
2023-07-24 13:18:53 +02:00
Tom Hughes
c909b29c35
Replace page numbers with ID based selection for trace indexes
2023-07-23 19:28:37 +01:00
translatewiki.net
bb3b0acc57
Localisation updates from https://translatewiki.net .
2023-07-20 13:15:14 +02:00
Tom Hughes
ba3d3269e3
Fix new rubocop warnings
2023-07-18 18:27:06 +01:00
Tom Hughes
47fc8a016f
Update bundle
2023-07-18 18:25:12 +01:00
Tom Hughes
141fc574db
Merge remote-tracking branch 'upstream/pull/4097'
2023-07-16 12:07:00 +01:00
Tom Hughes
b3101110d4
Merge remote-tracking branch 'upstream/pull/4095'
2023-07-16 12:06:57 +01:00
Tom Hughes
a3d9b8b901
Merge remote-tracking branch 'upstream/pull/4094'
2023-07-16 12:06:54 +01:00
Amir E. Aharoni
6795fd3117
Consistent plural forms for browse.way.nodes_count
...
Without this, translatewiki's validator shows an error for English.
2023-07-15 10:34:24 +03:00