Simon McVittie
abaaee4af3
Prepare new release
...
Signed-off-by: Simon McVittie <smcv@debian.org>
2019-02-07 11:08:41 +00:00
Simon McVittie
4b0b5f9cfb
3.20180228
...
Signed-off-by: Simon McVittie <smcv@debian.org>
2018-02-28 10:41:06 +00:00
Joey Hess
9ff9088636
Remove openid provider icons from login selector
...
Remove openid provider icons from login selector, since openid providers
are increasingly not working. Verisign retired theirs, and aol and
yahoo/flickr are not commonly used for openid. Any users who still clicked
those icons to login will need to instead enter their openid url.
This commit was sponsored by andrea rota.
2018-01-05 12:27:46 -04:00
Simon McVittie
e0341d0e88
3.20161229.1
2016-12-29 20:47:17 +00:00
Joey Hess
955b5cea5a
update
2016-06-23 16:39:36 -04:00
Simon McVittie
062dbf1373
3.20160509
2016-05-09 21:59:50 +01:00
Joey Hess
dd762222fa
crufty po updates
2015-05-14 10:44:09 -04:00
Joey Hess
d858ce3e93
Add missing build-depends on libcgi-formbuilder-perl, needed for t/relativity.t
2014-10-20 12:28:54 -04:00
Joey Hess
cca084b8ad
releasing package ikiwiki version 3.20130904.1
2013-09-04 10:19:37 -04:00
Amitai Schlair
a5fb27acb8
Bump test count for previous.
2013-02-02 14:19:50 -05:00
Joey Hess
bb07dc3f21
releasing version 3.20121016
2012-10-16 15:24:18 -04:00
Joey Hess
e09eeb2436
releasing version 3.20120419
2012-04-19 15:41:53 -04:00
Joey Hess
8d46f83756
releasing version 3.20120203
2012-03-19 14:44:17 -04:00
Joey Hess
3b40790041
releasing version 3.20111107
2011-11-30 16:52:30 -04:00
Joey Hess
4ce2490e01
releasing version 3.20110711
2011-07-11 18:41:30 -04:00
Joey Hess
e02b903054
releasing version 3.20110430
2011-04-30 17:27:18 -04:00
Joey Hess
c58e0a97bf
releasing version 3.20110225
2011-02-25 19:59:06 -04:00
Joey Hess
24792dabe4
releasing version 3.20110122
2011-01-22 10:44:33 -04:00
Joey Hess
1ca7a35268
releasing version 3.20101023
2010-10-23 17:25:32 -04:00
Joey Hess
490e0813c5
releasing version 3.20101019
2010-10-19 02:44:10 -04:00
Joey Hess
3d4313f21d
releasing version 3.20100915
2010-09-15 16:40:26 -04:00
Joey Hess
2ff705367b
releasing version 3.20100831
2010-08-31 14:30:34 -04:00
Joey Hess
522f3d1d65
releasing version 3.20100804
2010-08-04 09:26:43 -04:00
Joey Hess
c30f22fc83
releasing version 3.20100722
2010-07-22 16:59:11 -04:00
Joey Hess
c8ce0e2e1c
releasing version 3.20100610
2010-06-10 16:15:22 -04:00
Joey Hess
bf579ca8ef
releasing version 3.20100518
2010-05-18 13:42:04 -04:00
Joey Hess
c2656f08f3
template() - return params in list context
...
I forgot CGI::Formbuilder's horrible interface that needs template
parameters instead of a constructed object.
2010-04-24 16:15:47 -04:00
Joey Hess
0f82fe5225
releasing version 3.20100403
2010-04-03 15:15:04 -04:00
Joey Hess
0385e4080d
releasing version 3.20100302
2010-03-02 22:23:07 -05:00
Joey Hess
0b9b3f3e0a
releasing version 3.20100212
2010-02-12 17:07:54 -05:00
Joey Hess
ac1b406431
releasing version 3.20100122
2010-01-22 16:25:22 -05:00
Joey Hess
405343153a
releasing version 3.20091031
2009-10-31 18:35:49 -04:00
Joey Hess
1d094d82a3
releasing version 3.20091017
2009-10-17 20:52:18 -04:00
Joey Hess
5fd345bb1f
releasing version 3.20091009
2009-10-09 20:07:32 -04:00
Joey Hess
095a385c99
releasing version 3.14159265
2009-09-24 19:04:42 -04:00
Joey Hess
7823eb7c93
finalize release
2009-08-30 15:29:08 -04:00
Joey Hess
04760df381
Allow building ikiwiki on systems w/o po4a -- building of the translated underlays will be skipped in this case.
2009-08-15 14:10:39 -04:00
Joey Hess
8364adcfb7
releasing version 3.15
2009-08-11 15:19:19 -04:00
Joey Hess
a7b813182d
build translated underlays for use with non-English wikis
2009-07-20 07:20:13 +02:00
Joey Hess
6d18bdd65a
commit for jonas
2009-07-19 16:53:50 +02:00
Joey Hess
6ead2573e9
releasing version 3.141
2009-06-13 14:40:36 -04:00
Joey Hess
27624f0456
update po files
2009-06-04 13:24:45 -04:00
Víctor Moral
65c95d2508
updated spanish translation
2009-05-25 12:25:45 -04:00
Joey Hess
1367a73fdb
releasing version 3.12
2009-05-06 13:13:54 -04:00
Joey Hess
748aa7af77
pagespec error/failure distinction and error display by inline
...
* 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-23 14:07:28 -04:00
Joey Hess
7df2399c19
releasing version 3.09
2009-04-04 15:03:00 -04:00
Joey Hess
8c26a1dd8b
releasing version 3.06
2009-03-01 15:11:11 -05:00
Joey Hess
384c267e73
releasing version 3.04
2009-02-15 18:25:18 -05:00
Joey Hess
a94318f61c
releasing version 3.02
2009-01-17 18:27:05 -05:00
Joey Hess
25879952b1
typo
2008-12-26 21:45:12 -05:00