Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-03-05 | web commit by ManojSrivastava | Joey Hess | |
2008-03-05 | web commit by http://subvert.org.uk/~bma/: Argument in favour of Varioki ↵ | Joey Hess | |
over creating new plugins to set template variables. | |||
2008-03-05 | web commit by http://subvert.org.uk/~bma/: Add my thoughts. | Joey Hess | |
2008-03-05 | web commit by ManojSrivastava | Joey Hess | |
2008-03-05 | web commit by http://mmassonnet.myopenid.com/: Added linux.die.net/man/%s ↵ | Joey Hess | |
(not sure this is the right place) | |||
2008-03-05 | web commit by http://weakish.int.eu.org/: I think ikiwiki is more suitable ↵ | Joey Hess | |
for VPS/dedicated server. Shared hosting doesn't fit. | |||
2008-03-05 | web commit by tschwinge: There's a bug somewhere. | Joey Hess | |
2008-03-04 | web commit by http://weakish.int.eu.org/: add GNU Hurd wiki | Joey Hess | |
2008-03-04 | test for Text::Markdown::[Mm]arkdown and use the available one | Joey Hess | |
Markdown is such a splintered mess.. The current debian package provides only Text::Markdown::Markdown, while all versions of Text::Markdown support Text::Markdown::markdown, and old versions also support the capitalised version, while new ones don't. It's getting to the point where `grep /markdown/i %symbol_table` is the only sane way to figure out what function to call.. | |||
2008-03-04 | * Use Text::Markdown::markdown, since version 1.0.16 of Text::Markdown | Joey Hess | |
no longer supports Text::Markdown::Markdown. All old versions of Text::Markdown also support the lower-case version. | |||
2008-03-03 | response | Joey Hess | |
2008-03-03 | response | Joey Hess | |
2008-03-03 | * Add recentchangesdiff plugin that adds diffs to the recentchanges feeds. | Joey Hess | |
* rcs_diff is a new function that rcs modules should implement. * Implemented rcs_diff for git, svn, and tla (tla version untested). Mercurial and monotone still todo. | |||
2008-03-03 | web commit by bremner: a bit rough, but hopefully someone finds it useful | Joey Hess | |
2008-03-03 | web commit by bremner | Joey Hess | |
2008-03-03 | web commit by bremner | Joey Hess | |
2008-03-03 | web commit by bremner | Joey Hess | |
2008-03-03 | web commit by tschwinge: Set the title *after* instantiating the templates. | Joey Hess | |
2008-03-03 | web commit by tschwinge: Set page title. | Joey Hess | |
2008-03-03 | web commit by bremner | Joey Hess | |
2008-03-02 | web commit by http://liw.iki.fi/liw/: Document that you need to clone ↵ | Joey Hess | |
repository, not the actual source directory | |||
2008-03-02 | add closure link | Joey Hess | |
2008-03-02 | Merge branch 'master' of ssh://git.kitenet.net/srv/git/ikiwiki.info | Joey Hess | |
2008-03-02 | correct a typo | martin f. krafft | |
(cherry picked from commit dd64f39646133429910081b89f6e3a8d704a8602) | |||
2008-03-02 | Add robots tag to meta plugin | martin f. krafft | |
Add special handling for <meta name="robots" ...> which needs not be scrubbed as it's harmless. Signed-off-by: martin f. krafft <madduck@madduck.net> (cherry picked from commit b15d0299a7f7b147e89d8a202d6cca1c21491af2) | |||
2008-03-02 | Make directives generated by shortcuts accept a `desc` parameter. | Adeodato Simó | |
(cherry picked from commit 252da396bfa728b99af7c9bb304a7b5f3f6d94e6) | |||
2008-03-02 | web commit by bremner | Joey Hess | |
(cherry picked from commit 7eeafb3ef95cada7fdff50a6aa0b3f83af96977e) | |||
2008-03-02 | web commit by bremner | Joey Hess | |
(cherry picked from commit f8e4bcf7f2f30b8f2b30401bb1c5a7b5803c8538) | |||
2008-03-02 | web commit by bremner | Joey Hess | |
2008-03-02 | web commit by bremner | Joey Hess | |
2008-03-01 | web commit by AlexandreDupas: Question around bibtex plugin devel | Joey Hess | |
2008-02-29 | formatting | Joey Hess | |
2008-02-29 | add news item for ikiwiki 2.40 | Joey Hess | |
2008-02-29 | releasing version 2.40 | Joey Hess | |
2008-02-29 | remove link to wikitemplates | Joey Hess | |
this page is in the basewiki, and so it should not link to pages that are not | |||
2008-02-29 | responses | Joey Hess | |
2008-02-29 | add changelog entry | Joey Hess | |
2008-02-29 | mark done, patch is applied | Joey Hess | |
2008-02-29 | Merge branch 'master' of git://git.madduck.net/code/ikiwiki | Joey Hess | |
2008-02-29 | remove incorrect comment | Joey Hess | |
2008-02-29 | fix location | Joey Hess | |
2008-02-29 | web commit by http://alcopop.org/me/openid/ | Joey Hess | |
2008-02-29 | web commit by http://alcopop.org/me/openid/: an example comment | Joey Hess | |
2008-02-29 | web commit by http://madduck.myopenid.com/: remove comment about relative ↵ | Joey Hess | |
links always using ../, which is not true | |||
2008-02-29 | web commit by http://madduck.myopenid.com/: close bug | Joey Hess | |
2008-02-29 | web commit by http://madduck.myopenid.com/: add patch/git commit | Joey Hess | |
2008-02-29 | Allow colons in URLs after the first slash | Adeodato Simó | |
A new regexp fixes this bug: http://ikiwiki.info/bugs/No_link_for_blog_items_when_filename_contains_a_colon/ I traced this down to htmlscrubber. If disabled, it works. If enabled, then $safe_url_regexp determines the URL unsafe because of the colon and hence removes the src attribute. Digging into this, I find that RFC 3986 pretty much discourages colons in filenames: """ A path segment that contains a colon character (e.g., "this:that") cannot be used as the first segment of a relative-path reference, as it would be mistaken for a scheme name. Such a segment must be preceded by a dot-segment (e.g., "./this:that") to make a relative- path reference. """ on the other hand, with usedirs, any link to another page will be prepended by ../ anyway, so that makes them okay again. The solution still seems not to use colons. In any case, htmlscrubber should get a new regexp, courtesy of dato. I have tested and verified this. Signed-off-by: martin f. krafft <madduck@madduck.net> | |||
2008-02-29 | web commit by http://madduck.myopenid.com/: add analysis based on rfc3986 ↵ | Joey Hess | |
and suggest a new regexp | |||
2008-02-29 | web commit by http://alcopop.org/me/openid/: brief biog | Joey Hess | |
2008-02-29 | web commit by http://alcopop.org/me/openid/: potwiki | Joey Hess | |