id summary reporter owner description type status priority component severity resolution keywords cc release 7707 performance impprovement anonymous Jun Omae "I would like to not load wysiwys java script to view wiki and others. They don't need wysiwyg.js and avoid loading java script improve performance a bit. Here is sample for __init__.py. Please improve it. {{{ #!patch # IRequestFilter#post_process_request def post_process_request(self, req, template, data, content_type): + if not (req.args.get('action', None)==""edit"" or req.path_info.startswith(r'/newticket') or req.path_info.startswith(r'/ticket/')): + return (template, data, content_type) options = {} options['escapeNewlines'] = False }}} regards, Takashi Okamoto" enhancement closed normal TracWysiwygPlugin normal fixed 0.11