]> git.openstreetmap.org Git - rails.git/log
rails.git
10 years agoConfigure the page cache
Tom Hughes [Mon, 23 Sep 2013 09:07:23 +0000 (10:07 +0100)]
Configure the page cache

10 years agoFix typo in session store configuration
Tom Hughes [Mon, 23 Sep 2013 08:58:31 +0000 (09:58 +0100)]
Fix typo in session store configuration

10 years agoAlloe GET as well as POST for oauth#revoke and oauth#authorize
Tom Hughes [Sun, 22 Sep 2013 17:33:26 +0000 (18:33 +0100)]
Alloe GET as well as POST for oauth#revoke and oauth#authorize

10 years agoRemove commented out load of therubyracer
Tom Hughes [Sun, 22 Sep 2013 15:06:50 +0000 (16:06 +0100)]
Remove commented out load of therubyracer

10 years agoDrop memcached and use dalli as the memcache client
Tom Hughes [Sun, 22 Sep 2013 14:57:22 +0000 (15:57 +0100)]
Drop memcached and use dalli as the memcache client

10 years agoFix some Leaflet asset loading issues
Tom Hughes [Sun, 22 Sep 2013 10:47:45 +0000 (11:47 +0100)]
Fix some Leaflet asset loading issues

10 years agoRails no longer gives textareas a default size
Tom Hughes [Sun, 22 Sep 2013 09:14:50 +0000 (10:14 +0100)]
Rails no longer gives textareas a default size

10 years agoUpdate bundle
Tom Hughes [Sat, 21 Sep 2013 13:09:02 +0000 (14:09 +0100)]
Update bundle

10 years agoIgnore exceptions clearing sessions
Tom Hughes [Mon, 9 Sep 2013 10:49:00 +0000 (11:49 +0100)]
Ignore exceptions clearing sessions

Rails 3 sessions can't be loaded by rails 4 but reset_session also
fails because it tries to clear the session, which tries to load it
in to clear it.

So monkey patch the session to ignore exceptions during clear so
that out normal reset-on-exception logic will reset the session.

10 years agoAllow iD and Potlatch 2 to load assets outside the asset pipeline
Tom Hughes [Fri, 16 Aug 2013 16:04:13 +0000 (17:04 +0100)]
Allow iD and Potlatch 2 to load assets outside the asset pipeline

10 years agoPrecompile various vendor assets
Tom Hughes [Thu, 15 Aug 2013 17:20:22 +0000 (18:20 +0100)]
Precompile various vendor assets

10 years agoAvoid singleton serialisation errors
Tom Hughes [Wed, 7 Aug 2013 16:35:10 +0000 (17:35 +0100)]
Avoid singleton serialisation errors

10 years agoFix rails 4 compatibility issues in migrations
Tom Hughes [Tue, 6 Aug 2013 22:11:31 +0000 (23:11 +0100)]
Fix rails 4 compatibility issues in migrations

10 years agoAlways allow %{attribute} in model validation error messages
Tom Hughes [Tue, 6 Aug 2013 20:36:54 +0000 (21:36 +0100)]
Always allow %{attribute} in model validation error messages

10 years agoSet hostname for signed requests correctly
Tom Hughes [Tue, 6 Aug 2013 17:50:43 +0000 (18:50 +0100)]
Set hostname for signed requests correctly

10 years agoDetect test environment correctly
Tom Hughes [Tue, 6 Aug 2013 17:50:00 +0000 (18:50 +0100)]
Detect test environment correctly

10 years agoRemove deprecated assert_blank and assert_present from tests
Tom Hughes [Mon, 5 Aug 2013 22:04:31 +0000 (23:04 +0100)]
Remove deprecated assert_blank and assert_present from tests

10 years agoRemove format specifier from RSS feed route tests
Tom Hughes [Mon, 5 Aug 2013 19:10:15 +0000 (20:10 +0100)]
Remove format specifier from RSS feed route tests

10 years agoRoutingError is now UrlGenerationError
Tom Hughes [Mon, 5 Aug 2013 18:09:50 +0000 (19:09 +0100)]
RoutingError is now UrlGenerationError

