comparison development.ini @ 921:136af52f374b

merged found bugs and fixed for stable release: - added force https option into ini files for easier https usage (no need to set server headers with this options) - small css updates - fixed #96 redirect loop on files view on repositories without changesets - fixed #97 unicode string passed into server header in special cases (mod_wsgi) and server crashed with errors - fixed large tooltips problems on main page - fixed #92 whoosh indexer is more error proof
author Marcin Kuzminski <marcin@python-works.com>
date Thu, 06 Jan 2011 19:10:25 +0100
parents 30ad41c76fae
children 84bb5b8b498d 2182a2005278
comparison
equal deleted inserted replaced
870:d00cbafcca40 921:136af52f374b
44 static_files = true 44 static_files = true
45 lang=en 45 lang=en
46 cache_dir = %(here)s/data 46 cache_dir = %(here)s/data
47 index_dir = %(here)s/data/index 47 index_dir = %(here)s/data/index
48 cut_off_limit = 256000 48 cut_off_limit = 256000
49 force_https = false
49 50
50 #################################### 51 ####################################
51 ### CELERY CONFIG #### 52 ### CELERY CONFIG ####
52 #################################### 53 ####################################
53 use_celery = false 54 use_celery = false