| Commit message (Expand) | Author | Age |
* | When openid and passwordauth are the only enabled auth plugins, make the open... | Joey Hess | 2015-05-13 |
* | Re-remove google from openid selector; their openid provider is gone for good. | Joey Hess | 2015-04-28 |
* | release 3.20150329 | Simon McVittie | 2015-03-29 |
* | Fix XSS in openid selector. Thanks, Raghav Bisht. | Joey Hess | 2015-03-27 |
* | remove announcedir target•••only I use this, and I moved it to my mrconfig
| Joey Hess | 2015-03-14 |
* | t/inline.t: accept translations of "Add a new post titled:" (Closes: #779365) | Simon McVittie | 2015-03-01 |
* | Standardize on --long-option instead of -long-option•••[[forum/refresh_and_setup]] indicates some confusion between --setup
and -setup. Both work, but it's clearer if we stick to one in
documentation and code.
A 2012 commit to [[plugins/theme]] claims that "-setup" is required
and "--setup" won't work, but I cannot find any evidence in ikiwiki's
source code that this has ever been the case.
| Simon McVittie | 2015-03-01 |
* | If neither timezone nor TZ is set, set both to :/etc/localtime if we're on a ... | Simon McVittie | 2015-03-01 |
* | changelog | Simon McVittie | 2015-03-01 |
* | heh, MOM wants you | Joey Hess | 2015-01-25 |
* | Fix NULL ptr deref on ENOMOM in wrapper. (Thanks, igli)•••Probably not exploitable, but who knows..
| Joey Hess | 2015-01-25 |
* | 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, but... | Joey Hess | 2014-12-30 |
* | 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 <section... | Simon McVittie | 2014-11-26 |
* | Merge branch 'ready/html5' | Simon McVittie | 2014-11-26 |
|\ |
|
| * | Always produce HTML5 doctype and new attributes, but not new elements•••According to caniuse.com, a significant fraction of Web users are
still using Internet Explorer versions that do not support HTML5
sectioning elements. However, claiming we're XHTML 1.0 Strict
means we can't use features invented in the last 12 years, even if
they degrade gracefully in older browsers (like the role and placeholder
attributes).
This means our output is no longer valid according to any particular
DTD. Real browsers and other non-validator user-agents have never
cared about DTD compliance anyway, so I don't think this is a real loss.
| Simon McVittie | 2014-10-16 |
* | | 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 |
* | | 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.•••This is needed for notifyemail, and not all openid providers report an
email address, or necessarily the one the user wants to get email.
| Joey Hess | 2014-11-06 |
* | | 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 |
* | | Disambiguate myself a bit (like that's needed). | Amitai Schlair | 2014-10-16 |
* | | 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 |
* | | build-depend on libcgi-pm-perl too, for tests | Simon McVittie | 2014-10-16 |
* | | Explicitly depend on CGI.pm, which is no longer in Perl core•••I was going to depend on the version that has CGI->param_fetch,
but that has been supported since 2.37, which is older than oldstable.
| Simon McVittie | 2014-10-16 |
|/ |
|
* | Replace PayPal and Flattr buttons with text links•••In particular, this avoids loading third-party resources from the
offline documentation (see
<https://lintian.debian.org/tags/privacy-breach-donation.html>).
| Simon McVittie | 2014-10-16 |
* | Fix crash that can occur when only_committed_changes is set and a file is del...•••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.
| Joey Hess | 2014-09-26 |
* | Build-depend on libmagickcore-6.q16-2-extra | libmagickcore-extra so we can t... | Simon McVittie | 2014-09-16 |
* | Add myself to Uploaders and release to Debian | Simon McVittie | 2014-09-16 |
* | Add package dependencies for scalable img support•••- 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
| Simon McVittie | 2014-09-16 |
* | 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 |