| Commit message (Expand) | Author | Age |
* | rename apache404 -> 404•••This may already work with other web servers that have copied apache's
interface, and it should be easy to add support to it for web servers that
use some other interface. So, make the name more general.
| Joey Hess | 2009-01-31 |
* | doc updates for goto branch merge | Joey Hess | 2009-01-31 |
* | factor out IE stupididy workaround | Joey Hess | 2009-01-31 |
* | Merge commit 'smcv/goto' | Joey Hess | 2009-01-31 |
|\ |
|
| * | Split cgi_goto into a goto plugin | Simon McVittie | 2009-01-31 |
| * | Split apache404 into an independent plugin•••Also make it ignore the 'do' parameter at Joey's suggestion, to have one
less thing to remember when configuring.
| Simon McVittie | 2009-01-31 |
| * | Add tip explaining how to use ikiwiki as a 404 handler | Simon McVittie | 2009-01-31 |
| * | CGI: pad error responses with 512 bytes of spaces so IE will display them•••IE displays its own error responses unless the server's was >= 512 bytes.
http://support.microsoft.com/default.aspx?scid=kb;en-us;Q294807
| Simon McVittie | 2009-01-31 |
| * | CGI: set up goto hook so that /ikiwiki.cgi?do=goto can be an Apache ErrorDocu... | Simon McVittie | 2009-01-31 |
| * | CGI: add cgi_page_from_404(), which remaps a path like $REDIRECT_URL to an Ik...•••Also add a regression test
| Simon McVittie | 2009-01-31 |
| * | IkiWiki::Wrapper: allow REDIRECT_STATUS and REDIRECT_URL through from environ...•••This is useful to act as an Apache 404 ErrorDocument.
| Simon McVittie | 2009-01-31 |
| * | CGI: if the page is missing, give the "missing page" a 404 status | Simon McVittie | 2009-01-31 |
| * | CGI: document why commenter and recentchanges_link are supported | Simon McVittie | 2009-01-31 |
| * | recentchanges: delete CGI hook in favour of the global one | Simon McVittie | 2009-01-31 |
| * | comments: delete cgi hook in favour of the global one | Simon McVittie | 2009-01-31 |
| * | CGI: if the "do" parameter is goto, recentchanges_link or commenter, redirect...•••This can replace equivalent functionality in comments and recentchanges.
| Simon McVittie | 2009-01-31 |
| * | CGI: add cgi_goto(CGI, [page])•••This redirects to the given page (or if none is given, the page parameter
given to the CGI), or displays an error with a create link if the page
doesn't exist.
| Simon McVittie | 2009-01-31 |
* | | Respond with updated goto branch | Simon McVittie | 2009-01-31 |
* | | one other thought | Joey Hess | 2009-01-31 |
* | | comments | Joey Hess | 2009-01-31 |
* | | Clarify behaviour of 404 handler and link an example | Simon McVittie | 2009-01-31 |
* | | Request review of my 'goto' branch | Simon McVittie | 2009-01-31 |
|/ |
|
* | formatting | Joey Hess | 2009-01-30 |
* | review= | Joey Hess | 2009-01-30 |
* | merge dups | Joey Hess | 2009-01-30 |
* | - Update spanish translation. | VĂctor Moral | 2009-01-30 |
* | add news item for ikiwiki 3.03 | Joey Hess | 2009-01-29 |
* | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | 2009-01-29 |
|\ |
|
| * | removed | http://weakish.int.eu.org/ | 2009-01-29 |
| * | use mercurial instead of hg when set rcs option | http://weakish.int.eu.org/ | 2009-01-29 |
* | | releasing version 3.03 | Joey Hess | 2009-01-29 |
|/ |
|
* | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | 2009-01-28 |
|\ |
|
| * | contrib/po: announce my meta-po integration branch•••Signed-off-by: intrigeri <intrigeri@boum.org>
| intrigeri | 2009-01-27 |
* | | close this, we have comments now | Joey Hess | 2009-01-28 |
|/ |
|
* | response | Joey Hess | 2009-01-27 |
* | thought | Joey Hess | 2009-01-27 |
* | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | 2009-01-27 |
|\ |
|
| * | contrib/po: misc answers and questions•••Step by step... :)
Signed-off-by: intrigeri <intrigeri@boum.org>
| intrigeri | 2009-01-27 |
| * | rename hook: fixed half, added proposal for the other half•••Signed-off-by: intrigeri <intrigeri@boum.org>
| intrigeri | 2009-01-27 |
* | | update | Joey Hess | 2009-01-26 |
|/ |
|
* | typo | Joey Hess | 2009-01-26 |
* | fix directive | Joey Hess | 2009-01-26 |
* | underlay: New plugin, allows pulling in additional files not in version contr... | Joey Hess | 2009-01-26 |
* | Merge commit 'smcv/underlay' | Joey Hess | 2009-01-26 |
|\ |
|
| * | Document underlay plugin as included | Simon McVittie | 2009-01-18 |
| * | Add underlay plugin | Simon McVittie | 2009-01-18 |
* | | meta: New "updated" metadata specifies a fake modification time for a page, t... | Joey Hess | 2009-01-26 |
* | | Merge commit 'smcv/updated' | Joey Hess | 2009-01-26 |
|\ \ |
|
| * | | Add meta field "updated", which can alter the <updated> Atom element•••Some aggregators, like Planet, sort by mtime rather than ctime. This
means that posts with modified content come to the top (which seems odd
to me, but is presumably what the aggregator's author or operator
wants), but it also means that posts with insignificant edits (like
adding tags) come to the top too. Atom defines <updated> to be the date
of the last *significant* change, so it's fine that ikiwiki defaults to
using the mtime, but it would be good to have a way for the author to
say "that edit was insignificant, don't use that mtime".
| Simon McVittie | 2009-01-18 |
* | | | followup | Joey Hess | 2009-01-26 |