Andy Allan
|
9f64b0848f
|
nil protection - mysql however has a default for enums, which is why it wasn't a problem before
|
2008-11-10 17:10:55 +00:00 |
|
Matt Amos
|
e79fd07638
|
Made relations ordered. Added some tests for this. Otherwise interface is unchanged.
|
2008-11-10 15:41:05 +00:00 |
|
Andy Allan
|
f2093eb4c4
|
boolean correctness
|
2008-11-10 11:47:20 +00:00 |
|
Richard Fairhurst
|
3065af398d
|
0.6-friendly Potlatch (work in progress). DO NOT SET POTLATCH_USE_SQL=false as it won't work
|
2008-11-09 23:50:03 +00:00 |
|
Dave Stubbs
|
2aa3daf0e0
|
amf get*_history tests and related fixes
|
2008-11-09 18:48:16 +00:00 |
|
Dave Stubbs
|
436470b057
|
a few more amf tests and associated bug fixes
|
2008-11-09 17:41:38 +00:00 |
|
Dave Stubbs
|
322d293007
|
update nodes/ways/relation XML to include user id as well as display name
|
2008-11-09 16:43:09 +00:00 |
|
Frederik Ramm
|
81ca9cfabf
|
return user id AND name with changeset get request
|
2008-11-09 16:12:23 +00:00 |
|
Frederik Ramm
|
c02c516047
|
fix SCALE, make changeset GET use floats
|
2008-11-09 15:52:10 +00:00 |
|
Frederik Ramm
|
9263c5500c
|
require auth for close
|
2008-11-09 13:44:08 +00:00 |
|
Harry Wood
|
2a20c57a8e
|
cosmetic tweaks to 'login' and 'create account' screens
|
2008-11-09 12:17:53 +00:00 |
|
Frederik Ramm
|
5ff5bf60e5
|
mini fix
|
2008-11-09 12:06:05 +00:00 |
|
Harry Wood
|
e26348fc18
|
oops remove my test
|
2008-11-09 10:57:05 +00:00 |
|
Dave Stubbs
|
eebadd141a
|
1st amf_controller tests, and some basic sanity check fixes
|
2008-11-08 19:41:29 +00:00 |
|
Harry Wood
|
43b3998657
|
cosmetic tweaks to user settings form + move 'Mapper since' field onto user profile view
|
2008-11-08 19:03:25 +00:00 |
|
Daniel Silverstone
|
7d786c32ed
|
Make the confrm button into a confirm button
|
2008-11-08 14:11:45 +00:00 |
|
Shaun McDonald
|
bf29550db8
|
Resyncing from head 10895:11795
|
2008-11-08 11:52:58 +00:00 |
|
Dave Stubbs
|
67a50e848c
|
more boolean correcting
|
2008-11-08 10:48:07 +00:00 |
|
Matt Amos
|
b875d14b7c
|
Added a query method for querying bounding boxes, times and users of changesets. Needs (much) more testing.
|
2008-11-07 18:24:34 +00:00 |
|
Andy Allan
|
c253ce3399
|
some boolean correctness work
|
2008-11-07 13:51:09 +00:00 |
|
Andy Allan
|
2700e5110f
|
add fixme
|
2008-11-07 13:27:03 +00:00 |
|
Andy Allan
|
7058d836f7
|
use boolean flags when using boolean columns
|
2008-11-07 13:24:18 +00:00 |
|
Andy Allan
|
1140237cae
|
Booleans should be true/false - coding style comments welcome
|
2008-11-07 11:36:34 +00:00 |
|
Matt Amos
|
527b6f76e3
|
D'oh! Fixed stupid errors in changeset controller.
|
2008-11-07 11:36:00 +00:00 |
|
Matt Amos
|
c760891d63
|
Ooops. Added missing access control to changeset controller.
|
2008-11-06 19:10:19 +00:00 |
|
Matt Amos
|
383f204e64
|
Added a changeset/#id/include method to POST to to expand the bounding box.
|
2008-11-06 18:42:06 +00:00 |
|
Matt Amos
|
d43a327a95
|
Implemented changeset bounding box handling for relations, based on the conversation on the mailing list. Its a bit complex...
|
2008-11-06 17:56:24 +00:00 |
|
Matt Amos
|
02fbcf5f06
|
Added first attempt at bounding box support in changesets and tests for the same.
|
2008-11-04 15:52:22 +00:00 |
|
Shaun McDonald
|
e932a69bd7
|
Additional api tests for the changes. Also making sure that you cannot request a change of 0 length, so that you can detect erronious input.
|
2008-11-03 18:05:19 +00:00 |
|
Shaun McDonald
|
635daf1773
|
Adding a restriction to prevent more than 2000 nodes to be added to any way. Tests still need to be written. Capabilities api request also updated.
|
2008-11-03 00:12:18 +00:00 |
|
Shaun McDonald
|
7418fc7e86
|
Add a description meta tag for the all web pages. Wording probably needs to be improved.
|
2008-10-31 18:02:12 +00:00 |
|
Matt Amos
|
32b280eb8d
|
Added custom validator for UTF-8 strings.
|
2008-10-29 16:27:15 +00:00 |
|
Matt Amos
|
8a57904398
|
Implemented osmChange diff downloads for changesets and a couple of tests.
|
2008-10-27 17:50:28 +00:00 |
|
Matt Amos
|
46d5291350
|
Updated comment to reflect implementation.
|
2008-10-27 16:48:09 +00:00 |
|
Shaun McDonald
|
b45dd63283
|
cover the other extreme in the map bounary sanitizeation. Ading some documentation, which is parsed when running rake doc:app. Fixing up a couple of tests.
|
2008-10-26 23:43:37 +00:00 |
|
Matt Amos
|
dc2a959037
|
Added tests for changeset upload code. Refactored diff reading code and put it into /lib. Changed the route of a changeset upload to explicitly refer to the changeset it applies to (i.e: resource).
|
2008-10-23 15:14:17 +00:00 |
|
Richard Fairhurst
|
7aeead9175
|
Potlatch 0.10f
|
2008-10-23 08:42:07 +00:00 |
|
Shaun McDonald
|
6df7fdbb9e
|
Adding new browse controller test, which is mostly stubs just now. Also adding the version number of the recently changed nodes in the data browser.
|
2008-10-21 16:18:18 +00:00 |
|
Tom Hughes
|
fb997c0a76
|
Revert r11194 as it doesn't work as the trace_name member does return
the correct result until after the trace is saved.
|
2008-10-21 12:16:12 +00:00 |
|
Matt Amos
|
498d695064
|
Added test for relations_for_node where the relation had been deleted.
|
2008-10-21 11:38:13 +00:00 |
|
Matt Amos
|
6339473cb7
|
Added tests for ways_for_node. Altered behaviour to not return deleted ways. Fixed ways fixture where most recent history != current.
|
2008-10-21 10:52:52 +00:00 |
|
Matt Amos
|
a8eb3a6ada
|
Removed debugging code.
|
2008-10-21 09:31:36 +00:00 |
|
Shaun McDonald
|
3e9ceb0c38
|
more testing of the api. Changing the generator so that it is a constant to come in line with the server url and the api version. Adding tracepoints per page to the capabilities api call. Better error message for api call.
|
2008-10-19 07:09:04 +00:00 |
|
Shaun McDonald
|
70ecb3ceef
|
adding the Last-Modified response header to the version action
|
2008-10-16 07:11:28 +00:00 |
|
Shaun McDonald
|
a5e5cbc739
|
Adding a lower and upper length on various web site varchar fields. Fixes one test.
|
2008-10-15 16:20:43 +00:00 |
|
Shaun McDonald
|
e7147d0d7a
|
more work on the data browser to show the changesets. Also showing the version number. Would be good to have an additional route for showing a specific version of the node/way/relation from the changeset.
|
2008-10-14 18:33:03 +00:00 |
|
Matt Amos
|
45a9d94337
|
Cleaned up some unreachable code. Added first test on the 'old' node controller.
|
2008-10-14 16:40:17 +00:00 |
|
Matt Amos
|
b56f57ec43
|
Fixed up delete methods on nodes, ways and relations to return the new version number and added some more tests.
|
2008-10-14 14:27:12 +00:00 |
|
Tom Hughes
|
b105304a1b
|
Fix race condition adding traces. Closes #1201.
|
2008-10-13 23:27:49 +00:00 |
|
Shaun McDonald
|
2c16177174
|
adding changeset stuff for the data browser
|
2008-10-13 20:48:58 +00:00 |
|