]> git.openstreetmap.org Git - rails.git/log
rails.git
11 years agoRefactor forever
Tom MacWright [Mon, 10 Jun 2013 22:14:59 +0000 (15:14 -0700)]
Refactor forever

11 years agoUse querystring, stop manually building urls
Tom MacWright [Mon, 10 Jun 2013 22:04:07 +0000 (15:04 -0700)]
Use querystring, stop manually building urls

11 years agoRename to L.OSM.Layers and continue implementation
John Firebaugh [Mon, 10 Jun 2013 21:26:55 +0000 (14:26 -0700)]
Rename to L.OSM.Layers and continue implementation

11 years agoEven more map ui js refactor
Tom MacWright [Mon, 10 Jun 2013 21:38:08 +0000 (14:38 -0700)]
Even more map ui js refactor

11 years agoMore refactoring of map js
Tom MacWright [Mon, 10 Jun 2013 21:10:18 +0000 (14:10 -0700)]
More refactoring of map js

11 years agostarting to cleanup+style map controls.
Saman Bemel-Benrud [Mon, 10 Jun 2013 23:14:34 +0000 (16:14 -0700)]
starting to cleanup+style map controls.

11 years agoRestore attribution on main map
John Firebaugh [Mon, 10 Jun 2013 20:55:27 +0000 (13:55 -0700)]
Restore attribution on main map

11 years agoStart to refactor updatelinks
Tom MacWright [Mon, 10 Jun 2013 20:58:15 +0000 (13:58 -0700)]
Start to refactor updatelinks

11 years agoAdd attrib
Tom MacWright [Mon, 10 Jun 2013 20:51:47 +0000 (13:51 -0700)]
Add attrib

11 years agoRefactor mapLayers to create layers up front
Tom MacWright [Mon, 10 Jun 2013 20:45:21 +0000 (13:45 -0700)]
Refactor mapLayers to create layers up front

11 years agoClean up some of the map JS, reduce scope of globals
John Firebaugh [Mon, 10 Jun 2013 20:36:28 +0000 (13:36 -0700)]
Clean up some of the map JS, reduce scope of globals

11 years agoActually toggle note layer on click.
Tom MacWright [Mon, 10 Jun 2013 20:38:55 +0000 (13:38 -0700)]
Actually toggle note layer on click.

11 years agoStart refactoring notes layer
Tom MacWright [Mon, 10 Jun 2013 20:22:51 +0000 (13:22 -0700)]
Start refactoring notes layer

11 years agoRemove unnecessary abstraction around rectangles
Tom MacWright [Mon, 10 Jun 2013 19:46:48 +0000 (12:46 -0700)]
Remove unnecessary abstraction around rectangles

11 years agoPrevent click propagation on ui panes
Tom MacWright [Mon, 10 Jun 2013 19:40:59 +0000 (12:40 -0700)]
Prevent click propagation on ui panes

11 years agogenerate short link kind of
Tom MacWright [Mon, 10 Jun 2013 19:35:10 +0000 (12:35 -0700)]
generate short link kind of

11 years agoStart layers pane
John Firebaugh [Mon, 10 Jun 2013 19:08:52 +0000 (12:08 -0700)]
Start layers pane

11 years agoAdd share button to map
Tom MacWright [Mon, 10 Jun 2013 19:09:34 +0000 (12:09 -0700)]
Add share button to map

11 years agoadding icons to sprite.
Saman Bemel-Benrud [Mon, 10 Jun 2013 18:48:34 +0000 (11:48 -0700)]
adding icons to sprite.

11 years agoAdd locate widget to map
Tom MacWright [Mon, 10 Jun 2013 18:36:45 +0000 (11:36 -0700)]
Add locate widget to map

11 years agoRemove permalink/add note links
John Firebaugh [Mon, 10 Jun 2013 18:24:47 +0000 (11:24 -0700)]
Remove permalink/add note links

11 years agoAdd back basic zoom control
John Firebaugh [Mon, 10 Jun 2013 18:15:58 +0000 (11:15 -0700)]
Add back basic zoom control

11 years agoRemove unused styles
John Firebaugh [Mon, 10 Jun 2013 18:04:08 +0000 (11:04 -0700)]
Remove unused styles

11 years agoAdd leaflet-locate control, invisible currently.
Tom MacWright [Mon, 10 Jun 2013 18:20:29 +0000 (11:20 -0700)]
Add leaflet-locate control, invisible currently.

11 years agoBasic framework for map UI
John Firebaugh [Mon, 10 Jun 2013 17:24:02 +0000 (10:24 -0700)]
Basic framework for map UI

11 years agoRemove pan and zoom controls
Tom MacWright [Mon, 10 Jun 2013 16:46:00 +0000 (09:46 -0700)]
Remove pan and zoom controls

