aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* tag as reviewedsmcv2019-02-03
|
* respondsmcv2019-02-03
|
* Exclude reviewed patches from this listsmcv2019-02-03
|
* closeSimon McVittie2019-02-03
|
* append javascript after CSSAntoine Beaupré2019-02-03
| | | | | | | | | | | | | | Javascript resources should be presented to browsers after CSS, and "after the fold" (ATF) according to the best practices: https://developers.google.com/speed/docs/insights/mobile#PutStylesBeforeScripts This change allows the browser to download Javascript files in parallel, by including Javascript on the *closing* </body> tag instead of the opening tag. We also improve the regex to tolerate spaces before the body tag, as some templates have (proper) indentation for the tag.
* Remove unreachable git repositoriesSimon McVittie2019-02-03
| | | | Signed-off-by: Simon McVittie <smcv@debian.org>
* Mark as appliedSimon McVittie2019-02-03
| | | | Signed-off-by: Simon McVittie <smcv@debian.org>
* remove the "add comment" button from printed mediaAntoine Beaupré2019-02-03
|
* Add a missing changelog entry.Amitai Schleier2019-02-03
|
* Update changelogSimon McVittie2019-02-03
| | | | Signed-off-by: Simon McVittie <smcv@debian.org>
* Allow Breezy as alternative to Bazaar.Jelmer Vernooij2019-02-03
| | | | (cherry picked from commit a07f048d9fc99928ebbb74b34f5d1932ff3d7884)
* comments.t: Assert that comments get permalink metadataSimon McVittie2019-02-03
| | | | Signed-off-by: Simon McVittie <smcv@debian.org>
* comments.t: Exercise post-2009 comment namingSimon McVittie2019-02-03
| | | | | | Since commit 6af6c89d, comments are in files whose names contain a hash. Signed-off-by: Simon McVittie <smcv@debian.org>
* old regexp would have failed for old comment page namessmcv2019-02-03
|
* git-cgi.t: Exercise an alphanumeric, but non-ASCII, root pageSimon McVittie2019-02-03
| | | | | | | | | | | | | My previous attempt to reproduce this bug used a non-alphanumeric ASCII character. This is not currently considered to be a valid value for rootpage, although for a "do what I mean" approach, perhaps we should accept it and pass it through titlepage() or linkpage(). Using Chinese characters (which are considered to match [[:alnum:]] even though the Chinese script is not, strictly speaking, an alphabet), as in the original bug report, reproduces the bug. Signed-off-by: Simon McVittie <smcv@debian.org>
* Fix inline plugin for non-ASCII rootpageFeng Shu2019-02-03
|
* t: Exercise Chinese and Cyrillic page titlesSimon McVittie2019-02-03
| | | | Signed-off-by: Simon McVittie <smcv@debian.org>
* trail: Allow unescaped punctuation in pagenamesSimon McVittie2019-02-03
| | | | | | | By processing the pagenames through linkpage, we let users specify page names that contain non-alphanumerics in a more natural way. Signed-off-by: Simon McVittie <smcv@debian.org>
* trail.t: Exercise numeric escapes in pagenames parameterSimon McVittie2019-02-03
| | | | Signed-off-by: Simon McVittie <smcv@debian.org>
* linkpage.t: Assert we can link to pages with literal underscoreSimon McVittie2019-02-03
| | | | Signed-off-by: Simon McVittie <smcv@debian.org>
* t: Consistently remove temp directory before testing, not afterSimon McVittie2019-02-03
| | | | | | When a test fails, it's useful to be able to inspect the output. Signed-off-by: Simon McVittie <smcv@debian.org>
* build: Add `make reset-generated`Simon McVittie2019-02-03
| | | | Signed-off-by: Simon McVittie <smcv@debian.org>
* pagetitle.t, linkpage.t, titlepage.t: Exercise Unicode moreSimon McVittie2019-02-03
| | | | Signed-off-by: Simon McVittie <smcv@debian.org>
* link to recently-added testssmcv2019-01-31
|
* I'm confused about what the bug is, and what's being fixed. Can you give a ↵smcv2019-01-31
| | | | complete test or example?
* close bugSimon McVittie2019-01-31
|
* Update changelogSimon McVittie2019-01-31
|
* Add a simple test for non-ASCII in tablesSimon McVittie2019-01-31
| | | | Signed-off-by: Simon McVittie <smcv@debian.org>
* Fix table plugin can handle UTF-8 csv formatFeng Shu2019-01-31
|
* respondSimon McVittie2019-01-31
|
* Fix syntax and escapingSimon McVittie2019-01-31
|
* git-cgi.t: Add a failing test for a blog with a non-ASCII rootpageSimon McVittie2019-01-31
| | | | | | | | This is one of several possible bug reports on "doc/bugs/About %2F problem" (I'm not sure what the actual bug being reported is). Signed-off-by: Simon McVittie <smcv@debian.org>
* git-cgi.t: Add a simple test for blog posts from a root pageSimon McVittie2019-01-31
| | | | | | This is the working base case for "doc/bugs/About %2F problem". Signed-off-by: Simon McVittie <smcv@debian.org>
* git-cgi.t: Print query string as a TAP diagnosticSimon McVittie2019-01-31
| | | | Signed-off-by: Simon McVittie <smcv@debian.org>
* Reset examplesmcv2019-01-31
| | | | This reverts commit 0b53772b99248d2868fac688cdaa227ad61ac08e
* inline is another option of courseanarcat2019-01-30
|
* show tagging exampleanarcat2019-01-30
|
* link to the map plugin, which i find more useful to show tagged pagesanarcat2019-01-30
|
* (no commit message)dorondd@5f188d26a5727578cbe5901372cc69f1664a852b2019-01-23
|
* followupJoey Hess2019-01-21
|
* fix permalink to commentsJoey Hess2019-01-21
| | | | This commit was sponsored by Thomas May.
* Merge branch 'master' of ssh://git.ikiwiki.infoJoey Hess2019-01-21
|\
| * (no commit message)ntntnt2019-01-21
| |
| * User link and description changedJens2019-01-17
| |
* | bug reportJoey Hess2019-01-21
|/
* markdown backquoteshttps://sonata-green.dreamwidth.org/2018-12-24
|
* (no commit message)ALEXEIDZ2018-12-16
|
* (no commit message)ALEXEIDZ2018-12-16
|
* followupJoey Hess2018-12-12
|
* (no commit message)xuqi2018-12-10
|