aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* (no commit message)http://blog.mithis.net/2008-12-29
|
* 1st comment spamJoey Hess2008-12-28
|
* formattingJoey Hess2008-12-28
|
* clarify cgiurl settingJoey Hess2008-12-28
|
* add news item for ikiwiki 2.72Joey Hess2008-12-28
|
* releasing version 2.72Joey Hess2008-12-28
|
* inline: Run format hook firstJoey Hess2008-12-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | inline has a format hook that is an optimisation hack. Until this hook runs, the inlined content is not present on the page. This can prevent other format hooks, that process that content, from acting on inlined content. In bug ##509710, we discovered this happened commonly for the embed plugin, but it could in theory happen for many other plugins (color, cutpaste, etc) that use format to fill in special html after sanitization. The ordering was essentially random (hash key order). That's kinda a good thing, because hooks should be independent of other hooks and able to run in any order. But for things like inline, that just doesn't work. To fix the immediate problem, let's make hooks able to be registered as running "first". There was already the ability to make them run "last". Now, this simple first/middle/last ordering is obviously not going to work if a lot of things need to run first, or last, since then we'll be back to being unable to specify ordering inside those sets. But before worrying about that too much, and considering dependency ordering, etc, observe how few plugins use last ordering: Exactly one needs it. And, so far, exactly one needs first ordering. So for now, KISS. Another implementation note: I could have sorted the plugins with first/last/middle as the primary key, and plugin name secondary, to get a guaranteed stable order. Instead, I chose to preserve hash order. Two opposing things pulled me toward that decision: 1. Since has order is randomish, it will ensure that no accidental ordering assumptions are made. 2. Assume for a minute that ordering matters a lot more than expected. Drastically changing the order a particular configuration uses could result in a lot of subtle bugs cropping up. (I hope this assumption is false, partly due to #1, but can't rule it out.)
* comments: Deal with users entering unqualified or partial urls.Joey Hess2008-12-26
| | | | | | | | People seem to be able to expect to enter www.foo.com and get away with it. The resulting my.wiki/www.foo.com link was not ideal. To fix it, use URI::Heuristic to expand such things into a real url. It even looks up hostnames in the DNS if necessary.
* googlecalendar: Add runtime deprecation warning.Joey Hess2008-12-25
|
* closeJoey Hess2008-12-23
|
* camelcase: Add camelcase_ignore setting.Joey Hess2008-12-23
|
* (no commit message)http://puck.openid.org/2008-12-23
|
* (no commit message)http://puck.openid.org/2008-12-23
|
* hack to avoid globlist deprecaton message false positiveJoey Hess2008-12-23
|
* Add deprecation warning for GlobLists, which will stop working in 3.0.Joey Hess2008-12-23
|
* fix a few directives using the old syntaxJoey Hess2008-12-23
| | | | I'm turning on prefix_directives for the live wiki now.
* responseJoey Hess2008-12-23
|
* fix popcon graph linkJoey Hess2008-12-23
|
* Any other schools?http://hendry.iki.fi/2008-12-23
|
* po: make the dev timing clearerintrigeri2008-12-23
|
* httpauth_feature_parity_with_passwordauth: a bit more thinkingintrigeri2008-12-23
| | | | Signed-off-by: intrigeri <intrigeri@boum.org>
* (no commit message)http://puck.openid.org/2008-12-22
|
* merge recentchanges comments fixJoey Hess2008-12-22
|
* Merge commit 'smcv/recentchanges'Joey Hess2008-12-22
|\
| * recentchanges_link CGI: If the linked page is internal, use its permalinkSimon McVittie2008-12-22
| | | | | | | | This fixes a bug, that comments appear in recentchanges as broken links.
* | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess2008-12-22
|\ \
| * | reference my recentchanges branchhttp://smcv.pseudorandom.co.uk/2008-12-22
| |/
* / updateJoey Hess2008-12-22
|/
* add news item for ikiwiki 2.71Joey Hess2008-12-22
|
* unify pagespecsJoey Hess2008-12-21
|
* fix linksJoey Hess2008-12-21
|
* formattingJoey Hess2008-12-21
|
* mention comments pluginJoey Hess2008-12-21
|
* avoid an uninitialized value warningJoey Hess2008-12-21
|
* openid branch mergedJoey Hess2008-12-21
|
* Merge commit 'smcv/openid'Joey Hess2008-12-21
|\
| * Add a regression test for &openiduserSimon McVittie2008-12-21
| |
| * openid: in &openiduser, allow subdirectory-style providers to end with '/'Simon McVittie2008-12-21
| | | | | | | | | | This improves the display of OpenIDs like 'http://id.mayfirst.org/jamie/' (taking an example from the IkiWiki commit log).
| * openid: in &openiduser, let domain-style providers have arbitrarily many ↵Simon McVittie2008-12-21
| | | | | | | | | | | | | | | | subdomains This leads to better display for OpenIDs like smcv.pseudorandom.co.uk and thm.id.fedoraproject.org (to take a couple of examples from the IkiWiki commit history).
* | more reorgJoey Hess2008-12-21
| |
* | close merged bugsJoey Hess2008-12-21
| |
* | add another testJoey Hess2008-12-21
| |
* | Merge commit 'smcv/comments'Joey Hess2008-12-21
|\ \
| * | rssitem.tmpl: include comments URL (HTML only)Simon McVittie2008-12-21
| | |
| * | atomitem.tmpl: include comments URLs (HTML and Atom versions)Simon McVittie2008-12-21
| | |
| * | comments: substitute commentsurl and atomcommentsurl for use in feedsSimon McVittie2008-12-21
| | |
| * | beautify_urlpath: add a regression testSimon McVittie2008-12-21
| | |
| * | beautify_urlpath: if path already starts with ./, don't add another ./Simon McVittie2008-12-21
| | |
| * | beautify_urlpath: add ./ before checking for /index.htmlSimon McVittie2008-12-21
| | | | | | | | | | | | | | | This fixes a bug: when a page links to its own #comments anchor you would get a link like "index.html#comments" rather than "./#comments".
| * | comments: run pagetemplate hooksSimon McVittie2008-12-21
| | | | | | | | | | | | | | | This fixes the bug that comments are always said to be from an anonymous user at an unknown IP address.