Andy Allan
adfb4dc619
Refactor client application pages to use bootstrap forms
...
Also rework the client application show page to be responsive
2020-08-19 16:58:43 +02:00
Andy Allan
a2c1fe7930
Avoid showing table header when there are no results
2020-08-19 16:58:43 +02:00
Andy Allan
56ed381a7d
Rework issue search form to use Bootstrap form layout
2020-08-19 16:58:43 +02:00
Andy Allan
8df3010766
Refactor reports form to use bootstrap
2020-08-19 16:58:43 +02:00
Andy Allan
613b748c55
Avoid lego translations for coordinates
...
Use the i18n system for joining coordinate values together, while
avoiding making any changes or standardisation involving the exact
symbol used in each situation.
Refs #2732
2020-08-19 16:43:16 +02:00
Andy Allan
94008d9059
Fix remaining unstyled buttons by moving to bootstrap buttons
2020-08-19 14:54:36 +02:00
Andy Allan
85e5866c8f
Wrap the welcome buttons in a standard-form CSS class
2020-08-19 14:52:44 +02:00
Tom Hughes
1a3e1ab7bc
Move html5shiv to be a yarn managed asset
2020-08-06 19:19:55 +01:00
Tom Hughes
0e2a66e8de
Fix new rubocop warnings
2020-08-06 18:42:16 +01:00
Tom Hughes
c24c2e481c
Merge remote-tracking branch 'upstream/pull/2667'
2020-08-05 21:50:08 +01:00
Tom Hughes
2d3972249c
Fix some rubocop todos
2020-08-02 19:38:58 +01:00
Tom Hughes
eee84267f9
Fix rubocop warning
2020-08-02 13:00:21 +01:00
Tom Hughes
c4abe8eb28
Fix the CrossSiteScripting warnings from Brakeman
2020-07-22 20:57:16 +01:00
Andy Allan
20ed4df472
Add a browse map link to notes
...
This matches the one for nodes. Fixes #1355 . Replacement for #1773 .
An unstyled list works better for the details section, particularly
when all three are shown.
2020-07-22 14:18:59 +02:00
Andy Allan
499a60c330
Use a named path instead of explicit controllers and actions
2020-07-22 14:04:42 +02:00
Quincy Morgan
de3ddafcd2
Update iD initialization for v2.18.1
2020-07-20 16:14:28 -04:00
Tom Hughes
8a013c0a96
Merge remote-tracking branch 'upstream/pull/2711'
2020-07-15 21:31:18 +01:00
Andy Allan
3012201160
Convert warnings to use bootstrap alerts
...
The new note is guidance, rather than a warning, so it gets the info
background
2020-07-15 19:09:46 +02:00
Andy Allan
d89a30421c
Use bootstrap backgrounds and text utilities for read issue reports
2020-07-15 12:12:35 +02:00
Tom Hughes
cfb2f2988c
Merge remote-tracking branch 'upstream/pull/2698'
2020-07-08 19:10:01 +01:00
Tom Hughes
efa2c20bff
Merge remote-tracking branch 'upstream/pull/2696'
2020-07-08 19:09:55 +01:00
Tom Hughes
3a43f9fe04
Merge remote-tracking branch 'upstream/pull/2697'
2020-07-08 18:57:32 +01:00
Andy Allan
41d6f19a6b
Rename the notes#mine action to index
2020-07-08 18:43:30 +02:00
Andy Allan
1977e66ace
Use bootstrap text-muted in place of custom deemphasze class
...
This avoids changing anything related to forms, since they will be
switched over to bootstrap separately.
2020-07-08 18:30:15 +02:00
Andy Allan
6d9434e14d
Remove some extraneous css
...
The trace part is actually removing html, but I thought it was CSS
when I first noticed the blank space on the page.
2020-07-08 16:57:49 +02:00
Andy Allan
8192c0bd17
Rework the users#show page to avoid custom column css
...
This uses bootstrap instead, ensuring the map shows before the
text on small screens, but to the right of it on md+ widths. The
height of the map also changes at this breakpoint instead of being
based on the menu width (body.small).
The account edit page was also changed to match the content_map
changes, and a full width map is now used. This can be changed, if
required, using bootstrap breakpoints but I like it as it is.
2020-07-08 16:46:15 +02:00
Tom Hughes
b8eaf227d9
Merge remote-tracking branch 'upstream/pull/2688'
2020-07-04 10:39:07 +01:00
Andy Allan
8cd83426cc
Make the back button not look disabled
...
This switches the message buttons to use bootstrap, so that we can have a back button that looks clickable.
Alternative implementation of #2386
2020-07-04 11:20:46 +02:00
Andy Allan
bae057dbdf
Avoid list markers for the richtext help text
2020-07-04 10:51:16 +02:00
Andy Allan
8d2271699b
Use bootstrap_form as the formbuilder for GPX upload form
...
This also uses the recommended bs-custom-file-input javascript plugin
for the file input control.
2020-07-01 17:23:02 +02:00
Andy Allan
627f2493fa
Refactor away from global form control styling
...
This enables forms to be converted one-by-one to bootstrap. Without this
refactoring, these global styles interfere with form control styling from
bootstrap.
The rearrangement of the search and directions styling is to solve CSS selector specitivity issues.
2020-07-01 17:23:02 +02:00
Simon Poole
63c0b697a4
Change tile licence
...
This changes the text describing the tile licence as per decision of the OSMF board starting July 1st 2020
2020-06-22 01:06:14 +02:00
Tom Hughes
a13b40ace9
Fix new erblint warnings
2020-06-11 19:44:22 +01:00
Tom Hughes
81a5a55f57
Show user delete links to admins
2020-06-11 17:26:05 +01:00
Andy Allan
600812f6ad
Rework user#set_status and #delete to avoid GET requests
...
This renames the delete action to destroy, and starts using resourceful
routing for user actions.
2020-06-10 11:49:18 +02:00
Tom Hughes
293fe68eff
Merge remote-tracking branch 'upstream/pull/2642'
2020-06-04 17:40:13 +01:00
Andy Allan
3786366fdc
Rename friend to friendship in notifier
...
Followup to #2269
2020-06-03 18:29:08 +02:00
Andy Allan
8ebfdbc1ff
Move make_friend and remove_friend to friendships controller
2020-06-03 18:23:07 +02:00
François de Metz
2ea79e21a0
Add link to my diary in the diary index.
2020-05-12 11:37:43 +02:00
François de Metz
43385325a8
Refactor the link to create a new entry diary.
2020-05-12 11:27:08 +02:00
Tom Hughes
7e925c3c00
Look at all note comments to find the close event
...
Fixes #2612
2020-05-06 14:06:04 +01:00
Tom Hughes
1cb92c9d2a
Send meta information with error pages
2020-04-22 12:21:42 +01:00
Tom Hughes
9b634f3493
Cache OpenID provider names on a per-locale basis
...
Fixes #2591
2020-04-15 22:48:28 +01:00
Tom Hughes
6ad0340b05
Localise formatting of point count for traces
...
Fixes #2592
2020-04-15 22:42:41 +01:00
Tom Hughes
3666b67433
Merge remote-tracking branch 'upstream/pull/2431'
2020-04-15 19:18:10 +01:00
Andy Allan
055a976051
Remove custom table styling
...
This removes the custom table styling code, and move to using bootstrap table styling for almost all remaining tables.
2020-04-01 12:29:01 +02:00
Andy Allan
b8c1bbb4f8
Remove unnecessary h() calls on model attributes
...
These were necessary in the rails 2.x era, but not now.
2020-03-18 14:33:30 +01:00
Andy Allan
5fdada204c
Use bootstrap table striping to replace hand-cycled table stripes
...
This cuts down on the complexity of having to use the `cycle` function
and makes the templates easier to read. CSS-based striping has been
around for many years.
The CSS is in order to keep our custom colour for striped tables.
2020-03-18 12:14:24 +01:00
Andy Allan
73c95847a6
Merge pull request #2485 from mmd-osm/patch/json2
...
JSON output nodes, ways, relations, map
2020-02-26 15:55:48 +01:00
Anton Melnichuk
292f38a6ce
fix help page, grid card layout on mobile
2020-02-13 14:18:49 +02:00