11 years agoImprove styling of rails validation errors
Tom Hughes [Thu, 18 Jul 2013 14:54:16 +0000 (15:54 +0100)]
Improve styling of rails validation errors

11 years agoGive up on automatic resizing of text areas
Tom Hughes [Thu, 18 Jul 2013 14:31:51 +0000 (15:31 +0100)]
Give up on automatic resizing of text areas

11 years agoTone down the highlighting of Nominatim search results
Tom Hughes [Thu, 18 Jul 2013 14:29:01 +0000 (15:29 +0100)]
Tone down the highlighting of Nominatim search results

11 years agoUpdate Leaflet to 0.6.3
Tom Hughes [Wed, 17 Jul 2013 18:18:13 +0000 (19:18 +0100)]
Update Leaflet to 0.6.3

11 years agoRemove references to opengeodata.org
Harry Wood [Mon, 15 Jul 2013 16:38:10 +0000 (17:38 +0100)]
Remove references to opengeodata.org

11 years agoLocalisation updates from http://translatewiki.net.
Siebrand Mazeland [Sun, 14 Jul 2013 21:28:13 +0000 (21:28 +0000)]
Localisation updates from http://translatewiki.net.

11 years agoUse the standard ruby instance_methods call
Tom Hughes [Tue, 9 Jul 2013 17:21:34 +0000 (18:21 +0100)]
Use the standard ruby instance_methods call

Rails 3 has an instance_methods_name extension that returns strings
instead of symbols, but that goes away in Rails 4 so just use the
standard routine instead.

11 years agoThe ActiveRecord exists? method may not return an explicit true/false
Tom Hughes [Tue, 9 Jul 2013 16:52:15 +0000 (17:52 +0100)]
The ActiveRecord exists? method may not return an explicit true/false

https://github.com/rails/rails/issues/10062

11 years agoRename test to avoid class name conflict with unit test
Tom Hughes [Tue, 9 Jul 2013 16:20:45 +0000 (17:20 +0100)]
Rename test to avoid class name conflict with unit test

11 years agoFix incorrectly nested HTML in OAuth application creation form
Tom Hughes [Mon, 8 Jul 2013 08:48:31 +0000 (09:48 +0100)]
Fix incorrectly nested HTML in OAuth application creation form

11 years agoUpdate tests for changes to user settings form
Tom Hughes [Mon, 8 Jul 2013 08:43:07 +0000 (09:43 +0100)]
Update tests for changes to user settings form

11 years agoUpdate tests for changes to signup form
Tom Hughes [Mon, 8 Jul 2013 08:34:59 +0000 (09:34 +0100)]
Update tests for changes to signup form

11 years agoTreat disabled buttons as deemphasized but without any hover effect
Tom Hughes [Sun, 7 Jul 2013 08:56:46 +0000 (09:56 +0100)]
Treat disabled buttons as deemphasized but without any hover effect

11 years agoRemove margin from lists too
Saman Bemel-Benrud [Tue, 25 Jun 2013 21:16:19 +0000 (17:16 -0400)]
Remove margin from lists too

11 years agoFix comment display in comment list view
Saman Bemel-Benrud [Tue, 25 Jun 2013 21:03:51 +0000 (17:03 -0400)]
Fix comment display in comment list view

11 years agoFix wrapping in richtext help
Tom Hughes [Fri, 14 Jun 2013 23:30:47 +0000 (00:30 +0100)]
Fix wrapping in richtext help

11 years agoFix styling for richtext help
Saman Bemel-Benrud [Thu, 13 Jun 2013 22:36:38 +0000 (18:36 -0400)]
Fix styling for richtext help

11 years agoFix browse features buttons
Saman Bemel-Benrud [Thu, 13 Jun 2013 18:39:23 +0000 (14:39 -0400)]
Fix browse features buttons

11 years agoFix layer switcher CSS
Saman Bemel-Benrud [Thu, 13 Jun 2013 18:20:07 +0000 (14:20 -0400)]
Fix layer switcher CSS

11 years agoFine tune button styling for note popups
Saman Bemel-Benrud [Thu, 13 Jun 2013 17:52:08 +0000 (13:52 -0400)]
Fine tune button styling for note popups

11 years agoCleanup notes and fix CSS error
Saman Bemel-Benrud [Wed, 12 Jun 2013 23:23:58 +0000 (19:23 -0400)]
Cleanup notes and fix CSS error

11 years agoImprove layout and styling of forms
Saman Bemel-Benrud [Wed, 12 Jun 2013 00:57:10 +0000 (17:57 -0700)]
Improve layout and styling of forms

11 years agoStandardize form width
Saman Bemel-Benrud [Tue, 11 Jun 2013 23:32:58 +0000 (16:32 -0700)]
Standardize form width

11 years agoFine tune login form
Saman Bemel-Benrud [Tue, 11 Jun 2013 23:15:17 +0000 (16:15 -0700)]
Fine tune login form

