blob: c6c7ec9b26fe564aab3cbaa02a5d7d8ca76d9a66 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
|
---
title: Ishtar changelog
date: 2022-11-08
---
v4.0.27 -
--------------------
## Features ##
- Improve tests
### Bug fix ###
- Fix m2m display for historized items
v4.0.26 - 2022-11-08
--------------------
### Features ###
- remove deprecated x, y, z fields on main item forms
### Bug fix ###
- Sheet find: fix map display
- Find form: fix order of decoration field
v4.0.25 - 2022-11-07
--------------------
### Features ###
- Geodata: display first item associated as a name when no name is provided
### Bug fix ###
- Geodata import: fix total number evaluation on imports
- Basket modification: fix wizard update
v4.0.24 - 2022-10-27
--------------------
### Bug fix ###
- Geodata save: transactions to limit deadlocks
v4.0.23 - 2022-10-26
--------------------
### Features ###
- Geo data: zoom to extent
### Bug fix ###
- Geodata post save: transactions and targeted post save to limit deadlocks
v4.0.22 - 2022-10-14
--------------------
### Features ###
- Context records: Excavation technic become many2many
v4.0.21 - 2022-10-14
--------------------
### Features ###
- Geo: quick add geo action for context records, sites and finds
- Geo data: manage m2m association and cascade association
### Bug fix ###
- Geo data: fix main_geodata association test
- fix some admin pages
v4.0.20 - 2022-10-03
--------------------
### Features ###
Geo form - redirect to source item after edit
v4.0.19 - 2022-09-18
--------------------
Backport of v3 changes.
v4.0.18 - 2022-09-12
--------------------
### Features ###
- Import GIS: default to 0 skip lines (for geopackage and SHP it must be 0)
### Bug fix ###
- Geo - migration script: more tolerant with no geo item data - main geo is poly when defined
Ishtar changelog
================
v4.0.17 - 2022-09-10
--------------------
### Bug fix ###
- Geo: fix zoom to extent - fix item counts
v4.0.16 - 2022-09-09
--------------------
### Features ###
- Geo: display associated context records and associated finds on sheet map
- Geo: display lines and polygons on search
### Bug fix ###
- Fix safe_or template tags
v4.0.15 - 2022-08-30
--------------------
### Features ###
- "is locked" search
### Bug fix ###
- Fix INSEE number generation on error with years
- Fix many count search such has "has-finds"
v4.0.14 - 2022-08-05
--------------------
### Features ###
- Import: manage CSV geo data
### Bug fix ###
- Geo sheet: fix display coordinates
v4.0.13 - 2022-08-05
--------------------
### Bug fix ###
- Imports: CSV check fix encoding check
- Imports: add post importer actions in order to manage account importer
v4.0.12 - 2022-08-05
--------------------
### Bug fix ###
- fix bug for vanilla installation (db query before db is initialize)
v4.0.11 - 2022-08-02
--------------------
### Bug fix ###
- Admin - custom form: fix form choice initialization
- File:
- Parcel form: fix town initialization
- Remove Parcel formset from wizard
- Fix modification when general contractor is missing
v4.0.10 - 2022-07-22
--------------------
### Features ###
- Admin - Custom fields: exports and imports CSV, json
### Bug fix ###
- Sheet document - fix permalink content
- migrate_to_geo_v4:
- fix migration of item multi_polygon_source_item and point_source_item
- fix "Contour" label
v4.0.9 - 2022-07-21
-------------------
### Bug fix ###
- Import creation: fix importer type filter
v4.0.8 - 2022-07-18
-------------------
### Features ###
- Update french translations
v4.0.7 - 2022-07-18
-------------------
### Features ###
- Operation wizard refactoring
v4.0.6 - 2022-07-17
--------------------
### Bug fix ###
- Site creation: fix post message
v4.0.5 - 2022-07-17
--------------------
### Bug fix ###
- Geo - sheet: fix coordinates display
- Account deletion: fix summary
v4.0.4 - 2022-07-17
--------------------
### Features ###
- update translations
v4.0.3 - 2022-07-15
--------------------
### Bug fix ###
- migrate_to_geo_v4: fix operation and site import when SRID != 4326
v4.0.2 - 2022-06-15
--------------------
### Bug fix ###
- migrate_to_geo_v4: fix main item import when SRID=4326
v4.0.1 - 2022-06-15
--------------------
### Main features ###
- Migration to Django 2.2
- New geo item management
- Syndication of ishtar databases
### Features ###
- specific form for parcel management
- quick search action: grouping treatment
- better UI for imports
### Bug fix ###
- increase length of phone numbers
|