#205: Repair the TracNav bar
------------------------+---------------------------------------------------
Reporter: levill_r | Owner: Olena Team
Type: defect | Status: new
Priority: minor | Milestone:
Component: Trac | Version: 1.0
Keywords: system web |
------------------------+---------------------------------------------------
Since the update of Trac, many Wiki pages using the !TracNav plug-in won't
display the !TracNav bar (menu on the right of some pages), and show this
error instead :
{{{
Error: Failed to load processor TracNav
No macro or processor named 'TracNav' found
}}}
The curious thing is, the !TracNav bar is working ''sometimes''!!
To see this in action, try reloading a page several times (e.g.
CodingStyle): sometimes you'll see the bar, other times you'll get the
error.
I assume other Tracs ([https://trac.lrde.org/vaucanson/ Vaucanson's],
[https://trac.lrde.org/transformers/ Transfomers'], etc.) face the same
problem; we should discuss this issue with their maintainers. Therefore I
(Roland) am cc'ing this ticket to the `projects` mailing list as well.
--
Ticket URL: <https://trac.lrde.org/olena/ticket/205>
Olena <http://olena.lrde.epita.fr>
Olena, a generic and efficient C++ image processing library.
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "MonoBURG, Mono's tree-rewriting system (LRDE fork) ".
The branch master has been updated
via 07feae528a7d26c6d9bbc93311f9575f9b8ae732 (commit)
from f1033c36312536b3b09761aa8bd94e0840219e5f (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
07feae5 build: ensure that missing Autoconf macros are diagnosed
-----------------------------------------------------------------------
Summary of changes:
Makefile.am | 1 +
configure.ac | 2 ++
2 files changed, 3 insertions(+)
hooks/post-receive
--
MonoBURG, Mono's tree-rewriting system (LRDE fork)
* configure.ac: Catch missing PKG_* macros.
* Makefile.am (ACLOCAL_AMFLAGS): New.
Put macro files in build-aux.
---
Makefile.am | 1 +
configure.ac | 2 ++
2 files changed, 3 insertions(+)
diff --git a/Makefile.am b/Makefile.am
index b4fcf0c..26a37ff 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -12,6 +12,7 @@
## The complete GNU General Public Licence Notice can be found as the
## `NOTICE' file in the root directory.
+ACLOCAL_AMFLAGS = -I build-aux
SUBDIRS = src tests man
EXTRA_DIST = bootstrap NOTICE
diff --git a/configure.ac b/configure.ac
index 94eeb9f..41a89fd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -12,6 +12,8 @@
## The complete GNU General Public Licence Notice can be found as the
## `NOTICE' file in the root directory.
+m4_pattern_forbid([^PKG_])
+
## -------------------------------------
## Project
AC_INIT([MonoBURG], [1.0.6a])
--
1.7.10.4