#11795 closed task (fixed)
Remove deprecated SilverCity, Enscript and PhpRenderer support
| Reported by: | Ryan J Ollos | Owned by: | Ryan J Ollos |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.1.3 |
| Component: | rendering | Version: | |
| Severity: | normal | Keywords: | |
| Cc: | Branch: | ||
| Release Notes: |
Removed support for SilverCity, Enscript and PhpRenderer syntax highlighters. |
||
| API Changes: | |||
| Internal Changes: | |||
Description
Discussed in comment:33:ticket:11605, the components tracopt.mimeview.enscript, tracopt.mimeview.php and tracopt.mimeview.silvercity have been deprecated since Trac 1.0 or earlier.
Attachments (0)
Change History (8)
comment:1 by , 11 years ago
comment:2 by , 11 years ago
Major documentation revision in 1.1/TracSyntaxColoring@2. Dependencies updated in install documentation in 1.1/TracInstall@4.
comment:3 by , 11 years ago
| Release Notes: | modified (diff) |
|---|---|
| Status: | new → assigned |
Proposed changes in log:rjollos.git:t11795.
comment:5 by , 11 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Thanks for the review. In addition to the changes in log:rjollos.git:t11795, there were a few pieces of documentation in doc/api that were removed in [13199].
comment:6 by , 11 years ago
Unit test failed…. tracopt.mimeview has been removed in [13199] but import tracopt.mimeview.tests is still leave in trac/test.py.
Traceback (most recent call last):
File "./trac/test.py", line 494, in <module>
unittest.main(defaultTest='suite')
File "/usr/lib/python2.6/unittest.py", line 816, in __init__
self.parseArgs(argv)
File "/usr/lib/python2.6/unittest.py", line 843, in parseArgs
self.createTests()
File "/usr/lib/python2.6/unittest.py", line 849, in createTests
self.module)
File "/usr/lib/python2.6/unittest.py", line 613, in loadTestsFromNames
suites = [self.loadTestsFromName(name, module) for name in names]
File "/usr/lib/python2.6/unittest.py", line 598, in loadTestsFromName
test = obj()
File "./trac/test.py", line 460, in suite
import tracopt.mimeview.tests
ImportError: No module named mimeview.tests
make: *** [unit-test] Error 1
comment:7 by , 11 years ago
Thanks, fixed in [13200].
Build failure notifications don't seem to be going to the Google group?
comment:8 by , 11 years ago
Hmm. No pending messages in the group. I don't know why no notifications from travis-ci send to the group.



It is looking like a large number of rules can be dropped from
code.css: trunk/trac/htdocs/css/code.css@12355:89-181#L83. Does anyone see any use for those rules once the three deprecated renderers are dropped?