Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-12-17 | web commit by http://ptecza.myopenid.com/: * Response | Joey Hess | |
2007-12-17 | improve error message if shortcuts.mdwn DNE | Joey Hess | |
2007-12-17 | further improve the .. regexp | Joey Hess | |
2007-12-17 | response | Joey Hess | |
2007-12-17 | remove dup bug report | Joey Hess | |
This was filed as a dup because ikiwiki refused to render it dut to a bug I just fixed. | |||
2007-12-17 | * Don't refuse to render files with ".." in their name. (Anchor the regexp.) | Joey Hess | |
2007-12-17 | web commit by http://ptecza.myopenid.com/: * Update | Joey Hess | |
2007-12-17 | web commit by http://ptecza.myopenid.com/: * Addendum | Joey Hess | |
2007-12-17 | web commit by http://ptecza.myopenid.com/: * Bug report again | Joey Hess | |
2007-12-17 | web commit by http://ptecza.myopenid.com/: * Bug report | Joey Hess | |
2007-12-16 | loadstate needs to be called even if no pages are being built | Joey Hess | |
2007-12-16 | * Re-organise dependencies and recommends now that recommends are installed | Joey Hess | |
by default. | |||
2007-12-16 | * git: Correct display of multiline commit messages in recentchanges. | Joey Hess | |
2007-12-16 | * brokenlinks: Don't list the same link multiple times. (%links might | Joey Hess | |
contain multiple copies of the same link) | |||
2007-12-16 | use %S in iki and archive shortcuts | Joey Hess | |
remove zoomr shortcut, I don't like shortcuts that require explanation | |||
2007-12-16 | remove ikirev shortcut, which was specific to ikiwiki being stored in svn | Joey Hess | |
2007-12-16 | important note about pagestate persistence | Joey Hess | |
2007-12-16 | correct variable scoping error in nils's patch | Joey Hess | |
2007-12-16 | rssurl and atomurl are only needed where $feeds is set | Nis Martensen | |
2007-12-16 | Also increment feednum only if feeds are generated | Nis Martensen | |
2007-12-16 | * meta: Drop support for "meta link", since supporting this for internal | Joey Hess | |
* map: Don't inline images. | |||
2007-12-16 | * meta: Drop support for "meta link", since supporting this for internal | Joey Hess | |
links required meta to be run during scan, which complicated its data storage, since it had to clear data stored during the scan pass to avoid duplicating it during the normal preprocessing pass. * If you used "meta link", you should switch to either "meta openid" (for openid delegations), or tags (for internal, invisible links). I assume that nobody really used "meta link" for external, non-openid links, since the htmlscrubber ate those. (Tell me differently and I'll consider bringing back that support.) * meta: Improved data storage. * meta: Drop the hackish filter hook that was used to clear stored data before preprocessing, this hack was ugly, and broken (cf: liw's disappearing openids). * aggregate: Convert filter hook to a needsbuild hook. | |||
2007-12-16 | Merge branch 'master' of ssh://git.kitenet.net/srv/git/ikiwiki.info | Joey Hess | |
2007-12-16 | web commit by tschwinge: Umeet 2007: talk about OpenID by Stephane Bortzmeye. | Joey Hess | |
2007-12-15 | web commit by http://engla.myopenid.com/: plugins/map displays images inline | Joey Hess | |
2007-12-15 | Merge branch 'master' of ssh://git.kitenet.net/srv/git/ikiwiki.info | Joey Hess | |
2007-12-15 | add a link to a tip | Joey Hess | |
2007-12-14 | web commit by Cornelis | Joey Hess | |
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 | |