Mercurial > moin > 1.9
changeset 3341:24690a4045df
CHANGES: added entry for different delimiter in csv files
author | Reimar Bauer <rb.proj AT googlemail DOT com> |
---|---|
date | Wed, 19 Mar 2008 18:57:41 +0100 |
parents | afef9c8b2ed2 |
children | 6003cadc0791 |
files | docs/CHANGES |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/docs/CHANGES Wed Mar 19 18:46:34 2008 +0100 +++ b/docs/CHANGES Wed Mar 19 18:57:41 2008 +0100 @@ -99,6 +99,8 @@ max_count has a default of default_count and a upper limit of limit_max_count - you can configure both in your wiki config: cfg.history_count = (100, 200) # (default_count, limit_max_count) default + * csv parser can get the delimiter from the first line so other delimeters + than ";" could be used Other changes: * cfg.show_login is gone, see code in theme/__init__.py, this affects