id,summary,reporter,owner,description,type,status,priority,component,severity,resolution,keywords,cc,release 13932,Can add tags to tickets but not wiki pages in Trac 1.2; deprecated reference to `ipnr` was removed in 1.3.1,Chad Trytten,Ryan J Ollos,"After upgrading to Trac 1.4, was no longer able to add new tags to wiki pages, even though there was no (noticeable) impact to usage regarding tickets. When the lack of tag addition to wiki pages became a blocker, followed the trace (see below) to `tractags/wiki.py` through some manual searching through the `tagsplugin` code to find the offending function call; it was on line 158. Per inline comments found within [https://trac.edgewall.org/changeset?reponame=&new=13730%40%2F&old=13728%40%2F this changeset] from the main trac trunk, ""`ipnr` is deprecated and will be removed in 1.3.1"". This submission is provided as an immediate bug (with fix) prior to any proper inspection about how best - or if it's already been done on a branch - to remove the references of `ipnr` from the `tagsplugin` code. As a breakfix action, it's possible to simply remove the reference to `ipnr` from the function signature and resolve the blocking issue. CAVEAT: Downstream effects of this solution (rather than providing a default value if not present) are unknown, but didn't want to spend the time determine valid states or recommended compliance treatment for `ipnr` since it's a deprecated variable. Further investigation required to fully migrate away from other uses of the no-longer-present `ipnr` that are still present in `tagsplugin` source files. {{{ Trac[env] ERROR: Component failed with Traceback (most recent call last): File ""/usr/local/lib/python2.7/dist-packages/trac/env.py"", line 387, in component_guard yield File ""/usr/local/lib/python2.7/dist-packages/trac/wiki/model.py"", line 183, in save author) TypeError: wiki_page_changed() takes exactly 7 arguments (6 given) at /usr/local/lib/python2.7/dist-packages/trac/env.py, line = 395 }}}",defect,closed,high,TagsPlugin,blocker,fixed,,,1.4