10 years agoReplace deprecated finder methods
Tom Hughes [Mon, 8 Jul 2013 22:02:26 +0000 (23:02 +0100)]
Replace deprecated finder methods

10 years agoIntegrationTest is now in ActionDispatch not ActionController
Tom Hughes [Mon, 8 Jul 2013 21:57:53 +0000 (22:57 +0100)]
IntegrationTest is now in ActionDispatch not ActionController

10 years agoRails now defaults to using PATCH for updates
Tom Hughes [Sun, 7 Jul 2013 18:24:18 +0000 (19:24 +0100)]
Rails now defaults to using PATCH for updates

10 years agoReplace deprecated `scoped` method with `all`
Tom Hughes [Sun, 7 Jul 2013 16:58:15 +0000 (17:58 +0100)]
Replace deprecated `scoped` method with `all`

10 years agoEliminate deprecated scope and association arguments
Tom Hughes [Wed, 26 Jun 2013 23:35:56 +0000 (00:35 +0100)]
Eliminate deprecated scope and association arguments

10 years agoReplace attr_accessible with strong parameters
Tom Hughes [Wed, 26 Jun 2013 21:53:50 +0000 (22:53 +0100)]
Replace attr_accessible with strong parameters

10 years agoRemove multiline regular expression anchors from validations
Tom Hughes [Wed, 26 Jun 2013 21:42:02 +0000 (22:42 +0100)]
Remove multiline regular expression anchors from validations

10 years agoMonkey patch PostgreSQLAdapter to make enums work
Tom Hughes [Thu, 27 Jun 2013 17:09:28 +0000 (18:09 +0100)]
Monkey patch PostgreSQLAdapter to make enums work

10 years agoUpdate to rails 4.0.0
Tom Hughes [Wed, 26 Jun 2013 21:41:10 +0000 (22:41 +0100)]
Update to rails 4.0.0

10 years agoUse a view to build the trace RSS feed and get rid of OSM::GeoRSS
Tom Hughes [Wed, 18 Sep 2013 17:23:03 +0000 (18:23 +0100)]
Use a view to build the trace RSS feed and get rid of OSM::GeoRSS

10 years agoMake the timestamp for a diary comment into a permalink for it
Tom Hughes [Sun, 15 Sep 2013 15:22:48 +0000 (16:22 +0100)]
Make the timestamp for a diary comment into a permalink for it

10 years agoStop default layer flickering when notes or data are shown
Tom Hughes [Fri, 13 Sep 2013 15:07:51 +0000 (16:07 +0100)]
Stop default layer flickering when notes or data are shown

10 years agoFix sizing of scale control
Tom Hughes [Fri, 13 Sep 2013 15:02:38 +0000 (16:02 +0100)]
Fix sizing of scale control

10 years agoTighten white space usage for geocode "View details" link
Paul Sladen [Wed, 11 Sep 2013 00:20:26 +0000 (01:20 +0100)]
Tighten white space usage for geocode "View details" link

10 years agoAdd additional icon tags to the HTML header
Tom Hughes [Tue, 10 Sep 2013 20:35:25 +0000 (21:35 +0100)]
Add additional icon tags to the HTML header

10 years agoRemove banner ad section
Paul Sladen [Tue, 10 Sep 2013 18:38:54 +0000 (19:38 +0100)]
Remove banner ad section

10 years agoFix openid "remember me" label
Andy Allan [Tue, 10 Sep 2013 16:40:26 +0000 (17:40 +0100)]
Fix openid "remember me" label

It was targeting the wrong checkbox.

10 years agoLocalisation updates from http://translatewiki.net.
Siebrand Mazeland [Mon, 9 Sep 2013 18:54:21 +0000 (18:54 +0000)]
Localisation updates from http://translatewiki.net.

10 years agoMake sure we always have a base layer
Tom Hughes [Mon, 9 Sep 2013 17:30:27 +0000 (18:30 +0100)]
Make sure we always have a base layer

10 years agoImprove installation documentation and add contributor instructions
Andy Allan [Mon, 9 Sep 2013 15:42:11 +0000 (16:42 +0100)]
Improve installation documentation and add contributor instructions

