Commit graph

312 commits

Author SHA1 Message Date
Laura Klünder
be9f0e6720 check if changeset is full 2017-12-19 17:00:06 +01:00
Laura Klünder
6e8728e3c0 only show graph descriptions the user may see 2017-12-19 02:46:20 +01:00
Laura Klünder
120091f985 implement custom route descriptions 2017-12-19 02:32:04 +01:00
Laura Klünder
b32b5c2beb edit route descriptions: only suggest neighbor spaces 2017-12-19 01:49:54 +01:00
Laura Klünder
9ae9477b33 add LeaveDescription and CrossDescription to Editor 2017-12-19 00:50:40 +01:00
Laura Klünder
040e2b2843 fix typo in registration form 2017-12-10 14:25:25 +01:00
Laura Klünder
941be347d3 merge similar forms into account_form.html 2017-12-07 18:02:44 +01:00
Laura Klünder
ec0c1d50b8 register and change password in editor 2017-12-07 17:49:41 +01:00
Laura Klünder
d368f2c0ab fix api_etag call with changeset 2017-11-30 17:05:56 +01:00
Laura Klünder
1f80f2daa6 remove editor.utils because nearly nothing in it was used 2017-11-30 15:52:02 +01:00
Laura Klünder
505ea466d2 add I18nField support to EditorForm 2017-11-30 15:05:32 +01:00
Laura Klünder
08621fa6d0 support for I18nField in orm wrapper 2017-11-30 13:42:28 +01:00
Laura Klünder
536f63eab7 add parenthesis and spaces and access restriction to connection list 2017-11-25 20:39:20 +01:00
Laura Klünder
b6f93e7bb0 fix fatal error when active node is reset 2017-11-25 20:34:30 +01:00
Laura Klünder
94445edfc0 show graph node connections in editor 2017-11-25 20:32:05 +01:00
Laura Klünder
be7cd685be optionally activate next node after connecting 2017-11-25 16:25:50 +01:00
Laura Klünder
de08e4cf58 don't create new nodes if another node is active 2017-11-25 16:07:55 +01:00
Laura Klünder
931f63a42c changed the wrong line 2017-11-25 11:35:45 +01:00
Laura Klünder
79bc00cc43 don't make a created graph node the new active graph node 2017-11-25 11:33:22 +01:00
Laura Klünder
a23357abe2 reorder space child models 2017-11-23 01:00:32 +01:00
Laura Klünder
0c34d348da make it possible to delete graph nodes again 2017-11-22 23:49:55 +01:00
Laura Klünder
ab0db6cb85 remove graph editing settings and greatly simplify graph editor 2017-11-22 23:13:12 +01:00
Laura Klünder
1d18b98199 allow navigating between levels in space geometry list 2017-11-19 12:41:19 +01:00
Laura Klünder
a768bb762f allow jumping from space detail to space list of other level 2017-11-18 17:51:55 +01:00
Laura Klünder
aaabc7e37c add ramp model 2017-11-17 20:31:29 +01:00
Laura Klünder
7db507b35d don't forget space in the template render context 2017-11-16 00:26:00 +01:00
Laura Klünder
01efedc860 anonymous users should be able to delete their own changesets 2017-11-13 22:15:18 +01:00
Laura Klünder
54628f5d1b put user id in etag in editor 2017-11-05 17:47:31 +01:00
Laura Klünder
737818c5e0 fix X-Requested-With Vary 2017-10-28 21:49:30 +02:00
Laura Klünder
8c52f9aed1 add language to etag 2017-10-28 21:47:53 +02:00
Laura Klünder
9dafd3f777 add X-Requested-With Vary header to sidebar views 2017-10-27 17:23:58 +02:00
Laura Klünder
6e9d2424f8 don't remove if-none-match header on editor ajax 2017-10-27 17:21:04 +02:00
Laura Klünder
7ae53e262d replace never_cache with no-cache 2017-10-27 17:15:55 +02:00
Laura Klünder
7a2ecb60ed add ETag to editor 2017-10-27 17:08:36 +02:00
Laura Klünder
6ed5188c07 remove bare exceptions 2017-10-25 00:47:40 +02:00
Laura Klünder
3347908d06 remove GraphNode.space_transfer 2017-08-06 16:52:08 +02:00
Laura Klünder
11cff8ff7f when connect-creating from one space to another, force space_transfer 2017-08-06 16:29:05 +02:00
Laura Klünder
906f3d5844 graph editing: only connect if theres something to connect 2017-08-06 16:23:47 +02:00
Laura Klünder
6930e1bb7c new altitude modeling 2017-08-05 11:56:29 +02:00
Laura Klünder
1eea04389e don't zoom when creating something new 2017-08-03 19:26:40 +02:00
Laura Klünder
187e557fa4 enable direct edit when no changeset is active 2017-08-03 17:26:33 +02:00
Laura Klünder
c7b4b161bb edit waytypes 2017-07-27 18:58:51 +02:00
Laura Klünder
cf2496b5a7 check unique collisions to prevent those objects from being restored 2017-07-27 15:06:46 +02:00
Laura Klünder
bba5fab2ec fix changeset view for objects with no edit view 2017-07-27 14:32:22 +02:00
Laura Klünder
c52ad95bbb PermissionError, not Permission denied 2017-07-27 14:29:45 +02:00
Laura Klünder
e85b5682cb to_node → clicked_node 2017-07-27 14:11:16 +02:00
Laura Klünder
6c33a8a41b connect nodes 2017-07-27 13:53:39 +02:00
Laura Klünder
301a08b3db deactivate nodes without sending a request 2017-07-27 12:22:42 +02:00
Laura Klünder
684450424a delete nodes by clicking on them 2017-07-27 12:01:49 +02:00
Laura Klünder
ffb002c1e1 implement node_click_setting 2017-07-27 11:57:23 +02:00