summaryrefslogtreecommitdiff
path: root/CHANGES.md
blob: 65d3e2c260c3e42709c1d2eb5a763934ccefb467 (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
Ishtar changelog
================

v3.1.2 - 2021-03-02
--------------------

### Bug fixes ###
- tables: pinned search do not overload click on shortcuts
- gallery: fix pagination
- manage corrupted image - silently fail
- custom forms: use profile type instead of user types for filters - user 
  types usage still works but marked as deprecated -> cannot edit anymore 

v3.1.1 - 2021-02-28
--------------------

### Features ###
- new division management: now a division is a container
- documents: many new fields - document can be inside a container
- templates: better performance - new filters
- labels generation: fixes and new links
- custom index
- custom complete identifier

### Bug fixes ###
Many fixes on parcels, documents, files, sheets.

v3.0.17 - 2020-12-02
--------------------

### Bug fixes ###
- Archaeological files: fix default labels

v3.0.16 - 2020-11-16
--------------------

### Features ####
- Admin: action to add automatically department towns to an area
- Imports: add "|" separator for CSV

### Bug fixes ###
- Operation sheet: fix parcel column on context record table
- Labels generation: fix missing images in templates
- Labels generation: optimize template evaluation

v3.0.15 - 2020-11-04
--------------------

### Bug fixes ###
- Operation sheet: fix parcel column on context record table

v3.0.14 - 2020-10-05
--------------------

### Bug fixes ###
- Search: fix many town search
- Context records:
  - sheet: fix length display
  - form: fix display of documentation field

v3.0.13 - 2020-09-22
--------------------

### Bug fixes ###
- ajax_selects: fix Admin > Import edit

v3.0.12 - 2020-09-17
--------------------

### Bug fixes ###
- ajax_selects: fix missing "bootstrap.js" file missing in debian install

v3.0.11 - 2020-08-31
--------------------

### Features ####
- Command - media_find_missing_files: "hard" option

v3.0.10 - 2020-07-26
--------------------

### Features ####
- Admin: Import/export as JSON for types and importers

### Bug fixes ###
- Fix modal order for find select form

v3.0.9 - 2020-07-01
-------------------

### Bug fixes ###
- Fix bad many to many field renitialization on wizards (refs #4963)

v3.0.8 - 2020-05-26
-------------------

### Features ####
- Search finds/context records: add missing search criteria for datings

### Bug fixes ###
- Fix corrupted image
- Operation - Wizard: fix parcel sort
- Find - search: fix dates fields

v3.0.7 - 2020-05-11
-------------------
### Features ####
- Imports:
  - multiple target with different formaters in one column. Warning:
  duplicate fields use the first target
  - manage boolean match for data__ (custom fields)

v3.0.6 - 2020-05-01
-------------------
### Bug fixes ###
- Fix database initialization

v3.0.5 - 2020-03-23
-------------------
### Features ###
- Autocomplete widget:
  - tips (display information for the type of item searched)
  - modify action
  - display detail (address) of the current item

### Bug fixes ###
- Many fixes on file module


v3.0.4 - 2020-03-11
-------------------
### Features ###
- Quick actions - sheets: add duplicate for site, operation, document and context record
- Quick actions - tables:
  - person: bulk update - organization field
  - document: bulk update - creation date field
  - operation: bulk update - operator field
  - site: add bulk update form (towns field)
  - find: bulk update - appraisal date and treatment emergency fields
- Search - criteria:
  - Containers:
    - find ID, label
    - operation: town, scientist
  - Warehouse:
    - town
  - All document items:
    - has associated file
    - has associated image
    - has associated url
    
### Bug fixes ###
- Tables: fix display of links in columns
- Criteria search: manage empty field (but not NULL) multiple level search for file (including images) fields


v3.0.3 - 2020-02-24
-------------------
### Bug fixes ###
- Import: fix concatenation when the concat string is empty

v3.0.2 - 2020-02-17
-------------------
### Bug fixes ###
- Admin: improve performance
- Sentry integration

v3.0.1 - 2020-02-11
-------------------
### Bug fixes ###
- Finds: do not duplicate treatments on duplicate action
- QA basket: fix add to a shared basket


v3.0.0
------
A lot of changes since v2. Main change is python3 and Django 1.11 support.