| Commit message (Collapse) | Author | Age |
... | |
| | |
|
|/
|
|
|
|
|
|
| |
Removing the version means that rebuilds are reproducible over time.
Both the generator tag and its version attribute are optional:
http://tools.ietf.org/html/rfc4287#section-4.2.4
|
|
|
|
|
|
| |
This is not belived to be XSS exploitable due to other checks in ikiwiki.
Thanks Olly Betts for review.
|
|
|
|
| |
feedvalidator says this is true/false not yes/no
|
|
|
|
|
| |
This may make it easier to eg, Insert Links after dropping in a lot of
files.
|
|
|
|
|
|
|
| |
uploaded via javascript.
Could arrange for them to be in a span that is hidden when there are no
attachments and make the javascript upload unhide it; this is a quick fix.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Use Libravatar::URL to pull the avatar picture for the comment
author if we have an email address for him/her.
|
|
|
|
|
|
| |
This allows per-form/feedlink group customization without having to
resort to counting.
(cherry picked from commit b134feb0dc2d9a8ff7ae447537fa8bc02811aabd)
|
|
|
|
|
|
|
|
| |
There can be more than one feedlink group in a page, as well as (more
rarely) multiple blog forms, and using the same id for all of them
causes HTML validation errors. Replace the id with a class by the same
name and adjust in-repository CSS.
(cherry picked from commit 0c3b91e1f06fb357711cfa71d514f139cd8e04e3)
|
|
|
|
|
|
| |
The default templates are also updated to make use of this information.
The rel="alternate" attribute is also inserted, for completeness.
(cherry picked from commit 618ade535e6a7967a510d9e210edaef3d37cc9bc)
|
|
|
|
|
| |
display not changed, but I hope this will html2text better in rss2email,
and it's generally better
|
| |
|
|
|
|
|
|
| |
I removed the IkiWiki::rcs_ stubs for the revert hooks. Instead
recentchanges tests to see if the hooks are available and calls
them directly.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The rss spec says that unless the attribute is set, guid elements *are*
permalinks. The problem with that is that if [[meta permalink=]] is used,
as is done with aggregated posts, that goes into the link element, and
apparently some rss readers prefer the not-really-permalink in the guid
element when linking to the post.
Without meta permalink, the link and guid elements have the same content,
so it should be ok, in that case too for the guid to not be a permalink.
(Checked and this does not flood aggregators.)
|
|
|
|
|
|
|
| |
Since misctemplate is called with a page context, the comments plugin
thinks it should add that, as well as the comment link in the actionbar.
I kept the comment link because a quick link back to the comments to a page
is sorta useful.
|
|
|
|
| |
caching problem that was added to work around). Closes: #588623
|
|
|
|
| |
page. (Such as a discussion page.)
|
|
|
|
|
| |
The label for attribute must correspond to the element id (not name).
And it needs to be unique inside the loop.
|
|
|
|
|
|
| |
The styling of labels on the form largely obsoleted the special styled ol,
so just a few br's sufficed. Using an ol like that was not too semantically
right (probably?) and could cause problems with customized local.css.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
inlines.
The key is using width: auto; overflow: auto; -- this allows the div(s) to the
left of the floating sidebar to be resized to fit next to it, and prevents
any clear: both from pushing the div down below the end of the sidebar.
Many thanks for the Hurd wiki's developers for originally figuring this out.
The edit page recently developed the same problem with its textarea, now
that a sidebar can appear on that page too. In editpage.tmpl I needed to
add a new div around the editcontent textarea, as the above styles cannot
be applied directly to textareas. The textarea's own width is reduced to
98% because at least in chromium this avoids it getting unnecessary
horizonatl scrollbars when a sidebar is displayed next to it.
|
|
|
|
|
|
|
|
|
|
|
| |
in styling.
http://bzed.de/posts/2010/05/new_css_for_bzed.de/
smcv: [10:59:01] is the logical thing you want a <div> whose meaning is "the bits the sidebar is allowed to accompany"?
bzed: [10:59:14] yeah
bzed: [10:59:58] then you could just ensure that this part is as high as the sidebar
smcv: [11:02:44] wrapping a <div> around the sidebar, content and comments seems like the way forward, then
|
| |
|
|
|
|
| |
modifying for html5; now fixed.
|
|
|
|
|
| |
Suppress disiplay of small search for on search results page, and of
Prefrences link on prefs page.
|
| |
|
| |
|
|
|
|
|
|
| |
On second thought, misctemplate can use pagetemplate hooks to provide
it, so it's better to keep back-compat, and allow full customisation
of how it's displayed via the template.
|
|
|
|
|
|
| |
So RecentChanges shows on the action bar there,
convert recentchanges to use new pageactions hook,
with compatability code to avoid breaking old templates.
|
| |
|
| |
|
|
|
|
| |
buttons are pressed
|
| |
|
| |
|
|
|
|
|
|
|
| |
* 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
|
|
|
|
|
| |
I think originally, the page preview header was not displayed,
so diff was hacked in using it.
|
|
|
|
|
|
|
| |
In particular, added <label> tags.
(However, could not find a good way to add a label tag for the main
page edit textarea.)
|
| |
|
| |
|