Show More
@@ -28,7 +28,23 b' fixes' | |||||
28 | - fixed #92 whoosh indexer is more error proof |
|
28 | - fixed #92 whoosh indexer is more error proof | |
29 | - fixed large tooltips problems |
|
29 | - fixed large tooltips problems | |
30 | - fixed propagation to error controller on simplehg and simplegit middlewares |
|
30 | - fixed propagation to error controller on simplehg and simplegit middlewares | |
|
31 | ||||
|
32 | 1.1.1 (**2011-01-xx**) | |||
|
33 | ---------------------- | |||
31 |
|
34 | |||
|
35 | news | |||
|
36 | ++++ | |||
|
37 | ||||
|
38 | - added force https option into ini files for easier https usage (no need to | |||
|
39 | set server headers with this options) | |||
|
40 | ||||
|
41 | fixes | |||
|
42 | ++++ | |||
|
43 | ||||
|
44 | - fixed #96 redirect loop on files view on repositories without changesets | |||
|
45 | - fixed #97 unicode string passed into server header in special cases (mod_wsgi) | |||
|
46 | and server crashed with errors | |||
|
47 | ||||
32 |
|
48 | |||
33 | 1.1.0 (**2010-12-18**) |
|
49 | 1.1.0 (**2010-12-18**) | |
34 | ---------------------- |
|
50 | ---------------------- |
@@ -45,6 +45,7 b' lang=en' | |||||
45 | cache_dir = %(here)s/data |
|
45 | cache_dir = %(here)s/data | |
46 | index_dir = /tmp/index |
|
46 | index_dir = /tmp/index | |
47 | cut_off_limit = 256000 |
|
47 | cut_off_limit = 256000 | |
|
48 | force_https = false | |||
48 |
|
49 | |||
49 | #################################### |
|
50 | #################################### | |
50 | ### CELERY CONFIG #### |
|
51 | ### CELERY CONFIG #### |
General Comments 0
You need to be logged in to leave comments.
Login now