Anton Khorev
|
14bd660114
|
Disable delete account button if there are recent changesets
|
2023-11-22 17:37:04 +03:00 |
|
Anton Khorev
|
dfe299eff9
|
Add user account deletion delay setting
|
2023-11-22 16:15:59 +03:00 |
|
Milan Cvetkovic
|
60c885d071
|
Welcome screen displays 'Continue with authorization'
do not hide notes
|
2023-11-21 11:56:09 +00:00 |
|
translatewiki.net
|
26f12ef11a
|
Localisation updates from https://translatewiki.net.
|
2023-11-20 13:21:51 +01:00 |
|
Tom Hughes
|
a328ec84a2
|
Use rtlcss instead of r2 for RTL support
This ensures that the RTL directives in bootstrap are processed
correctly as it is designed around RTLCSS for RTL support.
Fixes #4347
|
2023-11-16 22:53:09 +00:00 |
|
translatewiki.net
|
d7b9f70c80
|
Localisation updates from https://translatewiki.net.
|
2023-11-16 13:19:00 +01:00 |
|
Tom Hughes
|
2fcee9625d
|
Merge remote-tracking branch 'upstream/pull/4349'
|
2023-11-15 22:30:41 +00:00 |
|
Andy Allan
|
bc9c492c48
|
Use friendly_date helpers for revoking user blocks
|
2023-11-15 19:44:10 +00:00 |
|
Andy Allan
|
026fce06f4
|
Use the friendly_data_ago helper for contacts on the dashboard
Also take the opportunity to fix the translation key.
|
2023-11-15 19:21:51 +00:00 |
|
Tom Hughes
|
f2f0cf1ad9
|
Switch to using native rails support for managing Postgres enumerations
|
2023-11-15 18:25:05 +00:00 |
|
Tom Hughes
|
cebda5ffb9
|
Merge remote-tracking branch 'upstream/pull/4319'
|
2023-11-15 17:14:49 +00:00 |
|
Andy Allan
|
71cb84bbe2
|
Merge pull request #4318 from tomhughes/rails-71-defaults
Enable remaining rails 7.1 defaults
|
2023-11-15 11:48:18 +00:00 |
|
translatewiki.net
|
0eed6708a8
|
Localisation updates from https://translatewiki.net.
|
2023-11-13 13:20:37 +01:00 |
|
translatewiki.net
|
a5a7f45d70
|
Localisation updates from https://translatewiki.net.
|
2023-11-09 13:22:02 +01:00 |
|
Tom Hughes
|
4b78b0267d
|
Remove production credentials from the repository
These (well master.key at least) should never have been here
but fortunately we haven't really been using them.
|
2023-11-07 17:51:59 +00:00 |
|
translatewiki.net
|
049dfab8ad
|
Localisation updates from https://translatewiki.net.
|
2023-11-06 13:23:07 +01:00 |
|
Holger Jeromin
|
6d69b640a2
|
fix link to stateofthemap.africa
|
2023-11-03 15:54:24 +01:00 |
|
translatewiki.net
|
34b90f3491
|
Localisation updates from https://translatewiki.net.
|
2023-11-02 13:19:27 +01:00 |
|
Tom Hughes
|
2f11b77309
|
Add support for per-user limits on the rate changes can be made
|
2023-11-02 08:59:57 +00:00 |
|
Tom Hughes
|
c6bb4a5f4e
|
Add importer role that can be associated with higher rate limits
|
2023-11-02 08:58:12 +00:00 |
|
translatewiki.net
|
9aa3e7a4c5
|
Localisation updates from https://translatewiki.net.
|
2023-10-30 13:20:30 +01:00 |
|
Tom Hughes
|
6f60111c92
|
Switch to rails 7.1 defaults
|
2023-10-27 18:00:05 +01:00 |
|
Tom Hughes
|
416334cbbc
|
Change log level for DebugExceptions to error
|
2023-10-27 17:55:24 +01:00 |
|
Tom Hughes
|
8c998c542c
|
Use an HTML5 parser for tests
|
2023-10-27 17:50:46 +01:00 |
|
Tom Hughes
|
64f2517426
|
Use an HTML5 standards-compliant sanitizer
|
2023-10-27 17:46:58 +01:00 |
|
Tom Hughes
|
4c6a56d002
|
Commit transactions exited by return, break or throw
|
2023-10-27 17:42:23 +01:00 |
|
Tom Hughes
|
ed279071c7
|
Enable optimisation of checks for parent record existence
|
2023-10-27 17:38:21 +01:00 |
|
Tom Hughes
|
cae17a1f9f
|
Limit log file size in development and test
|
2023-10-27 17:33:54 +01:00 |
|
Tom Hughes
|
39e66c69b7
|
Stop parameter hashes comparing equal to normal hashes
|
2023-10-27 17:31:23 +01:00 |
|
Tom Hughes
|
3588e955c5
|
Drop X-Download-Options from default headers
|
2023-10-27 17:26:25 +01:00 |
|
Tom Hughes
|
7ba8ac2b61
|
Stop adding autoloaded paths to $LOAD_PATH
|
2023-10-27 17:25:50 +01:00 |
|
Tom Hughes
|
f00a12a2ec
|
Merge remote-tracking branch 'upstream/pull/4308'
|
2023-10-27 14:26:54 +01:00 |
|
Tom Hughes
|
b89fd03403
|
Enable rails 7.1 changes to model callbacks
|
2023-10-26 22:51:55 +01:00 |
|
Tom Hughes
|
60d3448cef
|
Enable precompilation of filter_parameters
|
2023-10-26 22:44:02 +01:00 |
|
Tom Hughes
|
e331266687
|
Enable rails 7.1 defaults that relate to rolling upgrades
|
2023-10-26 22:43:29 +01:00 |
|
Tom Hughes
|
1bb8d9caf6
|
Enable rails 7.1 defaults for features we don't use
|
2023-10-26 22:43:28 +01:00 |
|
Tom Hughes
|
6e1613f73e
|
Disable deprecated singular association names
|
2023-10-26 22:19:02 +01:00 |
|
Andy Allan
|
98bfaace9a
|
Merge pull request #4170 from osmcz/cuzk
Add contributor info for Czechia for copyright web page
|
2023-10-26 13:06:56 +01:00 |
|
translatewiki.net
|
a7c20f7038
|
Localisation updates from https://translatewiki.net.
|
2023-10-26 13:20:38 +02:00 |
|
Adam Hoyle
|
441be268d8
|
Fix file dimensions and switch from png to jpg
|
2023-10-24 12:11:51 +01:00 |
|
Adam Hoyle
|
73bba0a9b6
|
Add Africa banner (with @2x)
|
2023-10-24 08:44:23 +01:00 |
|
Mateusz Konieczny
|
647bd68f50
|
rerun script/misc/update-wiki-pages
|
2023-10-23 21:50:22 +02:00 |
|
Adam Hoyle
|
1a3a40772c
|
Add banner for SOTM Asia 2023
|
2023-10-23 14:14:59 +01:00 |
|
translatewiki.net
|
7e9544de5e
|
Localisation updates from https://translatewiki.net.
|
2023-10-23 13:21:59 +02:00 |
|
translatewiki.net
|
59494a1656
|
Localisation updates from https://translatewiki.net.
|
2023-10-19 13:20:13 +02:00 |
|
tom.k
|
016ab83a22
|
add contributor info for Czechia
|
2023-10-19 08:22:32 +02:00 |
|
Tom Hughes
|
f37ea2fae3
|
Update to rails 7.1.1
|
2023-10-18 18:26:13 +01:00 |
|
Andy Allan
|
4c4150e0d0
|
Merge pull request #4279 from tomhughes/changeset-tags-primary-key
Add a primary key to the changeset_tags table
|
2023-10-18 15:41:01 +01:00 |
|
Tom Hughes
|
391728c8eb
|
Update i18n tasks from latest gem
|
2023-10-17 18:25:38 +01:00 |
|
translatewiki.net
|
cfd4d5a190
|
Localisation updates from https://translatewiki.net.
|
2023-10-16 13:21:41 +02:00 |
|