Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-05-06 | moved comments pending moderation | Joey Hess | |
* comments: Comments pending moderation are now stored in the srcdir alongside accepted comments, but with a `._comment_pending` extension. * This allows easier byhand moderation, as the "_pending" need only be stripped off and the comment be committed to version control. * The `comment_pending()` pagespec can be used to match such unmoderated comments, which makes it easy to add a feed of them, or a counter indicating how many there are. * Belatedly added a `comment()` pagespec. | |||
2010-05-04 | releasing version 3.20100504 | Joey Hess | |
2010-05-01 | releasing version 3.20100501 | Joey Hess | |
2010-04-27 | releasing version 3.20100427 | Joey Hess | |
2010-04-03 | releasing version 3.20100403 | Joey Hess | |
2010-03-26 | Add preprocessed 'use lib' line to ikiwiki-transition and ikiwiki-calendar ↵ | Joey Hess | |
if necessary for unusual install. | |||
2010-03-12 | releasing version 3.20100312 | Joey Hess | |
2010-03-02 | releasing version 3.20100302 | Joey Hess | |
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-12 | releasing version 3.20100212 | Joey Hess | |
2010-01-22 | releasing version 3.20100122 | Joey Hess | |
2010-01-02 | releasing version 3.20100102.3 | Joey Hess | |
2009-12-18 | releasing version 3.20091218 | Joey Hess | |
2009-12-02 | releasing version 3.20091202 | Joey Hess | |
2009-11-13 | releasing version 3.20091113 | Joey Hess | |
2009-10-31 | releasing version 3.20091031 | Joey Hess | |
2009-10-29 | put back Source | Joey Hess | |
Seems rpmbuild -ta file.tar.gz still wants Source even though it's not used. Go figure. | |||
2009-10-29 | remove libexecdir patch | Joey Hess | |
This violates the FHS. (Also removed unnecessary chebang removal code.) | |||
2009-10-29 | remove stuff not needed in spec inside tarball | Joey Hess | |
The changelog is partly Fedora-specific, not something I want to maintain. The Source line is not needed when building from tarball. Overriding BuildRoot | |||
2009-10-29 | add spec file | Joey Hess | |
Modify makefile to update spec file version number. |