Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | response | Joey Hess | 2013-07-10 |
| | |||
* | response | Joey Hess | 2013-07-10 |
| | |||
* | Fix committing attachments when using svn. | Joey Hess | 2013-07-10 |
| | |||
* | remove old commit that added calendar to basewiki sandbox | Joey Hess | 2013-07-10 |
| | |||
* | Fix python proxy to not crash when fed unicode data in getstate and setstate. | Joey Hess | 2013-07-10 |
| | |||
* | optimize for common case where list is not changed | Joey Hess | 2013-07-10 |
| | |||
* | Merge branch 'master' of ssh://git.ikiwiki.info | Joey Hess | 2013-07-10 |
|\ | |||
| * | Added leikuradbokum.net to the list | https://www.google.com/accounts/o8/id?id=AItOawkq11bTnmln5O-k-utYZYK8N9TzG3T1THk | 2013-07-08 |
| | | |||
| * | report bug in proxy.py with solution | chrysn | 2013-07-08 |
| | | |||
* | | Fix crash that could occur when a needsbuild hook returned a file that does ↵ | Joey Hess | 2013-07-10 |
|/ | | | | | | | | not exist. I saw this happen with calendar, when it wanted to update a page, that had a calendar on it, but the page had just been deleted. This caused srcfile_stat to crash. | ||
* | The ip() pagespec can now contain glob characters to match eg, a subnet full ↵ | Joey Hess | 2013-07-08 |
| | | | | of spammers. | ||
* | (no commit message) | acodispo | 2013-07-05 |
| | |||
* | (no commit message) | acodispo | 2013-07-05 |
| | |||
* | (no commit message) | rmacgregor | 2013-07-04 |
| | |||
* | (no commit message) | rameses2 | 2013-07-03 |
| | |||
* | (no commit message) | rameses2 | 2013-07-03 |
| | |||
* | (no commit message) | rameses2 | 2013-07-03 |
| | |||
* | Added a comment | http://smcv.pseudorandom.co.uk/ | 2013-07-01 |
| | |||
* | fix link to moved plugin | chrysn | 2013-06-30 |
| | |||
* | openid: Automatically upgrade openid_realm to https when accessed via https. | Joey Hess | 2013-06-29 |
| | |||
* | add forum question and link to my git repo | Lukas Lipavsky | 2013-06-27 |
| | |||
* | response | Amitai Schlair | 2013-06-27 |
| | |||
* | response | Joey Hess | 2013-06-26 |
| | |||
* | response | Joey Hess | 2013-06-26 |
| | |||
* | response to review (thanks!) | Amitai Schlair | 2013-06-26 |
| | |||
* | https link | Joey Hess | 2013-06-26 |
| | |||
* | page.tmpl: omit searchform, trails, sidebar and most metadata in CGI (smcv) | Joey Hess | 2013-06-26 |
| | |||
* | Merge branch 'master' of ssh://git.ikiwiki.info | Joey Hess | 2013-06-26 |
|\ | |||
| * | add patch | Simon McVittie | 2013-06-26 |
| | | |||
| * | not a problem - in fact, I am to dumb to copy the template correctly... | https://www.google.com/accounts/o8/id?id=AItOawlJ3C5fg1b1hfxd6rDYvcpBi-WujPqEDkM | 2013-06-26 |
| | | |||
| * | (no commit message) | http://smcv.pseudorandom.co.uk/ | 2013-06-25 |
| | | |||
| * | problem description | https://www.google.com/accounts/o8/id?id=AItOawlJ3C5fg1b1hfxd6rDYvcpBi-WujPqEDkM | 2013-06-25 |
| | | |||
* | | Merge remote-tracking branch 'smcv/ready/no-trails-if-dynamic' | Joey Hess | 2013-06-26 |
|\ \ | |/ |/| | |||
| * | page.tmpl: omit searchform, trails, sidebar and most metadata in CGI | Simon McVittie | 2013-03-16 |
| | | | | | | | | | | | | | | | | | | These all seem somewhat inappropriate (searchform and sidebar are arguable either way). I've left actions and languages enabled, since they seem more reasonable for CGI-generated pages. Bug: http://ikiwiki.info/bugs/trail_shows_on_cgi_pages/ Signed-off-by: Simon McVittie <smcv@debian.org> | ||
* | | code review | Joey Hess | 2013-06-23 |
| | | |||
* | | osm: Remove trailing slash from KML maps icon. | Joey Hess | 2013-06-23 |
| | | |||
* | | calendar: When there are multiple pages for a given day, they're displayed ↵ | Joey Hess | 2013-06-23 |
| | | | | | | | | in a popup on mouseover. Thanks, Louis | ||
* | | comments: The formats allowed to be used in comments can be configured using ↵ | Joey Hess | 2013-06-23 |
| | | | | | | | | comments_allowformats. Thanks, Michal Sojka | ||
* | | Merge branch 'restrict-comment-formats' of ↵ | Joey Hess | 2013-06-23 |
|\ \ | | | | | | | | | | git://rtime.felk.cvut.cz/sojka/ikiwiki | ||
| * | | Add configuration to restrict the formats allowed for comments | Michal Sojka | 2013-03-05 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I want to write my blog posts in a convenient format (Emacs org mode) but do not want commenters to be able to use this format for security reasons. This patch allows to configure which formats are allowed for writing comments. Effectively, it restricts the formats enabled with add_plugin to those mentioned in comments_allowformats. If this is empty, all formats are allowed, which is the behavior without this patch. | ||
* | | | blogspam: Fix encoding issue in RPC::XML call. Thanks, Changaco | Joey Hess | 2013-06-23 |
| | | | |||
* | | | fix encoding issue in blogspam plugin | Changaco | 2013-06-23 |
| | | | | | | | | | | | | | | | | | | | | | RPC::XML uses ascii as default encoding, we have to tell it to use utf8. Without this, ikiwiki returns "failed to get response from blogspam server" every time a non-ascii character is used in a content that needs checking. | ||
* | | | propose the bootstrap theme | Antoine Beaupré | 2013-06-19 |
| | | | |||
* | | | mention the theme market directly here | Antoine Beaupré | 2013-06-19 |
| | | | |||
* | | | add bootstrap theme i found | Antoine Beaupré | 2013-06-19 |
| | | | |||
* | | | add a bunch of wikis i have deployed | Antoine Beaupré | 2013-06-19 |
| | | | |||
* | | | try to fix link | Antoine Beaupré | 2013-06-19 |
| | | | |||
* | | | mention the fastcgi todo here | Antoine Beaupré | 2013-06-19 |
| | | | |||
* | | | i am blocked! | Antoine Beaupré | 2013-06-19 |
| | | | |||
* | | | (no commit message) | soportek | 2013-06-18 |
| | | |