| Commit message (Expand) | Author | Age |
* | search: Update search page when page.tmpl or searchquery.tmpl are locally mod... | Joey Hess | 2011-06-03 |
* | let's assume some web server will think OFF is a good idea.. | Joey Hess | 2011-06-03 |
* | Support the Hiawatha web server which sets HTTPS=off rather than not setting ... | Joey Hess | 2011-06-03 |
* | Merge remote-tracking branch 'intrigeri/po' | Joey Hess | 2011-06-03 |
|\ |
|
| * | po: set Locale::Po4a::Xml's ontagerror option to warn only. | intrigeri | 2011-05-26 |
* | | po: support language codes in the form of 'es_AR', and 'arn'.•••... additionally to the previously supported two-letters codes.
| intrigeri | 2011-05-26 |
* | | allow for a html formatted description in websetup•••w/o polluting setup file with the html
| Joey Hess | 2011-05-13 |
|/ |
|
* | Support YAML::XS by not passing decoded unicode to Load. Closes: #625713 | Joey Hess | 2011-05-12 |
* | openid: also use Net::INET6Glue if available | Joey Hess | 2011-05-09 |
* | aggregate, pinger: Use Net::INET6Glue if available to support making ipv6 con...•••Making outgoing ipv6 connections for openid auth is still broken; the glue
module does not seem to solve that, so I did not make openid use it.
| Joey Hess | 2011-05-09 |
* | HTML::Entities::encode_numeric is not exported | Joey Hess | 2011-04-30 |
* | tag: Avoid autocreating multiple tag pages that vary only in capitalization. ...•••Arguably, the real bug is in the interface to add_autofile, but since
that does take a filename, not a page name, it cannot really do case
handling on its own. The only other users of add_autofile in ikiwiki proper
is autoindex, and it always uses one case. Other third party plugins might
also need to add similar workarounds though.
| Joey Hess | 2011-04-30 |
* | meta: Add FOAF support. Closes: #623156 (Jonas Smedegaard) | Joey Hess | 2011-04-21 |
* | fix use of debug() without sprintf()•••Previous commit substituted a printf call (two arguments) for
debug (accepts only one). Interleave an sprintf call to resolve.
| Jon Dowland | 2011-04-20 |
* | use debug() for wrapper-generation print outs•••Use the debug() subroutine for printing out when wrappers
are generated. This has the effect of hiding the messages
unless verbose mode is enabled.
| Jon Dowland | 2011-04-20 |
* | Fix syntax of recently added JavaScript syntax in meta.pm (<script /> apparen... | Jonas Smedegaard | 2011-04-17 |
* | meta: Fix bug in loading of HTML::Entities that can break inline archive=yes ... | Joey Hess | 2011-04-12 |
* | Merge remote-tracking branch 'levitte/master' | Joey Hess | 2011-03-30 |
|\ |
|
| * | * IkiWiki/Plugin/monotone.pm: monotone v0.48 has a small error that••• affects rcs_getctime. A small adjustment takes care of that.
| Richard Levitte | 2011-03-30 |
| * | * IkiWiki/Plugin/monotone.pm: implement rcs_getmtime | Richard Levitte | 2011-03-30 |
* | | look up avatar at comment post time•••There is a tension between looking up the avatar at post time
and build time. I have not yet decided which is better.
Lookup at build time has the benefit that if a user changes their
email address, or sets up their own federated libravatar
server, on rebuild their new avatar will show up.
It also allows getting a https version of the avatar easily if
the site was using http but was changed to use https.
And it can look up avatars for posts that have already been made.
Which is a nice thing, especially as we roll this out, eh?
But it has a drawback, that it depends on the sessiondb contents
for emails and so rebuilding a site w/o that will lose info.
And, it means dns lookups every time a comment is rendered. A page
with a lot of comments on it would render them all whenever another is
posted or the page is changed, and that could significantly slow things
down. (This could be amelorated by caching the lookups.)
Since I'm undecided, I have moved it into a function that could be called
either way. Currently looking up only at post time.
| Joey Hess | 2011-03-30 |
* | | check site url for https•••HTTPS won't be set when rebuilding a site at the command line
| Joey Hess | 2011-03-30 |
* | | robustness fix•••Don't fail if libravatar fails for some reason. Reasons I can think
of:
* too old version to do openid lookups (fall back to email lookup)
* network problem perhaps
| Joey Hess | 2011-03-30 |
* | | indentation | Joey Hess | 2011-03-30 |
* | | comments: add OpenID-based avatars (libravatar.org)•••This requires version 1.04 or later of Libravatar::URL.
| Francois Marier | 2011-03-30 |
* | | comments: serve avatars over https in https wikis | Francois Marier | 2011-03-30 |
* | | comments: add avatar picture of comment author•••Use Libravatar::URL to pull the avatar picture for the comment
author if we have an email address for him/her.
| Francois Marier | 2011-03-30 |
|/ |
|
* | meta plugin: script support•••(cherry picked from commit 44c5b27f88fdbfb4fdd061f600039e490eaeff92)
| Giuseppe Bilotta | 2011-03-28 |
* | meta: Security fix; don't allow alternative stylesheets to be added on pages ... | Joey Hess | 2011-03-28 |
* | comment: Better fix to avoid showing comments of subpages, while not breaking... | Joey Hess | 2011-03-28 |
* | Revert "comment: Don't show comments of subpages on parent pages. (Fixes bug ...•••This reverts commit b34d31142b9fed28ec9cf77fe0c5d9f405d48c84.
This was the wrong approach. It broke inlining of comment(*) on eg, a
toplevel comment page.
| Joey Hess | 2011-03-28 |
* | fix targetpage replacement to support 3 argument form•••Oddly, this hadn't caused any visible breakage. Possibly inline,
which is the only thing to use targetpage, resolves the function
to the "real" one before po gets loaded?
| Joey Hess | 2011-03-24 |
* | avoid stomping on inline's rootpage sub if it's not already present•••If the inline plugin is not being loaded, or is perhaps loaded after po
(when IkiWiki::Setup::getsetup loads all the plugins, for example),
po should not inject its custom rootpage sub, as that will lead to a
redefinition error message when inline loads.
| Joey Hess | 2011-03-24 |
* | fix var name | Joey Hess | 2011-03-21 |
* | comment about locking | Joey Hess | 2011-03-21 |
* | call aggregate checkconfig last•••Since the plugin abuses the checkconfig hook to launch aggregation when in
--aggregate mode, it should give other plugins that have checkconfig hooks
a chance to run before they are possibly used in rendering the aggregated
content.
| Joey Hess | 2011-03-21 |
* | Avoid escaping / characters in filenames when building the cgiurl, as this co... | Joey Hess | 2011-03-21 |
* | aggregate: Read cookies from ~/.ikiwiki/cookies by default. Also, the cookiej... | Joey Hess | 2011-03-21 |
* | darcs: Fix multiple issues preventing rcs_diff from working. | Joey Hess | 2011-03-02 |
* | comment: Don't show comments of subpages on parent pages. (Fixes bug introduc... | Joey Hess | 2011-02-27 |
* | avoid uninitialized value warning when running -dumpsetup•••Here wikistatedir has not been configured.
| Joey Hess | 2011-02-25 |
* | inline: allow assigning an id to postform/feedlink•••This allows per-form/feedlink group customization without having to
resort to counting.
(cherry picked from commit b134feb0dc2d9a8ff7ae447537fa8bc02811aabd)
| Giuseppe Bilotta | 2011-02-22 |
* | inline: base feed urls on included page name•••Second (forgotten) half of bb8f76a4a04686def8cc6f21bcca80cb2cc3b2c9.
This ensures that the link URL and page title in the feed are the
correct ones.
| Giuseppe Bilotta | 2011-02-22 |
* | Fix broken baseurl in cgi mode when usedirs is disabled. Bug introduced in 3.... | Joey Hess | 2011-02-21 |
* | Merge remote branch 'smcv/ready/transient-recentchanges' | Joey Hess | 2011-02-09 |
|\ |
|
| * | Only unlink excess recentchanges from srcdir if not in transientdir | Simon McVittie | 2011-01-07 |
| * | Put recent changes in the transient underlay | Simon McVittie | 2011-01-07 |
* | | map: don't create useless </ul><ul> sequences•••With the previous logic, same-level items would go down one level and
then again up one level closing and re-opening UL tags each time. The
resulting redundant lists caused whitespace layout issues in the
rendered pages.
Adjust the "moving up?" logic to check if the current item base is
different from the previous item _base_. Adjust the "going down?" logic
by moving it to an earlier phase and checking for (1) parent item not being
what it should be and (2) remaining bits; the root is grown unconditionally as
long as (2) is verified.
| Giuseppe Bilotta | 2011-02-09 |
* | | Merge remote branch 'smcv/ready/transient-tag'•••Conflicts:
t/tag.t
| Joey Hess | 2011-02-09 |
|\ \ |
|
| * | | tag: default to tag_autocreate_commit=1 as intended | Simon McVittie | 2011-01-07 |