Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-03-02 | (no commit message) | http://cdombroski.myopenid.com/ | |
2010-03-01 | response | http://www.google.com/profiles/schmonz | |
2010-03-01 | (no commit message) | Thiana | |
2010-03-01 | (no commit message) | Thiana | |
2010-03-01 | (no commit message) | http://liw.fi/ | |
2010-03-01 | fixed typo | http://kerravonsen.dreamwidth.org/ | |
2010-03-01 | ref new tip from softwaresite page | Jon Dowland | |
2010-03-01 | new tip: spam and software sites | Jon Dowland | |
2010-03-01 | wl from report to field plugin pages | Jon Dowland | |
2010-02-28 | Add new --clean option; this makes ikiwiki remove all built files in the ↵ | Joey Hess | |
destdir, as well as wrappers and the .ikiwiki directory. | |||
2010-02-27 | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | |
2010-02-27 | Fix admin openid detection in setup automator, and avoid prompting for a ↵ | Joey Hess | |
password. | |||
2010-02-27 | Add force_overwrite setting to make setup automator overwrite existing ↵ | Joey Hess | |
files/directories. This can be useful if you're driving the setup automator from another program. | |||
2010-02-27 | (no commit message) | http://privat.myopenid.com/ | |
2010-02-27 | patch for multiple sidebars | http://privat.myopenid.com/ | |
2010-02-27 | disable some inlines that I don't use much. | http://www.google.com/profiles/will.uther | |
2010-02-26 | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | |
2010-02-26 | Loosen regexp, to allow empty quoted parameters in directives. | Joey Hess | |
2010-02-26 | made a suggestion | http://kerravonsen.dreamwidth.org/ | |
2010-02-24 | catch failure to open the filetypes file | Joey Hess | |
2010-02-24 | (no commit message) | martin | |
2010-02-24 | (no commit message) | http://people.ee.ethz.ch/~andrmuel/openid/ | |
2010-02-24 | switch to inline, instead of map | Jon Dowland | |
2010-02-24 | add a backlink-style map to the bottom of my page | Jon Dowland | |
2010-02-21 | The Fvwm Wiki not a personal site or blog. | ThomasAdam | |
2010-02-21 | The Fvwmwiki uses ikiwiki | ThomasAdam | |
2010-02-19 | ctime idea | Joey Hess | |
2010-02-19 | response | Joey Hess | |
2010-02-19 | response | Joey Hess | |
2010-02-19 | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | |
2010-02-19 | prevent keyboard mashing | http://jmtd.livejournal.com/ | |
2010-02-19 | fix 'done' link | http://jmtd.livejournal.com/ | |
2010-02-19 | Correct broken links | Jogo | |
2010-02-19 | (no commit message) | prosper | |
2010-02-18 | Add my homepage generated by Ikiwiki | https://mukund.startssl.com/ | |
2010-02-17 | new feature request: identifying trivial edits | http://jmtd.livejournal.com/ | |
2010-02-16 | s/redirect/redir/ | nil | |
2010-02-16 | typo | nil | |
2010-02-16 | whishlist | nil | |
2010-02-16 | import | nil | |
2010-02-16 | fix | nil | |
2010-02-16 | redirect | nil | |
2010-02-15 | (no commit message) | http://mem.myopenid.com/ | |
2010-02-15 | (no commit message) | aghitza | |
2010-02-15 | + ipol.im | nil | |
2010-02-14 | optimise whitespace in feed templates | Joey Hess | |
2010-02-14 | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | |
2010-02-14 | comments: Display number of comments in comment action link. | Joey Hess | |
This was not doable before, but when I added transitive dependency handling in the big dependency rewrite, it became possible to include a comment count when inlining. This also improves the action link when a page has no comments. It will link direct to the cgi to allow posting the first comment. And if the page is locked to prevent posting new comments, the link is no longer shown. | |||
2010-02-14 | minor refactor/optimisation | Joey Hess | |
2010-02-14 | add ngettext support & optimize gettext handling | Joey Hess | |
As I was adding ngettext support, I realized I could optimize the gettext functions by memoizing the creation of the gettext object. Note that the object creation is still deferred until a gettext function is called, to avoid unnecessary startup penalties on code paths that do not need gettext. A side benefit is that separate stub functions are no longer needed to handle the C language case. |