]>
git.openstreetmap.org Git - rails.git/log
Andy Allan [Thu, 8 Sep 2016 08:06:46 +0000 (09:06 +0100)]
Build a diary entry more succinctly
Andy Allan [Thu, 8 Sep 2016 08:06:26 +0000 (09:06 +0100)]
Assert there are no diary comments before creating one.
Andy Allan [Thu, 8 Sep 2016 07:58:18 +0000 (08:58 +0100)]
Update name of test
Andy Allan [Wed, 7 Sep 2016 15:26:27 +0000 (16:26 +0100)]
Rework DiaryEntry and DiaryComment model tests to use factories.
Since the database also contains fixtures from other tests, some
counts are dropped and instead tested for inclusion in the results.
Andy Allan [Wed, 7 Sep 2016 14:28:28 +0000 (15:28 +0100)]
Add FactoryGirl
Tom Hughes [Mon, 5 Sep 2016 07:17:03 +0000 (08:17 +0100)]
Update schema
Niklas Laxström [Mon, 5 Sep 2016 05:42:09 +0000 (07:42 +0200)]
Localisation updates from https://translatewiki.net.
Tom Hughes [Tue, 23 Aug 2016 18:23:58 +0000 (19:23 +0100)]
Set banner expiry correctly
Niklas Laxström [Mon, 22 Aug 2016 05:59:05 +0000 (07:59 +0200)]
Localisation updates from https://translatewiki.net.
Tom Hughes [Fri, 19 Aug 2016 11:50:44 +0000 (12:50 +0100)]
Fix date for Gravatar migration
Tom Hughes [Fri, 19 Aug 2016 11:31:45 +0000 (12:31 +0100)]
Improve code readability
Tom Hughes [Fri, 19 Aug 2016 11:27:54 +0000 (12:27 +0100)]
Improve message when Gravater is disabled
Tom Hughes [Fri, 19 Aug 2016 11:26:51 +0000 (12:26 +0100)]
Merge remote-tracking branch 'openstreetmap/pull/1036'
Simon Poole [Fri, 19 Aug 2016 07:23:31 +0000 (09:23 +0200)]
Fix rubocop warnings
Simon Poole [Fri, 19 Aug 2016 06:59:40 +0000 (08:59 +0200)]
Merge message when Gravatar status has changed with email confirmation
Merge message when Gravatar status has changed with email confirmation and make messages more verbose and friendly.
Niklas Laxström [Thu, 18 Aug 2016 06:20:08 +0000 (08:20 +0200)]
Localisation updates from https://translatewiki.net.
Tom Hughes [Wed, 17 Aug 2016 09:04:57 +0000 (10:04 +0100)]
Set all cookies on the root path
Tom Hughes [Wed, 17 Aug 2016 09:02:50 +0000 (10:02 +0100)]
Make banner cookies expire after one year
This avoids having lots of cookies stick around forever and
we shouldn't ever have a banner up for that long.
Tom Hughes [Wed, 17 Aug 2016 07:24:28 +0000 (08:24 +0100)]
Merge remote-tracking branch 'openstreetmap/pull/1270'
Niklas Laxström [Wed, 17 Aug 2016 06:11:39 +0000 (08:11 +0200)]
Localisation updates from https://translatewiki.net.
Paul Norman [Wed, 17 Aug 2016 00:16:43 +0000 (17:16 -0700)]
Remove references to EWG meetings
Simon Poole [Fri, 26 Feb 2016 10:41:28 +0000 (11:41 +0100)]
Add stupid script to bulk check the gravatar status
Simon Poole [Thu, 25 Feb 2016 23:53:04 +0000 (00:53 +0100)]
Add tests for change of gravatar use depending on email
Simon Poole [Thu, 25 Feb 2016 15:32:14 +0000 (16:32 +0100)]
Support returning a HTTP status code for the http stubs for testing
Simon Poole [Tue, 18 Aug 2015 20:45:16 +0000 (22:45 +0200)]
Remove default enabling of gravatar, check on initial confirmation of e-mail address and on any changes afterward if
a gravatar exists and enable then if the user hasn't uploaded a picture.
Tom Hughes [Tue, 16 Aug 2016 18:27:40 +0000 (19:27 +0100)]
Add test for formatting of multi-value wikidata links
Tom Hughes [Tue, 16 Aug 2016 18:27:14 +0000 (19:27 +0100)]
Fix rubocop warnings
Tom Hughes [Tue, 16 Aug 2016 18:11:35 +0000 (19:11 +0100)]
Merge remote-tracking branch 'openstreetmap/pull/788'
Simon Legner [Mon, 15 Aug 2016 19:58:07 +0000 (20:58 +0100)]
Pan to first Nominatim search result
Fixes #919
Closes #1041
Tom Hughes [Mon, 15 Aug 2016 19:26:51 +0000 (20:26 +0100)]
Add site.key.table.entry.toilets to translations
Tom Hughes [Mon, 15 Aug 2016 19:20:37 +0000 (20:20 +0100)]
Merge remote-tracking branch 'openstreetmap/pull/1004'
Tom Hughes [Mon, 15 Aug 2016 11:32:00 +0000 (12:32 +0100)]
Fix html.dir for pl locale
Niklas Laxström [Mon, 15 Aug 2016 06:35:31 +0000 (08:35 +0200)]
Localisation updates from https://translatewiki.net.
Tom Hughes [Sun, 14 Aug 2016 17:30:13 +0000 (18:30 +0100)]
Reorder auth_success handlers
Only treat auth_success as a possible login attempt if we're not
in the middle of validating a new user, or a change to a user.
Also validate the uniqueness of external auth credentials at the
rails level rather than just at the database level, and make sure
any errors are properly reported.
Fixes #1265
Paul Norman [Sat, 13 Aug 2016 20:56:20 +0000 (13:56 -0700)]
Blacklist all Google imagery with one regex
This expression catches 100% of Google imagery seen in imagery_used
tags with no false positives.
It won't stop someone who tries to load "https://www.google.com/maps" as
imagery, but that will fail to get imagery anyway.
Bilkow [Sat, 13 Aug 2016 05:36:53 +0000 (02:36 -0300)]
INSTALL.md: Added inline code markdown.
Added inline code markdown in MacOSX install instructions, making it look like command line code.
Niklas Laxström [Thu, 11 Aug 2016 07:20:25 +0000 (09:20 +0200)]
Localisation updates from https://translatewiki.net.
Niklas Laxström [Mon, 8 Aug 2016 06:36:24 +0000 (08:36 +0200)]
Localisation updates from https://translatewiki.net.
Tom Hughes [Fri, 5 Aug 2016 17:35:27 +0000 (18:35 +0100)]
Correct icon mappings for non OSRM routers
Patrick Niklaus [Sun, 12 Jun 2016 22:23:41 +0000 (00:23 +0200)]
Add support for OSRM 5.0 API and new instruction types
Add support for the new API in OSRM 5.x including new icon sprites
for the new instruction types.
Niklas Laxström [Thu, 4 Aug 2016 06:24:26 +0000 (08:24 +0200)]
Localisation updates from https://translatewiki.net.
Niklas Laxström [Mon, 1 Aug 2016 06:36:35 +0000 (08:36 +0200)]
Localisation updates from https://translatewiki.net.
Eugene Alvin Villar [Sun, 31 Jul 2016 09:08:30 +0000 (10:08 +0100)]
Add State of the Map Asia 2016
Niklas Laxström [Thu, 28 Jul 2016 06:25:59 +0000 (08:25 +0200)]
Localisation updates from https://translatewiki.net.
Tom Hughes [Wed, 27 Jul 2016 19:51:32 +0000 (20:51 +0100)]
Link all objects into libpgosm.so
Tom Hughes [Wed, 27 Jul 2016 19:44:16 +0000 (20:44 +0100)]
Allow multiple versions of DB functions to be built
Allows the pg_config location to be configured, along with
the target directory for the built code.
Tom Hughes [Tue, 26 Jul 2016 17:36:56 +0000 (18:36 +0100)]
Revert "Don't pass the locale to the Mapzen routing engine"
This reverts commit
38180c56c9be9d99406c9088b60f5912c2648a04 .
Niklas Laxström [Mon, 25 Jul 2016 06:22:25 +0000 (08:22 +0200)]
Localisation updates from https://translatewiki.net.
Niklas Laxström [Thu, 21 Jul 2016 06:24:12 +0000 (08:24 +0200)]
Localisation updates from https://translatewiki.net.
Niklas Laxström [Mon, 18 Jul 2016 07:14:04 +0000 (09:14 +0200)]
Localisation updates from https://translatewiki.net.
Bryan Housel [Sat, 16 Jul 2016 20:02:22 +0000 (16:02 -0400)]
Update to iD v1.9.7
Florian Schäfer [Sun, 8 Mar 2015 19:39:51 +0000 (20:39 +0100)]
Added fixes for rubocop complaints
Florian M. Schäfer [Thu, 24 Jul 2014 22:42:46 +0000 (00:42 +0200)]
Link the prefixed wikidata-tags to wikidata.org
With this commit, the prefixed wikidata-tags get linked to the
corresponding wikidata.org-page in the current interface-language.
Multiple semicolon-separated wikidata-IDs are shown as multiple
semicolon-separated links to wikidata.
This commit contains also some tests for those links.
Tom Hughes [Mon, 8 Jun 2015 16:11:24 +0000 (17:11 +0100)]
Add support for GitHub authentication
Niklas Laxström [Thu, 14 Jul 2016 06:19:00 +0000 (08:19 +0200)]
Localisation updates from https://translatewiki.net.
Tom Hughes [Wed, 13 Jul 2016 08:50:23 +0000 (09:50 +0100)]
Fix rubocop warnings
Tom Hughes [Wed, 13 Jul 2016 08:38:32 +0000 (09:38 +0100)]
Modernise migrations
Tom Hughes [Wed, 13 Jul 2016 08:09:44 +0000 (09:09 +0100)]
Update to rails 4.2.7
Niklas Laxström [Mon, 11 Jul 2016 07:10:51 +0000 (09:10 +0200)]
Localisation updates from https://translatewiki.net.
Niklas Laxström [Thu, 7 Jul 2016 06:21:25 +0000 (08:21 +0200)]
Localisation updates from https://translatewiki.net.
Bryan Housel [Mon, 4 Jul 2016 03:53:21 +0000 (23:53 -0400)]
Remove banner for small screens
(closes #1247)
Tom Hughes [Fri, 1 Jul 2016 12:40:09 +0000 (13:40 +0100)]
Switch travis to test on ruby 2.3.1
Tom Hughes [Fri, 1 Jul 2016 11:30:38 +0000 (12:30 +0100)]
Switch travis to test on ruby 2.3
Peter Barth [Thu, 23 Jun 2016 20:39:45 +0000 (22:39 +0200)]
Add banner for FOSSGIS 2016 conference
Tom Hughes [Thu, 23 Jun 2016 08:04:07 +0000 (09:04 +0100)]
Rename cookie_id to banner_cookie
Tom Hughes [Thu, 23 Jun 2016 07:59:58 +0000 (08:59 +0100)]
Merge remote-tracking branch 'openstreetmap/pull/1240'
Bryan Housel [Thu, 23 Jun 2016 04:52:45 +0000 (00:52 -0400)]
Don't show banner unless content classed with overlay-sidebar
Bryan Housel [Wed, 22 Jun 2016 18:05:13 +0000 (14:05 -0400)]
Pacify rubocop
Bryan Housel [Wed, 22 Jun 2016 17:37:57 +0000 (13:37 -0400)]
Load banner config from config/banners.yml
Bryan Housel [Wed, 22 Jun 2016 17:08:27 +0000 (13:08 -0400)]
Add end dates to banners
Bryan Housel [Wed, 22 Jun 2016 12:19:13 +0000 (08:19 -0400)]
Refactor banner logic into BannerHelper module
Bryan Housel [Tue, 21 Jun 2016 10:45:22 +0000 (06:45 -0400)]
Set max queuePos high to ensure a banner is shown
Previously it was possible for no banners to fall below max queuePos,
in the situation where several banners get removed from active rotation.
Bryan Housel [Mon, 20 Jun 2016 23:19:20 +0000 (19:19 -0400)]
remove debug statement
Bryan Housel [Mon, 20 Jun 2016 22:09:55 +0000 (18:09 -0400)]
Add support for rotating banners, add banners for SOTM, SOTMUS
Tom Hughes [Mon, 20 Jun 2016 08:00:23 +0000 (09:00 +0100)]
Update bundle
Niklas Laxström [Mon, 20 Jun 2016 06:16:22 +0000 (08:16 +0200)]
Localisation updates from https://translatewiki.net.
Niklas Laxström [Thu, 16 Jun 2016 06:35:36 +0000 (08:35 +0200)]
Localisation updates from https://translatewiki.net.
Tom Hughes [Wed, 15 Jun 2016 19:38:52 +0000 (20:38 +0100)]
Remove more traces of MapQuest Open layer
Tom Hughes [Wed, 15 Jun 2016 19:21:01 +0000 (20:21 +0100)]
Drop the MapQuest Open layer
Niklas Laxström [Mon, 13 Jun 2016 05:55:45 +0000 (07:55 +0200)]
Localisation updates from https://translatewiki.net.
Simon Poole [Fri, 10 Jun 2016 07:45:00 +0000 (09:45 +0200)]
Reflect sucessful trademark registration of State of the Map
Tom Hughes [Thu, 9 Jun 2016 21:18:28 +0000 (22:18 +0100)]
Fix rubocop warnings
Tom Hughes [Thu, 9 Jun 2016 20:22:11 +0000 (21:22 +0100)]
Update bundle
Niklas Laxström [Thu, 9 Jun 2016 05:57:48 +0000 (07:57 +0200)]
Localisation updates from https://translatewiki.net.
Bryan Housel [Tue, 7 Jun 2016 20:19:48 +0000 (16:19 -0400)]
Update to iD v1.9.6
Niklas Laxström [Mon, 6 Jun 2016 06:20:39 +0000 (08:20 +0200)]
Localisation updates from https://translatewiki.net.
Niklas Laxström [Thu, 2 Jun 2016 06:16:21 +0000 (08:16 +0200)]
Localisation updates from https://translatewiki.net.
Niklas Laxström [Mon, 30 May 2016 08:49:49 +0000 (10:49 +0200)]
Localisation updates from https://translatewiki.net.
Niklas Laxström [Thu, 26 May 2016 05:43:03 +0000 (07:43 +0200)]
Localisation updates from https://translatewiki.net.
Bryan Housel [Wed, 25 May 2016 00:56:38 +0000 (20:56 -0400)]
Update to iD v1.9.5
Niklas Laxström [Mon, 23 May 2016 06:13:13 +0000 (08:13 +0200)]
Localisation updates from https://translatewiki.net.
Niklas Laxström [Thu, 19 May 2016 07:36:02 +0000 (09:36 +0200)]
Localisation updates from https://translatewiki.net.
Niklas Laxström [Mon, 16 May 2016 05:37:05 +0000 (07:37 +0200)]
Localisation updates from https://translatewiki.net.
Niklas Laxström [Thu, 12 May 2016 07:30:43 +0000 (09:30 +0200)]
Localisation updates from https://translatewiki.net.
Bryan Housel [Wed, 4 May 2016 05:27:44 +0000 (01:27 -0400)]
Support passing imagery offset parameter to iD
Bryan Housel [Wed, 4 May 2016 03:26:53 +0000 (23:26 -0400)]
Update to iD v1.9.4
Niklas Laxström [Mon, 2 May 2016 05:35:13 +0000 (07:35 +0200)]
Localisation updates from https://translatewiki.net.
Bryan Housel [Mon, 25 Apr 2016 16:34:49 +0000 (12:34 -0400)]
Update to iD v1.9.3
Matt Heard [Sun, 3 Apr 2016 22:56:35 +0000 (10:56 +1200)]
Fix broken link to Vagrant downloads page
Tom Hughes [Sun, 24 Apr 2016 17:42:47 +0000 (18:42 +0100)]
Merge remote-tracking branch 'openstreetmap/pull/1208'