Changes between Version 5 and Version 6 of user/nicolasmartin
- Timestamp:
- 2019-02-18T20:32:21+01:00 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
user/nicolasmartin
v5 v6 1 == Sub-pages 2 3 [[TitleIndex(user/nicolasmartin/, hideprefix)]] 4 1 5 == My whiteboard 2 6 … … 18 22 19 23 }}} 20 21 == Trac admin stuff22 23 * Prefer disabling a plugin before deleting the egg file in `trac/plugins` folder to avoid server issues.24 25 * `apache` UNIX user must have `rw-` rights to `trac.log`: to create a new log file, stop logging by setting `log_file = none` by hand or with administration interface, then26 {{{#!console27 $ touch trac.log28 $ chmod 666 trac.log29 }}}30 31 *32 {{{#!logtalk33 UnicodeEncodeError: 'ascii' codec can't encode character u'\u200b' in position 75: ordinal not in range(128)34 }}}35 36 Why this behavior?37 38 {{{#!Markdown39 40 [![Build Status](https://travis-ci.org/metomi/fcm.svg?branch=master)](https://travis-ci.org/metomi/fcm)41 [![DOI](https://zenodo.org/badge/6402932.svg)](https://zenodo.org/badge/latestdoi/6402932)42 43 }}}