10 years agoReturn GPX traces as application/gpx+xml instead of text/xml
Tom Hughes [Mon, 9 Sep 2013 15:23:38 +0000 (16:23 +0100)]
Return GPX traces as application/gpx+xml instead of text/xml

10 years agoDon't bother verifying an email address that hasn't changed
Tom Hughes [Mon, 9 Sep 2013 15:05:16 +0000 (16:05 +0100)]
Don't bother verifying an email address that hasn't changed

10 years agoCentre editors correctly when note=N is specified
Tom Hughes [Mon, 9 Sep 2013 14:44:53 +0000 (15:44 +0100)]
Centre editors correctly when note=N is specified

10 years agoNotice, and act on, changes to the layer parameter in the URL bar
Tom Hughes [Mon, 9 Sep 2013 14:17:09 +0000 (15:17 +0100)]
Notice, and act on, changes to the layer parameter in the URL bar

10 years agoAdd data-editor to the main edit tab
Tom Hughes [Mon, 9 Sep 2013 11:53:22 +0000 (12:53 +0100)]
Add data-editor to the main edit tab

This ensures that the if the user's default editor is remote edit
then it will be triggered without a page reload.

10 years agoLocalisation updates from http://translatewiki.net.
Siebrand Mazeland [Mon, 2 Sep 2013 20:10:45 +0000 (20:10 +0000)]
Localisation updates from http://translatewiki.net.

10 years agoLocalisation updates from http://translatewiki.net.
Siebrand Mazeland [Mon, 2 Sep 2013 19:00:39 +0000 (19:00 +0000)]
Localisation updates from http://translatewiki.net.

10 years agoUpdate to iD v1.1.6
John Firebaugh [Sat, 24 Aug 2013 16:23:14 +0000 (09:23 -0700)]
Update to iD v1.1.6

10 years agoAdd support triggering a piwik goal when a map layer is selected
Tom Hughes [Sat, 24 Aug 2013 11:55:29 +0000 (12:55 +0100)]
Add support triggering a piwik goal when a map layer is selected

10 years agoRework piwik configuration
Tom Hughes [Sat, 24 Aug 2013 11:38:14 +0000 (12:38 +0100)]
Rework piwik configuration

10 years agoRemove unnecessary z-index for sidebar headings
Tom Hughes [Sat, 24 Aug 2013 09:20:26 +0000 (10:20 +0100)]
Remove unnecessary z-index for sidebar headings

10 years agoBuild an asset manifest for iD
Tom Hughes [Fri, 16 Aug 2013 20:02:25 +0000 (21:02 +0100)]
Build an asset manifest for iD

10 years agoUpdate to iD v1.1.5
John Firebaugh [Fri, 23 Aug 2013 18:56:46 +0000 (11:56 -0700)]
Update to iD v1.1.5

10 years agoMerge remote-tracking branch 'osmlab/id-default'
Tom Hughes [Fri, 23 Aug 2013 16:41:09 +0000 (17:41 +0100)]
Merge remote-tracking branch 'osmlab/id-default'

10 years agoMerge remote-tracking branch 'osmlab/user-display'
Tom Hughes [Fri, 23 Aug 2013 16:40:57 +0000 (17:40 +0100)]
Merge remote-tracking branch 'osmlab/user-display'

10 years agoConsistent title case
John Firebaugh [Thu, 22 Aug 2013 00:26:50 +0000 (17:26 -0700)]
Consistent title case

10 years agoDrop role and aria attributes
John Firebaugh [Thu, 22 Aug 2013 00:18:03 +0000 (17:18 -0700)]
Drop role and aria attributes

10 years agoPare menu down to basics
John Firebaugh [Thu, 15 Aug 2013 23:28:39 +0000 (16:28 -0700)]
Pare menu down to basics

10 years agoUse user_thumbnail_tiny
John Firebaugh [Thu, 15 Aug 2013 23:26:27 +0000 (16:26 -0700)]
Use user_thumbnail_tiny

10 years agoSpecify width and height for image
John Firebaugh [Thu, 15 Aug 2013 16:51:48 +0000 (09:51 -0700)]
Specify width and height for image

User-uploaded images don't get automatically scaled
like Gravatar images do.

