blob: a68e8341fa09f8ada199f141a1b2be98c0d90135 (
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
|
Chimère changelog
===============
2.99.1 (pre-v3)
---------------
- Fix search result template to manage new ids
- ol3: permalink refresh
- Imports: many fix for python3
- CI adaptations
- Remove debug
- Fix makefile
2.99 (pre-v3)
-------------
Too many changes to be listed ;)
Mainly:
- python 2 to python 3
- django 1.4 to django 1.8+
- openlayers 2 to openlayers 3
2.0.3 (2013-05-29)
------------------
- fixtures: add geobretagne and opencyclemap layers
- force JPG format for thumbnail to prevent resizing errors
- better regexp to manage Youtube links
- documentation update
- more precise error message on shapefile import
- use a template to render PointChooser widget
- ability to set coordinates from live_lonlat
2.0.2 (2013-02-19)
------------------
- map: fix permalink
- map: error tolerant to marker with no associated category
- map: better sort of news
- admin: improve marker list
2.0.1 (2013-02-10)
------------------
- admin: fix route page when a property is newly set
- map: add attribution div
- minor fix on the documentation
2.0.0 (2013-02-02)
------------------
- improve documentation
- add a default description for imports
- minor fix on styles
- remove the default application to an external repository https://gitorious.org/chimere-example-project/
- fix upgrade issues
- small improvements for default templates
- fix zoom on the map for route's permalinks
2.0 (2013-01-02)
----------------
- First release for the second version.
|