Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-12-13 | web commit by http://harningt.myopenid.com/ | Joey Hess | |
2007-12-13 | web commit by nis.martensen: Cairo is already mentioned above | Joey Hess | |
2007-12-12 | * Allow editing a page and deleting all content, while still disallowing | Joey Hess | |
creating a new page that's entirely empty. | |||
2007-12-12 | web commit by tschwinge | Joey Hess | |
2007-12-12 | web commit by tschwinge: Can't deplete page? | Joey Hess | |
2007-12-12 | add quotes | Joey Hess | |
2007-12-12 | fix | Joey Hess | |
2007-12-12 | add google search for sites powered by ikiwiki | Joey Hess | |
2007-12-12 | add awesome | Joey Hess | |
2007-12-12 | new bug I saw | Joey Hess | |
2007-12-12 | move to todo item, response | Joey Hess | |
2007-12-12 | response | Joey Hess | |
2007-12-12 | response | Joey Hess | |
2007-12-12 | add cario | Joey Hess | |
2007-12-12 | sandbox cleanup/test commit | Joey Hess | |
2007-12-12 | document prior commit | Joey Hess | |
2007-12-12 | Set page_numfeeds only if feeds are being generated | Nis Martensen | |
2007-12-12 | * shortcut: Expand %S to the raw input text, not url-encoded. | Joey Hess | |
2007-12-12 | comment | Joey Hess | |
2007-12-12 | * Htmlize parameters passed to the template preprocessor directive before | Joey Hess | |
inserting them into the html template. This ensures that markdown acts on them, even if the value is expanded inside a block-level html element in the html template. Closes: #454058 * Use a div in the note template rather than a span. | |||
2007-12-12 | followup to other question | Joey Hess | |
2007-12-12 | * Allow dashes in preprocessor directive commands, and shortcuts. | Joey Hess | |
2007-12-12 | * Avoid unnecessary stat calls to get mtime when rendering pages, use | Joey Hess | |
cached value. * Preserve input file modification times in output files. | |||
2007-12-12 | * Ensure that web edited pages always end in a newline. | Joey Hess | |
2007-12-12 | reformat | Joey Hess | |
2007-12-12 | formatting fixups | Joey Hess | |
2007-12-12 | don't duplicate code from editpage, just pull the values it sets out of the | Joey Hess | |
formbuilder object | |||
2007-12-12 | * Change formbuilder hook to not be responsible for displaying a form, | Joey Hess | |
so that more than one plugin can use this hook. I believe this is a safe change, since only passwordauth uses this hook. (If some other plugin already used it, it would have broken passwordauth!) | |||
2007-12-12 | works, but I'm not entirely happy with it yet | Joey Hess | |
It would be better if it were a formbuilder hook. But the formbuilder hook is wacked.. I may need to change how that hook works, which would mean changing the only current user of it, passwordauth). | |||
2007-12-12 | incomplate edittemplate plugin | Joey Hess | |
2007-12-11 | web commit by tschwinge: Two and a half issues. | Joey Hess | |
2007-12-10 | web commit by http://harningt.myopenid.com/: IRC discussion about usage ↵ | Joey Hess | |
semantics | |||
2007-12-10 | Merge branch 'master' of ssh://git.kitenet.net/srv/git/ikiwiki.info | Joey Hess | |
2007-12-10 | * Fix file pruning code to work if ikiwiki is run with "." as the srcdir. | Joey Hess | |
2007-12-10 | web commit from 193.205.5.2: poll vote (It's fast enough) | Joey Hess | |
2007-12-09 | Merge branch 'master' of ssh://git.kitenet.net/srv/git/ikiwiki.info | Joey Hess | |
2007-12-09 | close | Joey Hess | |
2007-12-09 | web commit from 85.25.141.60: poll vote (It's fast enough) | Joey Hess | |
2007-12-09 | reorg | Joey Hess | |
2007-12-09 | remove test code | Joey Hess | |
2007-12-08 | logic fix | Joey Hess | |
2007-12-08 | * The calendar plugin stores state about when it needs to be updated, | Joey Hess | |
and forces rebuilds of the pages that contain calendars. So running ikiwiki --refresh at midnight is now enough, no need for a full wiki rebuild each midnight. * calendar: Work around block html parsing bug in markdown 1.0.1 by enclosing the calendar in an extra div. | |||
2007-12-08 | fix up some links | Joey Hess | |
2007-12-08 | real redir cycle detection | Joey Hess | |
2007-12-08 | ensure state is dropped when a page stops embeddeding the version | Joey Hess | |
2007-12-08 | forgot to add | Joey Hess | |
2007-12-08 | * Added a version plugin that saves state about what's using it, to force | Joey Hess | |
pages to rebuild when ikiwiki's version changes. | |||
2007-12-08 | bug fix | Joey Hess | |
2007-12-08 | * Finally implemented a simple per-page data storage mechanism for plugins, | Joey Hess | |
via the %pagestate hash. * Use pagestate in meta to detect potential redir loops. | |||
2007-12-08 | updates | Joey Hess | |