Andy Allan
f702d5c426
Remove unnecessary br tags
...
The margin on the table takes care of the spacing.
2022-07-27 11:59:47 +01:00
Tom Hughes
e9887f88ed
Test fetching the iD frame when not logged in
2022-07-26 17:38:56 +01:00
Tom Hughes
f4749eccf1
Test that verified emails from OAuth signups are accepted automatically
2022-07-26 17:33:59 +01:00
Tom Hughes
b56e7bc88a
Update bundle
2022-07-26 17:02:40 +01:00
Tom Hughes
2cbf6062fc
Don't try and write directly to the user status
...
This causes an exception when processing the authentication callback for
providers like google where we treat the email address as verified.
2022-07-26 00:52:22 +01:00
Tom Hughes
aa32dba482
Require a logged in user for the iD frame
...
The frame will error if the user is not logged in as it wants
to be able to access their OAuth token.
2022-07-26 00:52:22 +01:00
translatewiki.net
8aa6d48360
Localisation updates from https://translatewiki.net .
2022-07-25 13:14:52 +02:00
Tom Hughes
21d52f2d3f
Monkey patch MailDeliveryJob to work with delayed_job under ruby 3
...
The delayed_job gem does not currently perserve keyword arguments
properly leading to errors when running under ruby 3 and try to run
a job that requires them.
This affects our deferred mail deliveries so we monkey patch the
mail delivery job to unpack the hash from the normal arguments and
use it to provide the expected keyword arguments.
https://github.com/collectiveidea/delayed_job/issues/1134
2022-07-23 12:12:29 +01:00
Tom Hughes
273cb9e00a
Fix test for change in class
2022-07-22 22:48:31 +01:00
Tom Hughes
dc382c46d6
Merge remote-tracking branch 'upstream/pull/3616'
2022-07-22 22:32:26 +01:00
Tom Hughes
ffdd812eaf
Merge remote-tracking branch 'upstream/pull/3615'
2022-07-22 22:32:24 +01:00
mxdanger
a6b655862e
Bootstrap 5: Change rounded-lg to rounded-3
2022-07-22 13:17:36 -07:00
Anton Khorev
d353186b19
Uncomment asserts for namespaced elements in note rss test
2022-07-22 18:02:00 +03:00
Tom Hughes
3871d61be4
Merge remote-tracking branch 'upstream/pull/3612'
2022-07-21 19:20:26 +01:00
Tom Hughes
297d05c63b
Merge remote-tracking branch 'upstream/pull/3610'
2022-07-21 18:36:29 +01:00
Tom Hughes
2572db3924
Merge remote-tracking branch 'upstream/pull/3609'
2022-07-21 18:25:27 +01:00
Anton Khorev
2dd7a5edb2
Add xmlns:dc namespace to note show rss actions
2022-07-21 17:14:49 +03:00
translatewiki.net
7f23d10a17
Localisation updates from https://translatewiki.net .
2022-07-21 13:13:42 +02:00
Andy Allan
6078e2f68e
Bootstrap 5: Use dropdown-menu-end for dropdown alignment
2022-07-20 19:34:19 +01:00
Andy Allan
2b97658786
Bootstrap 5: Fix table striping background colour
2022-07-20 18:49:10 +01:00
Andy Allan
13e44f031c
Bootstrap-5: use logical alternative for text alignment
...
Using start/end rather than left/right, for better RTL support.
2022-07-20 18:45:26 +01:00
Andy Allan
721044ad01
Bootstrap 5: Use symmetrical padding in toggled dropdown
...
Required since pl-* classes have been removed, but also works fine
without bringing start/end considerations into play.
2022-07-20 18:43:45 +01:00
Andy Allan
4e06fe054a
Rework trace index to use secondary-actions
...
The border between items is familiar UI, so we can keep it, but lets
use the secondary-actions approach instead.
This avoids using left-right specific border, margin and padding
classes
2022-07-20 17:45:35 +01:00
Andy Allan
9e6ecefdb2
Bootstrap 5: Remove the padding from trace nav buttons on larger sizes
...
If additional py is added when the tabs are laid out in full, then the
other tabs start to become detatched from the rest of the page and a
line appears under the active tab.
We don't need the padding in the horizontal layout, so remove it, and
tweak the size of the padding when collapsed.
2022-07-20 14:43:00 +01:00
Andy Allan
9963fcffc0
Bootstrap 5: Override button text colours, force to white
2022-07-20 14:43:00 +01:00
Andy Allan
ac07a79078
Use bootstrap variables to style links
...
Bootstrap 5 now has a hover color, and instead of trying to override
with CSS, it's easier to use the variables instead.
2022-07-20 14:43:00 +01:00
Andy Allan
235ca0b4f3
Bootstrap 5: data-toggle renamed to data-bs-toggle for dropdown menus
2022-07-20 14:43:00 +01:00
Andy Allan
2f1715a02c
Bootstrap 5: no-gutters renamed to g-0
2022-07-20 14:43:00 +01:00
Andy Allan
e2f17abd3d
Bootstrap 5: Replace card-deck with a row-cols-* based grid
2022-07-20 14:43:00 +01:00
Andy Allan
934d81aa55
Bootstrap 5: Replace all form-group classes with mb-3
2022-07-20 14:42:57 +01:00
Andy Allan
e80d74ae73
Bootstrap 5: Add form-label class to hand-crafted form labels
...
This is done automatically for forms created by bootstrap_form
2022-07-20 14:41:56 +01:00
Andy Allan
a4af46ef47
Bootstrap 5: Override float attribute on legends
...
I don't fully understand why bootstrap added this in v5, as the
discussion on the issue tracker isn't clear. But we neither want
nor need this.
2022-07-20 14:41:55 +01:00
Andy Allan
02a6ec60ec
Bootstrap 5: Update manual select boxes to use form-select class
2022-07-20 14:41:55 +01:00
Andy Allan
2080696fe6
Bootstrap 5: Remove use of form-row class
...
This has been replaced by simple `row` class in v5. We can also use the
gx-N classes here, which tighten up the horizontal gutter sizes for
space-constrained forms.
2022-07-20 14:41:41 +01:00
Andy Allan
779167e493
Bootstrap 5: Enable negative margins
2022-07-20 11:13:33 +01:00
Andy Allan
3b942ae5de
Bootstrap 5: change rounded-sm to rounded-1
2022-07-20 11:13:33 +01:00
Andy Allan
a481915a37
Upgrade to bootstrap 5
2022-07-20 11:13:33 +01:00
Tom Hughes
698d7a0668
Switch actions workflows to use ruby/setup-ruby
2022-07-19 19:01:53 +01:00
Tom Hughes
adbe18b249
Update bundle
2022-07-19 17:07:43 +01:00
Tom Hughes
9e6a3b7b10
Merge remote-tracking branch 'upstream/pull/3604'
2022-07-19 17:03:19 +01:00
Tom Hughes
57f8fe3859
Merge remote-tracking branch 'upstream/pull/3597'
2022-07-19 17:02:18 +01:00
Tom Hughes
3eb5b7cfeb
Merge remote-tracking branch 'upstream/pull/3603'
2022-07-19 17:01:35 +01:00
Anton Khorev
b54c03389b
Strip leading/trailing whitespace from comma-separated trace tags
2022-07-19 13:47:28 +03:00
dependabot[bot]
b3cd29289a
Bump eslint from 8.19.0 to 8.20.0
...
Bumps [eslint](https://github.com/eslint/eslint ) from 8.19.0 to 8.20.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.19.0...v8.20.0 )
---
updated-dependencies:
- dependency-name: eslint
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-07-18 23:00:56 +00:00
Anton Khorev
7fbfec71d1
Merge branch 'master' into trace-description-maxlength
2022-07-18 17:50:30 +03:00
translatewiki.net
48fff2bfea
Localisation updates from https://translatewiki.net .
2022-07-18 13:12:12 +02:00
Tom Hughes
16dc80063e
Merge remote-tracking branch 'upstream/pull/3602'
2022-07-17 22:33:54 +01:00
Martin Raifer
99ed67cc3b
optimize image file size
2022-07-17 21:55:55 +02:00
Martin Raifer
7f8b16600b
remove blue circle in top right corner, improving contrast with "x" button
2022-07-17 21:47:10 +02:00
Tom Hughes
faea4ee7ea
Merge remote-tracking branch 'upstream/pull/3601'
2022-07-17 11:15:06 +01:00