aboutsummaryrefslogtreecommitdiff
path: root/debian
Commit message (Expand)AuthorAge
* Add google back to openid selector. Apparently this has gotten a stay of exec...Joey Hess2014-07-03
* prep releaseJoey Hess2014-06-13
* Remove google from openid selector, per http://xkcd.com/1361/•••Replace with Verisign's openid provider. Joey Hess2014-04-29
* only_committed_changes could fail in a git repository merged with git merge -...Joey Hess2014-04-05
* prep releaseJoey Hess2014-02-27
* python proxy: Avoid utf-8 related crash. Thanks, Antoine BeaupréJoey Hess2014-02-25
* Improve templates testing. Thanks, smcvJoey Hess2014-02-23
* patchmeisterJoey Hess2014-02-23
* Cleanup of the openid login widget, including replacing of hotlinked images f...Joey Hess2014-02-23
* Merge remote-tracking branch 'remotes/smcv/ready/openid'Joey Hess2014-02-23
|\
| * Replace Verisign logo with one done in Inkscape•••Basically just U+2714 HEAVY CHECK MARK on a circle. Simon McVittie2014-02-14
| * replace AOL logo with one done in Inkscape•••Their new logotype is really, really easy to imitate. Simon McVittie2014-02-14
| * Replace Livejournal icon with something vaguely similar•••Drawn in Inkscape and released under the IkiWiki basewiki license. Simon McVittie2014-02-14
| * Replace Wordpress icon with one taken from its Debian package•••I was unable to determine a specific author or copyright holder for this icon, and listing every potential Wordpress copyright holder in debian/copyright seems ridiculous. Simon McVittie2014-02-14
| * Replace Google, Yahoo, Flickr icons with versions by Jakub Steiner•••Taken from gnome-online-accounts under LGPL-2.1+. Simon McVittie2014-02-14
* | Deal with nasty issue with gettext clobbering $@ while printing error message...Joey Hess2014-02-23
* | git: Explicity push master branch, as will be needed by git 2.0's change to p...Joey Hess2014-02-23
* | git diffurl: Do not escape / in paths to changed files, in order to interoper...Joey Hess2014-02-23
* | Allow up to 8 levels of nested directives, rather than previous 3 in directiv...Joey Hess2014-02-23
* | po: Add html_lang_code and html_lang_dir template variables for the language ...Joey Hess2014-02-23
* | changelogJoey Hess2014-02-01
|/
* prep releaseJoey Hess2014-01-25
* osm: Escape name parameter. Closes: #731797Joey Hess2014-01-15
* inline: Allow overriding the title of the feed. Closes: #735123 Thanks, Chris...Joey Hess2014-01-13
* lintianJoey Hess2014-01-02
* prep releaseJoey Hess2014-01-02
* aggregrate: Fix several bugs in handling of empty and colliding titles when g...Joey Hess2013-12-28
* style.css: Add compatability definitions for more block-level html5 elements....Joey Hess2013-12-03
* osm: Remove invalid use of charset on embedded javascript tags. Closes: #731197Joey Hess2013-12-03
* typoJoey Hess2013-11-17
* search: Added googlesearch option, which makes it search google rather than u...Joey Hess2013-11-17
* comments: Write pending moderation comments to the transient underlay to avoi...Joey Hess2013-11-17
* Added only_committed_changes config setting, which speeds up wiki refresh by ...Joey Hess2013-11-16
* Optmised loadindex by caching the page name in the index.•••I have benchmarked the pagename() call this avoids taking up to 2 seconds for a loadindex in a large wiki. The total loadindex for that wiki was 6.46s, so this is a significant improvment. Even on a smaller site, this reduces the refresh time from 1.69 to 1.52 seconds. The only breakage risk here is that pagename() can change the page name it calculates due to setup changes. But in the case of a setup change, the whole site is rebuilt. So the cached page name is not used in that case. Joey Hess2013-11-16
* Fixed unncessary tight loop hash copy in saveindex where a pointer can be use...•••I *think* this is ok, at least it results in close to the same index being saved as before. The difference is that plugins that have a pagestate of {} have that recorded this way, while with the tight loop, the key for the plugin in not copied in that case. I cannot see how this could matter. Joey Hess2013-11-16
* poll: Fix behavior of poll buttons when inlined.Joey Hess2013-11-13
* aggregate: Improve display of post author.•••The recent move of the post author to the author field is good, but with it coming after the name of the feed, it is unlikely to be visible when viewed in eg mutt. Move it to before the feed name. Joey Hess2013-09-05
* releasing package ikiwiki version 3.20130904.1Joey Hess2013-09-04
* Fix cookiejar default setting.Joey Hess2013-09-04
* releasing package ikiwiki version 3.20130904Joey Hess2013-09-04
* Fix test suite to work with perl 5.18. Closes: #719969Joey Hess2013-08-30
* Consistently configure LWP::UserAgent to allow use of http_proxy and no_proxy...Joey Hess2013-08-03
* merge schmonz/fancypodcastJoey Hess2013-07-21
* calendar: Display the popup mouseover when there is only 1 page for a given d...Joey Hess2013-07-19
* Pass --no-edit when used with git 1.7.8 and newer.•••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.) Joey Hess2013-07-10
* Deal with git behavior change in 1.7.8 and newer that broke support for commi...Joey Hess2013-07-10
* releasing version 3.20130710Joey Hess2013-07-10
* Fix crash that could occur when a needsbuild hook returned a file that does n...•••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. Joey Hess2013-07-10
* The ip() pagespec can now contain glob characters to match eg, a subnet full ...Joey Hess2013-07-08
* openid: Automatically upgrade openid_realm to https when accessed via https.Joey Hess2013-06-29