Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-03-08 | Dump untested updates so that others can have a look (I wont have time for a ↵ | http://www.cse.unsw.edu.au/~willu/ | |
few weeks). | |||
2009-03-09 | po: fixed last unaddressed item from Joey's review, please have a look | intrigeri | |
Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2009-03-08 | add news item for ikiwiki 3.07 | Joey Hess | |
2009-03-08 | releasing version 3.07 | Joey Hess | |
2009-03-08 | When loading a template in scan mode, let preprocess know it only needs to scan. | Joey Hess | |
This makes wikis such as zack's much faster in the scan pass. In that pass, when a template contains an inline, there is no reason to process the entire inline and all its pages. I'd forgotten to pass along the flag to let preprocess() know it was in scan mode, leading to much unncessary churning. | |||
2009-03-08 | avoid potential infinite loop in smiley expansion | Joey Hess | |
- In 3.05, ikiwiki began expanding templates in scan mode, for annoying, expensive, but ultimatly necessary reasons of correctness. - Smiley processing has a bug: It inserts a span for the smiley, and then continues searching forward in the content for more, starting at $end_of_smiley+1. Which means it searches for smilies in the span too! And if it somehow finds one, we get an infinite loop here. - This bug can, probably, only be tickled if a htmllink to show the smiley fails, because the smiley file doesn't exist, or because ikiwiki doesn't know about it. In that case, a link will be inserted to _create_ the missing page, and that link will include the smiley inside the <a></a>. - When a template is expanded in scan mode, and it contains an inline, the sanitize hook is run during scan mode, which never happened before. That causes the smiley processor to run, before ikiwiki is, necessarily, aware that all the smiley files exist (depending on scan order). So it inserts creation links for them, and triggers the bug. I've put in the simple fix of jumping forward past the inserted span, and it does fix the problem. I will need to look in a bit more detail into why an inline nested inside a template is fully expanded during the scan pass -- that really shouldn't be necessary, and it makes things much slower than they need to be. | |||
2009-03-08 | fix doc, prefix directives have been default for a while | Joey Hess | |
2009-03-08 | configure wmd to leave text in markdown | Joey Hess | |
2009-03-08 | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | |
Conflicts: doc/todo/mdwn_preview.mdwn | |||
2009-03-08 | details | intrigeri | |
2009-03-08 | implemented Joey's solution | intrigeri | |
2009-03-08 | License grant for my code. And note that I'll look at a more advanced ↵ | http://www.cse.unsw.edu.au/~willu/ | |
version when I get time. | |||
2009-03-07 | bug | Joey Hess | |
2009-03-07 | another thought | Joey Hess | |
2009-03-07 | remove patch, and more comments | Joey Hess | |
2009-03-07 | look for wmd/wmd.js | Joey Hess | |
This means that the underlay needs to have a wmd/wmd/wmd.js, which is a trifle weird, but it isolates all the wmd stuff in a single wmd subdirectory of the built wiki. The wmd/images creating a toplevel images directory was particularly bad. | |||
2009-03-07 | update, add some examples | Joey Hess | |
2009-03-07 | wmd stuff | Joey Hess | |
2009-03-07 | make wmd comment support comment editing (I think) | Joey Hess | |
2009-03-07 | forgot to add wmd tag here | Joey Hess | |
2009-03-07 | wmd copyright? | Joey Hess | |
2009-03-07 | question | Joey Hess | |
2009-03-07 | note that a wmd plugin has appeared | Joey Hess | |
2009-03-07 | point at wmd plugin | Joey Hess | |
2009-03-07 | comments | Joey Hess | |
2009-03-07 | rebuild not needed | Joey Hess | |
This plugin only affects the page edit, not the compiled wiki. | |||
2009-03-07 | wmd plugin from willu | Joey Hess | |
2009-03-06 | Updated French translation (Jean-Luc Coulon). Closes: #518510 | Joey Hess | |
2009-03-06 | Note another issue with the basic plugin. | http://www.cse.unsw.edu.au/~willu/ | |
2009-03-06 | Add patch for WMD plugin. This new plugin adds live preview and text ↵ | http://www.cse.unsw.edu.au/~willu/ | |
controls to ikiwiki edit pages. | |||
2009-03-05 | (no commit message) | https://launchpad.net/~jelmer | |
2009-03-05 | Updated German translation (Kai Wasserbäch). Closes: #518377 | Joey Hess | |
2009-03-04 | Notes that the wikiwyg plugin link is broken, and more. | http://www.cse.unsw.edu.au/~willu/ | |
2009-03-04 | response | Joey Hess | |
2009-03-04 | that's wikiwyg | Joey Hess | |
close as dup todo | |||
2009-03-04 | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | |
2009-03-04 | (no commit message) | http://liw.fi/ | |
2009-03-04 | typo and typography | PaulePanter | |
2009-03-03 | (no commit message) | http://sarin.myopenid.com/ | |
2009-03-03 | updated spanish translation | Víctor Moral | |
2009-03-02 | (no commit message) | http://electropo.mp/ | |
2009-03-01 | add news item for ikiwiki 3.06 | Joey Hess | |
2009-03-01 | releasing version 3.06 | Joey Hess | |
2009-03-01 | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | |
2009-03-01 | Setup automator: Fix bug in password comparison. Closes: #517654 | Joey Hess | |
2009-02-28 | Adding bzed.de to ikiwikiusers | bzed | |
2009-02-28 | Add my blog. | http://per.bothner.myopenid.com/ | |
2009-02-27 | (no commit message) | http://zwol.livejournal.com/ | |
2009-02-27 | (no commit message) | http://zwol.livejournal.com/ | |
2009-02-27 | add news item for ikiwiki 3.05 | Joey Hess | |