11 years agoLimit button width
Thomas Levine [Tue, 11 Jun 2013 21:22:46 +0000 (17:22 -0400)]
Limit button width

11 years agoAdd standard-label class to all form labels
Thomas Levine [Tue, 11 Jun 2013 19:58:08 +0000 (15:58 -0400)]
Add standard-label class to all form labels

11 years agoMore fixes to forms
Saman Bemel-Benrud [Tue, 11 Jun 2013 19:43:25 +0000 (12:43 -0700)]
More fixes to forms

11 years agoFix error in trace upload form
Saman Bemel-Benrud [Tue, 11 Jun 2013 19:01:21 +0000 (12:01 -0700)]
Fix error in trace upload form

11 years agoTidy up login form
Saman Bemel-Benrud [Tue, 11 Jun 2013 21:07:08 +0000 (14:07 -0700)]
Tidy up login form

11 years agoRework trace edit form using new form styles
Saman Bemel-Benrud [Tue, 11 Jun 2013 21:06:29 +0000 (14:06 -0700)]
Rework trace edit form using new form styles

11 years agoStandardize submit tags
Thomas Levine [Tue, 11 Jun 2013 18:45:59 +0000 (14:45 -0400)]
Standardize submit tags

11 years agoUse new joined buttons style for groups of buttons
Thomas Levine [Tue, 11 Jun 2013 18:38:17 +0000 (14:38 -0400)]
Use new joined buttons style for groups of buttons

11 years agoRename buttons-joined to buttons
Thomas Levine [Tue, 11 Jun 2013 18:31:03 +0000 (14:31 -0400)]
Rename buttons-joined to buttons

11 years agoGeneralize support for groups of action buttons
Saman Bemel-Benrud [Tue, 11 Jun 2013 18:25:41 +0000 (11:25 -0700)]
Generalize support for groups of action buttons

11 years agoForm cleanup
Saman Bemel-Benrud [Tue, 11 Jun 2013 18:04:11 +0000 (11:04 -0700)]
Form cleanup

11 years agoMake the account image form less ugly
Thomas Levine [Tue, 11 Jun 2013 17:27:57 +0000 (13:27 -0400)]
Make the account image form less ugly

11 years agoRemove tables from password reset form
Thomas Levine [Tue, 11 Jun 2013 17:17:43 +0000 (13:17 -0400)]
Remove tables from password reset form

11 years agoMake the export bar less ugly
Thomas Levine [Tue, 11 Jun 2013 16:56:09 +0000 (12:56 -0400)]
Make the export bar less ugly

11 years agoParametrise various colors
Thomas Levine [Mon, 10 Jun 2013 23:36:05 +0000 (19:36 -0400)]
Parametrise various colors

11 years agoParameterise font sizes
Thomas Levine [Mon, 10 Jun 2013 23:26:32 +0000 (19:26 -0400)]
Parameterise font sizes

Extract font size and line height as parameters and replace many
spacing values with multiples of the line height parameter.

11 years agoMake more use of SCSS nesting
Thomas Levine [Mon, 10 Jun 2013 23:05:56 +0000 (19:05 -0400)]
Make more use of SCSS nesting

11 years agoRework send message form using new form styles
Tom MacWright [Tue, 11 Jun 2013 00:19:50 +0000 (17:19 -0700)]
Rework send message form using new form styles

11 years agoFix buttons in the richtext help panel
Tom MacWright [Tue, 11 Jun 2013 00:13:36 +0000 (17:13 -0700)]
Fix buttons in the richtext help panel

11 years agoFix export submit pad
Tom MacWright [Mon, 10 Jun 2013 23:58:42 +0000 (16:58 -0700)]
Fix export submit pad

11 years agoFix unclosed labels in account details
Tom MacWright [Mon, 10 Jun 2013 23:40:41 +0000 (16:40 -0700)]
Fix unclosed labels in account details

11 years agoFix search icon width
Tom MacWright [Mon, 10 Jun 2013 23:34:53 +0000 (16:34 -0700)]
Fix search icon width

11 years agoRemove tables from trace upload form
Thomas Levine [Mon, 10 Jun 2013 22:52:09 +0000 (18:52 -0400)]
Remove tables from trace upload form

11 years agoRemove tables from lost password form
Thomas Levine [Mon, 10 Jun 2013 22:45:18 +0000 (18:45 -0400)]
Remove tables from lost password form

11 years agoRemove table from diary edit and refactor using new form styles
Thomas Levine [Mon, 10 Jun 2013 22:07:02 +0000 (18:07 -0400)]
Remove table from diary edit and refactor using new form styles

11 years agoRemove tables from user settings page
Thomas Levine [Mon, 10 Jun 2013 21:26:41 +0000 (17:26 -0400)]
Remove tables from user settings page

