Tom Hughes
0b981e4b7f
Generate proper descriptions for notes
2012-09-23 15:30:19 +01:00
Tom Hughes
90fe21a04a
Remove redundant code
2012-09-23 15:07:35 +01:00
Tom Hughes
1f06652075
Add support for creating new notes
2012-09-23 15:05:03 +01:00
Tom Hughes
74543b630e
Use standard indentation
2012-09-20 16:04:25 +01:00
Tom Hughes
4d91fe3dd9
Merge branch 'master' into openstreetbugs
...
Conflicts:
Gemfile
app/helpers/application_helper.rb
app/views/site/index.html.erb
2012-09-20 16:01:24 +01:00
Tom Hughes
5c39e5870d
Move the administrator details further down the user page
2012-09-20 09:25:53 +01:00
Tom MacWright
582e5b225d
moderate refactoring of the user page
2012-09-20 09:25:20 +01:00
Tom Hughes
ebcb038c1c
Suppress any border on the logo
2012-09-19 12:12:45 +01:00
Tom Hughes
1a0728ec7b
Remove unused namefinder support from the geocoder backend
2012-09-18 11:54:11 +01:00
John Firebaugh
0509fc8d12
Move param-based map configuration to client
...
This prepares us for hash-based permalinks (#81 ) and removes
the duplication between index.html.erb and SiteController#edit.
2012-09-18 08:56:45 +01:00
John Firebaugh
14a7d1abfc
Use jquery.cookie
2012-09-18 08:55:27 +01:00
John Firebaugh
3b1f455dd9
Extract layer configuration to map.js
2012-09-16 16:25:33 +01:00
Martijn van Exel
5f0c590c32
Add a banner for SOTM US
2012-09-16 16:20:53 +01:00
Tom Hughes
42b20c5e0f
Fix interpolation errors
2012-09-16 15:17:17 +01:00
Tom Hughes
e9c82ce19d
Update database schema
2012-09-16 14:47:48 +01:00
Siebrand Mazeland
73b2a01ace
Localisation updates from http://translatewiki.net .
2012-09-16 02:35:34 +00:00
Gnonthgol
fcddf920a3
Remove the "We are changing the license" flash on the login page
2012-09-14 15:24:36 +01:00
Tom Hughes
5131a0cb16
Potlatch 2 imagery update
2012-09-13 10:51:51 +01:00
Tom Hughes
686ce8f3e5
Fix interpolation issues in attribution text
2012-09-13 09:56:26 +01:00
Tom Hughes
9e9c927658
Update Potlatch 2 to 2.3-455-g0b5f2c0 build
2012-09-12 16:26:45 +01:00
Grant Slater
6c8845d62f
Use the HTML5 doctype and specify the character set explicitly
2012-09-12 16:26:39 +01:00
Tom Hughes
f954dd9e86
Fix incorrect heading in copyright page
2012-09-12 14:02:39 +01:00
Tom Hughes
fa2e6320a7
Update attribution on embedded maps
2012-09-12 10:02:01 +01:00
Tom Hughes
9d61bd797f
Improve attribution/license details on printouts
2012-09-12 09:25:07 +01:00
Tom Hughes
03a8467a82
Remove some unused i18n resources
2012-09-12 09:15:01 +01:00
Tom Hughes
04ea0d4db9
Update some license references to refer to ODbL
2012-09-12 09:14:29 +01:00
Grant Slater
5d39a58b8b
Switch from CC BY-SA 2.0 to ODbL 1.0
...
Change of OSM license for after 12 September 2012 07:00 UTC.
2012-09-12 08:52:10 +01:00
Richard Fairhurst
a302ddeb8a
New /copyright page for ODbL
2012-09-12 08:37:09 +01:00
Grant Slater
2805118a60
Add CC BY-SA 2.0 copyright/attribution/license attributes to <osm>
2012-09-11 18:46:37 +01:00
Tom Hughes
94a54affcb
Potlatch 2 imagery update
2012-09-09 19:07:30 +01:00
Tom Hughes
1b5455d0c0
Potlatch 2 localisation updates
2012-09-09 19:07:10 +01:00
Tom Hughes
7f95920380
Fix incorrect interpolation variables
2012-09-08 15:19:38 +01:00
Tom Hughes
3787918d68
Remove SOTM advert
2012-09-08 14:32:27 +01:00
Siebrand Mazeland
55f0402471
Localisation updates from http://translatewiki.net .
2012-09-08 11:56:40 +00:00
John Firebaugh
e338d11408
Move resize JS to application bundle
2012-09-07 13:05:25 -07:00
John Firebaugh
21273d4164
Eliminate interpolation in resize JS
2012-09-07 13:05:02 -07:00
John Firebaugh
7ff77d9d3d
Trigger map.updateSize() via a custom event
2012-09-07 13:04:48 -07:00
Tom Hughes
b507f6c887
Make active highlighting work properly again
2012-09-07 09:40:05 +01:00
John Firebaugh
8ec415b060
Use a param to trigger export rather than a separate action
...
In site/_resize.html.erb and site/_search.html.erb, a
params[:action] conditional is used to include code that
should only run on the index action -- but it should be run
on the export action too. Cleanest fix is to eliminate that
action entirely.
2012-09-07 09:27:59 +01:00
Tom Hughes
6358f8190d
Float the user image right in the global diary list
2012-09-06 22:03:15 +01:00
Tom Hughes
ec4ef1ad2b
Remove controller_action class from the content div
...
It's duplicated by the new controller-action class on the body
element, so just use that instead.
2012-09-06 22:01:49 +01:00
Tom Hughes
800dbbf41b
Use named routes in the layout
2012-09-06 21:49:02 +01:00
Tom Hughes
d76aa13ddd
Use the jQuery data() function to access HTML 5 data attributes
2012-09-06 21:29:16 +01:00
Tom Hughes
7af04f8691
Move rich text support code into a separate file
2012-09-06 20:44:24 +01:00
Tom MacWright
02de53eb45
Refactor view and css code around homepage links
...
This adds a new class to the body which we can use to do more styling
in CSS rather than erb-embedded Ruby. The only visual change is that
there's now a subtle transition for homepage links becoming active.
2012-09-06 20:28:23 +01:00
Tom Hughes
7c0055b5d7
Move piwik code to a static JS asset
2012-09-06 09:02:51 +01:00
Tom Hughes
24453e7230
Issue piwik goal tracking calls correctly
2012-09-05 21:10:23 +01:00
Tom Hughes
adcf9edc54
Clear the openid URL when an account is deleted
2012-09-05 15:33:01 +01:00
Tom Hughes
b5e61565b9
Potlatch 2 localisation updates
2012-09-03 09:02:29 +01:00
Tom Hughes
3478c5b71f
Update Potlatch 2 to 2.3-446-gf5ffc13 build
2012-09-03 09:01:38 +01:00