| Commit message (Expand) | Author | Age |
* | changelog | Joey Hess | 2013-03-30 |
* | map: Correct reversion introduced in version 3.20110225 that could generate i... | Joey Hess | 2013-03-04 |
* | 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 highlighte... | Joey Hess | 2013-02-12 |
* | 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 dyn...•••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.
| Joey Hess | 2013-01-24 |
* | 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.•••smcv please note this introduces another bug, which I've opened
| Joey Hess | 2012-12-27 |
* | aggregate: When run with --aggregate, if an aggregation is already running, d...•••This way, if a previous aggregation job is running, we don't add additional
load doing work that job will do anyway.
| Joey Hess | 2012-12-27 |
* | 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 selecte... | Joey Hess | 2012-12-04 |
* | 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•••12fa9c031f7a9dc25dba628aa91fc347586e4ab6 porported to fix this, but failed
| Joey Hess | 2012-10-16 |
* | Add back a 1em margin between archivepage divs.•••This was lost in commit 954e2e4ef1952fc30dca260b76d7d51e1d05b8b9
| Joey Hess | 2012-10-15 |
* | add cgi_overload_delay tunable•••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.
| Joey Hess | 2012-10-09 |
* | changelog | Joey Hess | 2012-09-29 |
* | update copyright and changelog | Joey Hess | 2012-08-30 |
* | releasing version 3.20120725 | Joey Hess | 2012-08-25 |
* | comments: Remove ipv6 address specific code. | Joey Hess | 2012-08-25 |
* | merged anarcat/osm_arbitrary_layers | Joey Hess | 2012-08-25 |
* | responsen | Joey Hess | 2012-08-24 |
* | merged anarcat's osm fixes | Joey Hess | 2012-08-05 |
* | Split CFLAGS into words when building wrapper. Closes: #682237 | Joey Hess | 2012-07-20 |
* | recentchangesdiff: When diffurl is not set, provide inline diffs in the recen... | Joey Hess | 2012-07-19 |
* | releasing version 3.20120629 | Joey Hess | 2012-06-29 |
* | mirrorlist: Add mirrorlist_use_cgi setting that avoids usedirs or other confi... | Joey Hess | 2012-06-03 |
* | cve | Joey Hess | 2012-05-16 |
* | meta: Security fix; add missing sanitization of author and authorurl. Thanks,... | Joey Hess | 2012-05-16 |
* | releasing version 3.20120419 | Joey Hess | 2012-04-19 |
* | merged smcv/ready/trail | Joey Hess | 2012-04-18 |
* | graphviz: Handle self-links. | Joey Hess | 2012-04-18 |
* | link: Fix renaming wikilinks that contain embedded urls. | Joey Hess | 2012-04-18 |
* | add comment subscription checkbox to editpage•••Reworded template, which also called the commit message a "comment".
| Joey Hess | 2012-04-13 |
* | inline, trail: The pagenames parameter is now a list of absolute pagenames, n... | Joey Hess | 2012-04-08 |
* | remove: Support removing of pages in the transient underlay. (smcv) | Joey Hess | 2012-04-08 |
* | rename: Allow rename to be started not from the edit page; return to the rena... | Joey Hess | 2012-04-05 |
* | typo | Joey Hess | 2012-04-04 |
* | httpauth: When it's the only auth method, avoid a pointless and confusing sig... | Joey Hess | 2012-04-04 |
* | passwordauth: Fix url in password recovery email to be absolute.•••This got broken when cgiurl began often returning a relative url.
Added a cgiurl_abs for the things that need a guaranteed absolute cgiurl.
| Joey Hess | 2012-04-02 |