Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
in templates
|
|
|
|
|
|
|
|
|
|
|
|
be automatically converted.)
|
|
|
|
This makes the CGI about .2 seconds faster when editing pages etc.
|
|
Same fix as in d7f1292c3134fd9464ca4005f48b9274be861c10
|
|
for consistentcy with getargv, which returns one
|
|
It was incorrectly setting the value to the number of items in @_, ie,
always 1.
|
|
|
|
xml rpc only allows functions to return a single value, no lists. So getargv
needs to return a list reference, which means that the caller will see an xml
rpc array.
|
|
|
|
portion (frontpage is not ikiwiki). Also, tweak the website title
|
|
is pretty.. dumb
|
|
|
|
|
|
I added a .gitignore file to plugins/ to ignore *.pyc files, and that
file is now being installed +x to /usr/lib/ikiwiki/plugins. This commit
prevents that by excluding all dot-files under plugins/ from the
install.
Signed-off-by: martin f. krafft <madduck@madduck.net>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
things that need to know the page source or type can query it from there.
Fixes previewing of tables when creating a new page.
|
|
|
|
|
|
(cherry picked from commit bbdf127917a13b81cef50995098f479ef4fe1cf9)
|
|
(cherry picked from commit 65c24d4aeca6188f4423ad1809f2415285843155)
|
|
(cherry picked from commit 10574a324e03cd0533e77f46ead6e4c6a6e5568f)
|
|
|
|
|
|
as that can result in a broken merged pagespec that matches nothing.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|