Commit graph

52 commits

Author SHA1 Message Date
Tom Hughes
b7aa25947e Reinstate IE test and pass result to flash. 2009-06-03 09:33:41 +00:00
Tom Hughes
972363baf6 Removed test for IE as we don't use the result anymore. 2009-06-03 09:18:20 +00:00
Tom Hughes
4a93c5de4b Issue unsaved changes alerts on IE. 2009-06-03 09:17:29 +00:00
Shaun McDonald
3a51160a5b i18n'ed the site set of views. 2009-05-29 11:42:11 +00:00
Shaun McDonald
9985b9cb94 Reverting earlier change that means that zoom isn't set in certain code paths. 2009-05-21 23:20:46 +00:00
Shaun McDonald
961020a5dc allow the user to pass in a gpx and a zoom 2009-05-21 17:25:39 +00:00
Thomas Wood
600d5b3a46 Further clarify descriptive texts regarding public editing. 2009-04-27 18:23:43 +00:00
Richard Fairhurst
64d076847b fix another way-node/Way-Node problem in amf_controller; add WinIE JS compatibility via ExternalInterface (we can use this later to alert for a commit message if none is provided) 2009-04-23 17:54:17 +00:00
Tom Hughes
5449cf4adc Merge 14394:14533 from trunk. 2009-04-16 21:11:12 +00:00
Tom Hughes
09fdee5493 Add a "database readonly" state that allows all writes to the database
to be suppressed.
2009-04-14 14:27:30 +00:00
Harry Wood
c321c026f2 tweak lat lon decision logic for the edit tab. made it more similar to logic in index, including using cookie 2009-04-02 18:08:46 +00:00
Harry Wood
bf0d8b3a5e lose the unnecessary <% embed syntax %> 2009-04-02 17:19:33 +00:00
Richard Fairhurst
97726826e1 Potlatch 0.10d 2008-10-05 00:21:35 +00:00
Tom Hughes
c2854a8056 Get rails to do asset tagging for the SWF file. 2008-09-25 03:58:18 +00:00
Richard Fairhurst
62a1ec4748 Potlatch 0.10 2008-07-09 22:19:48 +00:00
Tom Hughes
2cf15b549e Add support for putting the site in an offline mode where it operates
without a database but with most features disabled.
2008-06-22 12:10:32 +00:00
Tom Hughes
cf9f5ba933 Add maximiseMap() and minimiseMap() functions to the edit page to allow the
size of the editing area to be toggled.
2008-05-11 16:15:35 +00:00
Richard Fairhurst
9df6d2ac06 Potlatch 0.8b 2008-04-22 21:32:26 +00:00
Richard Fairhurst
4ebf47b734 0.8a 2008-03-30 00:17:24 +00:00
Tom Hughes
a03c584a98 Resize the map div when the page load is complete (via onload) in case the
page layout has changed since the initial sizing by the deferred script.
2008-03-07 00:26:57 +00:00
Tom Hughes
a473b4ebd9 Use defer="defer" rather than onload to try and speed up page loading. 2008-03-04 18:18:59 +00:00
Richard Fairhurst
da76d64e93 Potlatch 0.7 2008-02-01 17:19:11 +00:00
Richard Fairhurst
b387800234 maybe this will work 2008-01-18 16:39:10 +00:00
Richard Fairhurst
3eecc3ee5b 0.6c: bunch of minor improvements and bugfixes 2008-01-17 22:28:21 +00:00
Tom Hughes
15c492ebfe Try and make asset tagging actually work. 2007-12-06 18:42:45 +00:00
Tom Hughes
7de4cb19b8 Wrap evaluation of default values for parameters inside the HTML escaping
as that causes nil to become "" hence defeating the conditional default.
2007-11-24 14:13:21 +00:00
Tom Hughes
2cbcabb3f6 HTML escape substituted parameter values to avoid injection attacks. 2007-11-23 00:49:55 +00:00
Richard Fairhurst
a8333a38a2 Require data to be public before editing 2007-11-20 10:08:58 +00:00
Richard Fairhurst
78e6578daa Preparation for anon edit change 2007-10-27 21:47:59 +00:00
Tom Hughes
516aef5d07 Split out sidebar code from the search code so it can be reused for the
map key more cleanly.
2007-10-08 23:32:58 +00:00
Tom Hughes
5cd05017a3 Improve alert messages when database is offline. 2007-09-21 09:49:28 +00:00
Tom Hughes
734697ebb6 Check API status correctly. 2007-09-21 08:13:17 +00:00
Richard Fairhurst
1fcd5f5593 Potlatch v0.2a: display GPS traces, some bugfixes 2007-09-12 10:07:26 +00:00
Tom Hughes
ed8b7fde42 Don't allow Potlatch to be started with a zoom below 11. 2007-08-31 12:57:32 +00:00
Tom Hughes
3db77411b8 Don't break when the user isn't logged in... 2007-08-24 19:06:25 +00:00
Tom Hughes
6cd8db7bff Only put the 'home' link in the top left on the map and edit pages, and
make it update position in place rather than reloading the page.
2007-08-24 17:43:15 +00:00
Tom Hughes
0a8c26e596 Various updates to the user management, including the creation of a
preferences table and moving tokens into a tokens table so that a user
can have more than one.
2007-08-14 23:07:38 +00:00
Tom Hughes
397db07d65 New improved geocoder with extra added AJAX and OSM Namefinder support. 2007-08-07 17:09:37 +00:00
Tom Hughes
9dbe1a497a Add a flag to allow the API to be placed in read-only mode. 2007-07-26 17:15:23 +00:00
Tom Hughes
7b9272ffa6 Make sure we always put a valid URL on the edit tab, and allow switching
to the editor to work from z11 instead of z14 as that is what Potlatch
supports.

Also fix default zooms for Potlatch when no position is given.
2007-06-13 10:02:37 +00:00
Tom Hughes
f7f2b7482d Add the search boxes to the edit page. 2007-06-12 16:51:12 +00:00
Richard Fairhurst
6efdcaa993 Latest Potlatch, plus TomH's GPX fix 2007-06-06 09:59:59 +00:00
Richard Fairhurst
bac5d79c72 zoom 2007-05-18 16:41:41 +00:00
Richard Fairhurst
0944c1cf02 Potlatch-on-Rails, ready to go (fingers crossed) 2007-05-18 15:20:31 +00:00
Robert (Jamie) Munro
aba184e7be Added message about editor not working yet. 2007-05-16 13:56:58 +00:00
Richard Fairhurst
220ad0a6b6 Potlatch on Rails, first working version 2007-05-08 00:37:58 +00:00
Richard Fairhurst
c8972a0859 Potlatch Rails AMF stuff 2007-05-05 16:09:34 +00:00
Richard Fairhurst
f4e4fefaa1 beginnings of Potlatch on Rails 2007-04-28 11:33:13 +00:00
Steve Coast
f42111e202 replace applet with potlatch 2007-04-07 12:57:12 +00:00
Dan Moore
d07277efba API 0.4 Updates - work on traces pages + pagination, edit tab, some API testing
* traces - added some routes, replicated data access / pagination, but presentation and pending file control not complete
* edit - setup so that applet can be loaded + token authorisation enabled
* API - tests out ok against applet, but had to change segment-node associations
* misc - gems version required upgraded to 1.2.3 (latest stable rails version), changed some find_first to find(:first... calls
2007-03-23 23:13:19 +00:00