http://jeremiahfoster.com/
4e9d62a2d7
2010-07-08 16:09:32 +00:00
Joey Hess
2dd0c177a6
aggregate: Write timestamp next aggregation can happen to .ikiwiki/aggregatetime, to allow for more sophisticated cron jobs.
2010-07-06 13:57:17 -04:00
Joey Hess
472d3fba7d
comment
2010-07-04 16:08:54 -04:00
intrigeri
cd03bd0b80
po: added support for html pagetype
...
... after having audited the po4a Xml and Xhtml modules for security issues.
Signed-off-by: intrigeri <intrigeri@boum.org>
(cherry picked from commit a128c256a5
)
2010-07-04 15:27:02 -04:00
intrigeri
8fe277c2ab
typo fix.
...
(cherry picked from commit 924f559e50
)
2010-07-04 15:25:27 -04:00
Joey Hess
1b14a849ff
example
2010-07-04 14:27:57 -04:00
Joey Hess
824ad84e2b
add note about genwrapper code running before wrapper sanitizes environment
...
(That is needed for the receive test code.)
2010-07-01 15:52:03 -04:00
http://kerravonsen.dreamwidth.org/
91fde37f13
response to Microdata question
2010-07-01 00:30:58 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnbe6oB_ecFtNYII1JN3zSggwUPUdOb8jI
a39c6b6eac
Add Microdata suggestion
2010-06-26 22:12:24 +00:00
intrigeri
7e3672945f
another po4a patch has been sent.
2010-06-26 16:28:06 +02:00
intrigeri
9b171de6db
yet another bug on good way to be fixed
2010-06-26 16:28:06 +02:00
intrigeri
e84287ec98
need more info to reproduce
2010-06-26 16:28:06 +02:00
intrigeri
9b66a0cf0a
done in my branch, please review.
2010-06-26 16:28:05 +02:00
Joey Hess
9a32451986
finializing openid nickname support
...
Renamed usershort => nickname.
Note that this means existing user login sessions will not have the nickname
recorded, and so it won't be used for those.
2010-06-23 20:16:01 -04:00
Joey Hess
ecdfd1b864
rcs_commit and rcs_commit_staged api changes
...
Using named parameters for these is overdue. Passing the session in a
parameter instead of passing username and IP separately will later allow
storing other session info, like username or part of the email.
Note that these functions are not part of the exported API,
and the prototype change will catch (most) skew, so I am not changing
API versions. Any third-party plugins that call them will need updated
though.
2010-06-23 19:04:36 -04:00
Joey Hess
b4a43406f6
API: rcs_commit and rcs_commit_staged are passed a new parameter
...
that may contain the username component of the email address of
the user making the commit.
2010-06-23 16:05:49 -04:00
Joey Hess
c46bcb425a
Add new optional field usershort to rcs_recentchanges.
...
Now the git plugin supports commits with author fields that look like:
Author: http://my.openid/ <me@web>
Then in recentchanges, the short username will be displayed, linking
to the openid.
Particularly useful for the horrible google openids, of course.
2010-06-23 15:54:52 -04:00
Joey Hess
383ad93f77
add changelog for externalink
...
remove debian.org linkspam ;)
2010-06-23 13:33:14 -04:00
Joey Hess
851712cb0e
Merge remote branch 'remotes/bzed/extendedlink'
2010-06-23 13:30:14 -04:00
Joey Hess
44e286de2e
response
2010-06-23 12:51:50 -04:00
PaulePanter
397f1cbc76
What license for themes for distribution in ikiwiki?
2010-06-19 10:47:30 +00:00
Bernd Zeimetz
dd3274ce73
Enhance the link plugin to handle external links.
...
The following ways to create a link are supported now:
[[url]]
[[text|url]]
url can be one of the following:
- an internal wikilink: will be handled as before
- any other kind of URL, including mailto: proper links will be created:
<a href="url">url</a>
<a href="url">text</a>
- an email address:
<a href="mailto:url">url</a>
<a href="mailto:url">text</a>
2010-06-19 03:14:16 +02:00
Joey Hess
17675c18a8
avoid showing subpages of contrib plugins
2010-06-18 12:59:03 -04:00
Joey Hess
fca54dc52a
fix filename
2010-06-18 12:57:20 -04:00
PaulePanter
c52d8d263e
`themes.pm` instead of `themes.mdwn`
2010-06-18 09:08:28 +00:00
Joey Hess
062ed44f47
add theme plugin
2010-06-16 15:43:42 -04:00
Joey Hess
dccd764871
edittemplate: Look for template pages under templates/ like everything else (still looks in old location for backwards compatability).
2010-06-12 22:43:34 -04:00
Joey Hess
d5181a1977
realm is an url pattern
2010-06-11 14:14:20 -04:00
Joey Hess
475b4199e1
openid: Add openid_realm and openid_cgiurl configuration options, useful in a few edge case setups.
2010-06-11 13:53:56 -04:00
Joey Hess
3fbcd2c8d2
move contrib plugin directives out of ikiwiki/directive
...
Problem is that ikiwiki/directive is turned into an underlay and added to
all wikis. And the test suite checks it for broken links and turns some up.
So it's not appropriate for contrib plugin's directives to be documented
in there.
2010-06-09 14:58:39 -04:00
http://kerravonsen.dreamwidth.org/
c1f68a8cff
reply
2010-05-19 11:30:35 +00:00
http://kerravonsen.dreamwidth.org/
2f7a909bbc
new version to go with new version of field
2010-05-19 11:29:45 +00:00
http://kerravonsen.dreamwidth.org/
cc84a2dacd
new version; splitting docs between plugin and directive pages
2010-05-19 11:25:43 +00:00
http://kerravonsen.dreamwidth.org/
9b45264c1c
new version
2010-05-19 11:20:44 +00:00
http://kerravonsen.dreamwidth.org/
f463cde12e
new version
2010-05-19 11:18:35 +00:00
Joey Hess
92fa3f63d4
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
2010-05-17 13:13:43 -04:00
http://jmtd.livejournal.com/
4518fbe1c1
link CC0 (I'd never heard of it)
2010-05-17 17:13:17 +00:00
Joey Hess
4de7cdf2aa
fix location
2010-05-17 13:13:11 -04:00
http://jmtd.livejournal.com/
b7777931e2
fix link
2010-05-17 17:12:22 +00:00
jwalck
ddb4f24104
2010-05-17 04:56:44 +00:00
jwalck
744919eba0
2010-05-17 04:52:27 +00:00
Joey Hess
7cae295124
on javascript, plugins, and htmlscrubber
2010-05-17 00:42:52 -04:00
jwalck
f2304367f6
2010-05-17 04:04:50 +00:00
jwalck
2451d39278
2010-05-17 04:03:03 +00:00
BerndZeimetz
1805bfbb5d
... choose the right name....
2010-05-12 09:21:40 +00:00
BerndZeimetz
72d7b8dc54
Add short page about contrib / tracking plugin
2010-05-12 09:20:31 +00:00
http://smcv.pseudorandom.co.uk/
3f7ef01ca2
respond with better design
2010-05-09 18:27:58 +00:00
http://smcv.pseudorandom.co.uk/
0594ea04a8
clarify
2010-05-09 18:13:05 +00:00
http://smcv.pseudorandom.co.uk/
27cb77cd19
updated branch, using add_autopage to spawn viewer pages
2010-05-09 18:11:51 +00:00
Joey Hess
0f778849c6
calendar: Allow negative month to be specified. -1 is last month, etc. (And also negaitve years.)
2010-05-08 12:45:21 -04:00