10 years agoConvert edit menus to bootstrap dropdown
John Firebaugh [Wed, 14 Aug 2013 17:58:57 +0000 (10:58 -0700)]
Convert edit menus to bootstrap dropdown

10 years agoCompact user menu
John Firebaugh [Tue, 16 Jul 2013 23:37:58 +0000 (16:37 -0700)]
Compact user menu

10 years agoRemove Donate Ad Banner
Grant Slater [Wed, 21 Aug 2013 14:40:43 +0000 (15:40 +0100)]
Remove Donate Ad Banner

10 years agoFix test to make sure it picks up the right token
Tom Hughes [Tue, 20 Aug 2013 21:46:53 +0000 (22:46 +0100)]
Fix test to make sure it picks up the right token

10 years agoUpdate Potlatch 2 to 2.3-605-gbec0ea7 build
Tom Hughes [Tue, 20 Aug 2013 12:10:52 +0000 (13:10 +0100)]
Update Potlatch 2 to 2.3-605-gbec0ea7 build

10 years agoUpdate Potlatch 2 to 2.3-603-gebdfa12 build
Tom Hughes [Tue, 20 Aug 2013 11:30:54 +0000 (12:30 +0100)]
Update Potlatch 2 to 2.3-603-gebdfa12 build

10 years agoAdd nominatim translation for historic=tomb
Tom Hughes [Mon, 19 Aug 2013 09:34:59 +0000 (10:34 +0100)]
Add nominatim translation for historic=tomb

10 years agoMerge remote-tracking branch 'osmlab/welcome-2'
Tom Hughes [Sun, 18 Aug 2013 13:50:36 +0000 (14:50 +0100)]
Merge remote-tracking branch 'osmlab/welcome-2'

10 years agoAdd french translation of new welcome page
Vincent de Phily [Thu, 15 Aug 2013 18:43:58 +0000 (20:43 +0200)]
Add french translation of new welcome page

10 years agoUpdate to iD 1.1.4
John Firebaugh [Sat, 17 Aug 2013 19:59:22 +0000 (12:59 -0700)]
Update to iD 1.1.4

10 years agoTurn off autocomplete on user settings form
John Firebaugh [Fri, 16 Aug 2013 00:14:58 +0000 (17:14 -0700)]
Turn off autocomplete on user settings form

This prevents annoying/useless autocompletion of the
"New Email Address" and "Password" fields.

10 years agoImprove tests for user details API responses
Tom Hughes [Fri, 16 Aug 2013 20:35:54 +0000 (21:35 +0100)]
Improve tests for user details API responses

10 years agoAdd messages count to API response for logged in user details
Simon Poole [Fri, 16 Aug 2013 18:54:38 +0000 (20:54 +0200)]
Add messages count to API response for logged in user details

Allows external editors to alert the user to the fact that they
have unread messages on the OSM site.

10 years agoMake iD default editor
John Firebaugh [Thu, 15 Aug 2013 23:36:08 +0000 (16:36 -0700)]
Make iD default editor

Make iD the default editor for all users that have not specified
a preferred editor, except fall back to P2 on IE.

10 years agoUpdate to iD v1.1.3
John Firebaugh [Thu, 15 Aug 2013 22:05:51 +0000 (15:05 -0700)]
Update to iD v1.1.3

10 years agoNeed to preventDefault on href='#' links
John Firebaugh [Thu, 15 Aug 2013 16:21:12 +0000 (09:21 -0700)]
Need to preventDefault on href='#' links

Fixes https://trac.openstreetmap.org/ticket/4947

10 years agoUpdate Nominatim description terms
Sarah Hoffmann [Wed, 14 Aug 2013 20:38:14 +0000 (22:38 +0200)]
Update Nominatim description terms

10 years agoDanish translation of the welcome page
Nils Emil Larsen [Wed, 14 Aug 2013 16:27:02 +0000 (10:27 -0600)]
Danish translation of the welcome page

10 years agoGerman translation of the welcome page
Kai Krueger [Tue, 13 Aug 2013 22:50:11 +0000 (16:50 -0600)]
German translation of the welcome page

10 years agoTweak layer levels
Grant Slater [Thu, 8 Aug 2013 13:46:51 +0000 (14:46 +0100)]
Tweak layer levels

