Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | heh, MOM wants you | Joey Hess | 2015-01-25 |
| | |||
* | Fix NULL ptr deref on ENOMOM in wrapper. (Thanks, igli) | Joey Hess | 2015-01-25 |
| | | | | Probably not exploitable, but who knows.. | ||
* | release | Simon McVittie | 2015-01-07 |
| | |||
* | close debian bug I opened about blogspam | Joey Hess | 2015-01-02 |
| | |||
* | Update blogspam to the 2.0 API. | Amitai Schlair | 2015-01-02 |
| | |||
* | po: If msgmerge falls over on a problem po file, print a warning message, ↵ | Joey Hess | 2014-12-30 |
| | | | | but don't let this problem crash ikiwiki entirely. | ||
* | Changelog the $(MAKE) patch. | Amitai Schlair | 2014-12-27 |
| | |||
* | changelog, close bug | Simon McVittie | 2014-12-09 |
| | |||
* | changelog and NEWS entry for responsive layout | Simon McVittie | 2014-12-01 |
| | |||
* | core: generate HTML5 by default, but keep avoiding new elements like ↵ | Simon McVittie | 2014-11-26 |
| | | | | <section> that require specific browser support unless html5 is set to 1. | ||
* | search: add more classes as a hook for CSS. Thanks, sajolida | Simon McVittie | 2014-11-26 |
| | |||
* | calendar: add calendar_autocreate option, with which "ikiwiki --refresh" can ↵ | Simon McVittie | 2014-11-26 |
| | | | | mostly supersede the ikiwiki-calendar command. Thanks, Louis Paternault | ||
* | Set Debian package maintainer to Simon McVittie as I'm retiring from Debian. | Joey Hess | 2014-11-08 |
| | |||
* | openid: Stop suppressing the email field on the Preferences page. | Joey Hess | 2014-11-06 |
| | | | | | This is needed for notifyemail, and not all openid providers report an email address, or necessarily the one the user wants to get email. | ||
* | Add missing build-depends on libcgi-formbuilder-perl, needed for t/relativity.t | Joey Hess | 2014-10-20 |
| | |||
* | add ikiwiki-comment program | Joey Hess | 2014-10-20 |
| | |||
* | release | Simon McVittie | 2014-10-16 |
| | |||
* | debian: fix some wrong paths in the copyright file | Simon McVittie | 2014-10-16 |
| | |||
* | debian: rename debian/link to debian/links so the intended symlinks appear | Simon McVittie | 2014-10-16 |
| | |||
* | close a bug | Simon McVittie | 2014-10-16 |
| | |||
* | Drop unused python-support dependency | Simon McVittie | 2014-10-16 |
| | |||
* | changelog so far | Simon McVittie | 2014-10-16 |
| | |||
* | Fix crash that can occur when only_committed_changes is set and a file is ↵ | Joey Hess | 2014-09-26 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | deleted from the underlay. srcfile_stat got called on a file from the underlay that no longer existed. I am not 100% sure of the circumstances of that; I was able to reproduce the bug but neglected to snapshot the tree, and then accidentially got it to stop crashing. I know that a transient tag page got deleted using the web interface to trigger the crash. It seems that process_changed_files must have returned the file, despite it being deleted. And since the file was not checked into git, it seems it must have not been included in @IkiWiki::underlayfiles, which would have caused process_changed_files to not return it. I do not know why a transient tag page would not be in @IkiWiki::underlayfiles. There is a bug here that I don't understand. This is just a workaround -- run srcfile_stat such that it won't crash, and if it is unable to stat a file, find_changed knows it's not changed, so it's ok to skip it. Also made find_new_files run srcfile_stat such that it won't crash, just because I was there. | ||
* | Build-depend on libmagickcore-6.q16-2-extra | libmagickcore-extra so we can ↵ | Simon McVittie | 2014-09-16 |
| | | | | thumbnail SVGs in the docwiki | ||
* | Add myself to Uploaders and release to Debian | Simon McVittie | 2014-09-16 |
| | |||
* | Add package dependencies for scalable img support | Simon McVittie | 2014-09-16 |
| | | | | | | - suggest ghostscript (required for PDF-to-PNG thumbnailing) and libmagickcore-extra (required for SVG-to-PNG thumbnailing) - build-depend on ghostscript so the test for scalable images can be run | ||
* | changelog, close bugs | Simon McVittie | 2014-09-15 |
| | |||
* | changelog, close bug | Simon McVittie | 2014-09-15 |
| | |||
* | changelog, close bug | Simon McVittie | 2014-09-15 |
| | |||
* | write changelog, close bug | Simon McVittie | 2014-09-15 |
| | |||
* | more bug-closing | Simon McVittie | 2014-09-12 |
| | |||
* | more changelog and bug-closing | Simon McVittie | 2014-09-12 |
| | |||
* | changelog/close bugs | Simon McVittie | 2014-09-12 |
| | |||
* | prep release | Joey Hess | 2014-08-31 |
| | |||
* | Make --no-gettime work in initial build. Closes: #755075 | Joey Hess | 2014-08-28 |
| | |||
* | typo | Joey Hess | 2014-08-15 |
| | |||
* | prep release | Joey Hess | 2014-08-15 |
| | |||
* | close | Joey Hess | 2014-08-15 |
| | |||
* | Add google back to openid selector. Apparently this has gotten a stay of ↵ | Joey Hess | 2014-07-03 |
| | | | | execution until April 2015. (It may continue to work until 2017.) | ||
* | prep release | Joey Hess | 2014-06-13 |
| | |||
* | Remove google from openid selector, per http://xkcd.com/1361/ | Joey Hess | 2014-04-29 |
| | | | | Replace with Verisign's openid provider. | ||
* | only_committed_changes could fail in a git repository merged with git merge ↵ | Joey Hess | 2014-04-05 |
| | | | | -s ours. | ||
* | prep release | Joey Hess | 2014-02-27 |
| | |||
* | python proxy: Avoid utf-8 related crash. Thanks, Antoine Beaupré | Joey Hess | 2014-02-25 |
| | |||
* | Improve templates testing. Thanks, smcv | Joey Hess | 2014-02-23 |
| | |||
* | patchmeister | Joey Hess | 2014-02-23 |
| | |||
* | Cleanup of the openid login widget, including replacing of hotlinked images ↵ | Joey Hess | 2014-02-23 |
| | | | | from openid providers with embedded, freely licensed artwork. Thanks, smcv | ||
* | Deal with nasty issue with gettext clobbering $@ while printing error ↵ | Joey Hess | 2014-02-23 |
| | | | | message containing it. Thanks, smcv | ||
* | git: Explicity push master branch, as will be needed by git 2.0's change to ↵ | Joey Hess | 2014-02-23 |
| | | | | push.default=matching by default. Thanks, smcv | ||
* | git diffurl: Do not escape / in paths to changed files, in order to ↵ | Joey Hess | 2014-02-23 |
| | | | | interoperate with cgit (gitweb works either way) Thanks, intrigeri. |