| Commit message (Collapse) | Author | Age |
|
|
|
|
|
|
| |
This reverts commit fc299df955879bf958aa78338ba64d56a7df17a9.
Such functionality can now be achieved using the inject() function.
Signed-off-by: intrigeri <intrigeri@boum.org>
|
|
|
|
|
|
|
|
| |
This reverts commits d9b9022c13af3aa6c469df05beaa293fcf33cafc and
39d44d443d2271ec8787e6192b8b5811bee41ebf. This functionality should now be
achieved using the new inject() function.
Signed-off-by: intrigeri <intrigeri@boum.org>
|
|
|
|
|
|
|
| |
This reverts commit e51089e11fc1093a253fc13ebfbd5d55912eba59.
The new "inject()" feature should replace this ad-hoc hook.
Signed-off-by: intrigeri <intrigeri@boum.org>
|
|\ |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| | |
Wired up check_canedit and check_canremove, still need to deal with
check_canattach, and test.
|
| |
| |
| |
| |
| | |
Still need to wire up the calls to check_* , but it's cold out here and my
hands are going numb, so enough for now.
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Add an inject function, that can be used by plugins that want to replace
one of ikiwiki's functions with their own version. (This is a scary thing
that grubs through the symbol table, and replaces all exported occurances
of a function with the injected version.)
external: RPC functions can be injected to replace exported functions.
Removed the stupid displaytime hook, and use injection instead.
|
|\| |
|
| |
| |
| |
| |
| |
| |
| |
| | |
Need to use a hook because an exported function cannot be reliably
overridden. The replacement verstion was actually only affecting plugins
loaded after it.
formattime doesn't need a hook, since there's no reason to export it.
|
| |
| |
| |
| | |
Signed-off-by: intrigeri <intrigeri@boum.org>
|
| |
| |
| |
| | |
Signed-off-by: intrigeri <intrigeri@boum.org>
|
| |
| |
| |
| |
| |
| | |
This hook can be used to modify the internal urls generated by ikiwiki.
Signed-off-by: intrigeri <intrigeri@boum.org>
|
|/
|
|
| |
Signed-off-by: intrigeri <intrigeri@boum.org>
|
|
|
|
|
|
|
| |
* Add an underlay for javascript, and add ikiwiki.js containing some utility
code.
* toggle: Stop embedding the full toggle code on each page using it, and
move it to toggle.js in the javascript underlay.
|
| |
|
|
|
|
| |
page, and is preserved across rebuilds.
|
| |
|
|
|
|
| |
suggestion from smcv
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
Reasons include:
- easier to type
- might want postprocessor directives again sometime, and listdirectives
can then use the directive/* files for either
- that it's done as a preprocessor step is an internal detail (and not a
very accurate one, really :-)
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
The locked pages configuration is moving to a locked_pages option in the
setup file, and the allowed attachments configuration to
allowed_attachments. The admin prefs page can still be used for these, but
that's depreacted and will only be shown if there's currently a value.
|
|\
| |
| |
| |
| |
| |
| |
| | |
Conflicts:
IkiWiki/Plugin/git.pm
debian/changelog
po/ikiwiki.pot
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| | |
To generate your own, use ikiwiki -dumpsetup ikiwiki.setup
Update docs.
|
| | |
|
| | |
|
| |
| |
| |
| |
| | |
They were a bit confusing, since they did not actually set the default, and
example values are sufficient.
|
| | |
|
| | |
|
|/ |
|
|
|
|
|
|
| |
The fix for colons involved adding "./" to some urls. Due to the weird way
inline called urlto, these snuck into feed urls and permalinks. Fix it by
adding an optional third parameter to urlto.
|
|
|
|
| |
Implemented for regular wikilinks, with a test suite.
|
| |
|
|
|
|
|
|
| |
This is a partial commit of:
egrep -rl '\[\[[a-z]+ ' doc | xargs --max-args 1 ./ikiwiki-transition
prefix_directives
|
|
|
|
|
| |
* Add a postscan hook.
* search: Use postscan hook, avoid updating index when previewing.
|
|
|
|
| |
error() from such hooks; it will cause a nicely formatted error message to be inserted into the page.
|
| |
|