id summary reporter owner description type status priority component severity resolution keywords cc release 3832 "All pages imported by trac-admin are marked ""system pages""" izzy Shun-ichi Goto "To me it is not a rare case that I create wiki articles externally and the use {{{trac-admin /path/to/env wiki import file page}}} to insert it into the wiki. The result is, that all those pages will be listed as ""system pages"", which is quite confusing (though I guess I understand the reason). IMO it would be much better to decide based on something else, e.g. page names: All pages starting with ""Trac"" and ""Wiki"" are system pages, plus some other pages which can be named. If you don't consider this a bug, maybe you can take it as RFE. I'd suggest some settings for the {{{trac.ini}}} file: {{{ [wikinegotiator] system_by_creator = true # behaviour as it is now, so the next lines would be ignored system_prefixes = Trac,Wiki,Inter # pages starting with these strings are system pages system_include = CamelCase # additional pages to count as system pages system_exclude = Tracking # false positives by prefix which are *not* system pages }}} This way one could adapt the behaviour to special needs :)" defect closed normal TracWikiNegotiatorPlugin normal fixed 0.10