Commit graph

507 commits

Author SHA1 Message Date
Tom Hughes
d2bd78627e More search improvements - a "Where am I?" link that does a reverse
search, and various cleanups to the previous changes.
2007-08-24 18:53:30 +00:00
Tom Hughes
215958fa0f Only include the home link if the user is logged in. 2007-08-24 17:47:57 +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
034982a12f If a search only finds one result then jump straight to it instead of
opening a list of results.
2007-08-24 17:38:36 +00:00
Tom Hughes
4f26daaa10 There's no point importing a trace that is scheduled for deletion. 2007-08-23 17:26:44 +00:00
Tom Hughes
28e9a84da2 Fix automatic size detection for map popups. 2007-08-23 14:49:42 +00:00
Tom Hughes
d274c0e3d8 Put the option to delete GPS traces back. Fixes #405. 2007-08-22 18:01:23 +00:00
Tom Hughes
30c20855e3 Fix thinko. 2007-08-22 07:40:23 +00:00
Tom Hughes
8b62df8b9c Only allow users to read their own messages. 2007-08-22 07:38:50 +00:00
Tom Hughes
2e2189ecb9 Fix typo. 2007-08-22 00:20:53 +00:00
Tom Hughes
a894e75a1d Fix diary entry creation... 2007-08-22 00:19:58 +00:00
Tom Hughes
7b659f4f30 Cleanup. 2007-08-22 00:10:17 +00:00
Tom Hughes
169aac77d8 Improve diary post screen. 2007-08-22 00:06:28 +00:00
Tom Hughes
4016d8e223 Tidy up some views. 2007-08-21 23:59:10 +00:00
Tom Hughes
bc92e61b3b Add CGI support for statistics. 2007-08-21 23:52:57 +00:00
Tom Hughes
dc3edbe7c1 Add a capabilities API call. Fixes #410. 2007-08-21 23:27:42 +00:00
Tom Hughes
9738e3f648 Handle errors a bit better. 2007-08-20 14:22:51 +00:00
Tom Hughes
a0962c03c0 Set the display name correctly in the image URL. 2007-08-20 14:18:22 +00:00
Tom Hughes
c1dc2410c3 Redirect trac requests to the right place. 2007-08-20 14:03:40 +00:00
Tom Hughes
755a2c596c Add additional validation to the user model and tidy up a few things on
the account options page.
2007-08-19 12:27:23 +00:00
Tom Hughes
4b71f8aacd Include the home location in API user details response. 2007-08-19 09:43:01 +00:00
Tom Hughes
9861ca8001 Move tag validation to the right place. 2007-08-19 09:16:33 +00:00
Tom Hughes
7dbb746fde Throw an exception if saving the imported trace fails. 2007-08-19 09:11:59 +00:00
Tom Hughes
9f58d17242 Handle files uploaded via the API properly. 2007-08-18 20:49:15 +00:00
Dan Karran
9da455a322 Moving inbox styling definitions into the stylesheet. 2007-08-18 12:22:04 +00:00
Dan Karran
3c79240a6a Showing all messages in inbox, but sorting by date DESC and highlighting new ones. Adding link from message reading page back to inbox. Mark as read/unread. 2007-08-17 18:05:09 +00:00
Tom Hughes
44051f30d8 Make the gpx/id/data API call work, and make gpx/create a POST method
so arguments can be handled more robustly.
2007-08-16 23:04:18 +00:00
Tom Hughes
6ba4e831a7 Ignore exceptions looking up a user from a session. 2007-08-16 13:07:24 +00:00
Tom Hughes
d45db3acc4 Fix image referred to in RSS feeds so that it actually exists. 2007-08-15 18:12:37 +00:00
Tom Hughes
08b71b48e1 Tidy up trace handling a bit, and add support for per-user and per-tag feeds. 2007-08-15 18:10:18 +00:00
Tom Hughes
9829ef097f Fix wiki redirection. 2007-08-15 08:01:45 +00:00
Tom Hughes
753e450604 Quite a few people still seem to ask www.openstreetmap.org for wiki
pages, so redirect them.
2007-08-15 08:00:23 +00:00
Tom Hughes
6adf8fe384 Only initialize creation_time if it isn't already set. 2007-08-15 07:26:33 +00:00
Tom Hughes
b62561cdb5 Fix tag links. 2007-08-14 23:45:25 +00:00
Tom Hughes
4fd689b035 Fix exception when username is not known. 2007-08-14 23:38:52 +00:00
Tom Hughes
c2b377efac Salt passwords so that two users with the same password will have
different password hashes in the database.
2007-08-14 23:25:58 +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
b61e4f77e8 Improve handling of user to user messages. 2007-08-14 17:29:27 +00:00
Tom Hughes
e70d94c54a Don't create sessions for API calls. 2007-08-14 13:59:07 +00:00
Tom Hughes
8dfecbfbb2 Only the view and edit tabs really need updating when the map moves. 2007-08-14 10:44:56 +00:00
Tom Hughes
6af2598ad6 Fix alignment of greeting in top right corner of site. 2007-08-14 10:36:18 +00:00
Tom Hughes
bea82b27ba Return a pointer to the 404 tile for out of bounds latitudes. 2007-08-14 10:05:36 +00:00
Tom Hughes
deb3c74fc7 Add the author name to RSS feeds. 2007-08-14 09:22:29 +00:00
Tom Hughes
289eac6bcd Remove bogus setting of title attribute. 2007-08-14 00:00:35 +00:00
Tom Hughes
c29adef565 Add (commented out) rule for blocked tilesAtHome. 2007-08-13 22:37:12 +00:00
Tom Hughes
c9370930ea Add a model for sessions. 2007-08-09 23:21:17 +00:00
Tom Hughes
0a18deef09 Fix title and tidy up a few things. 2007-08-09 22:02:03 +00:00
Tom Hughes
ce6bddcbd9 Make tag links work again. 2007-08-09 21:51:35 +00:00
Tom Hughes
f0c4e816b2 Compress appropriate static content. 2007-08-09 12:47:21 +00:00
Tom Hughes
1cacff9500 Add the lighttpd configuration to subversion. 2007-08-09 12:08:39 +00:00