#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 "A MIPS simulator with infinitely many registers".
The branch master has been updated
via 283c6c1484d2b204b9cc69ecb780153bd63e743f (commit)
via 0618f8d48d1a6b2f845ce3bf9ecd900ea48604d0 (commit)
from b4b9cea35b0ebf8b6b11fbfed62041c18a7f5b41 (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 -----------------------------------------------------------------
No new revisions were added by this update.
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 2 +-
build-aux/.gitignore | 3 +++
2 files changed, 4 insertions(+), 1 deletions(-)
hooks/post-receive
--
A MIPS simulator with infinitely many registers
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 "A MIPS simulator with infinitely many registers".
The branch old-autoconf has been created
at 17297e778b00e3f5f36457c44ec94363263f3712 (commit)
- Log -----------------------------------------------------------------
17297e7 Support old Autoconf versions.
283c6c1 Fix ChangeLog.
0618f8d Ignore more files copied from gnulib.
-----------------------------------------------------------------------
hooks/post-receive
--
A MIPS simulator with infinitely many registers
* bootstrap: Have m4/gnulib.m4 invoke gl_COMMON to ensure a
definition of AS_VAR_IF is available.
---
ChangeLog | 7 +++++++
bootstrap | 5 +++++
2 files changed, 12 insertions(+), 0 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 46fe727..1ad5503 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2010-05-27 Roland Levillain <roland(a)lrde.epita.fr>
+
+ Support old Autoconf versions.
+
+ * bootstrap: Have m4/gnulib.m4 invoke gl_COMMON to ensure a
+ definition of AS_VAR_IF is available.
+
2009-11-10 Roland Levillain <roland(a)lrde.epita.fr>
Update bootstrap w.r.t. Gnulib.
diff --git a/bootstrap b/bootstrap
index ee0e3d2..2e889ba 100755
--- a/bootstrap
+++ b/bootstrap
@@ -217,6 +217,11 @@ echo "$0: Creating m4/gnulib.m4"
(echo "# This file is generated automatically. Please, do not edit."
echo "#"
echo "AC_DEFUN([nolimips_GNULIB],["
+ echo "# Invoke gl_COMMON to force aclocal to include m4/gnulib-common.m4"
+ echo "# in aclocal.m4, so as to benefit from Gnulib's AS_VAR_IF fallback"
+ echo "# definition when using an old Autoconf."
+ echo "gl_COMMON"
+ echo
for gnulib_module in $gnulib_modules; do
echo "# $gnulib_module"
$GNULIB_SRCDIR/gnulib-tool \
--
1.5.6.5
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 "UNNAMED PROJECT".
The branch master has been updated
via 82a6014b5b7dd1db0c21048d7cf4aa4b7d8b66ef (commit)
from dab30968b27f1a0641a18de08b40590066af42cf (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 -----------------------------------------------------------------
82a6014 Update the menu of BuildBots' Web site.
-----------------------------------------------------------------------
Summary of changes:
buildbot/masters/ChangeLog | 9 +++++++++
buildbot/masters/www/index.php | 19 ++++++++++---------
2 files changed, 19 insertions(+), 9 deletions(-)
hooks/post-receive
--
UNNAMED PROJECT
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 "UNNAMED PROJECT".
The branch master has been updated
via dab30968b27f1a0641a18de08b40590066af42cf (commit)
from f70e3f5b1318b99bf1fbf28fc4d881de3b6acb23 (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 -----------------------------------------------------------------
dab3096 Fix the invocation of lrde-upload.sh in the Olena build.
-----------------------------------------------------------------------
Summary of changes:
buildbot/masters/ChangeLog | 6 ++++++
buildbot/masters/oln_master.cfg | 2 +-
2 files changed, 7 insertions(+), 1 deletions(-)
hooks/post-receive
--
UNNAMED PROJECT