Tom Hughes
77c25dca8c
Validate characters in changeset comments
...
Fixes #1135
Closes #1139
2016-01-19 09:51:24 +00:00
Tom Hughes
8fe1899596
Fix rubocop warnings
2016-01-19 09:51:24 +00:00
Tom Hughes
2ef6a960d1
Update bundle
2016-01-19 09:51:23 +00:00
Bryan Housel
cb43e6af9e
Update to iD v1.8.5
2016-01-18 10:38:19 -05:00
Nik Nyby
17d166b20f
Use ruby 2.1.8 on travis
2016-01-13 14:45:37 +00:00
Tom Hughes
7d53513769
Add routing URLs to example config
2016-01-11 19:11:50 +00:00
Tom Hughes
e128e78408
Move routing API endpoint addresses to config file
2016-01-11 19:03:47 +00:00
Tom Hughes
409e99c6fc
Precompile login.js
...
Fixes #1128
2016-01-10 10:14:58 +00:00
Tom Hughes
1aff968589
Add some tests for the locale library
2016-01-07 18:45:18 +00:00
Tom Hughes
213fa728ea
Discard and locale tags that fail to parse
2016-01-07 09:10:19 +00:00
Bryan Housel
5ffdceeb4d
Update to iD v1.8.4
2016-01-06 17:51:49 -05:00
Tom Hughes
4028f4cdb9
Rework locale selection
...
Implement our own matching algorithm rather than trying to
patch the http_accept_language one and make sure everything is
using it in a consistent way.
Fixes #1125
2016-01-06 18:43:25 +00:00
Tom Hughes
5f4b7d3f91
Merge remote-tracking branch 'openstreetmap/pull/1117'
2015-12-31 07:40:44 +00:00
Victor Grousset
1efbcc3ff4
Vagrant: Fix locale setup problem
...
Because dozens of red locale errors during provisioning are scary
2015-12-31 01:22:11 +01:00
Victor Grousset
fb6830dbb2
Update vagrant provision script with current install commands
...
From INSTALL.md
2015-12-31 00:31:44 +01:00
Victor Grousset
66fccfdbcf
Vagrant: Virtualbox: increase RAM and put 2 CPUs
...
Because some tests were crashing by lack to RAM.
And a second core speedups the provitioning and the tests.
2015-12-31 00:04:02 +01:00
Victor Grousset
b0a4a93c68
Add ImageMagick to list of packages to install
2015-12-30 22:12:11 +00:00
Simon Poole
3bd07d12dc
It's a magnifying glass, stupid...
2015-12-29 15:14:48 +00:00
Grant Slater
6c1917ce73
Add Host: to robots.txt
2015-12-26 23:53:59 +00:00
Ben Marchant
da6cf371ac
Update rss.rss.builder
...
Change from hard coding URL to using image_path method that wil
resolve to the correct asset path.
2015-12-23 18:39:31 +00:00
Tom Hughes
febff23c2c
Fix deprecation warnings in migrations
2015-12-21 16:11:02 +00:00
Tom Hughes
18b8fc60bb
Add rel=nofollow to links to tagless nodes in browse pages
2015-12-20 00:19:16 +00:00
Tom Hughes
3babcd9fe1
Update Potlatch 2 to 2.4-16-g0c126d0 build
2015-12-16 16:21:09 +00:00
Tom Hughes
67f3658431
Preserve URL fragments through external authentication
...
Fixes #1102
2015-12-12 16:08:09 +00:00
Tom Hughes
9dd5dabf86
Remove inline javascript from login page
2015-12-12 11:42:36 +00:00
Bryan Housel
8c38faa90e
Update to iD v1.8.3
2015-12-11 13:28:26 -08:00
Bryan Housel
98e2884f77
Remove test for iD and Internet Explorer
2015-12-10 18:48:22 -08:00
Bryan Housel
bd4de52c98
Support using iD on Internet Explorer 11 and above
2015-12-10 18:34:33 -08:00
Bryan Housel
e5c4822d2c
Update to iD v1.8.2
2015-12-10 18:02:52 -08:00
Tom Hughes
f7b6d76913
Update documentation to say ruby 2.0 is required
2015-12-10 09:50:34 +00:00
Paul Norman
a694609ffa
Remove 9.0 extension install instructions
...
PostgreSQL 9.0 is end of life, and having both extension install methods in documentation is often a source of confusion.
2015-12-10 00:50:55 -08:00
Tom Hughes
0d2e1608ba
Enable https for humanitarian layer
2015-12-07 15:59:13 +00:00
Tom Hughes
03356be588
Use correct title in og:title for pages with no title
...
Fixes #1098
2015-12-07 15:54:06 +00:00
Tom Hughes
8368f90310
Merge remote-tracking branch 'openstreetmap/pull/1099'
2015-12-07 14:57:19 +00:00
Tom Hughes
d46b68def4
Use ruby 2.1.7 for travis
2015-12-07 14:31:55 +00:00
Ilya Zverev
988ee11fe4
Facebook emails are verified
...
Per https://developers.facebook.com/docs/graph-api/reference/user the
offical description of the email field is:
> The person's primary email address listed on their profile. This
> field will not be returned if no valid email address is available
Therefore we can treat the fact that the email is returned as proof
that it has been verified.
2015-12-07 14:23:23 +00:00
Tom Hughes
bb9f20710e
Merge remote-tracking branch 'openstreetmap/pull/1082'
2015-12-07 14:21:57 +00:00
Tom Hughes
ec9d2fde78
Merge remote-tracking branch 'openstreetmap/pull/1085'
2015-12-07 14:11:35 +00:00
Tom Hughes
e20bb507f1
Fix issues with bogus % encoded sequences in URLs
...
Add a URI sanitizer to the rack stack avoid rack throwing
exceptions on the server side, and ignore errors decoding
components on the client side.
Fixes #1101
2015-12-07 13:52:20 +00:00
Florian Schäfer
d02ea8a133
Allow closing the sidebar when a timeout occured
2015-12-05 21:59:27 +01:00
Tom Hughes
d218d5bf7d
Fix display of raw HTML in flash message
...
Fixes #1095
2015-11-30 08:56:26 +00:00
Bryan Housel
33b5af5c85
Don't update urlhash while in intro
...
This should cut down on the errant edits in Three Rivers, MI.
Users getting stuck in walkthrough are probably refreshing their browser and
returning to the location in the walkthrough where they got stuck.
2015-11-23 14:00:25 -05:00
Tom Hughes
c56bf5677a
Switch back to the upsteam image_optim
2015-11-21 16:21:30 +00:00
Tom Hughes
7f3bb52b65
Update to rails 4.2.5
2015-11-19 21:41:33 +00:00
Tom Hughes
081ac24295
Fix rubocop warnings
2015-11-19 21:41:33 +00:00
Tom Hughes
c96eb7d181
Update image_optim and disable cleanupIDs plugin
2015-11-19 21:29:23 +00:00
Aditya Prakash
ed151fdb78
Hide .describe_location on push and popstate
2015-11-13 09:41:47 +05:30
Edward17
3297444ecd
Icon for shop=car_parts added
2015-11-08 21:55:57 +01:00
Bryan Housel
db78390ef3
Update to iD v1.8.0
2015-11-07 23:18:03 -05:00
Tom Hughes
82b4c8e3f0
Pass title to opengraph routine
2015-11-05 11:44:08 +00:00