Thomas Levine
d2a43c7e4a
Standardize submit tags
2013-07-08 09:03:17 +01:00
Thomas Levine
c789acd39d
Use new joined buttons style for groups of buttons
2013-07-08 09:03:17 +01:00
Thomas Levine
dc031d121c
Rename buttons-joined to buttons
2013-07-08 09:03:17 +01:00
Saman Bemel-Benrud
d2ddf35ae2
Generalize support for groups of action buttons
2013-07-08 09:03:17 +01:00
Saman Bemel-Benrud
cf3897c4aa
Form cleanup
2013-07-08 09:03:16 +01:00
Thomas Levine
3b43cb33cb
Make the account image form less ugly
2013-07-08 09:03:16 +01:00
Thomas Levine
69e1c2c3ca
Remove tables from password reset form
2013-07-08 09:03:16 +01:00
Thomas Levine
f5cbc9c4fe
Make the export bar less ugly
2013-07-08 09:03:16 +01:00
Thomas Levine
ae608cb4ff
Parametrise various colors
2013-07-08 09:03:16 +01:00
Thomas Levine
3458d881af
Parameterise font sizes
...
Extract font size and line height as parameters and replace many
spacing values with multiples of the line height parameter.
2013-07-08 09:03:16 +01:00
Thomas Levine
a2a5863561
Make more use of SCSS nesting
2013-07-08 09:03:16 +01:00
Tom MacWright
a501ad8762
Rework send message form using new form styles
2013-07-08 09:03:16 +01:00
Tom MacWright
597fb5d27f
Fix buttons in the richtext help panel
2013-07-08 09:03:16 +01:00
Tom MacWright
525c2234b6
Fix export submit pad
2013-07-08 09:03:16 +01:00
Tom MacWright
383b408fa7
Fix unclosed labels in account details
2013-07-08 09:03:16 +01:00
Tom MacWright
67124b8d57
Fix search icon width
2013-07-08 09:03:16 +01:00
Thomas Levine
bb48f2c136
Remove tables from trace upload form
2013-07-08 09:03:16 +01:00
Thomas Levine
22c80d21be
Remove tables from lost password form
2013-07-08 09:03:16 +01:00
Thomas Levine
677d129a2e
Remove table from diary edit and refactor using new form styles
2013-07-08 09:03:16 +01:00
Thomas Levine
f6c7ed6011
Remove tables from user settings page
2013-07-08 09:03:16 +01:00
Thomas Levine
26d7f66fbd
Standardize forms between login and new
2013-07-08 09:03:16 +01:00
Thomas Levine
c8584c9cc0
Remove tables from login form
2013-07-08 09:03:16 +01:00
Thomas Levine
f3b319cb4f
Refactor contributor terms using new form styles
2013-07-08 09:03:16 +01:00
Saman Bemel-Benrud
78631eb0cc
Refactor signup form to remove tables
2013-07-08 09:03:15 +01:00
Tom Hughes
e5e6db8d0e
Show a cookie warning on the signup page if cookies are disabled
2013-07-04 14:28:38 +01:00
Tom Hughes
d6d366ad2b
Report reopened notes properly in the RSS feed
2013-07-03 17:42:04 +01:00
Tom Hughes
13fee47ed0
Use new Leaflet setPopupContent method
2013-06-27 22:40:23 +01:00
Tom Hughes
168a9fc327
Replace various Leaflet extensions with new builtin methods
2013-06-27 21:53:26 +01:00
Tom Hughes
15423c2130
Update Leaflet.zoomslider
2013-06-26 18:20:06 +01:00
Tom Hughes
ac1f210736
Replace the spam observer with simple after_save callbacks
2013-06-25 21:54:02 +01:00
Tom Hughes
2dc7c505fd
Remove remaining action cache usage and related infrastructure
2013-06-25 17:47:54 +01:00
Tom Hughes
f03c8637f7
Extract common code for parsing floats
2013-06-24 22:44:17 +01:00
Ian Dees
9d2fed811f
Guard against non-numeric lat and lons in nodes and notes
2013-06-24 22:34:09 +01:00
Sarah Hoffmann
378869b77d
Show more specific boundary type in search results
2013-06-24 22:26:28 +01:00
Tom Hughes
21d2fa4f36
Don't send notifications when a note is deleted
2013-06-21 08:52:59 +01:00
Tom Hughes
b244783e2e
Fix styling of code blocks in rich text
2013-06-20 16:19:31 +01:00
Tom Hughes
167bc5001d
Stop the richtext help wrapping
2013-06-12 00:41:55 +01:00
Saman Bemel-Benrud
40012189cb
Layout cleanup
2013-06-11 15:52:31 -07:00
Saman Bemel-Benrud
7bd8f813ef
Switch from content-box to border-box for layout
2013-06-11 15:52:24 -07:00
Tom Hughes
126a94b462
It's <br> not </br>
2013-06-11 18:42:09 +01:00
Tom Hughes
5efe07f164
Use note.closed? in a consistent way
2013-06-11 18:26:54 +01:00
Tom Hughes
1d7719e01c
Make note metadata consistent in the GPX output format
2013-06-11 18:23:52 +01:00
Tom Hughes
cc8bfc07bb
Force notes list to be realised in notes#mine
...
There is a rails bug which means that using count on a relation
that uses uniq and offset/limit and which hasn't been realised
yet will always return one, so force it to be realised.
2013-06-10 23:45:06 +01:00
Saman Bemel-Benrud
82f8968169
Keep the map visible as the changeset page is scrolled
2013-06-10 22:34:23 +01:00
Leo Koppelkamm
1998ec88b8
Fix overlapping text in markdown help
2013-06-10 21:44:06 +01:00
Tom Hughes
02d9584fc5
Allow notes to be reopened from the web interface
2013-06-10 19:25:18 +01:00
Tom Hughes
d74d4f8d19
Add a reopen API call for notes
2013-06-10 18:52:50 +01:00
Harry Wood
eac40b89af
Remove SOTM US from the banner rotation
...
Remove SOTM US image from the from the front page banner rotation, leaving
only main SOTM and server donation drive ads.
2013-06-10 17:27:58 +01:00
Tom Hughes
b650a22725
Use GET for make_friend when the user is not logged in
...
The POST is only used to avoid cross site attacks against logged
in users, and the login form will defeat that for users that are not
logged in, so use GET when not logged in so that the redirect to the
login form will be done.
2013-06-02 19:08:32 +01:00
Ian Dees
80903324cf
HTMLize note browse pages
2013-06-02 18:48:28 +01:00