aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* releasing version 3.20120115Joey Hess2012-01-15
|
* attachment: Fix utf-8 display bug.Joey Hess2012-01-15
|
* Merge branch 'master' of ssh://git.ikiwiki.infoJoey Hess2012-01-15
|\
| * Added a commenthttps://www.google.com/accounts/o8/id?id=AItOawkr8GVPw30JBR34Btg-SKcS8gxEf7zpSJQ2012-01-14
| |
| * Added a commenthttps://www.google.com/accounts/o8/id?id=AItOawkr8GVPw30JBR34Btg-SKcS8gxEf7zpSJQ2012-01-13
| |
| * (no commit message)https://www.google.com/accounts/o8/id?id=AItOawlxhTpXjVrFtgk7H7La4U7dZSob-r0680U2012-01-13
| |
| * Added a commenthttp://kerravonsen.dreamwidth.org/2012-01-13
| |
| * removedhttp://kerravonsen.dreamwidth.org/2012-01-13
| |
| * Added a commenthttp://kerravonsen.dreamwidth.org/2012-01-13
| |
* | releasing version 3.20120115Joey Hess2012-01-15
| |
* | Workaround discount's eliding of <style> blocks.Joey Hess2012-01-15
|/
* (no commit message)https://www.google.com/accounts/o8/id?id=AItOawkr8GVPw30JBR34Btg-SKcS8gxEf7zpSJQ2012-01-13
|
* (no commit message)https://www.google.com/accounts/o8/id?id=AItOawkr8GVPw30JBR34Btg-SKcS8gxEf7zpSJQ2012-01-13
|
* Added a commenthttp://joey.kitenet.net/2012-01-13
|
* Make backlink(.) work. Thanks, Giuseppe Bilotta.Joey Hess2012-01-13
|
* backlink(.) should behave like backlink(<current page>)Giuseppe Bilotta2012-01-13
| | | | | | | | Since commit c4d4cad3befbbd444d094cbeb0b6ebba3910a025, the single dot in a pagespec can be used to mean the current page. While this worked correctly in link() it didn't work in backlink(). Fix this by explicitly checking the testpage in backlink against . and replacing it with the current location if necessary.
* Propose patch to fix backlink(.)Giuseppe Bilotta2012-01-13
|
* (no commit message)smv2012-01-12
|
* (no commit message)https://www.google.com/accounts/o8/id?id=AItOawmKyeW2G4jjSdnL1m6kPPtAiGFUBsnYCfY2012-01-11
|
* simplify bug reportJon Dowland2012-01-11
|
* test doesn't work live. damnit. try varying pagespecJon Dowland2012-01-11
|
* backlink(.) doesn't workJon Dowland2012-01-11
|
* new forum post about search in attachmentsJavier Rojas2012-01-10
|
* add news item for ikiwiki 3.20120109Joey Hess2012-01-09
|
* releasing version 3.20120109Joey Hess2012-01-09
|
* Merge branch 'master' of ssh://git.ikiwiki.infoJoey Hess2012-01-09
|\
| * thankshttp://kerravonsen.dreamwidth.org/2012-01-08
| |
| * repoint git branches and websiteAmitai Schlair2012-01-08
| |
| * Merge branch 'master', remote-tracking branch 'joey/master'Amitai Schlair2012-01-08
| |
| * fix link to wiki.openbsd.ruhttps://www.google.com/accounts/o8/id?id=AItOawm5_tJrXPmX2LfWJ2KKt_2YsHzyd8UKv4o2012-01-08
| |
| * add russian openbsd.ru wikihttps://www.google.com/accounts/o8/id?id=AItOawm5_tJrXPmX2LfWJ2KKt_2YsHzyd8UKv4o2012-01-08
| |
| * third-person or bustAmitai Schlair2012-01-08
| |
| * wrap linesAmitai Schlair2012-01-08
| |
| * fix the urls again againhttps://id.koumbit.net/anarcat2012-01-06
| |
| * really fix those urlshttps://id.koumbit.net/anarcat2012-01-06
| |
| * fix my urlshttps://id.koumbit.net/anarcat2012-01-06
| |
| * fix urlshttps://id.koumbit.net/anarcat2012-01-06
| |
| * (no commit message)sajolida2012-01-04
| |
| * Added a commentdave2012-01-04
| |
* | correctionJoey Hess2012-01-04
|/
* On Debian, depend on libtext-markdown-discount.Joey Hess2012-01-03
|
* Added a commenthttp://smcv.pseudorandom.co.uk/2012-01-03
|
* (no commit message)dave2012-01-02
|
* switch bundle to discount, and mention it in installJoey Hess2012-01-01
|
* updateJoey Hess2012-01-01
|
* workaround a bug in the discount perl bindingJoey Hess2012-01-01
| | | | | Empty input, or input consisting soley of whitespace caused an uninitialized value warning.
* fix test suite to work with discountJoey Hess2012-01-01
| | | | | | | | | In the first test, discount returns the html attributes in a different order, which broke the test. Test only for the important text, not the exact html output. In the second test, discount does some encoding of its own of the partially encoded url, again resulting in different output.
* discount supportJoey Hess2012-01-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mdwn: Can use the discount markdown library, via the Text::Markdown::Discount perl module. This is preferred if available since it's the fastest currently supported markdown library, speeding up markdown rendering by a factor of 40. That is to say, when only rendering a lot of markdown, discount is 40x faster. When building a ikiwiki site, ikiwiki's other overhead gets in the way, but I still see significant speedups. Building the ikiwiki docwiki dropped from 62 to 45 seconds, for example. However, when multimarkdown is enabled, Text::Markdown::Multimarkdown is still used. While discount contains some nonstandard markdown extensions, including tables and footnotes, AFAICS most of them are not enabled by default in the perl bindings. I consider sticking to non-extended markdown a desirable thing, since this is probably not the last markdown engine. In particular, sundown is waiting in the wings to get packaged and get a perl binding. ---- Reviewing all the showdown extensions, here are the ones that are enabled: centered paragraphs: ->centered<- image sizes: [dust mite](http://dust.mite =150x150) <style>..</style> blocks are eaten. The perl binding does not provide access to the gathered CSS. This is not legal html anyway, so unlikely to cause breakage.
* Added a commenthttp://joey.kitenet.net/2011-12-30
|
* (no commit message)https://www.google.com/accounts/o8/id?id=AItOawnZ0g2UAijV7RGrKtWPljCCAYHBJ3pwPvM2011-12-30
|