]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/log
git.ikiwiki.info.git
6 years agoAdded a comment: git-annex support
mail@b2ae8518bb6eba14728f86acae7830e4c2d9943d [Thu, 25 May 2017 14:43:20 +0000 (10:43 -0400)]
Added a comment: git-annex support

6 years ago(no commit message)
openmedi [Thu, 25 May 2017 11:30:47 +0000 (07:30 -0400)]

6 years agoAdded a comment: I suggest asking macOS/brew people
smcv [Mon, 22 May 2017 11:02:44 +0000 (07:02 -0400)]
Added a comment: I suggest asking macOS/brew people

6 years ago(no commit message)
qazwsx [Sun, 21 May 2017 23:23:36 +0000 (19:23 -0400)]

6 years ago(no commit message)
qazwsx [Sun, 21 May 2017 23:22:54 +0000 (19:22 -0400)]

7 years agoAdded a comment
openmedi [Fri, 19 May 2017 15:32:18 +0000 (11:32 -0400)]
Added a comment

7 years agoSuggested syntax does work, and has a test
smcv [Fri, 19 May 2017 13:57:28 +0000 (09:57 -0400)]
Suggested syntax does work, and has a test

7 years agoDocument the special case for [[!meta name=foo content=bar]]
smcv [Fri, 19 May 2017 13:50:52 +0000 (09:50 -0400)]
Document the special case for [[!meta name=foo content=bar]]

7 years agoit is (meant to be) possible, just not with that syntax
smcv [Fri, 19 May 2017 13:43:08 +0000 (09:43 -0400)]
it is (meant to be) possible, just not with that syntax

7 years ago(no commit message)
fmarier [Thu, 18 May 2017 17:33:44 +0000 (13:33 -0400)]

7 years agolong out of date
bma@d2ddf927e0bde7166ad151d794bee58589bedb40 [Tue, 16 May 2017 12:59:37 +0000 (08:59 -0400)]
long out of date

7 years agocolor, toc: Fix `make test`
Simon McVittie [Tue, 16 May 2017 10:33:23 +0000 (11:33 +0100)]
color, toc: Fix `make test`

7 years agocolor: Use markup for the preserved CSS, not character data
Simon McVittie [Tue, 16 May 2017 10:29:30 +0000 (11:29 +0100)]
color: Use markup for the preserved CSS, not character data

This still smuggles it past the sanitize step, but avoids having
other plugins that want to capture text content without markup
(notably toc) see the CSS as if it was text content.

7 years agocolor: Add a unit test
Simon McVittie [Tue, 16 May 2017 10:11:01 +0000 (11:11 +0100)]
color: Add a unit test

7 years agowe should prefer existing IDs and only act as a fallback
smcv [Tue, 16 May 2017 09:38:02 +0000 (05:38 -0400)]
we should prefer existing IDs and only act as a fallback

7 years agocross-reference i18nheadinganchors
smcv [Tue, 16 May 2017 09:26:25 +0000 (05:26 -0400)]
cross-reference i18nheadinganchors

7 years agocorrect ID syntax
smcv [Tue, 16 May 2017 09:17:57 +0000 (05:17 -0400)]
correct ID syntax

7 years agobrowsers and specifications support more Unicode than we give them credit for
smcv [Tue, 16 May 2017 09:17:00 +0000 (05:17 -0400)]
browsers and specifications support more Unicode than we give them credit for

7 years agoclose
smcv [Tue, 16 May 2017 08:27:56 +0000 (04:27 -0400)]
close

7 years agoAdd a simple unit test for [[!toc]]
Simon McVittie [Tue, 16 May 2017 07:52:39 +0000 (08:52 +0100)]
Add a simple unit test for [[!toc]]

7 years agoPrune dead links
Simon McVittie [Tue, 16 May 2017 07:36:59 +0000 (08:36 +0100)]
Prune dead links

7 years agoReinstate a git repo that has come back
Simon McVittie [Tue, 16 May 2017 07:36:48 +0000 (08:36 +0100)]
Reinstate a git repo that has come back

