intrigeri [Fri, 25 Jun 2010 22:56:06 +0000 (00:56 +0200)]
po_slave_languages can now be a hash, if order matters.
intrigeri [Fri, 25 Jun 2010 21:18:34 +0000 (23:18 +0200)]
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>
intrigeri [Fri, 25 Jun 2010 15:45:08 +0000 (17:45 +0200)]
TODO++
intrigeri [Fri, 25 Jun 2010 15:43:25 +0000 (17:43 +0200)]
po: also filter sidebar translation pages
intrigeri [Fri, 25 Jun 2010 15:14:13 +0000 (17:14 +0200)]
po: fix bug with translated pages including templates
The protection against processing loops (i.e. the alreadyfiltered stuff) was
playing against us: the template plugin triggered a filter hooks run with the
very same ($page, $destpage) arguments pair that we use to identify a already
filtered page. Processing an included template could then mark the whole
translation page as already filtered, which prevented po_to_markup to be called
on the PO content.
This commit only runs the whole PO filter logic when our filter hook is run by
IkiWiki::render, which only happens when the full page needs to be filtered.
intrigeri [Fri, 25 Jun 2010 12:38:37 +0000 (14:38 +0200)]
Merge remote branch 'upstream/master' into prv/po
Conflicts:
IkiWiki/Plugin/po.pm
http://kerravonsen.dreamwidth.org/ [Fri, 25 Jun 2010 02:40:25 +0000 (02:40 +0000)]
sidebars defined by pagespec perhaps?
http://kerravonsen.dreamwidth.org/ [Fri, 25 Jun 2010 01:58:02 +0000 (01:58 +0000)]
commenting on the link-text-from-title idea
Joey Hess [Thu, 24 Jun 2010 01:29:47 +0000 (21:29 -0400)]
chdir to srcdir in rcs_getctime
test from google openid
Joey Hess [Thu, 24 Jun 2010 00:30:47 +0000 (20:30 -0400)]
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
Joey Hess [Thu, 24 Jun 2010 00:26:09 +0000 (20:26 -0400)]
bugfix
Joey Hess [Thu, 24 Jun 2010 00:21:44 +0000 (20:21 -0400)]
openid nickname support finished; closing
Joey Hess [Thu, 24 Jun 2010 00:16:55 +0000 (20:16 -0400)]
update
Joey Hess [Thu, 24 Jun 2010 00:12:26 +0000 (20:12 -0400)]
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.
Joey Hess [Wed, 23 Jun 2010 23:44:41 +0000 (19:44 -0400)]
git: Record the username from openid in the git author email. (This avoids display of ugly google openids.)
Joey Hess [Wed, 23 Jun 2010 23:36:23 +0000 (19:36 -0400)]
take username from email address as fallback
Joey Hess [Wed, 23 Jun 2010 23:32:53 +0000 (19:32 -0400)]
rcs_getctime and rcs_getmtime take relative filenames
There was some confusion about whether the filename was
relative to srcdir or not. Some test cases, and the bzr
plugin assumed it was relative to the srcdir. Most everything else
assumed it was absolute.
Changed it to relative, for consistency with the rest
of the rcs_ functions.
Joey Hess [Wed, 23 Jun 2010 21:35:21 +0000 (17:35 -0400)]
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.
Joey Hess [Wed, 23 Jun 2010 20:56:50 +0000 (16:56 -0400)]
update for new rcs_commit_staged API
In the process, lost the commits from special usernames
when committing changed po files. Instead of trying to dummy up a session
object for the special username, I just don't pass one, and the commit will
appear to be from whatever user ikiwiki runs as.
Joey Hess [Wed, 23 Jun 2010 20:32:20 +0000 (16:32 -0400)]
stop using REMOTE_ADDR
Everywhere that REMOTE_ADDR was used, a session object is available, so
instead use its remote_addr method.
In IkiWiki::Receive, stop setting a dummy REMOTE_ADDR.
Note that it's possible for a session cookie to be obtained using one IP
address, and then used from another IP. In this case, the first IP will now
be used. I think that should be ok.
Joey Hess [Wed, 23 Jun 2010 20:05:49 +0000 (16:05 -0400)]
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.
Joey Hess [Wed, 23 Jun 2010 19:32:27 +0000 (15:32 -0400)]
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.
Joey Hess [Wed, 23 Jun 2010 19:23:13 +0000 (15:23 -0400)]
whitespace
BerndZeimetz [Wed, 23 Jun 2010 18:44:52 +0000 (18:44 +0000)]
It is possible to use google-sitemapgen to create google sitemaps for ikiwiki.
Joey Hess [Wed, 23 Jun 2010 18:23:51 +0000 (14:23 -0400)]
add news item for ikiwiki 3.
20100623
Joey Hess [Wed, 23 Jun 2010 18:23:09 +0000 (14:23 -0400)]
releasing version 3.
20100623
Joey Hess [Wed, 23 Jun 2010 18:05:57 +0000 (14:05 -0400)]
bugfix: record email-like links as page links
This way, an email-like link will be a mailto until a matching page
is created, then it will link to the page. And removing the page will
convert it back to a mailto.
Joey Hess [Wed, 23 Jun 2010 17:57:27 +0000 (13:57 -0400)]
simplify anchor handling
At least two bugfixes in here. First, an old bug;
\[[foo#0]] was displayed as [[foo]], losing the anchor
as the anchor text was false. Secondly, a new bug;
an email like foo#bar@baz should not check bestlink("foo@baz").
Joey Hess [Wed, 23 Jun 2010 17:40:10 +0000 (13:40 -0400)]
avoid needing full email regexp
Fully validating the email address is not necessary,
all that matters is not matching an url like http://foo@bar/
as an email address.
Joey Hess [Wed, 23 Jun 2010 17:35:31 +0000 (13:35 -0400)]
document external links
Joey Hess [Wed, 23 Jun 2010 17:33:14 +0000 (13:33 -0400)]
add changelog for externalink
remove debian.org linkspam ;)
Joey Hess [Wed, 23 Jun 2010 17:30:14 +0000 (13:30 -0400)]
Merge remote branch 'remotes/bzed/extendedlink'
Joey Hess [Wed, 23 Jun 2010 17:29:46 +0000 (13:29 -0400)]
response
Joey Hess [Wed, 23 Jun 2010 17:17:33 +0000 (13:17 -0400)]
one slash is enough to escape
Joey Hess [Wed, 23 Jun 2010 17:16:31 +0000 (13:16 -0400)]
Revert "don't need to escape the inline tag if its in pre tag"
This reverts commit
4833f486b6ca759e1bcd8acc19e13ef4a0a6063f.
Being in a pre does not stop an inline directive from working.
Joey Hess [Wed, 23 Jun 2010 17:15:10 +0000 (13:15 -0400)]
clarify indexdb is cached info, rebuildable
Joey Hess [Wed, 23 Jun 2010 17:12:43 +0000 (13:12 -0400)]
thoughts
Joey Hess [Wed, 23 Jun 2010 17:05:02 +0000 (13:05 -0400)]
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
Joey Hess [Wed, 23 Jun 2010 17:04:56 +0000 (13:04 -0400)]
response
http://joey.kitenet.net/ [Wed, 23 Jun 2010 17:03:12 +0000 (17:03 +0000)]
Added a comment: do parameter missing
Joey Hess [Wed, 23 Jun 2010 16:53:01 +0000 (12:53 -0400)]
despam
"ikiwikiweb" is banned
Joey Hess [Wed, 23 Jun 2010 16:51:50 +0000 (12:51 -0400)]
response
ikiwikiweb [Tue, 22 Jun 2010 20:46:57 +0000 (20:46 +0000)]
ikiwikiweb [Tue, 22 Jun 2010 20:45:40 +0000 (20:45 +0000)]
testing
privat [Tue, 22 Jun 2010 15:10:59 +0000 (15:10 +0000)]
ping
privat [Tue, 22 Jun 2010 13:30:50 +0000 (13:30 +0000)]
jeanm [Sat, 19 Jun 2010 13:35:37 +0000 (13:35 +0000)]
Added a comment
PaulePanter [Sat, 19 Jun 2010 10:47:30 +0000 (10:47 +0000)]
What license for themes for distribution in ikiwiki?
PaulePanter [Sat, 19 Jun 2010 10:35:32 +0000 (10:35 +0000)]
Match start page `/index` does not work.
PaulePanter [Sat, 19 Jun 2010 10:27:28 +0000 (10:27 +0000)]
Test PageSpec with root page `/index.mdwn`.
Bernd Zeimetz [Sun, 13 Jun 2010 23:18:33 +0000 (01:18 +0200)]
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>
bhobbit [Sat, 19 Jun 2010 00:20:50 +0000 (00:20 +0000)]
forgotten signature
bhobbit [Sat, 19 Jun 2010 00:20:01 +0000 (00:20 +0000)]
reply to Joey
Joey Hess [Fri, 18 Jun 2010 22:19:12 +0000 (18:19 -0400)]
less tight positioning
the descenders in the tabs were cut off before
Joey Hess [Fri, 18 Jun 2010 22:07:40 +0000 (18:07 -0400)]
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
Joey Hess [Fri, 18 Jun 2010 22:06:29 +0000 (18:06 -0400)]
sidebar styling and fix actions for inlined pages
Styling the actions for inlined pages as tabs did not work well.
That still needs some work; for now just don't style the actions for
inlined pages.
Joey Hess [Fri, 18 Jun 2010 22:03:19 +0000 (18:03 -0400)]
update to newer version from svend's blog
http://www.openid.albertlash.com/openid/ [Fri, 18 Jun 2010 20:48:10 +0000 (20:48 +0000)]
don't need to escape the inline tag if its in pre tag
http://www.openid.albertlash.com/openid/ [Fri, 18 Jun 2010 20:47:31 +0000 (20:47 +0000)]
Joey Hess [Fri, 18 Jun 2010 20:40:47 +0000 (16:40 -0400)]
store state to avoid needing to rebuild when changing theme
Joey Hess [Fri, 18 Jun 2010 20:15:57 +0000 (16:15 -0400)]
needsbuild hook is passed an array ref
Joey Hess [Fri, 18 Jun 2010 19:06:15 +0000 (15:06 -0400)]
typo
Joey Hess [Fri, 18 Jun 2010 18:59:45 +0000 (14:59 -0400)]
mention added themes
Joey Hess [Fri, 18 Jun 2010 18:58:36 +0000 (14:58 -0400)]
rename bzed theme to "blueview"
Joey Hess [Fri, 18 Jun 2010 18:39:08 +0000 (14:39 -0400)]
also a problem for theme plugin
Joey Hess [Fri, 18 Jun 2010 18:31:24 +0000 (14:31 -0400)]
response
Joey Hess [Fri, 18 Jun 2010 18:24:39 +0000 (14:24 -0400)]
response
Joey Hess [Fri, 18 Jun 2010 16:59:03 +0000 (12:59 -0400)]
avoid showing subpages of contrib plugins
Joey Hess [Fri, 18 Jun 2010 16:57:20 +0000 (12:57 -0400)]
fix filename
Joey Hess [Fri, 18 Jun 2010 16:56:57 +0000 (12:56 -0400)]
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
Joey Hess [Fri, 18 Jun 2010 16:52:26 +0000 (12:52 -0400)]
bugnum
Joey Hess [Fri, 18 Jun 2010 16:50:31 +0000 (12:50 -0400)]
avoid shelling
Joey Hess [Fri, 18 Jun 2010 16:48:05 +0000 (12:48 -0400)]
mercurial: Fix buggy getctime code.
The file passed to rcs_getctime is already absolute, and it was
trying to stick the srcdir on the front.
Also, eliminated potentially unsafe shelling.
PaulePanter [Fri, 18 Jun 2010 09:08:28 +0000 (09:08 +0000)]
`themes.pm` instead of `themes.mdwn`
Joey Hess [Thu, 17 Jun 2010 20:54:03 +0000 (16:54 -0400)]
avoid dying if cannot chdir to an underlaydir
Joey Hess [Thu, 17 Jun 2010 20:52:33 +0000 (16:52 -0400)]
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
demo [Thu, 17 Jun 2010 15:00:59 +0000 (15:00 +0000)]
yeay ! \\o \o/ o//
jhagg [Thu, 17 Jun 2010 08:30:38 +0000 (08:30 +0000)]
jeanm [Thu, 17 Jun 2010 06:22:19 +0000 (06:22 +0000)]
Joey Hess [Wed, 16 Jun 2010 23:23:08 +0000 (19:23 -0400)]
link to theme plugin
Joey Hess [Wed, 16 Jun 2010 23:17:18 +0000 (19:17 -0400)]
Merge branch 'themes'
Joey Hess [Wed, 16 Jun 2010 23:15:57 +0000 (19:15 -0400)]
add background image, kindly gpl'd by bzed
Joey Hess [Wed, 16 Jun 2010 20:07:41 +0000 (16:07 -0400)]
force list context
run_or_die returns a status code in scalar context
Joey Hess [Wed, 16 Jun 2010 19:48:50 +0000 (15:48 -0400)]
preserve timestamps for directive and theme underlays
Joey Hess [Wed, 16 Jun 2010 19:44:21 +0000 (15:44 -0400)]
force rebuild for theme change
For now, a rebuild is the only way to ensure the changed theme is used.
Ikiwiki normally will not realize style.css has changed, since themes
tend to have the same timestamp for the file.
Joey Hess [Wed, 16 Jun 2010 19:43:42 +0000 (15:43 -0400)]
add theme plugin
Joey Hess [Wed, 16 Jun 2010 19:30:33 +0000 (15:30 -0400)]
Encode not used
Joey Hess [Wed, 16 Jun 2010 19:03:38 +0000 (15:03 -0400)]
comments
Joey Hess [Wed, 16 Jun 2010 19:02:42 +0000 (15:02 -0400)]
not local.css here
Joey Hess [Wed, 16 Jun 2010 19:02:14 +0000 (15:02 -0400)]
copy from actiontabs.css in css_market
fixed a few indents
Joey Hess [Wed, 16 Jun 2010 19:00:26 +0000 (15:00 -0400)]
copy from bzed
Joey Hess [Wed, 16 Jun 2010 18:55:44 +0000 (14:55 -0400)]
tweak bzed's theme
* move dotted border from bottom inlinecontent to top inlinefooter,
and allow inlinefooter to clear floating content. This way, floating
images do not hang down through the dotted border
* don't reset inputs and textareas, it makes buttons in forms
all squash up together
* don't eliminate fieldsets, it makes the web setup page a
mess
* only force the size of the search box. ikiwiki generally picks
form field sizes with a reasonable good reason
* remove some custom css classes not used
* remove some trailing whitespace
Joey Hess [Wed, 16 Jun 2010 18:53:47 +0000 (14:53 -0400)]
add copy of local.css from bzed.de
bzed says this is not quite ready, but I'm an impatient guy. Guess
I'll have to track his updates.
Joey Hess [Wed, 16 Jun 2010 17:23:32 +0000 (13:23 -0400)]
attachment: Support Windows paths when taking basename of client-supplied file name.
jhagg [Wed, 16 Jun 2010 13:40:29 +0000 (13:40 +0000)]
Joey Hess [Wed, 16 Jun 2010 03:21:55 +0000 (23:21 -0400)]
git: Gix --gettime to properly support utf8 filenames.
In passing, fixed a bug where the srcdir was in a subdir of a repository
named "0".
Joey Hess [Wed, 16 Jun 2010 02:56:06 +0000 (22:56 -0400)]
Make --gettime be honored after initial setup.
Bugfix in passing: New files not treated as such when no rcs is used.
Joey Hess [Tue, 15 Jun 2010 23:35:17 +0000 (19:35 -0400)]
bugnum
Joey Hess [Tue, 15 Jun 2010 21:41:26 +0000 (17:41 -0400)]
fix other cases of unicode mixing issue
and fix underlaydir override attack guard when srcdir is non-absolute