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
|
Ishtar changelog
================
0.97.3 (2016-08-29)
-------------------
### Features ###
- Automatically generate raw_name on save for person - formula set in profile
- UI: better simple table layout
- UI: rework on dashboard
- Autocomplete widget: larger and full content on hover
- Import: target form - better display of the key
- Update french translation
- Imports: loading indicator
### Bug fixes ###
- Cache: fix caching key for models with the same name on different app (such as Rela
tionType)
- Fix french translation
0.97.2 (2016-08-25)
-------------------
### Features ###
- Cache: update cache when saving
- Update french translation
0.97.1 (2016-08-24)
-------------------
### Features ###
- UI: new (and nicer) layout for sheet header
- Templatetag: generic header for sheet
- Imports: manage report state
- Administrative act: can modify index
- Treatments: better query for upstream and downstream, fix treatment list on find sheet
0.97.0 (2016-08-23)
-------------------
### Features ###
- Sync external ID on manual insert
- BeautifulSoup: v3 -> v4
- Account management: fix edit - can delete an account
- Person - Organization: add full export
- Person sheet: improve display of documents
- Closing operation or archaeological file: today by default
- Operation: search on "code_patriarche" and "common_name" for autocomplete
- Operation sheet: add link to scientist and to operator
- Operation: check PATRIARCHE unicity inside forms
- Archaeological sites: more explicit label
- Manage operation relation types in context record and find searches
- Parcels: add public domain field - better management of parcel formsets
- Context records: add comments on dating
- Context records: centimeters to meters for dimensions
- Finds: add creation date, creator, modification date, modifier to sheet
- Finds: add remarkability
- Finds: add estimated value. Manage a currency for an Ishtar profile
- Docs: search by operation code
- Docs: display weblink in source tables
- Docs: add search view
- Logo is now a link
### Bug fixes ###
- CSV export: manage data with inappropriate characters for encoding
- Image saving: fix deletion of image
- Archaeological files: floatfield for surface - fix error display on main form
- Operations: DRACAR to old code
- Context records: fix parcel attribution with public domain
- Context record sheet: fix head scientist of the associated operation
- Finds: fix test intitialization
- Admin: do not allow password modification on "ishtar user" + help text
0.96.3 (2016-07-18)
-------------------
### Features ###
- Versioning of CSS and JS files
### Bug fixes ###
- Many fix on dashboard
0.96.2 (2016-07-17)
-------------------
### Features ###
- Overload of columns for specific exports
- Tiny label for relations types.
0.96.1 (2016-07-16)
-------------------
### Features ###
- Test wizards
- Work on treatments (conditional wizard, tests) but kept disabled at the moment
### Bug fixes ###
- Fix fixtures for auth and groups
- Installation: better management of rights of media directories
- Administrative act: fix redirect when no documents are available
0.96 (2016-07-14)
-----------------
### Features ###
- GIS fields in database
- Sources: link to modify in sheet, better presentation of tables
- UI: font-awesome icons
- Documentation: update installation - data loading
- Finds: conservatory and dimensions comments
### Bug fixes ###
- Templatetags: fix https links, urls
- Many fix on imports:
- year formater
- better management of files (temporary files have a size)
- remove File from uniqueness detection
- forced new are created only one time
- Many fix on fixtures: relation types, report states, importer columns, labels, comments, order, accents
0.95 (2016-06-08)
-----------------
### Features ###
- A welcome page (default and to be defined in site profile)
- Displaying treatments in find sheet
- Many improvements in the find sheet
### Bug fixes ###
- Basket update after a treatment
- Fix operation code for operation with no year (or year 0)
- Fix warehouse creation
- Allow to save a find if no operation is defined
- Add PROJECT_SLUG to default installation
0.94 (2016-06-03)
-----------------
### Features ###
- First management of baskets
- Change context record of a find
- Full exports of sources
### Bug fixes ###
- Many fix in permission management
0.93 (2016-04-19)
-----------------
### Major features ###
- Many fixes in install script
- New fields for persons
- Better layout for searches
### Minor features ###
- Context records: search within relations
- Better management of archaeological sites
- Better display of sheet sources
- Update translations
### Bug fixes ###
- Allow simultanaeous creation of operations
- Fix simultanaeous creation of files
- Shortcut list: choices for finds and context records are now kept
- Parcel rearranging on operation form when file exists
0.92 (2016-02-26)
-----------------
### Major features ###
- New management of modules
- More selective merging process
- Manage relation types in searches
- Use flex layout for searches
- Update translations
### Minor features ###
- Update searches
- Add archaeological site to importers types
- Update operation fixtures
- Update translations
- Add abstract in operations
- Change archaeological sites form
### Bug fixes ###
- Fix cache for multiple instance of Ishtar
- Fix default item after creation
- Fix management of departments
- Labels and values on sheets
- Unicode error on adresses
- Fix dynamic table display in ODT and PDF
0.91 (2016-01-18)
-----------------
- First public release.
|