Tom Hughes
2047f7cc9b
Style the map div correctly when editing an existing diary entry
2011-08-01 16:54:33 +01:00
Tom Hughes
0595255d58
Don't create the map until after the div for it is made visible
2011-08-01 09:09:24 +01:00
Tom Hughes
866f25bc45
Fix an accidental CSS match that broke user popups on maps
2011-07-31 16:21:35 +01:00
Tom Hughes
e951e0936a
Update Potlatch 2 to 2.2-41-gec89ae9 build
2011-07-19 22:48:34 +01:00
Tom Hughes
f242c9de94
Add edit links to data browser pages
2011-07-19 22:48:29 +01:00
Tom Hughes
936a005f9f
Implement a generic system for updating coordinates on links
2011-07-19 11:05:06 +01:00
Tom Hughes
42ae3a19b1
Add style rules for the main page when invoked for an export
2011-07-19 10:02:52 +01:00
Tom Hughes
0c0775f96a
Disable the edit tab until we have some coordinates to edit at
2011-07-19 10:02:50 +01:00
Tom Hughes
e5c80c80ad
Use num_changes to detect empty changesets instead of the bbox
2011-07-12 15:55:17 +01:00
Tom Hughes
ea207f51cc
Update Potlatch 2 to 2.2-18-g514f0d2 build
2011-07-10 14:56:30 +01:00
Grant Slater
1f2545ea90
Show the Potlatch 2 help the first time a user starts it
2011-07-08 18:45:40 +01:00
Tom Hughes
7e4ceec192
Wait for dom:loaded to fire before initialising the map
...
Also very all our use of window.onload and switch to using dom:loaded
instead where we can - the main case where we can't is when using a
vector layer as IE will fail unless the page is completely loaded.
2011-07-07 10:02:42 +01:00
Matt Amos
cb4f1e62a0
Don't compare changeset bbox coordinates when they may be nil
...
The code assumed that the changeset bounding box would only be
updated with a valid bounding box, but this isn't the case when
dealing with certain corner cases, including when removing
deleted members from relations.
2011-07-06 08:50:08 +01:00
Tom Hughes
f0bd9de191
Add a secondary_link entry to the browse stylesheet
2011-07-05 13:22:02 +01:00
Tom Hughes
41c69b0dbe
Put the permalink in the right place with LTR languages
2011-07-02 18:33:00 +01:00
Tom Hughes
6b8beb7d1a
More work on moving styles out of line and extending RTL support
2011-07-02 17:10:56 +01:00
Tom Hughes
599843c72d
Fix resizing of the map area in RTL layouts
2011-07-02 16:19:47 +01:00
Tom Hughes
aca299ecee
Move more styling into CSS and make it support RTL layout
2011-07-02 11:22:19 +01:00
Tom Hughes
d075fc4c1f
Lots more work on making RTL layout work
2011-07-02 01:00:51 +01:00
Katie Filbert
6234436cb8
CSS changes to improve RTL layout
2011-07-01 21:33:17 +01:00
Tom Hughes
67a50468c5
Show the name of the logged in user during OAuth authorization
2011-07-01 20:38:41 +01:00
Siebrand Mazeland
1a7e7b33b8
Localisation updates from http://translatewiki.net .
2011-07-01 12:55:30 +02:00
Tom Hughes
b239ca1fcc
Apparentl IC like to be known as Imperical College London
2011-06-29 09:26:16 +01:00
Tom Hughes
8b4d4549a4
Add a credit for IC on the front page
2011-06-28 14:03:12 +01:00
Tom Hughes
662172d525
Update Potlatch 2 to 2.2-11-g8f86250 build
2011-06-27 00:11:20 +01:00
Tom Hughes
2bd592498f
Don't try and update the session when we have no database
2011-06-23 14:15:55 +01:00
Tom Hughes
59a49a6ef5
Fix problems with database offline mode
2011-06-23 08:30:44 +01:00
Tom Hughes
0a81411e68
Make the AMF API check that the CTs have been agreed
2011-06-20 09:20:30 +01:00
Tom Hughes
419b2cb696
Improve look of OpenID login on small screen devices
2011-06-19 17:54:47 +01:00
Tom Hughes
84733f2fb0
Use smaller logos for OpenID logins
2011-06-19 17:49:36 +01:00
Tom Hughes
59b740690e
Update Potlatch 2 to 2.2-6-gaa899ca build
2011-06-19 12:13:12 +01:00
Tom Hughes
6450e7c03c
Update Potlatch 2 to 2.2-1-gdec4a94 build
2011-06-18 09:08:33 +01:00
Tom Hughes
ee7878b288
Update Potlatch 2 to 2.2 build
2011-06-17 23:21:59 +01:00
Tom Hughes
347c12b5ea
Make sure the ID of OpenID URL fields is openid_url
2011-06-15 14:26:58 +01:00
Tom Hughes
ecbad776fb
Expire user pages when their image changes
2011-06-15 09:51:56 +01:00
Tom Hughes
da572b90c7
Don't error if we fail to get SReg and/or AX data from OpenID
2011-06-15 00:07:32 +01:00
Tom Hughes
c940313823
Fix some broken tests
2011-06-14 22:57:10 +01:00
Tom Hughes
540e56a9cc
Add an option to require the CTs to be agreed to edit
2011-06-14 22:57:05 +01:00
Tom Hughes
83ecb516a4
Make password signups work
2011-06-10 21:48:17 +01:00
Tom Hughes
01998838fd
Fix field names so password logins work
2011-06-10 21:32:57 +01:00
Tom Hughes
ce7b651eb2
Merge branch 'master' into openid
2011-06-10 19:11:08 +01:00
Tom Hughes
85e99d3127
Expire diary pages which contain comments by a user when necessary
2011-06-09 15:22:15 +01:00
Tom Hughes
31b2d45108
Only check some user validations when the field has changed
2011-06-07 00:22:23 +01:00
Tom Hughes
86bb9e5a50
Allow a parameter to set the default value for the username
2011-06-03 15:04:05 +01:00
Tom Hughes
26b217c0ad
Work round session expiry bug in rails 2.3.11
...
Rails uses :expire_after in the session options to specify when a
sesssion should expire, but when Rack sets the cookie it expects to
see :expires in the cookie options but Rails 2.3.11 fails to do the
conversion so doesn't set the cookie expiry.
To work around this, we set both options in the session options...
2011-06-02 10:23:22 +01:00
Tom Hughes
c4f7a8346a
Use session.delete to remove entries instead of assigning nil
2011-06-01 10:17:54 +01:00
Tom Hughes
d681d7e07f
Force a session to be created when doing a cookie test
2011-06-01 10:16:11 +01:00
Tom Hughes
4d64b178b8
Add credit for Vienna data to copyright page
2011-05-31 21:04:55 +01:00
Tom Hughes
652dbf5044
Merge branch 'master' into openid
...
Conflicts:
config/locales/en.yml
2011-05-31 19:10:31 +01:00
Tom Hughes
bf8bbdc220
Update rails translations
2011-05-31 18:11:31 +01:00