Tom Hughes
6fa8647855
Rename unique_nodes to unshared_node_ids to make it's purpose a bit clearer
...
and rework it to be a bit tidier.
2008-07-15 18:18:37 +00:00
Richard Fairhurst
62a1ec4748
Potlatch 0.10
2008-07-09 22:19:48 +00:00
Shaun McDonald
b2515ec75e
Sorts out a problem with the description field and adding users.
2008-07-08 13:43:56 +00:00
Tom Hughes
6644f115c9
Add bounds to map responses. Closes #1011 .
2008-07-08 09:52:08 +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
Tom Hughes
97aefa23d0
Merge data browser branch to trunk.
2008-06-27 23:09:05 +00:00
Tom Hughes
abb66fa808
Disable the data browswer when the database is not available.
2008-06-26 17:36:21 +00:00
Tom Hughes
def60c1935
Railsify relation selection (aka ripping out the f***in SQL).
2008-06-24 23:42:39 +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
Richard Fairhurst
550ebc6c82
trap for #971 until I can work out why it's doing it
2008-06-11 14:45:36 +00:00
Tom Hughes
48000eb09a
Require a form post to finally confirm an account to stop
...
accidental confirmations.
2008-05-29 20:43:58 +00:00
Tom Hughes
88105d9c64
Merge 7744:7922 from trunk.
2008-05-28 16:37:31 +00:00
Richard Fairhurst
889ee9e368
fix revert to cope with moved nodes properly (OH NOES I updated some SQL)
2008-05-16 10:32:53 +00:00
Gabriel Ebner
5cc8afd896
api06: remove debugging output.
2008-05-13 13:42:03 +00:00
Gabriel Ebner
d96f238801
api06: simplify diff uploading.
2008-05-13 13:24:31 +00:00
Gabriel Ebner
866c3ff782
api06: diff upload: don't read the whole request into memory.
...
Note: libxml-ruby-0.5.4 will segfault on this:
https://rubyforge.org/tracker/index.php?func=detail&aid=20117&group_id=494&atid=1971
2008-05-13 12:53:59 +00:00
Gabriel Ebner
7151fa05e4
api06: simplify exception handling and add exception handling to the diff
...
upload.
2008-05-13 12:15:06 +00:00
Gabriel Ebner
cddded9569
api06: Fix typo.
2008-05-12 21:11:51 +00:00
Gabriel Ebner
ea1961e3ce
api06: s/delete_with_relations_and_history/delete_with_history/g
2008-05-12 21:10:38 +00:00
Gabriel Ebner
86b4d1bc2c
api06: Move version-checking into the models, raising an exception on mismatch
...
(still not implemented for delete requests though.)
2008-05-12 21:05:11 +00:00
Christopher Schmidt
322f3d7576
make error_message spit out the message text to the user as well as
...
putting it in the header.
2008-05-11 23:12:54 +00:00
Christopher Schmidt
618908319c
prevent update of any object without providing the correct/current
...
version as part of the XML. This affects update-only at this time:
DELETE doesn't work the same way because we don't provide the data as
part of a DELETE
2008-05-11 21:49:33 +00:00
Christopher Schmidt
6aa9ec599f
Make capabilities report the current version for from/to version
...
identifier
2008-05-11 21:23:38 +00:00
Christopher Schmidt
412472212b
change 'no nodes' response to use API_VERSION in output
2008-05-11 21:21:30 +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
Christopher Schmidt
7a216c0ce6
Make edits return version numbers as plain text strings
2008-05-11 19:47:19 +00:00
Tom Hughes
5620d7263a
Merge 7452:7744 from trunk.
2008-05-09 23:22:26 +00:00
Tom Hughes
74b6dabb7f
Tidy up handling of unknown traces.
2008-05-06 16:57:40 +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
Tom Hughes
a47fcb0857
Fix replying to diary comments, and tidy a few things up.
2008-05-05 23:01:05 +00:00
Tom Hughes
af1e733bee
Quote reply messages properly.
2008-05-05 22:52:19 +00:00
Tom Hughes
210e26f40e
Reinstate stripping of Re: prefixes that Steve dropped...
2008-05-05 22:46:56 +00:00
Gabriel Ebner
e7c550cf3f
api06: Diff upload works now (but no integration with changesets whatsoever as
...
of now)
2008-05-04 15:56:10 +00:00
Gabriel Ebner
6ebb7045fe
api06: Fix diff uploading (still doesn't give a useful response):
...
Modification and deletion works fine now. Rollback also works apparently.
Just auto increment doesn't get reset.
2008-05-04 15:16:58 +00:00
Gabriel Ebner
1bbc523e0f
api06: Fix diff uploading (creation works fine now)
2008-05-04 14:37:12 +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
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
Gabriel Ebner
5ed2cbce02
api06: Merge changesets code from Frederik.
2008-05-04 10:45:47 +00:00
Frederik Ramm
8c5638d696
initial changeset support
2008-05-04 10:41:42 +00:00
Gabriel Ebner
4424cd5b94
split_node_tags: Merge changes in main branch up to r7649.
2008-05-04 08:31:39 +00:00
Gabriel Ebner
6ae23bed90
split_node_tags:
...
- Use InnoDB.
- Put version column on the current_* tables.
- Use transactions (untested).
2008-05-03 16:27:49 +00:00
Steve Coast
3d0f2130da
fix bug 871 - show a good error message if gps trace not found
2008-05-03 14:29:01 +00:00
Gabriel Ebner
7eb181999d
split_node_tags: Merge changes from main branch.
2008-05-03 14:11:23 +00:00
Steve Coast
ee1707a4a7
nicer reply messages, bug 529
2008-05-03 14:02:53 +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