aboutsummaryrefslogtreecommitdiff
path: root/ikiwiki.spec
Commit message (Collapse)AuthorAge
* releasing version 3.20100926Joey Hess2010-09-27
|
* releasing version 3.20100915Joey Hess2010-09-15
|
* releasing version 3.20100831Joey Hess2010-08-31
|
* releasing version 3.20100815Joey Hess2010-08-15
|
* releasing version 3.20100804Joey Hess2010-08-04
|
* Use Digest::SHA built into perl rather than external Digest::SHA1 to ↵Joey Hess2010-07-31
| | | | simplify dependencies. Closes: #591040
* releasing version 3.20100722Joey Hess2010-07-22
|
* releasing version 3.20100704Joey Hess2010-07-04
|
* rcs_commit and rcs_commit_staged api changesJoey Hess2010-06-23
| | | | | | | | | | | Using named parameters for these is overdue. Passing the session in a parameter instead of passing username and IP separately will later allow storing other session info, like username or part of the email. Note that these functions are not part of the exported API, and the prototype change will catch (most) skew, so I am not changing API versions. Any third-party plugins that call them will need updated though.
* releasing version 3.20100623Joey Hess2010-06-23
|
* releasing version 3.20100610Joey Hess2010-06-10
|
* closing; cannot reproduce and no followup for 1 year 9 monthsJoey Hess2010-06-09
|
* releasing version 3.20100518.2Joey Hess2010-05-18
|
* releasing version 3.20100518Joey Hess2010-05-18
|
* relase finalisedJoey Hess2010-05-15
|
* moved comments pending moderationJoey Hess2010-05-06
| | | | | | | | | | | * 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.
* releasing version 3.20100504Joey Hess2010-05-04
|
* releasing version 3.20100501Joey Hess2010-05-01
|
* releasing version 3.20100427Joey Hess2010-04-27
|
* releasing version 3.20100403Joey Hess2010-04-03
|
* Add preprocessed 'use lib' line to ikiwiki-transition and ikiwiki-calendar ↵Joey Hess2010-03-26
| | | | if necessary for unusual install.
* releasing version 3.20100312Joey Hess2010-03-12
|
* releasing version 3.20100302Joey Hess2010-03-02
|
* Add new --clean option; this makes ikiwiki remove all built files in the ↵Joey Hess2010-02-28
| | | | destdir, as well as wrappers and the .ikiwiki directory.
* releasing version 3.20100212Joey Hess2010-02-12
|
* releasing version 3.20100122Joey Hess2010-01-22
|
* releasing version 3.20100102.3Joey Hess2010-01-02
|
* releasing version 3.20091218Joey Hess2009-12-18
|
* releasing version 3.20091202Joey Hess2009-12-02
|
* releasing version 3.20091113Joey Hess2009-11-13
|
* releasing version 3.20091031Joey Hess2009-10-31
|
* put back SourceJoey Hess2009-10-29
| | | | | Seems rpmbuild -ta file.tar.gz still wants Source even though it's not used. Go figure.
* remove libexecdir patchJoey Hess2009-10-29
| | | | | | This violates the FHS. (Also removed unnecessary chebang removal code.)
* remove stuff not needed in spec inside tarballJoey Hess2009-10-29
| | | | | | The changelog is partly Fedora-specific, not something I want to maintain. The Source line is not needed when building from tarball. Overriding BuildRoot
* add spec fileJoey Hess2009-10-29
Modify makefile to update spec file version number.