Commit graph

4763 commits

Author SHA1 Message Date
John Firebaugh
97eee60c99 Remove unnecessary call to closeMapPopup()
In the 'set_location' case no popups are ever opened.
2012-10-05 22:32:05 +01:00
John Firebaugh
330ddc1666 Use jQuery 2012-10-05 22:31:17 +01:00
John Firebaugh
dd1ec4eb9b Move user JS to page-specific script file
In this case it was difficult to eliminate interpolation
in a separate step, so I didn't bother.
2012-10-05 22:24:41 +01:00
John Firebaugh
4f552430b4 Remove unnecessary delete statement 2012-10-05 19:37:21 +01:00
Tom Hughes
762d615859 Don't try and dereference an object that may not exist 2012-10-05 18:01:02 +01:00
Tom Hughes
824a474d93 Refactor updatelinks to avoid exceptions in updateLocation 2012-10-05 16:02:26 +01:00
John Firebaugh
3cf3d888b2 Refactor mapParams to compose better with apiUrl 2012-10-05 15:36:07 +01:00
John Firebaugh
e4ef507c5c Extract OSM.apiUrl 2012-10-05 15:26:54 +01:00
John Firebaugh
c3d1123965 Merge globals.js.erb and params.js 2012-10-05 15:21:47 +01:00
John Firebaugh
e73ab4049f Remove unused assign of @bbox which is no longer used 2012-10-05 15:21:09 +01:00
John Firebaugh
cabdb65191 Move remaining inline changeset JS to changeset.js 2012-10-05 15:20:57 +01:00
John Firebaugh
898bc32f48 Move changeset JS to page-specific script file 2012-10-05 15:20:26 +01:00
John Firebaugh
7ef803f86d Eliminate interpolation in changeset JS 2012-10-05 15:13:01 +01:00
John Firebaugh
b5ca3b12d1 Remove unused function 2012-10-05 15:00:32 +01:00
Tom Hughes
1ea1e40272 Add Polish translations to OpenLayers configuration. 2012-10-05 08:55:18 +01:00
Tom Hughes
27e51fbeff Update Potlatch 2 to 2.3-476-g1bce25a build 2012-10-04 18:03:02 +01:00
Tom Hughes
d9d291b2df Restrict the embedded map to the declared extent 2012-10-04 17:58:01 +01:00
Tom Hughes
5d7ddea4df Remove redundant parameters from embedded map constructor 2012-10-04 17:55:53 +01:00
Tom Hughes
96712f1dd4 Tidy up some CSS to match house style 2012-10-02 19:51:30 +01:00
Tom Hughes
ff5972d090 Fix cut and paste errors in inbox/outbox redesign 2012-10-02 19:51:30 +01:00
Tom MacWright
be8617dfdc Redesign inbox
Cuts down on buttons, grey, and bold clutter.
2012-10-02 19:34:49 +01:00
Tom Hughes
024838f203 Potlatch 2 localisation updates 2012-10-02 18:40:44 +01:00
John Firebaugh
6ef19d7e18 Remove unnecessary $(window).load() callbacks
All this is already inside a $(document).ready() callback.
2012-10-02 18:22:36 +01:00
John Firebaugh
f3afd43076 Avoid a JS error on (e.g.) ?way=nnnnn
When showing an object, the map location is not set
until the vector layer has finished loading. Thus
map.getCenter() returns null.

Registering the events earlier avoids the need to call
updateLocation manually at all.
2012-10-02 18:22:17 +01:00
Siebrand Mazeland
c6e267f2bd Localisation updates from http://translatewiki.net. 2012-10-02 13:13:29 +00:00
Tom Hughes
ab3b4b0437 Increase allowed time delta in message sending test
Only allowing one second can fail sometimes, because if the actual
time is close to rolling over to the next second then the message
time will be rounded down but Time.now may roll over to the next
second before we get to the assertion.
2012-09-30 14:24:28 +01:00
Tom Hughes
05b4406c14 Remove monkey patch for I18n which is no longer needed 2012-09-30 14:07:41 +01:00
Tom Hughes
a08d6b1a4e Require version 5.0.9 of composite_primary_keys 2012-09-30 12:39:01 +01:00
John Firebaugh
60becd1050 Remove @midnode assign
It does not appear to be necessary and no other edit links
make use of it. SiteController#edit will calculate a precise
center coordinate.
2012-09-30 12:19:15 +01:00
John Firebaugh
569f3cbe9b Remove unused event argument 2012-09-30 12:16:31 +01:00
John Firebaugh
7e3ca66fff Use $(document).ready() to initialise browse JS 2012-09-30 12:15:49 +01:00
John Firebaugh
7c5d0fff3d Move browse JS to page-specific script file 2012-09-30 12:14:25 +01:00
John Firebaugh
4d6533db32 Eliminate interpolation in browse map JS 2012-09-30 12:05:37 +01:00
John Firebaugh
605c700895 Clean up search JS
Move it to index.js/edit.js and eliminate the global doSearch
function. Not enough code is shared to justify it.
2012-09-30 12:05:24 +01:00
John Firebaugh
e83d43ca82 Move edit JS to page-specific script file 2012-09-30 11:59:49 +01:00
John Firebaugh
d62e8c43f3 Inline key partial used only on index 2012-09-30 11:59:06 +01:00
John Firebaugh
87e8cf3b58 Require index-only JS in index.js 2012-09-30 11:58:14 +01:00
John Firebaugh
0ec2843b0f Eliminate interpolation in edit JS 2012-09-30 11:57:24 +01:00
Tom Hughes
3fcdd9c397 Update Potlatch 2 to 2.3-468-ge4a2053 build 2012-09-29 18:30:32 +01:00
Tom Hughes
6b1334a10d Potlatch 2 localisation updates 2012-09-29 18:30:14 +01:00
John Firebaugh
5966792af5 Extract home_link partial 2012-09-29 18:04:56 +01:00
John Firebaugh
c4d9f902d0 Wrap index JS in a single $(document).ready() 2012-09-29 18:00:04 +01:00
John Firebaugh
352f2a1671 Move index JS to page-specific script file 2012-09-29 18:00:04 +01:00
John Firebaugh
43243e4c92 Eliminate interpolation in index JS 2012-09-29 18:00:04 +01:00
Tom Hughes
88d10f8db8 Update database schema 2012-09-29 18:00:04 +01:00
John Firebaugh
59a8f93bc6 Use the jQuery data() function to access HTML 5 data attributes 2012-09-29 18:00:03 +01:00
Siebrand Mazeland
e9ff13dc9c Localisation updates from http://translatewiki.net. 2012-09-24 18:49:53 +00:00
Tom Hughes
a6c900726d Update Potlatch 2 to 2.3-465-g19866a9 build 2012-09-24 19:00:08 +01:00
Tom Hughes
f47edb1446 Don't report the PD flag in the user API call 2012-09-24 18:44:12 +01:00
Tom Hughes
8857fe3624 Add some extra information to user API responses 2012-09-24 18:44:11 +01:00