Tom Hughes
7d8bd4f4bd
More changes from the live server.
2008-10-06 23:31:41 +00:00
Tom Hughes
62847c92f5
Commit updated dispatch rules from live server.
2008-10-06 23:27:36 +00:00
Tom Hughes
53205dbb07
Update cross domain policy to only allow API access.
2008-10-06 23:21:57 +00:00
Richard Fairhurst
ed2b100969
add railway=platform
2008-10-05 22:20:04 +00:00
Richard Fairhurst
97726826e1
Potlatch 0.10d
2008-10-05 00:21:35 +00:00
Shaun McDonald
0ec26f14a0
adding some version reading for the nodes
2008-09-29 16:28:51 +00:00
Shaun McDonald
d9e070e069
Doing a resync from mainline 8633:10895. There was one simple to resolve conflict on app/models/node.rb. Also moving the migrations for API0.6 to new sequence numbers since there was some new migrations added to mainline, where the migration numbers would conflict if not moved.
2008-09-25 15:06:05 +00:00
Richard Fairhurst
eb7862b4c6
Potlatch 0.10c
2008-09-18 17:04:28 +00:00
Tom Hughes
791062569d
Tidy up diary code a bit.
2008-08-24 15:12:20 +00:00
Richard Fairhurst
3b6d2c5336
edit diary entries
2008-08-21 21:40:23 +00:00
Shaun McDonald
87494900df
more testing of node tags
2008-08-18 13:55:21 +00:00
Tom Hughes
1fb4e929bd
Commit new route for email confirmation changes.
2008-08-18 07:28:26 +00:00
Tom Hughes
6d7e69d4d3
Make the location of the GPX traces configurable.
2008-08-07 11:31:42 +00:00
Tom Hughes
fb5f6bb4a2
Rework GPX import daemon to use libxml2 for speed.
2008-07-30 08:37:05 +00:00
Richard Fairhurst
35ace2607b
Potlatch 0.10a
2008-07-29 00:33:33 +00:00
Tom Hughes
2ac6340a7b
Try and improve libxml error handling.
2008-07-20 17:08:27 +00:00
Tom Hughes
1cd26357f0
Default to using rails.
2008-07-16 22:59:10 +00:00
Tom Hughes
49637fed70
Move Potlatch configuration to a separate initialiser file.
2008-07-15 18:05:22 +00:00
Richard Fairhurst
62a1ec4748
Potlatch 0.10
2008-07-09 22:19:48 +00:00
Tom Hughes
1e98eb9950
Allow users to remove their image. Closes #1010 .
2008-07-07 23:26:41 +00:00
Shaun McDonald
5f8ab9e924
Merge changes from trunk 7673:8632.
2008-07-03 13:06:24 +00:00
Shaun McDonald
0a459023d3
Now all the unit tests work
2008-07-03 10:56:17 +00:00
Tom Hughes
97aefa23d0
Merge data browser branch to trunk.
2008-06-27 23:09:05 +00:00
Tom Hughes
398d5fa329
Improve the layout of the object browser views.
2008-06-24 16:44:45 +00:00
Tom Hughes
960d13488a
Merge 7922:8377 from trunk.
2008-06-22 12:23:43 +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
e8293baf8f
Let's have one last try...
2008-06-07 00:03:27 +00:00
Tom Hughes
d29defa7cc
Magic foo to make composite_primary_keys work.
2008-06-06 23:53:20 +00:00
Tom Hughes
e7346e5903
Go back to rails 2.0.2 for now as 2.1.0 doesn't quite work...
2008-06-06 23:32:21 +00:00
Tom Hughes
4fc6b982dd
Switch to rails 2.1.0 release.
2008-06-06 23:17:56 +00:00
Tom Hughes
e2539b7126
Switch to rails 2.0.2 as Debian/Ubuntu is able to handle it now.
2008-06-05 23:06:29 +00:00
Shaun McDonald
c373220bd2
sort the default test database user and password.
...
Adding new test for the user
2008-06-02 11:00:09 +00:00
Christopher Schmidt
4a9ee4c736
The ordering of these shouldn't have mattered, but it did, because I didn't put a regex filter on my :id, so "upload" was being treated as an ID (which clearly wouldn't work); This fix obviates the need for r7789, sorry about that.
2008-05-12 21:12:30 +00:00
Gabriel Ebner
ec916b7429
api06: Make diff uploading work again.
2008-05-12 20:43:35 +00:00
Christopher Schmidt
6f1aad0d04
add support for closing changesets
2008-05-11 21:18:42 +00:00
Christopher Schmidt
e48cbc6a5f
Add support for accessing changesets as XML through the API via the
...
changeset controller "read" method
2008-05-11 20:03:17 +00:00
Tom Hughes
5620d7263a
Merge 7452:7744 from trunk.
2008-05-09 23:22:26 +00:00
Tom Hughes
895eb829c9
Backout message deletion functionality as it has unfortunate side effects
...
as it also removes the message from the sender's outbox.
2008-05-06 16:35:24 +00:00
Gabriel Ebner
3d6e1c67fb
api06: Preliminary support for diff uploading. This will not return anything
...
useful and the code will need some heavy refactoring.
2008-05-04 13:52:43 +00:00
Tom Hughes
0ef056ffbc
Stick with rails 2.0.1...
2008-05-04 11:32:49 +00:00
Tom Hughes
cf304fe60f
Merge 7649:7673 from trunk.
2008-05-04 11:26:36 +00:00
Tom Hughes
02efd7ba4a
Go back to using user_id+k as the primary key for user preferences but
...
actually using the composite primary key extension this time so that it
really works.
Also stop update_one tring to render a non-existent view, and add a
delete_one method to allow preferences to be deleted.
2008-05-04 11:18:38 +00:00
Frederik Ramm
8c5638d696
initial changeset support
2008-05-04 10:41:42 +00:00
Steve Coast
ee6165bf9b
ability to delete messages
2008-05-03 13:25:34 +00:00
Steve Coast
4b3c207a81
add individual user preference read/write, and default all new users to having public data
2008-05-03 12:57:48 +00:00
Tom Hughes
f1b0225b79
Reduce the expiry for OpenLayers resources (which are not subject to
...
rails asset tagging) to one week, and set a one week expiry for the
new static HTML page used for HTML export.
2008-05-01 07:55:23 +00:00
Richard Fairhurst
f747951714
preset typo
2008-04-29 10:34:20 +00:00
Richard Fairhurst
a2caee2a35
add turning_circle to autocomplete
2008-04-27 22:00:48 +00:00
Richard Fairhurst
6d8e6d235f
must remember not to commit new version while Potlatch users are in IRC
2008-04-22 21:59:52 +00:00
Richard Fairhurst
9df6d2ac06
Potlatch 0.8b
2008-04-22 21:32:26 +00:00