~widelands-dev/widelands-website/trunk

« back to all changes in this revision

Viewing changes to tracking/CHANGES

  • Committer: franku
  • Date: 2016-07-02 12:38:06 UTC
  • mfrom: (404.2.56 widelands)
  • Revision ID: somal@arcor.de-20160702123806-q69u3d48s1prrxds
merged the django1_8 branch

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
=======================
 
2
django-tracking changes
 
3
=======================
 
4
 
 
5
0.3.5
 
6
-----
 
7
 
 
8
- Using Django's GIS utilities a little better
 
9
- Added caching in the middleware to reduce hits to the database
 
10
- Added some logging
 
11
 
 
12
0.3.3
 
13
-----
 
14
 
 
15
- Improved the setup.py script
 
16
 
 
17
0.3.2
 
18
-----
 
19
 
 
20
- Merged changes from ramusus to better deal with the unicode problems
 
21
 
 
22
0.3.1
 
23
-----
 
24
 
 
25
- Trying to handle some unicode problems
 
26
- Added a sample base.html template
 
27
- Code cleaning
 
28
 
 
29
0.3.0
 
30
-----
 
31
 
 
32
- Fixed several bugs dealing with performance
 
33
- Improved stability
 
34
- Added some German translations
 
35
- Removed dependency on GeoIP C API and Python API in favor of Django's
 
36
  built-in GIS utilities
 
37
- Tweaked the active users map
 
38
 
 
39
0.2.5
 
40
-----
 
41
 
 
42
- Did some code optimization
 
43
- Added the ability to have a dynamically updating Google Map to show where your
 
44
  visitors are coming from