7 years agouse heading identifiers in TOC links
Antoine Beaupré [Wed, 12 Apr 2017 19:42:42 +0000 (15:42 -0400)]
use heading identifiers in TOC links

reasoning: if headings have identifiers, they are probably more useful
anchors than the automatically generated anchors we build in the toc
plugin. this can happen if, for example, you use the `multimarkdown`
plugin, which inserts `id` tags for every header it encounters. this
also leverages the `headinganchors` plugin nicely.

keeps backwards-compatibility with old toc-generated #indexXhY
anchors.

7 years agoAdded a comment
smcv [Tue, 16 May 2017 07:29:33 +0000 (03:29 -0400)]
Added a comment

7 years agoClarify documentation
Simon McVittie [Tue, 16 May 2017 07:28:04 +0000 (08:28 +0100)]
Clarify documentation

7 years agoAdd a test-case for Markdown options
Simon McVittie [Tue, 16 May 2017 07:25:53 +0000 (08:25 +0100)]
Add a test-case for Markdown options

7 years agomdwn: Don't enable alphabetically labelled ordered lists by default
Simon McVittie [Tue, 16 May 2017 06:58:12 +0000 (07:58 +0100)]
mdwn: Don't enable alphabetically labelled ordered lists by default

This avoids misinterpreting initials ("C. S. Lewis was an author"),
the abbreviation for Monsieur ("M. Descartes was a philosopher") and
German page numbering ("S. 42") as ordered lists if they happen to
begin a line.

This only affects the default Discount implementation: Text::Markdown
and Text::MultiMarkdown do not have this feature anyway. A new
mdwn_alpha_list option can be used to restore the old interpretation.

7 years agoAdded a comment
qazwsx [Mon, 15 May 2017 06:19:37 +0000 (02:19 -0400)]
Added a comment

7 years agomdwn: Enable footnotes by default when using Discount
Simon McVittie [Sun, 14 May 2017 17:16:53 +0000 (18:16 +0100)]
mdwn: Enable footnotes by default when using Discount

A new mdwn_footnotes option can be used to disable footnotes in
MultiMarkdown and Discount.

7 years agomdwn: Don't mangle <style> into <elyts> under some circumstances
Simon McVittie [Sun, 14 May 2017 16:45:55 +0000 (17:45 +0100)]
mdwn: Don't mangle <style> into <elyts> under some circumstances

We can ask libdiscount not to elide <style> blocks, which means we
don't have to work around them.

7 years agomdwn: Make flags passed to libdiscount explicit
Simon McVittie [Sun, 14 May 2017 16:34:12 +0000 (17:34 +0100)]
mdwn: Make flags passed to libdiscount explicit

The Perl binding defaults to MKD_NOHEADER|MKD_NOPANTS anyway, but
making them explicit means we can use other flags of our choice,
and makes it easier to justify why those flags are appropriate.

7 years agocgierror: When the CGI fails, print the error to stderr, not "Died"
Simon McVittie [Sun, 14 May 2017 14:06:01 +0000 (15:06 +0100)]
cgierror: When the CGI fails, print the error to stderr, not "Died"

$@ could be clobbered by the "exception handler", and in practice
it seems that it is. This can be seen on stderr of t/git-cgi.t.

7 years agoDefend against empty session names
Simon McVittie [Sun, 14 May 2017 13:52:43 +0000 (14:52 +0100)]
Defend against empty session names

If misconfiguration has resulted in an empty session name, treat the
session as having not signed in.

7 years agohttpauth: If REMOTE_USER is empty, behave as though it was unset
Simon McVittie [Sun, 14 May 2017 13:44:43 +0000 (14:44 +0100)]
httpauth: If REMOTE_USER is empty, behave as though it was unset

A frequently cut-and-pasted HTTP basic authentication configuration
for nginx sets it to the empty string when not authenticated, which
is not useful.

7 years agohttpauth: Recommend if_not_empty parameter for REMOTE_USER
Simon McVittie [Sun, 14 May 2017 13:45:30 +0000 (14:45 +0100)]
httpauth: Recommend if_not_empty parameter for REMOTE_USER

