| Commit message (Collapse) | Author | Age |
... | |
| | |
|
| |
| |
| |
| | |
Signed-off-by: intrigeri <intrigeri@boum.org>
|
| |
| |
| |
| | |
Signed-off-by: intrigeri <intrigeri@boum.org>
|
| |
| |
| |
| |
| |
| | |
This will soon enable usage of translated page titles in link.
Signed-off-by: intrigeri <intrigeri@boum.org>
|
| |
| |
| |
| | |
Signed-off-by: intrigeri <intrigeri@boum.org>
|
| |
| |
| |
| |
| |
| |
| | |
Added testcases for this bug.
It remains broken when generated from <TMPL_VAR BASEURL>, though.
Signed-off-by: intrigeri <intrigeri@boum.org>
|
| |
| |
| |
| | |
Signed-off-by: intrigeri <intrigeri@boum.org>
|
|\| |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This fixes a problem exposed by the recent change to tags
(a2839de9362187b67b0e3a564461e272e64fd9b4). That recorded tag links as
absolute by including a leading slash in the link. The same could also be
done with an absolute wikilink.
In either case, link() would not match such links, unless the leading slash
was included in the link to match. But that's not right, because pagespecs
match absolute by default. So strip the leading slash.
Note that to keep any existing `link(/foo)` pagespecs working after this
change, the leading slash is removed from there, too.
|
| |
| |
| |
| | |
Signed-off-by: intrigeri <intrigeri@boum.org>
|
| |
| |
| |
| | |
Signed-off-by: intrigeri <intrigeri@boum.org>
|
| |
| |
| |
| | |
Signed-off-by: intrigeri <intrigeri@boum.org>
|
| |
| |
| |
| |
| |
| | |
(Translatable index is currently buggy, let's fix this.)
Signed-off-by: intrigeri <intrigeri@boum.org>
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
I want to have an easy way to know if I break something when I'll convert custom
added hooks to the new "inject" feature. It will also be useful after this
conversion, to trigger an alert when IkiWiki's internals change enough to break
my wrapper functions.
Signed-off-by: intrigeri <intrigeri@boum.org>
|
|/
|
|
| |
Signed-off-by: intrigeri <intrigeri@boum.org>
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
As a side effect, since loadplugins is called, mdwn is loaded, so
rcs_recentchanges will return page names, not filenames, for mdwn files.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
I don't think it really matters whether directories are returned or not.
|
|
|
|
| |
Also, fixed bug I introduced in bazaar test.
|
| |
|
| |
|
|\ |
|
| | |
|
| |
| |
| |
| |
| |
| | |
Have to convert link text to page name going in.
And on the way out, need to replace spaces with underscores in the link
text, which is not normally done with titles.
|
|/ |
|
| |
|
| |
|
|
|
|
| |
Implemented for regular wikilinks, with a test suite.
|
|\ |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* Renamed to parentlinks every single variable or function called
pedigree
* Removed the parentlinks function from Render.pm
* Enabled the new parentlinks plugin by default
* Adapted testsuite and documentation to reflate the above facts
Signed-off-by: intrigeri <intrigeri@boum.org>
|
| |
| |
| |
| | |
Signed-off-by: intrigeri <intrigeri@boum.org>
|
| |
| |
| |
| |
| |
| | |
(and updated testsuite + docs accordingly)
Signed-off-by: intrigeri <intrigeri@boum.org>
|
| |
| |
| |
| | |
Signed-off-by: intrigeri <intrigeri@boum.org>
|
|/ |
|
| |
|
|
|
|
|
|
|
|
| |
Because the search plugin needed it, also because it's one of the few
plugins that didn't already have it.
I also considered adding it to htmlize, but I really cannot imagine caring
what the destpage is when htmlizing. (I'll probably be poven wrong later.)
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
This manifested as wikis with no locked pages treating them all as locked.
The bug was introduced in version 2.41.
Medium urgency upload due to above fix.
|