Joey Hess
997116f160
store imagemap in %pagestate, rather than a file
...
Using a file was sorta not right.
Note that when previewing, %pagestate is not saved, so
it has to rebuild the graph every time until that graph is saved;
then previews can use the cached data until the next time the graph
is changed.
Also note that it's stored in the destpage's pagestate. The imagemap
could vary between a page and an inlined page if wikilinks were supported.
2011-11-30 15:47:12 -04:00
Joey Hess
44863ea234
graphviz: Support urls embedded in the graph, by having graphviz generate an imagemap.
...
Also, I let preview mode write real files, rather than using data: uri.
Which is ok these days, since ikiwiki tracks files created during
previewing, and cleans them up later.
2011-11-30 15:47:12 -04:00
https://www.google.com/accounts/o8/id?id=AItOawnam4a8RtFwaWkKOX2BkA5I7cpGHcFw8E0
9936c3ec32
Added a comment: thx
2011-11-30 14:50:51 -04:00
Joey Hess
2615b92fd4
Merge branch 'master' of ssh://git.ikiwiki.info
2011-11-30 12:15:39 -04:00
http://smcv.pseudorandom.co.uk/
75f538faf4
Added a comment
2011-11-30 12:09:16 -04:00
https://www.google.com/accounts/o8/id?id=AItOawnam4a8RtFwaWkKOX2BkA5I7cpGHcFw8E0
05cbf0109b
Added a comment: comment on my own question
2011-11-30 11:15:21 -04:00
https://www.google.com/accounts/o8/id?id=AItOawnam4a8RtFwaWkKOX2BkA5I7cpGHcFw8E0
aadc0c8230
2011-11-30 11:12:25 -04:00
http://jmtd.net/
25543d98b7
try a map instead of an inline
2011-11-30 09:39:54 -04:00
https://www.google.com/accounts/o8/id?id=AItOawlqWSY9PNYRysA9vrU-JiQh7-s7q6SOcIE
71974c24bb
Chatter
2011-11-30 09:32:03 -04:00
Simon McVittie
9bb6a2de83
revert spam
2011-11-30 10:57:30 +00:00
https://www.google.com/accounts/o8/id?id=AItOawl_wuvPHDhkuMVnEOP5jLrZyd3nnBs8YRw
8ad04fcc98
2011-11-30 06:43:58 -04:00
https://www.google.com/accounts/o8/id?id=AItOawl_wuvPHDhkuMVnEOP5jLrZyd3nnBs8YRw
003cb0b7d6
2011-11-30 06:42:14 -04:00
https://www.google.com/accounts/o8/id?id=AItOawl_wuvPHDhkuMVnEOP5jLrZyd3nnBs8YRw
642e59c729
2011-11-30 06:40:56 -04:00
http://liw.fi/
f2ba73d362
2011-11-30 00:48:58 -04:00
Joey Hess
6c0c4e45d4
cleanup
2011-11-29 00:52:11 -04:00
https://www.google.com/accounts/o8/id?id=AItOawnXybLxkPMYpP3yw4b_I6IdC3cKTD-xEdU
d4e5cf9c63
Added a comment
2011-11-28 21:30:09 -04:00
https://www.google.com/accounts/o8/id?id=AItOawnXybLxkPMYpP3yw4b_I6IdC3cKTD-xEdU
fa9f023deb
2011-11-28 20:56:44 -04:00
https://www.google.com/accounts/o8/id?id=AItOawnXybLxkPMYpP3yw4b_I6IdC3cKTD-xEdU
46f1e79946
Added a comment
2011-11-28 20:52:49 -04:00
http://hands.com/~phil/
f20230eed5
2011-11-28 16:39:23 -04:00
http://hands.com/~phil/
9dc1abc71e
+users/fil
2011-11-28 16:38:27 -04:00
https://www.google.com/accounts/o8/id?id=AItOawk_MMtLPS7osC5MjX00q2ATjvvXPWqm0ik
87c3d814ad
2011-11-28 15:01:09 -04:00
http://smcv.pseudorandom.co.uk/
67bf45200b
Added a comment
2011-11-28 05:52:38 -04:00
Joey Hess
3046dc4d30
The umask setting can now be set to private, group, or public, avoiding the need to enter octal correctly which is particularly difficult in yaml setup files. (smcv)
2011-11-27 18:35:05 -04:00
Joey Hess
884496b4da
Merge remote-tracking branch 'smcv/umask-keywords'
2011-11-27 18:33:04 -04:00
http://smcv.pseudorandom.co.uk/
128a63d5f2
umask :'-(
2011-11-27 18:11:23 -04:00
Joey Hess
9412876ffd
Merge branch 'master' of ssh://git.ikiwiki.info
2011-11-27 13:20:53 -04:00
Joey Hess
daaedf27ef
I have no branch and must merge.
2011-11-27 13:20:24 -04:00
Joey Hess
41f6363a63
editpage: Fix FormattingHelp link on Discussion pages.
...
In 875d550f12
I for some reason
made $page be changed when creating a discussion page, which
broke the link on the edit page. Changing page seems unnecessary,
so reverted that part of the change.
2011-11-27 13:19:19 -04:00
ikiwikert
c360815f20
Added a comment
2011-11-27 12:54:06 -04:00
Joey Hess
42e15638dc
response
2011-11-27 12:45:06 -04:00
ikiwikert
33f5aa2f7c
removed
2011-11-27 11:14:07 -04:00
ikiwikert
e8c3ba2058
Added a comment
2011-11-27 11:11:22 -04:00
http://smcv.pseudorandom.co.uk/
0d947d3851
branch implementing my keyword suggestion
2011-11-27 10:15:34 -04:00
Simon McVittie
3df7d14346
Support private, group, public as values for umask
...
These are equivalent to octal 077, 027 and 022, but easier to get from
YAML.
Signed-off-by: Simon McVittie <smcv@debian.org>
2011-11-27 14:14:47 +00:00
http://smcv.pseudorandom.co.uk/
be0aaa6dcd
Added a comment
2011-11-27 09:46:16 -04:00
http://smcv.pseudorandom.co.uk/
6e42d2bee0
when octal and YAML collide...
2011-11-27 09:44:48 -04:00
http://smcv.pseudorandom.co.uk/
964be6671f
Added a comment: your shell has a restrictive umask
2011-11-27 09:24:57 -04:00
ikiwikert
1d6eab9f55
fix
2011-11-27 08:31:28 -04:00
ikiwikert
20f774b5a3
argl
2011-11-27 08:30:39 -04:00
ikiwikert
ce3059f0ac
removed
2011-11-27 08:27:25 -04:00
https://www.google.com/accounts/o8/id?id=AItOawk_MMtLPS7osC5MjX00q2ATjvvXPWqm0ik
e19a23b63e
Added a comment
2011-11-27 08:23:31 -04:00
ikiwikert
c90f1e330d
Added a comment
2011-11-27 07:55:58 -04:00
ikiwikert
9851638bd2
chmod problem
2011-11-27 07:54:34 -04:00
ikiwikert
22a03cb740
link to remote setup
2011-11-27 07:45:28 -04:00
http://kerravonsen.dreamwidth.org/
17d2dcc769
Added a comment
2011-11-27 07:09:55 -04:00
https://www.google.com/accounts/o8/id?id=AItOawk_MMtLPS7osC5MjX00q2ATjvvXPWqm0ik
2fb93fe7b1
2011-11-27 06:31:31 -04:00
https://www.google.com/accounts/o8/id?id=AItOawk_MMtLPS7osC5MjX00q2ATjvvXPWqm0ik
0594bfda0e
2011-11-27 06:24:36 -04:00
https://www.google.com/accounts/o8/id?id=AItOawmwBHQiKlytEhluwPiAXSqjMh8FNmw6Qww
083c7b59f3
2011-11-26 21:53:04 -04:00
https://www.google.com/accounts/o8/id?id=AItOawlg64ZtqP3l9baIn5cfxkvnHiBhlpNB4Nk
5bd543c89f
2011-11-25 23:05:40 -04:00
http://kerravonsen.dreamwidth.org/
f6a6387a29
need more data
2011-11-24 18:55:40 -04:00