Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | releasing package ikiwiki version 3.20130904.1 | Joey Hess | 2013-09-04 |
| | |||
* | Fix cookiejar default setting. | Joey Hess | 2013-09-04 |
| | |||
* | releasing package ikiwiki version 3.20130904 | Joey Hess | 2013-09-04 |
| | |||
* | Fix test suite to work with perl 5.18. Closes: #719969 | Joey Hess | 2013-08-30 |
| | |||
* | Consistently configure LWP::UserAgent to allow use of http_proxy and ↵ | Joey Hess | 2013-08-03 |
| | | | | no_proxy environment variables, as well as ~/.ikiwiki/cookies (schmonz) | ||
* | merge schmonz/fancypodcast | Joey Hess | 2013-07-21 |
| | |||
* | calendar: Display the popup mouseover when there is only 1 page for a given ↵ | Joey Hess | 2013-07-19 |
| | | | | day, for better UI consistency. | ||
* | Pass --no-edit when used with git 1.7.8 and newer. | Joey Hess | 2013-07-10 |
| | | | | | | | | | Not sure if this is needed to avoid it trying to run an editor. Probably there is never a controlling terminal and probably git notices and does nothing. But I'm just copying what I have in git-annex assistant here. (Although with a much worse git version comparion, that only really works due to luck.) | ||
* | Deal with git behavior change in 1.7.8 and newer that broke support for ↵ | Joey Hess | 2013-07-10 |
| | | | | commits with an empty commit message. | ||
* | releasing version 3.20130710 | Joey Hess | 2013-07-10 |
| | |||
* | 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. | ||
* | openid: Automatically upgrade openid_realm to https when accessed via https. | Joey Hess | 2013-06-29 |
| | |||
* | page.tmpl: omit searchform, trails, sidebar and most metadata in CGI (smcv) | Joey Hess | 2013-06-26 |
| | |||
* | 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 | ||
* | blogspam: Fix encoding issue in RPC::XML call. Thanks, Changaco | Joey Hess | 2013-06-23 |
| | |||
* | bzr: bzr rm no longer has a --force option, remove | Joey Hess | 2013-05-18 |
| | |||
* | notifyemail: Fix bug that caused duplicate emails to be sent when site was ↵ | Joey Hess | 2013-05-18 |
| | | | | rebuilt. | ||
* | theme: Now <TMPL_IF THEME_$NAME> can be used in all templates when a theme ↵ | Joey Hess | 2013-05-16 |
| | | | | is enabled. | ||
* | Fix test suite to not fail when XML::Twig is not installed. Closes: #707436 | Joey Hess | 2013-05-09 |
| | |||
* | releasing version 3.20130504 | Joey Hess | 2013-05-05 |
| | |||
* | meta: Fix anchors used to link to the page's license and copyright. Closes: ↵ | Joey Hess | 2013-04-30 |
| | | | | #706437 | ||
* | changelog | Joey Hess | 2013-03-30 |
| | |||
* | map: Correct reversion introduced in version 3.20110225 that could generate ↵ | Joey Hess | 2013-03-04 |
| | | | | invalid html. (smcv) | ||
* | Detect plugins with a broken getsetup and warn. | Joey Hess | 2013-03-04 |
| | |||
* | Add missing plugin section, and deal with missing sections with a warning. | Joey Hess | 2013-03-04 |
| | |||
* | changelog | Joey Hess | 2013-02-15 |
| | |||
* | releasing version 3.20130212 | Joey Hess | 2013-02-12 |
| | |||
* | highlight: Now adds a span with class highlight-<extension> around ↵ | Joey Hess | 2013-02-12 |
| | | | | highlighted content, allowing for language-specific css styling. | ||
* | cvs: Various fixes. | Joey Hess | 2013-02-03 |
| | |||
* | Deal with empty diffurl in configuration. | Joey Hess | 2013-01-29 |
| | |||
* | trail: Avoid massive slowdown caused by pagetemplate hook when displaying ↵ | Joey Hess | 2013-01-24 |
| | | | | | | | | | | | dynamic cgi pages, which cannot use trail anyway. This seemed to be due to the pagetemplate hook calling prerender. I've observed this making it take *minutes* for the signin page to be displayed. ltracing ikiwiki showed it was matching pagespecs a lot. It may be that this is still a speed pain point when rendering pages, not just for CGI. So more work may be needed here. | ||
* | poll: Add expandable option to allow users to easily add new choices to a poll. | Joey Hess | 2013-01-10 |
| | |||
* | htmlscrubber: Allow the URI schemes of major VCS's. | Joey Hess | 2013-01-05 |
| | |||
* | changelog | Joey Hess | 2013-01-02 |
| | |||
* | changelog | Joey Hess | 2013-01-02 |
| | |||
* | trail: Converted all dependencies to presence dependencies. | Joey Hess | 2012-12-27 |
| | | | | smcv please note this introduces another bug, which I've opened | ||
* | aggregate: When run with --aggregate, if an aggregation is already running, ↵ | Joey Hess | 2012-12-27 |
| | | | | | | | don't go on and --refresh. This way, if a previous aggregation job is running, we don't add additional load doing work that job will do anyway. | ||
* | htmlscrubber: Allow the bitcoin URI scheme. | Joey Hess | 2012-12-22 |
| | |||
* | releasing version 3.20121212 | Joey Hess | 2012-12-11 |
| | |||
* | openid: Display openid in Preferences page as a comment, so it can be ↵ | Joey Hess | 2012-12-04 |
| | | | | selected in all browsers. | ||
* | filecheck: Fix bug that prevented File::MimeInfo::Magic from ever being used. | Joey Hess | 2012-11-04 |
| | |||
* | releasing version 3.20121017 | Joey Hess | 2012-10-17 |
| | |||
* | recentchangesdiff: fix further breakage to the template from 3.20120725 | Joey Hess | 2012-10-16 |
| | |||
* | releasing version 3.20121016 | Joey Hess | 2012-10-16 |
| | |||
* | really fix diff display to not show both types of diff | Joey Hess | 2012-10-16 |
| | | | | 12fa9c031f7a9dc25dba628aa91fc347586e4ab6 porported to fix this, but failed | ||
* | Add back a 1em margin between archivepage divs. | Joey Hess | 2012-10-15 |
| | | | | This was lost in commit 954e2e4ef1952fc30dca260b76d7d51e1d05b8b9 | ||
* | add cgi_overload_delay tunable | Joey Hess | 2012-10-09 |
| | | | | | | | | | | | Try to avoid a situation in which so many ikiwiki cgi wrapper programs are running, all waiting on some long-running thing like a site rebuild, that it prevents the web server from doing anything else. The current approach only avoids this problem for GET requests; if multiple cgi's run GETs on a site at the same time, one will display a "please wait" page for a configurable number of seconds, which then redirects to retry. To enable this protection, set cgi_overload_delay to the number of seconds to wait. This is not enabled by default. |