Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | external: Disable RPC::XML's "smart" encoding, which sent ints for strings ↵ | Joey Hess | 2010-09-14 | |
| | | | | that contained only a number, fixing a longstanding crash of the rst plugin. | |||
* | blogspam: Fix crash when content contained utf-8. | Joey Hess | 2010-09-14 | |
| | | | | | | | I also tried setting RPC::XML::ENCODING but that did not prevent the crash, and it seems that blogspam.net doesn't like getting xml encoded in unicode, since it mis-flagged comments as spammy that way that are normally allowed through. | |||
* | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | 2010-09-14 | |
|\ | ||||
| * | Add new bug about the comments/blogspam plugins | http://k1024.org/~iusty/ | 2010-09-14 | |
| | | ||||
| * | corrected link | https://www.google.com/accounts/o8/id?id=AItOawlY5yDefnXSHvWGbJ9kvhnAyQZiAAttENk | 2010-09-14 | |
| | | ||||
* | | Set isPermaLink="no" for guids in rss feeds. | Joey Hess | 2010-09-14 | |
|/ | | | | | | | | | | | | | 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.) | |||
* | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | 2010-09-13 | |
|\ | ||||
| * | mixing template vars into directive arguments | http://jmtd.livejournal.com/ | 2010-09-13 | |
| | | ||||
* | | further fixes for config data structure change | Joey Hess | 2010-09-13 | |
| | | ||||
* | | update for changed data structure | Joey Hess | 2010-09-13 | |
| | | ||||
* | | mention branch | Joey Hess | 2010-09-13 | |
| | | ||||
* | | further thought | Joey Hess | 2010-09-13 | |
| | | ||||
* | | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | 2010-09-13 | |
|\| | ||||
| * | fix typo | blipvert | 2010-09-13 | |
| | | ||||
| * | (no commit message) | blipvert | 2010-09-13 | |
| | | ||||
| * | (no commit message) | blipvert | 2010-09-13 | |
| | | ||||
| * | reverted typo | Javier Rojas | 2010-09-12 | |
| | | ||||
| * | Merge branch 'master' of git://git.ikiwiki.info | Javier Rojas | 2010-09-12 | |
| |\ | ||||
| * | | new version of the ikiwiki vim plugin. docs upgraded. new forum post | Javier Rojas | 2010-09-12 | |
| | | | ||||
* | | | revert accidentially committed change | Joey Hess | 2010-09-13 | |
| |/ |/| | ||||
* | | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | 2010-09-12 | |
|\ \ | ||||
| * | | Hopefully solve it myself, based on comments found elsewhere. | https://www.google.com/accounts/o8/id?id=AItOawngqGADV9fidHK5qabIzKN0bx1ZIfvaTqs | 2010-09-12 | |
| | | | ||||
* | | | response | Joey Hess | 2010-09-12 | |
|/ / | ||||
* | | Add comment about this issue | https://www.google.com/accounts/o8/id?id=AItOawngqGADV9fidHK5qabIzKN0bx1ZIfvaTqs | 2010-09-12 | |
| | | ||||
* | | (no commit message) | https://www.google.com/accounts/o8/id?id=AItOawngqGADV9fidHK5qabIzKN0bx1ZIfvaTqs | 2010-09-12 | |
|/ | ||||
* | response | Joey Hess | 2010-09-12 | |
| | ||||
* | minor grammatical edit | blipvert | 2010-09-12 | |
| | ||||
* | added signature | blipvert | 2010-09-12 | |
| | ||||
* | (no commit message) | blipvert | 2010-09-12 | |
| | ||||
* | Added a comment: Follow instructions | http://jmtd.livejournal.com/ | 2010-09-12 | |
| | ||||
* | Added a comment | https://www.google.com/accounts/o8/id?id=AItOawllEHb4oGNaUrl7vyziQGrxAlQFri_BfaE | 2010-09-12 | |
| | ||||
* | blueview: Fix display of links to translated pages in the page header. | Joey Hess | 2010-09-11 | |
| | ||||
* | actiontabs: Improve tab padding. | Joey Hess | 2010-09-11 | |
| | ||||
* | formatting | Joey Hess | 2010-09-11 | |
| | ||||
* | bug report | Joey Hess | 2010-09-11 | |
| | ||||
* | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | 2010-09-10 | |
|\ | ||||
| * | (no commit message) | https://www.google.com/accounts/o8/id?id=AItOawngqGADV9fidHK5qabIzKN0bx1ZIfvaTqs | 2010-09-10 | |
| | | ||||
* | | Pass array of names of files that have been deleted to needsbuild hook as ↵ | Joey Hess | 2010-09-10 | |
| | | | | | | | | second parameter, to allow for plugins that needs access to this information earlier than the delete hook. | |||
* | | use warn | Joey Hess | 2010-09-10 | |
|/ | ||||
* | avoid dups getting into @slavelanguages | Joey Hess | 2010-09-10 | |
| | | | | This could happen if checkconfig was run twice, I think. | |||
* | po: Auto-upgrade old format settings to new formats when writing setup file. | Joey Hess | 2010-09-10 | |
| | ||||
* | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | 2010-09-10 | |
|\ | ||||
| * | (no commit message) | https://www.google.com/accounts/o8/id?id=AItOawngqGADV9fidHK5qabIzKN0bx1ZIfvaTqs | 2010-09-10 | |
| | | ||||
| * | (no commit message) | https://www.google.com/accounts/o8/id?id=AItOawngqGADV9fidHK5qabIzKN0bx1ZIfvaTqs | 2010-09-10 | |
| | | ||||
| * | Move the discussion of svn+ssh to the forum for now. | https://www.google.com/accounts/o8/id?id=AItOawngqGADV9fidHK5qabIzKN0bx1ZIfvaTqs | 2010-09-10 | |
| | | ||||
| * | Move the svn+ssh discussion to the forum. | https://www.google.com/accounts/o8/id?id=AItOawngqGADV9fidHK5qabIzKN0bx1ZIfvaTqs | 2010-09-10 | |
| | | ||||
* | | po: Make the po_master_language use a langpair like "en|English", so it can ↵ | Joey Hess | 2010-09-10 | |
| | | | | | | | | be configured via the web. | |||
* | | po: Allow enabling via web setup. | Joey Hess | 2010-09-10 | |
|/ | | | | | The only unsafe thing should be that enabling it with some languages will generate po files. | |||
* | response | Joey Hess | 2010-09-09 | |
| | ||||
* | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | 2010-09-09 | |
|\ |