Joey Hess
2ff705367b
releasing version 3.20100831
2010-08-31 14:30:34 -04:00
Joey Hess
decf432fd5
Danish translation update. Closes : #594673
2010-08-28 10:02:27 -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
3638657f75
closing; cannot reproduce and no followup for 1 year 9 months
2010-06-09 15:15:18 -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
Jonas Smedegaard
30e122bfc8
Unfuzz translations (after rephrasings)
2009-07-23 01:15:59 +02:00
Jonas Smedegaard
2227466839
Danish translation update
2009-07-20 12:05:48 +02: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
Joey Hess
52dc080ed1
Danish translation update. Closes : #530877
2009-05-28 11:06:03 -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
45c8b951a1
Updated Danish translation from Jonas Smedegaard. Closes : #525751
2009-04-27 13:54:48 -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
Joey Hess
1c918a4ec6
response
2008-12-20 18:14:49 -05:00
Joey Hess
bb841f94f4
format: New plugin, allows embedding differntly formatted text inside a page (ie, otl inside a mdwn page, or syntax highlighted code inside a page).
2008-10-31 16:42:20 -04:00
Joey Hess
d3d3999410
do no-op post_commit test in wrapper
...
This speeds up web commits by 1/4th of a second or so, since perl does
not have to start up for the post commit hook.
perl's locking is completly FuBar, since it's impossible to tell what perl
flock() really does, and thus difficult to write code in other languages
that interoperates with perl's locking. (Let alone interoperating with
existing fcntl locking from perl...)
In this particular case, I think I was able to find a way to avoid the
insanity, mostly. The C code does a true flock(2), and if perl is using an
incompatable lock method that does not use the same locking primative at
the kernel level, then the C code's test will fail, and it will go ahead
and run the perl code. Then the perl code's test will test the right thing.
On Debian, at least lately, perl's flock() does a true flock(2), so the
optimisation does work.
2008-10-26 15:13:04 -04:00
Joey Hess
9fc126ada6
Updated Danish translation from Jonas Smedegaard. Closes : #503117
2008-10-22 17:05:23 -04:00
Joey Hess
2b569f99d9
fix relativedate timezone inclusion
...
The machine parseable date needs to include a timezone.
Also, simplified the interface for date display.
2008-10-19 19:21:44 -04:00
Joey Hess
de65a62501
releasing version 2.67
2008-10-17 13:17:31 -04:00
Joey Hess
1f1867a6fc
update
2008-09-29 17:26:39 -04:00
Joey Hess
2ff3c8aee7
editpage: Be more aggressive (and less buggy) about cleaning up temporary files rendered during page preview.
2008-09-27 18:02:33 -04:00
Joey Hess
9ec9d6901d
Export pagetitle, titlepage, linkpage.
2008-09-27 14:27:42 -04:00
Joey Hess
b127e86b35
releasing version 2.65
2008-09-24 18:14:09 -04:00
Joey Hess
e62e735277
update
2008-09-11 18:56:22 -04:00
Joey Hess
0f67e7d969
editpage: New core plugin factoring out page editing to allow disabling it if desired.
2008-09-05 13:57:25 -04:00
Joey Hess
a1c7f3282d
po/Makefile: update po files when the pot file has changed. Closes : #497951
2008-09-05 12:37:29 -04:00
Joey Hess
6edd22808e
Danish update. Closes : #494632
2008-08-11 12:47:39 -04:00
Joey Hess
4763514861
* Add the linkify and scan hooks. These hooks can be used to implement
...
custom, first-class types of wikilinks.
* Move standard wikilink implementation to a new wikilink plugin, which
will of course be enabled by default.
2008-02-11 22:48:27 -05:00
Joey Hess
1510725aef
* Danish translation update from Jonas Smedegaard. Closes : #465152
2008-02-10 19:05:33 -05:00