#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 111a57856df7394f29448300c43bc8867f9d8573 (commit)
from 07feae528a7d26c6d9bbc93311f9575f9b8ae732 (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 -----------------------------------------------------------------
111a578 Teach Git to ignore more files from build-aux/.
-----------------------------------------------------------------------
Summary of changes:
.gitignore | 2 ++
1 file changed, 2 insertions(+)
hooks/post-receive
--
MonoBURG, Mono's tree-rewriting system (LRDE fork)
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 "Nolimips, a MIPS simulator with infinitely many registers".
The branch master has been updated
via 1fe6133cad03f44158b790874205b3913ccb030b (commit)
via f7da8d1844d049e133429ba3668ab2b28813480d (commit)
via b7653f90748ac9f15a334d168eccda5b54ae6ef7 (commit)
from 4cd50030a2e8461e5f91950b696b3702dedabc26 (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 -----------------------------------------------------------------
1fe6133 Get rid of the OS X sed workaround.
f7da8d1 Convert to UTF-8.
b7653f9 Remove traces of PRCS.
-----------------------------------------------------------------------
Summary of changes:
AUTHORS | 4 +-
ChangeLog | 402 ++++++++++++++++++++++++++---------------------------
NEWS | 2 +-
THANKS | 4 +-
doc/Makefile.am | 2 +-
doc/nolimips.texi | 6 +-
prj | 264 -----------------------------------
7 files changed, 211 insertions(+), 473 deletions(-)
delete mode 100644 prj
hooks/post-receive
--
Nolimips, 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 "Nolimips, a MIPS simulator with infinitely many registers".
The branch master has been updated
via 4cd50030a2e8461e5f91950b696b3702dedabc26 (commit)
via a182a1850c345a3048e77f4b84d69a415aba47ae (commit)
via 041be256b6658f167d2e2f1ab622b64b8bdabef6 (commit)
from 2774636c4f02ea16abd7bcd3afa1ce7eb78a9918 (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 -----------------------------------------------------------------
4cd5003 Fix a macro issue.
a182a18 Work around OS X sed's limitations.
041be25 Remove unnecessary bits from lib/Makefile.am.
-----------------------------------------------------------------------
Summary of changes:
doc/Makefile.am | 2 +-
doc/macros.texi | 5 -----
doc/nolimips.texi | 3 ++-
lib/Makefile.am.tmpl | 13 +------------
4 files changed, 4 insertions(+), 19 deletions(-)
hooks/post-receive
--
Nolimips, a MIPS simulator with infinitely many registers
* doc/nolimips.texi (Top): Update and expand the definition of
@wiki within an @href command, to work around TeX capacity
overflow when generating the PDF documentation.
* doc/macros.texi (wiki): Remove macro definition.
---
doc/macros.texi | 5 -----
doc/nolimips.texi | 3 ++-
2 files changed, 2 insertions(+), 6 deletions(-)
diff --git a/doc/macros.texi b/doc/macros.texi
index ccedce7..4852e26 100644
--- a/doc/macros.texi
+++ b/doc/macros.texi
@@ -13,11 +13,6 @@
@end macro
@end ifnothtml
-@c Shortand for wiki's location
-@macro wiki
-http://www.lrde.epita.fr/cgi-bin/twiki/view
-@end macro
-
@c Shortand for nolimips
@macro nolimips
@acronym{NOLIMIPS}
diff --git a/doc/nolimips.texi b/doc/nolimips.texi
index bf85b72..0271b76 100644
--- a/doc/nolimips.texi
+++ b/doc/nolimips.texi
@@ -88,7 +88,8 @@ the instruction selection but before the register allocation.
It is implemented in C++ and Python. Be aware that @nolimips{} does not need
a Python interpreter to run, it is only required to maintain @nolimips{}.
-Information about @nolimips{} can be found on @href{@wiki{}/Projects/Nolimips,
+Information about @nolimips{} can be found on the
+@href{https://www.lrde.epita.fr/wiki/Nolimips,
@nolimips{} Home Page}, and feedback can be sent to
@href{projects@@lrde.epita.fr, @acronym{lrde}'s Projects Address}.
@acronym{LRDE} stands for @href{http://www.lrde.epita.fr, Laboratoire de
--
1.7.10.4
* doc/Makefile.am (TEXI2DVI): Set the environment variable LANG to
`C', to have OS X sed process documents that are not using the
current locale (presumably a UTF-8 one), such as the logs produced
by TeX (which may contain Latin-1 characters, for instance).
---
doc/Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 3badbb1..218e20f 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -1,5 +1,5 @@
AM_MAKEINFOFLAGS = --no-split
-TEXI2DVI = texi2dvi --batch
+TEXI2DVI = env LANG=C texi2dvi --batch
FROM_INST_SET_TEXI_GEN_PY = \
--
1.7.10.4