oliver
d4702a5dca
2014-09-08 17:56:38 -04:00
https://id.koumbit.net/anarcat
84519fd704
headers
2014-09-08 17:51:15 -04:00
https://id.koumbit.net/anarcat
9c8b40b091
right.
2014-09-08 17:22:39 -04:00
smcv
49d221fee7
2014-09-08 16:42:12 -04:00
smcv
634a563cbb
yes, looks like a bug
2014-09-08 16:32:56 -04:00
smcv
a0913d830c
isn't this rather Debian-specific?
2014-09-08 16:28:45 -04:00
smcv
9548f9bf93
not WTF-8
2014-09-08 16:25:09 -04:00
https://id.koumbit.net/anarcat
dcfb0e033c
more info
2014-09-08 16:20:58 -04:00
https://id.koumbit.net/anarcat
199ec87e19
critical bug with accents
2014-09-08 16:16:43 -04:00
https://id.koumbit.net/anarcat
5de240f3d9
new patch for this, still not fixed in ikiwiki, but at least a more reasonable patch now
2014-09-08 15:57:02 -04:00
https://id.koumbit.net/anarcat
da400b35cc
still a bug, patch still works.
2014-09-08 15:37:24 -04:00
Mesar Hameed
8adf73b8e9
Add comment/query regarding file name/title encoding.
2014-09-05 22:54:15 +01:00
Louis
aed4e03b0c
Review request
2014-09-04 15:04:10 +02:00
https://www.google.com/accounts/o8/id?id=AItOawmdCBuCITURW2EX0-8GjXU1TTuyEqVCEl4
0b4070c06d
2014-09-04 07:38:57 -04:00
smcv
34d70ff54d
fix link
2014-09-04 06:50:56 -04:00
smcv
d96d1a4ce1
refer to patch
2014-09-04 06:50:28 -04:00
smcv
a673621663
flag as ready
2014-09-04 06:48:56 -04:00
smcv
34c7cad992
new version of branch to fix Python 3
2014-09-04 06:47:06 -04:00
Simon McVittie
38bd51bc1b
plugins/proxy.py: be compatible with Python 3
2014-09-04 11:42:05 +01:00
smcv
538b73a802
related bug
2014-09-04 06:34:34 -04:00
smcv
613c93b5b7
oops, wrong bug
2014-09-04 06:31:35 -04:00
smcv
36189bb944
reproducible with Python 3 on Debian
2014-09-04 06:28:16 -04:00
https://www.google.com/accounts/o8/id?id=AItOawmdCBuCITURW2EX0-8GjXU1TTuyEqVCEl4
c34d32edd4
2014-09-04 06:22:20 -04:00
smcv
259f357a07
rename bugs/__62____61__ikiwiki-3.20140227___47__usr__47__libexec__47__ikiwiki__47__plugins__47__rst_hangs.mdwn to bugs/rst_plugin_hangs_when_used_with_Python_3.mdwn
2014-09-04 06:12:24 -04:00
https://www.google.com/accounts/o8/id?id=AItOawmdCBuCITURW2EX0-8GjXU1TTuyEqVCEl4
57879839c2
2014-09-04 06:09:32 -04:00
smcv
dde965d880
ikiwiki does not implement Markdown internally, talk to Markdown implementation authors instead
2014-09-04 06:07:13 -04:00
https://www.google.com/accounts/o8/id?id=AItOawmdCBuCITURW2EX0-8GjXU1TTuyEqVCEl4
d75c66ad5e
2014-09-04 06:04:59 -04:00
https://www.google.com/accounts/o8/id?id=AItOawmdCBuCITURW2EX0-8GjXU1TTuyEqVCEl4
d2ef75ee64
2014-09-04 06:04:32 -04:00
https://www.google.com/accounts/o8/id?id=AItOawk_ptms9fP_S8unm2OlnsNGX1bb7QEpQ8w
23e2847c88
standard markdown ?
2014-09-04 04:51:05 -04:00
https://www.google.com/accounts/o8/id?id=AItOawmcVg3SJFlgDSWSEYvVGcXQRymhhlZNdLc
b0901a581c
2014-09-04 03:20:12 -04:00
smcv
c7b8c37ad2
mark as done
2014-09-01 04:14:06 -04:00
smcv
048c32543c
respond to chrysn's feedback, update branch accordingly
2014-09-01 04:05:54 -04:00
Simon McVittie
26d62b386e
edittemplate: use unambiguous RFC 3339 datestamps
...
These take into account the timezone offset (and convert it to UTC+0000)
rather than being in an unspecified timezone.
2014-09-01 09:01:07 +01:00
Simon McVittie
d4b116d3bf
Indicate how the UUID is likely to be used
2014-09-01 08:59:13 +01:00
Simon McVittie
6806ddfdff
Only provide time, not formatted_time, to edittemplate templates
...
I'm not sure what the use-case is for formatted_time, and chrysn
pointed out that for display in HTML, [[!date "<TMPL_VAR time>"]]
would be nicer.
2014-09-01 08:58:12 +01:00
Jonathon Anderson
9adee0a222
Provide the current time to edittemplate.
...
The `time` variable contains a fixed-format time, guaranteed suitable
for parsing by timedate.
The `formatted_time` variable contains the same time formatted by
IkiWiki::formattime.
2014-09-01 08:54:37 +01:00
Simon McVittie
eb87dd177a
Use Linux uuid facility instead of an external library if possible
2014-09-01 08:54:37 +01:00
Simon McVittie
4a11dc4d16
edittemplate: only generate a UUID on-demand
...
If the template doesn't use <TMPL_VAR UUID> there's no point in
incurring any cost.
2014-09-01 08:54:37 +01:00
Jonathon Anderson
7aa10a2952
Provide a UUID in edittemplate templates.
...
I want to make GUIDs for my RSS feeds that don't change when I move
pages around. To that end, I've used UUID::Tiny to generate a
version 4 (random) UUID that is presented in a `uuid` variable in
the template.
At that point, you can do something like this:
[[!meta guid="urn:uuid:<TMPL_VAR uuid>"]]
2014-09-01 08:54:37 +01:00
smcv
18441e8ee0
apply one of my own suggestions
2014-09-01 03:52:02 -04:00
Simon McVittie
d55d06ea88
use readfile() instead of reinventing it
...
This avoids potential action-at-a-distance from locally redefining $/
but never reaching the end of the redefinition's scope.
2014-09-01 08:40:54 +01:00
Joey Hess
d5f5313925
add news item for ikiwiki 3.20140831
2014-08-31 14:21:36 -07:00
Joey Hess
6057107d71
update
2014-08-31 14:19:17 -07:00
Joey Hess
230749ad15
prep release
2014-08-31 14:17:49 -07:00
https://www.google.com/accounts/o8/id?id=AItOawmfcr1X7TXwuCju7vCBG6vii455SX1Qxro
9fa4bfea45
Added a comment
2014-08-30 13:53:56 -04:00
Mesar Hameed
1b18e412d3
Updated personal page with link to new ikiwiki instance.
2014-08-30 18:49:24 +01:00
Joey Hess
40d6ccbadb
Make --no-gettime work in initial build. Closes : #755075
2014-08-28 19:08:09 -07:00
Amitai Schlair
1c89ba2995
xref my mandoc plugin from this wishlist item
2014-08-24 20:05:00 -04:00
Amitai Schlair
312547a5ee
update pkgsrc and MacPorts status (the usual)
2014-08-24 15:19:08 -04:00
demo
0e26ab2574
test ~~~~
2014-08-21 16:18:17 -04:00