This is untested, but should hopefully avoid the failure mode
described in [[bugs/Anon_edit_caused_lock_out_on_entire_site_]].

7 years agot/git-cgi.t: Wait 1 second before doing a revert that should succeed
Simon McVittie [Sun, 14 May 2017 14:09:29 +0000 (15:09 +0100)]
t/git-cgi.t: Wait 1 second before doing a revert that should succeed

This hopefully fixes a race condition in which the test failed
around 6% of the time.

If we don't wait, the mtime (which is rounded down to 1 second precision
in the APIs we use) will not necessarily change, so the update will not
necessarily cause the page to be refreshed.

Bug-Debian: https://bugs.debian.org/862494

7 years agocomplete last paragraph
smcv [Sun, 14 May 2017 12:31:49 +0000 (08:31 -0400)]
complete last paragraph

7 years agoI have a theory
smcv [Sun, 14 May 2017 12:20:49 +0000 (08:20 -0400)]
I have a theory

7 years agoAdded a comment
smcv [Sun, 14 May 2017 12:01:09 +0000 (08:01 -0400)]
Added a comment

7 years ago(no commit message)
smcv [Sun, 14 May 2017 11:53:24 +0000 (07:53 -0400)]

7 years agorecommend discount over multimarkdown
smcv [Sun, 14 May 2017 11:51:56 +0000 (07:51 -0400)]
recommend discount over multimarkdown

7 years agomultimarkdown: it's a trap!
smcv [Sun, 14 May 2017 11:47:42 +0000 (07:47 -0400)]
multimarkdown: it's a trap!

7 years agoAdded a comment: Use an underlay instead
smcv [Sun, 14 May 2017 11:37:14 +0000 (07:37 -0400)]
Added a comment: Use an underlay instead

7 years agoremoved
smcv [Sun, 14 May 2017 11:28:50 +0000 (07:28 -0400)]
removed

7 years agoAdded a comment: You can do almost this with an underlay
smcv [Sun, 14 May 2017 11:27:54 +0000 (07:27 -0400)]
Added a comment: You can do almost this with an underlay

7 years agoAdded a comment
smcv [Sun, 14 May 2017 11:00:48 +0000 (07:00 -0400)]
Added a comment

7 years agoAdded a comment: you can't use and/or/! inside the page() parameter, move them outside
smcv [Sun, 14 May 2017 10:49:54 +0000 (06:49 -0400)]
Added a comment: you can't use and/or/! inside the page() parameter, move them outside

7 years agofix syntax
smcv [Sun, 14 May 2017 10:41:21 +0000 (06:41 -0400)]
fix syntax

7 years agoPiny: mothballing
Joe Rayhawk [Sat, 13 May 2017 16:23:56 +0000 (09:23 -0700)]
Piny: mothballing

7 years ago(no commit message)
STrRedWolf [Thu, 11 May 2017 00:52:32 +0000 (20:52 -0400)]

7 years ago(no commit message)
qazwsx [Tue, 9 May 2017 17:45:51 +0000 (13:45 -0400)]

7 years agoAdded a comment
DataComputist [Mon, 8 May 2017 21:16:18 +0000 (17:16 -0400)]
Added a comment

7 years ago(no commit message)
DataComputist [Mon, 8 May 2017 18:04:22 +0000 (14:04 -0400)]

7 years agoUpdating links
desci [Mon, 1 May 2017 19:18:15 +0000 (15:18 -0400)]
Updating links

7 years agoUpdating links
desci [Mon, 1 May 2017 19:14:33 +0000 (15:14 -0400)]
Updating links

7 years agoAdded a comment
openmedi [Tue, 18 Apr 2017 13:13:42 +0000 (09:13 -0400)]
Added a comment

7 years ago(no commit message)
openmedi [Tue, 18 Apr 2017 12:19:44 +0000 (08:19 -0400)]

7 years agoInitial commit.
STrRedWolf [Sun, 16 Apr 2017 21:38:24 +0000 (17:38 -0400)]
Initial commit.

7 years ago(no commit message)
STrRedWolf [Sun, 16 Apr 2017 20:53:43 +0000 (16:53 -0400)]