10 years agoAdd an og:image meta tag
John Firebaugh [Tue, 13 Aug 2013 23:03:48 +0000 (16:03 -0700)]
Add an og:image meta tag

Without this, links to OpenStreetMap.org shared via Facebook
default to the ad image.

Fixes systemed/iD#1644

10 years agoUpgrade passwords to the latest hashing scheme on login
Tom Hughes [Tue, 13 Aug 2013 23:13:49 +0000 (00:13 +0100)]
Upgrade passwords to the latest hashing scheme on login

10 years agoStrengthen password hashing algorithm
Tom Hughes [Tue, 13 Aug 2013 22:07:41 +0000 (23:07 +0100)]
Strengthen password hashing algorithm

10 years agoUpdate tests with new URL for mapnik exports
Tom Hughes [Mon, 12 Aug 2013 23:34:05 +0000 (00:34 +0100)]
Update tests with new URL for mapnik exports

10 years agoSet longitude correctly in "where am I" lookups from the edit page
Tom Hughes [Mon, 12 Aug 2013 22:58:34 +0000 (23:58 +0100)]
Set longitude correctly in "where am I" lookups from the edit page

10 years agoSupport background hash parameter for iD
John Firebaugh [Mon, 12 Aug 2013 17:09:22 +0000 (10:09 -0700)]
Support background hash parameter for iD

Fixes systemed/iD#1590
Fixes systemed/iD#1682

10 years agoFix small-screen layout issues
John Firebaugh [Mon, 12 Aug 2013 21:19:26 +0000 (14:19 -0700)]
Fix small-screen layout issues

10 years agoUpdate to iD v1.1.2
John Firebaugh [Mon, 12 Aug 2013 20:20:46 +0000 (13:20 -0700)]
Update to iD v1.1.2

10 years agoFix referer params for welcome page
John Firebaugh [Thu, 8 Aug 2013 23:34:10 +0000 (16:34 -0700)]
Fix referer params for welcome page

10 years agoRedirect /edit and /export with old-style edit params
John Firebaugh [Thu, 8 Aug 2013 23:31:01 +0000 (16:31 -0700)]
Redirect /edit and /export with old-style edit params

10 years agoClean up tests
John Firebaugh [Thu, 8 Aug 2013 23:00:54 +0000 (16:00 -0700)]
Clean up tests

10 years agoHandle expired confirmation tokens
John Firebaugh [Thu, 8 Aug 2013 21:57:39 +0000 (14:57 -0700)]
Handle expired confirmation tokens

10 years agoAdd manual fallback for "Start Mapping" button
John Firebaugh [Wed, 7 Aug 2013 23:14:15 +0000 (16:14 -0700)]
Add manual fallback for "Start Mapping" button

10 years agoInterpolate URL
John Firebaugh [Tue, 6 Aug 2013 18:25:45 +0000 (11:25 -0700)]
Interpolate URL

10 years agoFix note icon CSS
John Firebaugh [Tue, 6 Aug 2013 18:24:16 +0000 (11:24 -0700)]
Fix note icon CSS

10 years agoUpdate with hash permalinks
John Firebaugh [Tue, 6 Aug 2013 18:20:05 +0000 (11:20 -0700)]
Update with hash permalinks

10 years agoFix padding
John Firebaugh [Mon, 5 Aug 2013 21:48:48 +0000 (14:48 -0700)]
Fix padding

10 years agoreplace pad with inner
Saman Bemel-Benrud [Mon, 5 Aug 2013 16:29:00 +0000 (11:29 -0500)]
replace pad with inner

10 years agoreworking terms page + replacing pad classes with inner classes.
Saman Bemel-Benrud [Mon, 5 Aug 2013 16:02:12 +0000 (11:02 -0500)]
reworking terms page + replacing pad classes with inner classes.

10 years agoPass editing params through to welcome page
John Firebaugh [Fri, 2 Aug 2013 21:36:38 +0000 (14:36 -0700)]
Pass editing params through to welcome page

10 years agoUse new design on terms page
John Firebaugh [Fri, 2 Aug 2013 01:26:04 +0000 (18:26 -0700)]
Use new design on terms page