| Commit message (Collapse) | Author | Age |
| |
|
| |
|
|
|
|
| |
Also, fix relative month calculations.
|
|
|
|
| |
also negaitve years.)
|
|\ |
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| | |
* openid: Incorporated a fancy openid-selector signin form.
(http://code.google.com/p/openid-selector/)
* openid: Use "openid_identifier" as the form field, as required
by OpenID Authentication v2.0 spec.
|
| |
| |
| |
| | |
Fixes http://code.google.com/p/openid-selector/issues/detail?id=11#c3
|
| |
| |
| |
| |
| |
| |
| |
| | |
test isinternal first, because match_glob with internal => 1 also returns
non-internal pages that match. This order should also be faster.
Remove test to see if pagesources is set. isinternal will not succeed if it
is not.
|
|\|
| |
| |
| |
| | |
Conflicts:
debian/changelog
|
| |
| |
| |
| |
| |
| | |
Necessary so search can remove its indexes for internal pages.
But also, it seems it was an omission not to pass the deleted
pages before.
|
| |
| |
| |
| | |
indexed for searching.
|
| |
| |
| |
| | |
Probably only the search plugin uses it, so this seemed safe.
|
| |
| |
| |
| |
| |
| |
| | |
In particular, added <label> tags.
(However, could not find a good way to add a label tag for the main
page edit textarea.)
|
|/
|
|
|
|
|
|
|
|
|
| |
* comments: Comments pending moderation are now stored in the srcdir
alongside accepted comments, but with a `._comment_pending` extension.
* This allows easier byhand moderation, as the "_pending" need
only be stripped off and the comment be committed to version control.
* The `comment_pending()` pagespec can be used to match such unmoderated
comments, which makes it easy to add a feed of them, or a counter
indicating how many there are.
* Belatedly added a `comment()` pagespec.
|
|
|
|
|
|
| |
Turns out that users with a modified page.tmpl need to modify it on
upgrade, at least to add the FORCEBASEURL (so edit preview works),
so there is no point in trying to retain compatability.
|
|
|
|
|
|
|
| |
* Removed misc.tmpl. Now to theme ikiwiki, you only need to customise
a single template, page.tmpl.
* misc.tmpl will, however, still be read if a locally modified version
exists. This is to avoid forcing users to update page.tmpl right now.
|
| |
|
| |
|
| |
|
|
|
|
| |
Renamed it from "Wiki Setup" to just "Setup" for good measure.
|
|
|
|
|
|
|
| |
links to the action bar without modifying the template further.
(COMMENTSLINK and DISCUSSIONLINK could be folded into this, but are kept
separate for now to avoid breaking modified templates.)
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This is a first pass, it avoids needing to change style.css
except where it refers to tag types.
This goes a bit off the rails at the pageheader with its nested header.
Semantically, there should be an article around the whole page
header, content, and footer. Just as there will be an article around a
whole comment or inlined page header, content, and footer.
But that will mean changing the css that currently refers to pageheader to
refer to the enclosing article instead.
|
| |
|
|
|
|
| |
mode, use time tag.
|
| |
|
|
|
|
|
|
| |
* Ikiwiki can be configured to generate html5 instead of the default xhtml
1.0. The html5 output mode is experimental, not yet fully standards
compliant, and will be subject to rapid change.
|
| |
|
|
|
|
| |
ruby, rt, rp, details, summary.
|
| |
|
|
|
|
|
| |
It's easy to imagine pattern being used to freeze or crash browsers, if
they implement it stupidly. Let's hope not..
|
| |
|
|
|
|
| |
max, step.
|
| |
|
|
|
|
|
|
| |
* htmlscrubber: Also allow html5 canvas tags.
* htmlscrubber: Round out html5 video support with the preload
attribute and the source tag.
|
|
|
|
| |
header footer time mark
|
|
|
|
| |
support building urls from utf-8 strings. Closes: #579713
|
|
|
|
| |
in-wiki templates.)
|
| |
|
| |
|
|
|
|
| |
files.
|
|
|
|
|
|
|
|
|
|
|
| |
Needed to handle the move of the .js files into ikiwiki/, but also this is
a longstanding bug.
Old pagemtime is not remembered in rebuild mode, and changing that would
need a lot of changes. So instead, loop on pagectime, which is remembered.
Change to remembering old pagesources info in rebuild mode. This seems safe
enough.
|
|\ |
|
| |
| |
| |
| | |
top of the web root. This is another things that requires a wiki rebuild on upgrade to this version.
|
|/ |
|
|\ |
|
| |\ |
|
| | | |
|
| | |
| | |
| | |
| | |
| | | |
to ensure those wrong massive depends_simple don't linger on systems that
rebuilt for the other reasons already
|