7 years agoFirst time theme help needed.
STrRedWolf [Sun, 16 Apr 2017 20:53:21 +0000 (16:53 -0400)]
First time theme help needed.

7 years agoadd list of pending patches
anarcat [Thu, 13 Apr 2017 13:27:10 +0000 (09:27 -0400)]
add list of pending patches

7 years agomark this as a real plugin: forgot the plugin template!
anarcat [Thu, 13 Apr 2017 13:23:21 +0000 (09:23 -0400)]
mark this as a real plugin: forgot the plugin template!

7 years agomark this as ready for merging
anarcat [Thu, 13 Apr 2017 13:22:28 +0000 (09:22 -0400)]
mark this as ready for merging

7 years agoclarify that "patch" on contrib plugins means the author wants to merge
anarcat [Thu, 13 Apr 2017 13:21:09 +0000 (09:21 -0400)]
clarify that "patch" on contrib plugins means the author wants to merge

7 years agothis is a patch - i'd like this in core, or at least a discussion on how to merge...
anarcat [Thu, 13 Apr 2017 13:19:23 +0000 (09:19 -0400)]
this is a patch - i'd like this in core, or at least a discussion on how to merge it with the main plugin

7 years agoadd a patch to make this happen
anarcat [Wed, 12 Apr 2017 20:15:23 +0000 (16:15 -0400)]
add a patch to make this happen

7 years agorename plugins/contrib/i18nheadinganchor.mdwn to plugins/contrib/i18nheadinganchors...
anarcat [Wed, 12 Apr 2017 20:14:30 +0000 (16:14 -0400)]
rename plugins/contrib/i18nheadinganchor.mdwn to plugins/contrib/i18nheadinganchors.mdwn

7 years agoadd i18nheadinganchors plugin
anarcat [Wed, 12 Apr 2017 20:14:13 +0000 (16:14 -0400)]
add i18nheadinganchors plugin

7 years agomove my repo to gitlab
anarcat [Wed, 12 Apr 2017 20:13:47 +0000 (16:13 -0400)]
move my repo to gitlab

7 years agorespond to an old question
anarcat [Wed, 12 Apr 2017 19:40:09 +0000 (15:40 -0400)]
respond to an old question

7 years agotodo
Joey Hess [Tue, 4 Apr 2017 16:51:40 +0000 (12:51 -0400)]
todo

7 years agoFixing format
desci [Wed, 29 Mar 2017 19:37:02 +0000 (15:37 -0400)]
Fixing format

7 years agoAs requested
desci [Wed, 29 Mar 2017 19:36:28 +0000 (15:36 -0400)]
As requested

7 years agoAnswering questions and updating links
desci [Wed, 29 Mar 2017 19:35:54 +0000 (15:35 -0400)]
Answering questions and updating links

7 years ago(no commit message)
tuxillo [Mon, 20 Mar 2017 00:33:38 +0000 (20:33 -0400)]

7 years ago(no commit message)
tuxillo [Mon, 20 Mar 2017 00:32:47 +0000 (20:32 -0400)]

7 years agoMyUserPage
martymcfly@55267c498da1bbb4b9fe2a8baadc45dc1bd8f57a [Thu, 9 Mar 2017 14:01:37 +0000 (10:01 -0400)]
MyUserPage

7 years agoAdded a comment: PS
martymcfly@55267c498da1bbb4b9fe2a8baadc45dc1bd8f57a [Thu, 9 Mar 2017 14:00:23 +0000 (10:00 -0400)]
Added a comment: PS

7 years agoIkiwiki error with Asciidoc
martymcfly@55267c498da1bbb4b9fe2a8baadc45dc1bd8f57a [Thu, 9 Mar 2017 13:59:06 +0000 (09:59 -0400)]
Ikiwiki error with Asciidoc

7 years agocleanup
Joey Hess [Tue, 7 Mar 2017 15:53:39 +0000 (11:53 -0400)]
cleanup

7 years ago(no commit message)
kw_ikiwiki1@64633d204c198f52735247ca119bddbcbfaafdef [Tue, 7 Mar 2017 14:04:42 +0000 (10:04 -0400)]

