Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-12-01 | releasing version 3.20101201 | Joey Hess | |
2010-11-29 | releasing version 3.20101129 | Joey Hess | |
2010-11-12 | releasing version 3.20101112 | Joey Hess | |
2010-10-23 | releasing version 3.20101023 | Joey Hess | |
2010-10-19 | releasing version 3.20101019 | Joey Hess | |
2010-09-27 | releasing version 3.20100926 | Joey Hess | |
2010-09-15 | releasing version 3.20100915 | Joey Hess | |
2010-08-31 | releasing version 3.20100831 | Joey Hess | |
2010-08-15 | releasing version 3.20100815 | Joey Hess | |
2010-08-04 | releasing version 3.20100804 | Joey Hess | |
2010-07-22 | releasing version 3.20100722 | Joey Hess | |
2010-07-04 | releasing version 3.20100704 | Joey Hess | |
2010-06-23 | rcs_commit and rcs_commit_staged api changes | Joey Hess | |
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. | |||
2010-06-10 | releasing version 3.20100610 | Joey Hess | |
2010-05-18 | releasing version 3.20100518.2 | Joey Hess | |
2010-05-18 | releasing version 3.20100518 | Joey Hess | |
2010-05-04 | releasing version 3.20100504 | Joey Hess | |
2010-05-01 | releasing version 3.20100501 | Joey Hess | |
2010-04-24 | template() - return params in list context | Joey Hess | |
I forgot CGI::Formbuilder's horrible interface that needs template parameters instead of a constructed object. | |||
2010-04-03 | releasing version 3.20100403 | Joey Hess | |
2010-03-12 | releasing version 3.20100312 | Joey Hess | |
2010-03-02 | releasing version 3.20100302 | Joey Hess | |
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-23 | releasing version 3.20091023 | Joey Hess | |
2009-10-22 | releasing version 3.20091022 | Joey Hess | |
2009-10-17 | releasing version 3.20091017 | Joey Hess | |
2009-10-09 | releasing version 3.20091009 | Joey Hess | |
2009-09-24 | releasing version 3.14159265 | Joey Hess | |
2009-08-30 | finalize release | Joey Hess | |
2009-08-26 | fix emphasis examples to actually work | Joey Hess | |
2009-08-15 | Allow building ikiwiki on systems w/o po4a -- building of the translated ↵ | Joey Hess | |
underlays will be skipped in this case. | |||
2009-08-11 | releasing version 3.15 | Joey Hess | |
2009-07-20 | build translated underlays for use with non-English wikis | Joey Hess | |
2009-07-19 | reorder | Joey Hess | |
2009-07-19 | commit for jonas | Joey Hess | |
2009-07-16 | releasing version 3.14159 | Joey Hess | |
2009-07-07 | releasing version 3.1415 | Joey Hess | |
2009-06-13 | releasing version 3.141 | Joey Hess | |
2009-06-04 | update po files | Joey Hess | |
2009-05-25 | updated spanish translation | Víctor Moral | |
2009-05-06 | releasing version 3.12 | Joey Hess | |
2009-04-23 | comments: Add link to comment post form to allow user to sign in if they ↵ | Joey Hess | |
wish to, if the configuration makes signin optional for commenting. | |||
2009-04-23 | pagespec error/failure distinction and error display by inline | Joey Hess | |
* Add IkiWiki::ErrorReason objects, and modify pagespecs to return them in cases where they fail to match due to a configuration or syntax error. * inline: Display a handy error message if the inline cannot display any pages due to such an error. This is perhaps somewhat incomplete, as other users of pagespecs do not display the error, and will eventually need similar modifications to inline. I should probably factor out a pagespec_match_all function and make it throw ErrorReasons. | |||
2009-04-04 | remove unnecessary variable | Joey Hess | |