smcv [Tue, 9 Sep 2014 17:46:48 +0000 (13:46 -0400)]
rename bugs/Inlining_adds_newlines_which_can_break_markdown.html to bugs/Inlining_adds_newlines_which_can_break_markdown.mdwn
smcv [Tue, 9 Sep 2014 17:45:16 +0000 (13:45 -0400)]
I would recommend using HTML here
smcv [Tue, 9 Sep 2014 17:36:17 +0000 (13:36 -0400)]
intrigeri [Tue, 9 Sep 2014 08:46:41 +0000 (08:46 +0000)]
Bugs++
smcv [Mon, 8 Sep 2014 22:25:00 +0000 (18:25 -0400)]
possible debugging aid
https://id.koumbit.net/anarcat [Mon, 8 Sep 2014 22:19:41 +0000 (18:19 -0400)]
found the "upstream" bug in debian
oliver [Mon, 8 Sep 2014 21:57:14 +0000 (17:57 -0400)]
oliver [Mon, 8 Sep 2014 21:56:38 +0000 (17:56 -0400)]
https://id.koumbit.net/anarcat [Mon, 8 Sep 2014 21:51:15 +0000 (17:51 -0400)]
headers
https://id.koumbit.net/anarcat [Mon, 8 Sep 2014 21:22:39 +0000 (17:22 -0400)]
right.
smcv [Mon, 8 Sep 2014 20:42:12 +0000 (16:42 -0400)]
smcv [Mon, 8 Sep 2014 20:32:56 +0000 (16:32 -0400)]
yes, looks like a bug
smcv [Mon, 8 Sep 2014 20:28:45 +0000 (16:28 -0400)]
isn't this rather Debian-specific?
smcv [Mon, 8 Sep 2014 20:25:09 +0000 (16:25 -0400)]
not WTF-8
https://id.koumbit.net/anarcat [Mon, 8 Sep 2014 20:20:58 +0000 (16:20 -0400)]
more info
https://id.koumbit.net/anarcat [Mon, 8 Sep 2014 20:16:43 +0000 (16:16 -0400)]
critical bug with accents
https://id.koumbit.net/anarcat [Mon, 8 Sep 2014 19:57:02 +0000 (15:57 -0400)]
new patch for this, still not fixed in ikiwiki, but at least a more reasonable patch now
https://id.koumbit.net/anarcat [Mon, 8 Sep 2014 19:37:24 +0000 (15:37 -0400)]
still a bug, patch still works.
Mesar Hameed [Fri, 5 Sep 2014 21:54:15 +0000 (22:54 +0100)]
Add comment/query regarding file name/title encoding.
Louis [Thu, 4 Sep 2014 13:04:10 +0000 (15:04 +0200)]
Review request
smcv [Thu, 4 Sep 2014 10:50:56 +0000 (06:50 -0400)]
fix link
smcv [Thu, 4 Sep 2014 10:50:28 +0000 (06:50 -0400)]
refer to patch
smcv [Thu, 4 Sep 2014 10:48:56 +0000 (06:48 -0400)]
flag as ready
smcv [Thu, 4 Sep 2014 10:47:06 +0000 (06:47 -0400)]
new version of branch to fix Python 3
Simon McVittie [Thu, 4 Sep 2014 10:42:05 +0000 (11:42 +0100)]
plugins/proxy.py: be compatible with Python 3
smcv [Thu, 4 Sep 2014 10:34:34 +0000 (06:34 -0400)]
related bug
smcv [Thu, 4 Sep 2014 10:31:35 +0000 (06:31 -0400)]
oops, wrong bug
smcv [Thu, 4 Sep 2014 10:28:16 +0000 (06:28 -0400)]
reproducible with Python 3 on Debian
smcv [Thu, 4 Sep 2014 10:12:24 +0000 (06:12 -0400)]
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
smcv [Thu, 4 Sep 2014 10:07:13 +0000 (06:07 -0400)]
ikiwiki does not implement Markdown internally, talk to Markdown implementation authors instead
standard markdown ?
smcv [Mon, 1 Sep 2014 08:14:06 +0000 (04:14 -0400)]
mark as done
smcv [Mon, 1 Sep 2014 08:05:54 +0000 (04:05 -0400)]
respond to chrysn's feedback, update branch accordingly
Simon McVittie [Tue, 1 Jul 2014 07:52:48 +0000 (08:52 +0100)]
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.
Simon McVittie [Tue, 1 Jul 2014 07:46:54 +0000 (08:46 +0100)]
Indicate how the UUID is likely to be used
Simon McVittie [Mon, 1 Sep 2014 07:56:46 +0000 (08:56 +0100)]
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.
Jonathon Anderson [Sun, 27 Jan 2013 07:38:46 +0000 (10:38 +0300)]
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.
Simon McVittie [Tue, 1 Jul 2014 07:29:20 +0000 (08:29 +0100)]
Use Linux uuid facility instead of an external library if possible
Simon McVittie [Tue, 1 Jul 2014 07:23:13 +0000 (08:23 +0100)]
edittemplate: only generate a UUID on-demand
If the template doesn't use <TMPL_VAR UUID> there's no point in
incurring any cost.
Jonathon Anderson [Fri, 25 Jan 2013 05:42:23 +0000 (08:42 +0300)]
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>"]]
smcv [Mon, 1 Sep 2014 07:52:02 +0000 (03:52 -0400)]
apply one of my own suggestions
Simon McVittie [Mon, 1 Sep 2014 07:40:54 +0000 (08:40 +0100)]
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.
Joey Hess [Sun, 31 Aug 2014 21:21:36 +0000 (14:21 -0700)]
add news item for ikiwiki 3.
20140831
Joey Hess [Sun, 31 Aug 2014 21:19:17 +0000 (14:19 -0700)]
update
Joey Hess [Sun, 31 Aug 2014 21:17:49 +0000 (14:17 -0700)]
prep release
Added a comment
Mesar Hameed [Sat, 30 Aug 2014 17:49:24 +0000 (18:49 +0100)]
Updated personal page with link to new ikiwiki instance.
Joey Hess [Fri, 29 Aug 2014 02:08:09 +0000 (19:08 -0700)]
Make --no-gettime work in initial build. Closes: #755075
Amitai Schlair [Mon, 25 Aug 2014 00:05:00 +0000 (20:05 -0400)]
xref my mandoc plugin from this wishlist item
Amitai Schlair [Sun, 24 Aug 2014 19:19:08 +0000 (15:19 -0400)]
update pkgsrc and MacPorts status (the usual)
demo [Thu, 21 Aug 2014 20:18:17 +0000 (16:18 -0400)]
test ~~~~
Amitai Schlair [Wed, 20 Aug 2014 02:10:39 +0000 (22:10 -0400)]
note reverted spam
Amitai Schlair [Wed, 20 Aug 2014 02:00:46 +0000 (22:00 -0400)]
revert last two commits (both spam)
https://pypi.python.org/id/tlevine [Tue, 19 Aug 2014 16:31:12 +0000 (12:31 -0400)]
aoe
Added a comment: Why can not access with proxy
chrysn [Fri, 15 Aug 2014 22:58:58 +0000 (18:58 -0400)]
note about implementation
Joey Hess [Fri, 15 Aug 2014 17:20:58 +0000 (13:20 -0400)]
add news item for ikiwiki 3.
20140815
Joey Hess [Fri, 15 Aug 2014 17:09:18 +0000 (13:09 -0400)]
rename so linitian can find the unminified versions
Joey Hess [Fri, 15 Aug 2014 17:05:59 +0000 (13:05 -0400)]
typo
Joey Hess [Fri, 15 Aug 2014 17:02:14 +0000 (13:02 -0400)]
add build deps needed by some tests in the test suite
Joey Hess [Fri, 15 Aug 2014 16:58:36 +0000 (12:58 -0400)]
prep release
Joey Hess [Fri, 15 Aug 2014 16:58:07 +0000 (12:58 -0400)]
close
Joey Hess [Fri, 15 Aug 2014 16:54:30 +0000 (12:54 -0400)]
Merge remote-tracking branch 'bremner/master'
Christopher Baines [Sun, 10 Aug 2014 15:29:27 +0000 (16:29 +0100)]
Respond to smcv on the album discussion
bremner [Sat, 9 Aug 2014 19:42:04 +0000 (15:42 -0400)]
chrysn [Fri, 8 Aug 2014 15:06:02 +0000 (11:06 -0400)]
comment about legality of whitespace in urls and %20
bremner [Thu, 7 Aug 2014 02:03:10 +0000 (22:03 -0400)]
David Bremner [Mon, 4 Aug 2014 15:26:52 +0000 (12:26 -0300)]
Plugins::highlight: replace use of langdefdir with searchFile
In recent versions of highlight there can be more than one langdefdir.
This patch fixes the ensuing hilarity when the user adds a single
highlight lang definition and highlight.pm expects all definitions to
be in the same place.
David Bremner [Mon, 4 Aug 2014 14:35:03 +0000 (11:35 -0300)]
cope with missing getConfDir in 3.18+ of highlight.
Unfortunately we have to try a couple things since the API changed
between 3.9 and 3.18
162.212.57.52 [Thu, 31 Jul 2014 07:59:50 +0000 (03:59 -0400)]
poll vote (Accept only OpenID for logins)
Jonathan Dowland [Mon, 28 Jul 2014 20:47:40 +0000 (21:47 +0100)]
no auto-merge that branch; bad patch
Jonathan Dowland [Mon, 28 Jul 2014 13:17:28 +0000 (14:17 +0100)]
response: wiki_file_chars
Jonathan Dowland [Mon, 28 Jul 2014 13:15:15 +0000 (14:15 +0100)]
remove accident C&P of another item into this page!
Jonathan Dowland [Mon, 28 Jul 2014 13:13:19 +0000 (14:13 +0100)]
new feature request: remove (and rename) in action list (initial patches)
https://pypi.python.org/id/tlevine [Sun, 27 Jul 2014 16:10:22 +0000 (12:10 -0400)]
Jonathan Dowland [Thu, 24 Jul 2014 15:00:34 +0000 (16:00 +0100)]
response
smcv [Wed, 23 Jul 2014 19:40:08 +0000 (15:40 -0400)]
syntax seems weird, thoughts on an alternative
smcv [Wed, 23 Jul 2014 19:13:28 +0000 (15:13 -0400)]
doc/git.mdwn calls this remote "jon"
Jonathan Dowland [Wed, 23 Jul 2014 15:09:55 +0000 (16:09 +0100)]
document gitbranch where patch is
http://jmtd.net/ [Wed, 23 Jul 2014 15:07:14 +0000 (11:07 -0400)]
support multi-row table headers
smcv [Mon, 21 Jul 2014 20:20:01 +0000 (16:20 -0400)]
smcv [Mon, 21 Jul 2014 20:16:16 +0000 (16:16 -0400)]
Added a comment
smcv [Mon, 21 Jul 2014 20:15:14 +0000 (16:15 -0400)]
Added a comment
http://jmtd.net/ [Mon, 21 Jul 2014 16:04:37 +0000 (12:04 -0400)]
an open sandbox, for non-logged in drive-by ikiwiki evaluations?
Louis [Mon, 21 Jul 2014 12:29:38 +0000 (14:29 +0200)]
typo
Louis [Mon, 21 Jul 2014 12:28:15 +0000 (14:28 +0200)]
Merge branch 'master' of git://ikiwiki.branchable.com
Another navbar hack
Louis [Thu, 17 Jul 2014 10:29:01 +0000 (12:29 +0200)]
Merge branch 'master' into spalax
Louis [Thu, 17 Jul 2014 10:27:33 +0000 (12:27 +0200)]
Question
Louis [Thu, 3 Jul 2014 20:21:38 +0000 (22:21 +0200)]
Improvement of documentation of my plugins
- typos
- examples
- rendering
- explanation
- update
- etc.
smcv [Thu, 17 Jul 2014 10:07:22 +0000 (06:07 -0400)]
yes please