11 years agoStandardize forms between login and new
Thomas Levine [Mon, 10 Jun 2013 21:01:01 +0000 (17:01 -0400)]
Standardize forms between login and new

11 years agoRemove tables from login form
Thomas Levine [Mon, 10 Jun 2013 20:39:32 +0000 (16:39 -0400)]
Remove tables from login form

11 years agoRefactor contributor terms using new form styles
Thomas Levine [Mon, 10 Jun 2013 19:09:38 +0000 (15:09 -0400)]
Refactor contributor terms using new form styles

11 years agoRefactor signup form to remove tables
Saman Bemel-Benrud [Mon, 10 Jun 2013 18:00:30 +0000 (11:00 -0700)]
Refactor signup form to remove tables

11 years agoLocalisation updates from http://translatewiki.net.
Siebrand Mazeland [Mon, 8 Jul 2013 07:52:59 +0000 (07:52 +0000)]
Localisation updates from http://translatewiki.net.

11 years agoFix up user creation tests to handle cookie check
Tom Hughes [Thu, 4 Jul 2013 13:52:41 +0000 (14:52 +0100)]
Fix up user creation tests to handle cookie check

11 years agoShow a cookie warning on the signup page if cookies are disabled
Tom Hughes [Thu, 4 Jul 2013 13:28:38 +0000 (14:28 +0100)]
Show a cookie warning on the signup page if cookies are disabled

11 years agoReport reopened notes properly in the RSS feed
Tom Hughes [Wed, 3 Jul 2013 16:42:04 +0000 (17:42 +0100)]
Report reopened notes properly in the RSS feed

11 years agoGenerate sensible notifications for reopened notes
Tom Hughes [Mon, 1 Jul 2013 16:54:10 +0000 (17:54 +0100)]
Generate sensible notifications for reopened notes

11 years agoSort tags to make comparision stable
Tom Hughes [Sun, 30 Jun 2013 21:41:49 +0000 (22:41 +0100)]
Sort tags to make comparision stable

11 years agoStick with bigdecimal 1.1 for ruby 1.9 compatibility
Tom Hughes [Sun, 30 Jun 2013 21:09:33 +0000 (22:09 +0100)]
Stick with bigdecimal 1.1 for ruby 1.9 compatibility

11 years agoRemove empty test cases
Tom Hughes [Sun, 30 Jun 2013 20:44:57 +0000 (21:44 +0100)]
Remove empty test cases

11 years agoFix bogus test class names
Tom Hughes [Sun, 30 Jun 2013 20:44:41 +0000 (21:44 +0100)]
Fix bogus test class names

11 years agoUpdate bundle
Tom Hughes [Sun, 30 Jun 2013 20:32:09 +0000 (21:32 +0100)]
Update bundle

11 years agoLocalisation updates from http://translatewiki.net.
Siebrand Mazeland [Sun, 30 Jun 2013 16:59:46 +0000 (16:59 +0000)]
Localisation updates from http://translatewiki.net.

11 years agoUse new Leaflet setPopupContent method
Tom Hughes [Thu, 27 Jun 2013 21:40:23 +0000 (22:40 +0100)]
Use new Leaflet setPopupContent method

11 years agoReplace various Leaflet extensions with new builtin methods
Tom Hughes [Thu, 27 Jun 2013 20:53:26 +0000 (21:53 +0100)]
Replace various Leaflet extensions with new builtin methods

11 years agoRemove special casing of Googlebot and Slurp in robots.txt
Tom Hughes [Thu, 27 Jun 2013 17:43:56 +0000 (18:43 +0100)]
Remove special casing of Googlebot and Slurp in robots.txt

11 years agoUpdate Leaflet to 0.6.1
Tom Hughes [Thu, 27 Jun 2013 14:52:18 +0000 (15:52 +0100)]
Update Leaflet to 0.6.1

11 years agoUpdate Leaflet.zoomslider
Tom Hughes [Wed, 26 Jun 2013 16:28:46 +0000 (17:28 +0100)]
Update Leaflet.zoomslider

11 years agoUpdate Leaflet to 0.6
Tom Hughes [Wed, 26 Jun 2013 16:27:32 +0000 (17:27 +0100)]
Update Leaflet to 0.6

11 years agoReplace the spam observer with simple after_save callbacks
Tom Hughes [Tue, 25 Jun 2013 20:54:02 +0000 (21:54 +0100)]
Replace the spam observer with simple after_save callbacks

11 years agoRemove remaining action cache usage and related infrastructure
Tom Hughes [Tue, 25 Jun 2013 16:47:54 +0000 (17:47 +0100)]
Remove remaining action cache usage and related infrastructure

11 years agoExtract common code for parsing floats
Tom Hughes [Mon, 24 Jun 2013 21:44:17 +0000 (22:44 +0100)]
Extract common code for parsing floats