aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* newsSimon McVittie2014-10-17
|
* Merge remote-tracking branch 'refs/remotes/dgit/dgit/sid'Simon McVittie2014-10-17
|\
| * Record ikiwiki (3.20140916) in archive suite sidSimon McVittie2014-09-12
| |\
| | * ikiwiki (3.20140916) unstable; urgency=lowSimon McVittie2014-09-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Don't double-decode CGI submissions with Encode.pm >= 2.53, fixing "Error: Cannot decode string with wide characters". Thanks, Antoine Beaupré * Avoid making trails depend on everything in the wiki by giving them a better way to sort the pages * Don't let users post comments that won't be displayed * Fix encoding of Unicode strings in Python plugins. Thanks, chrysn * Improve performance and correctness of the [[!if]] directive * Let [[!inline rootpage=foo postform=no]] disable the posting form * Switch default [[!man]] shortcut to manpages.debian.org. Closes: #700322 * Add UUID and TIME variables to edittemplate. Closes: #752827 Thanks, Jonathon Anderson * Display pages in linkmaps as their pagetitle (no underscore escapes). Thanks, chrysn * Fix aspect ratio when scaling small images, and add support for converting SVG and PDF graphics to PNG. Thanks, chrysn - 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 * In the CGI wrapper, incorporate $config{ENV} into the environment before executing Perl code, so that PERL5LIB can point to a non-system-wide installation of IkiWiki. Thanks, Lafayette Chamber Singers Webmaster * filecheck: accept MIME types not containing ';' * autoindex: index files in underlays if the resulting pages aren't going to be committed. Closes: #611068 * Add [[!templatebody]] directive so template pages don't have to be simultaneously a valid template and valid HTML * Add myself to Uploaders and release to Debian # imported from the archive
* | releaseSimon McVittie2014-10-16
| |
* | debian: fix some wrong paths in the copyright fileSimon McVittie2014-10-16
| |
* | debian: rename debian/link to debian/links so the intended symlinks appearSimon McVittie2014-10-16
| |
* | close a bugSimon McVittie2014-10-16
| |
* | Drop unused python-support dependencySimon McVittie2014-10-16
| |
* | changelog so farSimon McVittie2014-10-16
| |
* | build-depend on libcgi-pm-perl too, for testsSimon McVittie2014-10-16
| |
* | Explicitly depend on CGI.pm, which is no longer in Perl coreSimon McVittie2014-10-16
| | | | | | | | | | 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.
* | IkiWiki::Plugin::openid: as a precaution, do not call non-coderefsAmitai Schlair2014-10-16
| | | | | | | | | | | | | | | | We're running under "use strict" here, so if CGI->param's array-context misbehaviour passes an extra non-ref parameter, it shouldn't be executed anyway... but it's as well to be safe. [commit message added by smcv]
* | Call CGI->param_fetch instead of CGI->param in array contextAmitai Schlair2014-10-16
| | | | | | | | | | | | | | | | | | | | | | | | | | CGI->param has the misfeature that it is context-sensitive, and in particular can expand to more than one scalar in function calls. This led to a security vulnerability in Bugzilla, and recent versions of CGI.pm will warn when it is used in this way. In the situations where we do want to cope with more than one parameter of the same name, CGI->param_fetch (which always returns an array-reference) makes the intention clearer. [commit message added by smcv]
* | Make sure we do not pass multiple CGI parameters in function callsSimon McVittie2014-10-16
| | | | | | | | | | | | | | | | | | | | | | When CGI->param is called in list context, such as in function parameters, it expands to all the potentially multiple values of the parameter: for instance, if we parse query string a=b&a=c&d=e and call func($cgi->param('a')), that's equivalent to func('b', 'c'). Most of the functions we're calling do not expect that. I do not believe this is an exploitable security vulnerability in ikiwiki, but it was exploitable in Bugzilla.
* | Added a comment: It was an Apache problem...https://www.google.com/accounts/o8/id?id=AItOawk8U772S3jDrZJCO0WA5WaDLjJv5mMl6Yw2014-10-16
| |
* | branchsmcv2014-10-16
| |
* | commentsmcv2014-10-16
| |
* | Replace PayPal and Flattr buttons with text linksSimon McVittie2014-10-16
| | | | | | | | | | | | In particular, this avoids loading third-party resources from the offline documentation (see <https://lintian.debian.org/tags/privacy-breach-donation.html>).
* | mention pagespec_alias patcheshttp://anastigmatix.net/2014-10-15
| |
* | Added a commentsmcv2014-10-15
| |
* | Added a commentsmcv2014-10-15
| |
* | Added a commentopenmedi2014-10-15
| |
* | Added a commenthttps://www.google.com/accounts/o8/id?id=AItOawlcaGfdn9Kye1Gc8aGb67PDVQW4mKbQD7E2014-10-15
| |
* | Added a commentopenmedi2014-10-15
| |
* | (no commit message)https://www.google.com/accounts/o8/id?id=AItOawmbuZI4n1RsTe3Yeaqb5F-yhtR7a8BWEIE2014-10-15
| |
* | as usual, macports hasn't movedAmitai Schlair2014-10-14
| |
* | Added a commenthttps://www.google.com/accounts/o8/id?id=AItOawlcaGfdn9Kye1Gc8aGb67PDVQW4mKbQD7E2014-10-14
| |
* | (no commit message)https://www.google.com/accounts/o8/id?id=AItOawlobQ5j7hQVIGkwMWW3yKB_DWqthJcpnsQ2014-10-14
| |
* | Added a commenthttps://www.google.com/accounts/o8/id?id=AItOawlcaGfdn9Kye1Gc8aGb67PDVQW4mKbQD7E2014-10-14
| |
* | one report suffices; not yet clear there's a bugAmitai Schlair2014-10-14
| |
* | (no commit message)https://www.google.com/accounts/o8/id?id=AItOawk8U772S3jDrZJCO0WA5WaDLjJv5mMl6Yw2014-10-14
| |
* | (no commit message)https://www.google.com/accounts/o8/id?id=AItOawk8U772S3jDrZJCO0WA5WaDLjJv5mMl6Yw2014-10-14
| |
* | clarifyAmitai Schlair2014-10-13
| |
* | findings and questionsAmitai Schlair2014-10-13
| |
* | Do not pass ignored sid parameter to checksessionexpirySimon McVittie2014-10-12
| | | | | | | | | | | | | | | | checksessionexpiry's signature changed from (CGI::Session, CGI->param('sid')) to (CGI, CGI::Session) in commit 985b229b, but editpage still passed the sid as a useless third parameter, and this was later cargo-culted into remove, rename and recentchanges.
* | comments: don't log remote IP address for signed-in usersSimon McVittie2014-10-12
| | | | | | | | | | | | | | The intention was that signed-in users (for instance via httpauth, passwordauth or openid) are already adequately identified, but there's nothing to indicate who an anonymous commenter is unless their IP address is recorded.
* | google search plugin: use https for the searchSimon McVittie2014-10-12
| |
* | default User-Agent changedsmcv2014-10-12
| |
* | Set default User-Agent to something that doesn't mention libwww-perlSimon McVittie2014-10-12
| | | | | | | | | | | | | | | | | | It appears that both the open-source and proprietary rulesets for ModSecurity default to blacklisting requests that say they are from libwww-perl, presumably because some script kiddies use libwww-perl and are too inept to set a User-Agent that is "too big to blacklist", like Chrome or the iPhone browser or something. This seems doomed to failure but whatever.
* | removedsmcv2014-10-12
| |
* | Added a commentsmcv2014-10-12
| |
* | help Markdown make a listAmitai Schlair2014-10-12
| |
* | Added a comment: fixed in a recent release, I thinkhttps://www.google.com/accounts/o8/id?id=AItOawlcaGfdn9Kye1Gc8aGb67PDVQW4mKbQD7E2014-10-12
| |
* | (no commit message)openmedi2014-10-12
| |
* | Replace shebang paths with the build-time $(PERL).Amitai Schlair2014-10-12
| | | | | | | | | | | | On non-Debian systems, /usr/bin/perl might not be the best available Perl interpreter. Use whichever perl was used to run Makefile.PL, unless it was "/usr/bin/perl", in which case there's nothing to do.
* | Extract test subs for each site. No change meant.Amitai Schlair2014-10-12
| |
* | Extract run_cgi(). No functional change intended.Amitai Schlair2014-10-12
| |
* | Extract check_generated_content(). Same output.Amitai Schlair2014-10-11
| |
* | Extract check_cgi_mode_bits(). No change intended.Amitai Schlair2014-10-10
| |