Tom Hughes
f70edc02f0
Return the "large" image from the user details API call
...
Closes #1923
2018-07-09 20:26:37 +01:00
Tom Hughes
98de681e47
Update to rails 5.2.0
2018-06-19 00:16:24 +01:00
Tom Hughes
e5604ce98e
Assign vandalism reports for users to moderators
2018-06-17 11:14:19 +01:00
Tom Hughes
0071025400
Avoid using "other" as a translation key
2018-06-16 16:21:07 +01:00
Tom Hughes
1392e63272
Show count of open issues in the header
2018-06-16 12:40:15 +01:00
Tom Hughes
27679356af
Default to only showing open issues
2018-06-10 19:11:25 +01:00
Tom Hughes
5e2c567b7f
Make report type a required field
2018-06-10 17:16:33 +01:00
Tom Hughes
d3700e6201
Merge branch 'master' into next
2018-06-10 17:02:12 +01:00
Tom Hughes
2aca6920dc
Use lazy lookups for translations in issues
2018-06-10 16:59:58 +01:00
Tom Hughes
e8942437c0
Use select_tag for issue filter fields instead of abusing select
2018-06-10 15:32:27 +01:00
Tom Hughes
ba9a00b10c
Merge remote-tracking branch 'upstream/pull/1892'
2018-06-06 14:51:30 +01:00
Tom Hughes
4df0fe72e2
Merge remote-tracking branch 'upstream/pull/1893'
2018-06-06 14:33:36 +01:00
Andy Allan
25c2feaec9
Fix lazy i18n lookups for browse error pages
...
`I18n.t` doesn't support lazy lookups, whereas the equivalent
rails `t` helper does. The code can also be simplified to avoid the
lookup table.
Fixes 1877
2018-06-06 13:25:40 +08:00
Andy Allan
9b36021ec5
Refactor inbox and outbox paths to avoid display names in urls.
2018-06-06 11:33:33 +08:00
Andy Allan
57d3b3af55
Refactor trace creation pages
...
Split the trace creation into new and create methods, with standard resourceful routing. Provide a redirect for external requests to the old url.
2018-06-06 10:22:42 +08:00
Tom Hughes
4a6779abf7
Avoid using inline javascript to update message list
2018-05-30 15:30:23 +01:00
Edward Betts
196ac7c0d5
Wrap the permission label with a <label> tag
...
Gives the user a larger target to toggle a permission.
2018-05-24 15:41:32 +01:00
Tom Hughes
99492de1d3
Convert note view to use server side conditions
...
Fixes #1869
2018-05-17 11:33:50 +01:00
Tom Hughes
fdd4361d5b
Remove some inline styles
2018-05-16 20:27:35 +01:00
Andy Allan
e1c62f1bf2
Remove if_user and similar methods
...
Rather than hiding features based on CSS, just avoid including them
in the output. Fixes #1862
2018-05-16 13:05:20 +08:00
Andy Allan
4ec70f7994
Rename messages#read to #show
...
Also rename the named path, to align with resourceful routing
2018-05-15 18:25:54 +08:00
Andy Allan
73df8447e3
Rename messages#delete to destroy
...
This is a better fit for rails controller method conventions, paving
the way to resourceful routing. Keep user-facing strings as 'delete'
since that's more commonly used.
2018-05-15 18:15:01 +08:00
Tom Hughes
d14cf519fd
Merge remote-tracking branch 'upstream/pull/1858'
2018-05-14 20:14:56 +01:00
Tom Hughes
33ea119c8f
Merge remote-tracking branch 'upstream/pull/1857'
2018-05-14 20:13:41 +01:00
Tom Hughes
d7063ab0a9
Merge remote-tracking branch 'upstream/pull/1851'
2018-05-13 15:24:44 +01:00
Andy Allan
00bd64c7fb
Rename message_controller to messages_controller
2018-05-09 16:38:37 +08:00
Andy Allan
b446138aef
Rename trace_controller to traces_controller
2018-05-09 12:38:09 +08:00
Andy Allan
a1853204fa
More lazy translation lookups for traces
2018-05-09 12:08:39 +08:00
Andy Allan
011cfa794a
Use named paths for messages
2018-05-09 11:24:11 +08:00
Tom Hughes
827024f7e6
Merge remote-tracking branch 'upstream/pull/1833'
2018-04-25 17:44:53 +01:00
Tom Hughes
b15a8c73d9
Merge remote-tracking branch 'upstream/pull/1839'
2018-04-25 17:39:27 +01:00
Tom Hughes
00425c8fca
Merge remote-tracking branch 'upstream/pull/1838'
2018-04-25 17:38:35 +01:00
Tom Hughes
aebfbdcfbd
Merge remote-tracking branch 'upstream/pull/1837'
2018-04-25 17:38:19 +01:00
Tom Hughes
0d7c9a187e
Merge remote-tracking branch 'upstream/pull/1836'
2018-04-25 17:37:55 +01:00
Tom Hughes
7f24a2f1d6
Merge remote-tracking branch 'upstream/pull/1835'
2018-04-25 17:37:34 +01:00
Andy Allan
af4003e2ee
Lazy translation lookups and key renames for help page.
2018-04-25 17:09:29 +08:00
Andy Allan
7d0a94552c
Lazy translation lookup and key renames for fixthemap page.
2018-04-25 17:09:29 +08:00
Andy Allan
fb16b5ed14
Use lazy lookups and rename translation keys for export
2018-04-25 17:09:29 +08:00
Andy Allan
c7e514a56b
Use lazy lookups and rename keys for the copyright page
2018-04-25 16:33:34 +08:00
Andy Allan
ab79d8c520
Use lazy lookups and rename keys for the welcome page.
2018-04-25 16:33:34 +08:00
Andy Allan
246596225e
Use lazy lookups and rename keys for the about page.
2018-04-25 16:19:46 +08:00
Andy Allan
8d45f1a5cf
Use lazy lookups for site translations
2018-04-25 16:04:34 +08:00
Andy Allan
3720004d9c
Remove empty and unused view template
2018-04-25 15:51:48 +08:00
Andy Allan
8445561fcc
Use lazy translation lookups for the oauth controller.
2018-04-25 15:42:34 +08:00
Andy Allan
dfa2fd7d3d
Rename note to notes in i18n lookups
...
Enables lazy translation lookups for most cases. Additionally, rename
keys for notes.description.* to notes.comment.* to match partial
name.
2018-04-25 14:56:20 +08:00
Andy Allan
2c7bc36493
Use lazy translation lookups for redactions
...
Requires renaming the translation keys
2018-04-25 14:39:37 +08:00
Andy Allan
5bed217823
Use lazy translations where possible
2018-04-25 14:10:59 +08:00
Andy Allan
a0de9b780d
Use lazy lookups for user_blocks translations
2018-04-25 12:03:58 +08:00
Tom Hughes
9ced230fe1
Merge remote-tracking branch 'upstream/pull/1827'
2018-04-18 20:21:52 +01:00
Tom Hughes
7a64ebe982
Merge remote-tracking branch 'upstream/pull/1824'
2018-04-18 18:36:22 +01:00