7 years agotest test blah blah
kw_ikiwiki1@64633d204c198f52735247ca119bddbcbfaafdef [Tue, 7 Mar 2017 13:59:48 +0000 (09:59 -0400)]
test test blah blah

7 years agospeed up commenting by optionally providing a comment form in static pages
jmtd@d79be1606aba831a3b476d5fff7d99f4b321eab2 [Fri, 3 Mar 2017 14:52:14 +0000 (10:52 -0400)]
speed up commenting by optionally providing a comment form in static pages

7 years agoAdded a comment
jmtd@d79be1606aba831a3b476d5fff7d99f4b321eab2 [Fri, 3 Mar 2017 14:48:03 +0000 (10:48 -0400)]
Added a comment

7 years agoAdded a comment
jmtd@d79be1606aba831a3b476d5fff7d99f4b321eab2 [Fri, 3 Mar 2017 14:29:13 +0000 (10:29 -0400)]
Added a comment

7 years agomy github mirror of ikiwiki has been deleted due to their horrible anti-free-software TOS
Joey Hess [Wed, 1 Mar 2017 17:34:42 +0000 (13:34 -0400)]
my github mirror of ikiwiki has been deleted due to their horrible anti-free-software TOS

7 years agoAdded a comment
svetlana@192500fb6a2e2ef8e78d1a08cca64b1bca9833b9 [Tue, 21 Feb 2017 22:02:45 +0000 (18:02 -0400)]
Added a comment

7 years ago+aka use page/index.mdwn source files
svetlana@192500fb6a2e2ef8e78d1a08cca64b1bca9833b9 [Tue, 21 Feb 2017 21:51:59 +0000 (17:51 -0400)]
+aka use page/index.mdwn source files

7 years agoAdded a comment
smcv [Tue, 21 Feb 2017 18:21:19 +0000 (14:21 -0400)]
Added a comment

7 years agoAdded a comment
smcv [Tue, 21 Feb 2017 18:17:35 +0000 (14:17 -0400)]
Added a comment

7 years agoAdded a comment
svetlana@192500fb6a2e2ef8e78d1a08cca64b1bca9833b9 [Tue, 21 Feb 2017 03:56:19 +0000 (23:56 -0400)]
Added a comment

7 years agoAdded a comment
svetlana@192500fb6a2e2ef8e78d1a08cca64b1bca9833b9 [Tue, 21 Feb 2017 03:47:35 +0000 (23:47 -0400)]
Added a comment

7 years agoAdded a comment
svetlana@192500fb6a2e2ef8e78d1a08cca64b1bca9833b9 [Mon, 20 Feb 2017 23:42:13 +0000 (19:42 -0400)]
Added a comment

7 years agoAdded a comment
openmedi [Mon, 20 Feb 2017 15:43:13 +0000 (11:43 -0400)]
Added a comment

7 years agoAdded a comment
svetlana@192500fb6a2e2ef8e78d1a08cca64b1bca9833b9 [Sun, 19 Feb 2017 21:59:26 +0000 (17:59 -0400)]
Added a comment

7 years agoremoved
svetlana@192500fb6a2e2ef8e78d1a08cca64b1bca9833b9 [Sun, 19 Feb 2017 21:52:54 +0000 (17:52 -0400)]
removed

7 years agoAdded a comment
svetlana@192500fb6a2e2ef8e78d1a08cca64b1bca9833b9 [Sun, 19 Feb 2017 21:48:23 +0000 (17:48 -0400)]
Added a comment

7 years agoMerge branch 'master' of git://ikiwiki.branchable.com
Louis [Sat, 18 Feb 2017 21:56:06 +0000 (22:56 +0100)]
Merge branch 'master' of git://ikiwiki.branchable.com

7 years agoUpdate my (spalax) information
Louis [Sat, 18 Feb 2017 20:11:47 +0000 (21:11 +0100)]
Update my (spalax) information

7 years agoApology about the poor choice for the name of the sidebar2 plugin
Louis [Sat, 18 Feb 2017 20:05:48 +0000 (21:05 +0100)]
Apology about the poor choice for the name of the sidebar2 plugin