]> sipb.mit.edu Git - ikiwiki.git/log
ikiwiki.git
9 years agoan open sandbox, for non-logged in drive-by ikiwiki evaluations?
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?

9 years agotypo
Louis [Mon, 21 Jul 2014 12:29:38 +0000 (14:29 +0200)] 
typo

9 years agoMerge branch 'master' of git://ikiwiki.branchable.com
Louis [Mon, 21 Jul 2014 12:28:15 +0000 (14:28 +0200)] 
Merge branch 'master' of git://ikiwiki.branchable.com

9 years agoAnother navbar hack
https://www.google.com/accounts/o8/id?id=AItOawlsNmR53i7XzaEwtTVLCAgDPXZ7JvPHQr0 [Sun, 20 Jul 2014 21:03:24 +0000 (17:03 -0400)] 
Another navbar hack

9 years agoMerge branch 'master' into spalax
Louis [Thu, 17 Jul 2014 10:29:01 +0000 (12:29 +0200)] 
Merge branch 'master' into spalax

9 years agoQuestion
Louis [Thu, 17 Jul 2014 10:27:33 +0000 (12:27 +0200)] 
Question

9 years agoImprovement of documentation of my plugins
Louis [Thu, 3 Jul 2014 20:21:38 +0000 (22:21 +0200)] 
Improvement of documentation of my plugins

- typos
- examples
- rendering
- explanation
- update
- etc.

9 years agoyes please
smcv [Thu, 17 Jul 2014 10:07:22 +0000 (06:07 -0400)] 
yes please

9 years agopatch available
chrysn [Tue, 15 Jul 2014 17:40:48 +0000 (19:40 +0200)] 
patch available

9 years agounit test for bugs/image_rescaling_distorts_with_small_pictures
chrysn [Tue, 15 Jul 2014 12:03:31 +0000 (14:03 +0200)] 
unit test for bugs/image_rescaling_distorts_with_small_pictures

9 years agomake img unittest easier to debug
chrysn [Tue, 15 Jul 2014 12:03:00 +0000 (14:03 +0200)] 
make img unittest easier to debug

9 years agoshow resized img in preview using data: urls
chrysn [Tue, 15 Jul 2014 09:57:57 +0000 (11:57 +0200)] 
show resized img in preview using data: urls

in analogy to sparklines, this renders scaled imgs to
data:img/...;base64,... urls in preview mode.

if the image is already present on the server (eg because it was not
just inserted), the already rendered image is referenced instead.

9 years agoimg plugin: split resizing calculations and actual resizing
chrysn [Mon, 14 Jul 2014 22:23:56 +0000 (00:23 +0200)] 
img plugin: split resizing calculations and actual resizing

there is now a size calculating part (which chooses a final size) and a
scaling part (which triggers if the sizes calculated by the former
indicate a downscaling).

this solves the issue of unproportional upscalings
(bugs/image_rescaling_distorts_with_small_pictures).

also, "small" pdf files (or pdf files without explicit size settings),
which would not be converted under the old mechanism, now get rendered
to pngs.

this commit affects a unit test: while svgs were previously
unconditionally rendered to pngs, this now only happens on downscaling.
this is intentional -- while a small version of an svg graphic is
likely to be more compact when rendered (eg as a preview), a large
version would not have that benefit, and why convert something that
browsers basically can show and be inconsistend with how other images
are handled. the new unit test simply makes the original svg larger to
check for the same behaviros as before.

9 years agoAdd some examples for the OSM plugin
Christopher Baines [Sun, 13 Jul 2014 20:37:12 +0000 (21:37 +0100)] 
Add some examples for the OSM plugin

Note that these examples are intended to be used more for testing and fixing
the plugin, rather than demonstrating its functionality.

9 years agoCapitalisation changes
Christopher Baines [Sun, 13 Jul 2014 20:18:07 +0000 (21:18 +0100)] 
Capitalisation changes

For OpenStreetMap and OpenLayers

9 years agophases are a good idea
chrysn [Sun, 13 Jul 2014 14:53:27 +0000 (16:53 +0200)] 
phases are a good idea

9 years agolink to git repo
https://www.google.com/accounts/o8/id?id=AItOawkickHAzX_uVJMd_vFJjae6SLs2G38URPU [Sat, 12 Jul 2014 22:13:22 +0000 (18:13 -0400)] 
link to git repo

9 years agoclarify which case fails
smcv [Fri, 11 Jul 2014 22:33:38 +0000 (18:33 -0400)] 
clarify which case fails

9 years agorespond to cbaines regarding CSS
smcv [Fri, 11 Jul 2014 22:24:16 +0000 (18:24 -0400)] 
respond to cbaines regarding CSS

9 years agonew todo, opinions welcome
smcv [Fri, 11 Jul 2014 21:54:59 +0000 (17:54 -0400)] 
new todo, opinions welcome

9 years agoalbum6 branch (needs an unmerged ikiwiki change, so album5 is still available)
smcv [Fri, 11 Jul 2014 21:33:39 +0000 (17:33 -0400)] 
album6 branch (needs an unmerged ikiwiki change, so album5 is still available)

9 years agopoint to bug
smcv [Fri, 11 Jul 2014 21:30:53 +0000 (17:30 -0400)] 
point to bug

9 years agobug + fix
smcv [Fri, 11 Jul 2014 21:29:50 +0000 (17:29 -0400)] 
bug + fix

9 years agotrail: don't generate a costly dependency when forcing sort order
Simon McVittie [Fri, 11 Jul 2014 21:08:08 +0000 (22:08 +0100)] 
trail: don't generate a costly dependency when forcing sort order

pagespec_match_list() makes the current page depend on the pagespec
being matched, so if you use [[!trailoptions sort="..."]] to force
a sort order, the trail ends up depending on internal(*) and is
rebuilt whenever anything changes. Add a new sort_pages() and use that
instead.

9 years agotalking about template oddities
chrysn [Fri, 11 Jul 2014 17:06:04 +0000 (19:06 +0200)] 
talking about template oddities

9 years agoWrite a tip about RTL pages
fr33domlover [Fri, 11 Jul 2014 12:25:31 +0000 (08:25 -0400)] 
Write a tip about RTL pages

9 years agoremoved
fr33domlover [Fri, 11 Jul 2014 12:00:19 +0000 (08:00 -0400)] 
removed

9 years ago(no commit message)
fr33domlover [Fri, 11 Jul 2014 10:29:04 +0000 (06:29 -0400)] 

9 years agoSuggest initial Right-To-Left page support implementation
fr33domlover [Fri, 11 Jul 2014 10:00:36 +0000 (06:00 -0400)] 
Suggest initial Right-To-Left page support implementation

9 years agofound it
smcv [Tue, 8 Jul 2014 17:40:06 +0000 (13:40 -0400)] 
found it

9 years agoinline with template=albumitem useful in current form
https://www.google.com/accounts/o8/id?id=AItOawkickHAzX_uVJMd_vFJjae6SLs2G38URPU [Tue, 8 Jul 2014 10:59:30 +0000 (06:59 -0400)] 
inline with template=albumitem useful in current form

9 years ago(no commit message)
smcv [Tue, 8 Jul 2014 09:01:28 +0000 (05:01 -0400)] 

9 years agoRespond to smcv on plugins/contrib/album/discussion
Christopher Baines [Mon, 7 Jul 2014 21:07:51 +0000 (22:07 +0100)] 
Respond to smcv on plugins/contrib/album/discussion

9 years agoreply; disambiguate who said what
smcv [Mon, 7 Jul 2014 17:21:54 +0000 (13:21 -0400)] 
reply; disambiguate who said what

9 years agoForum: Ask about RTL direction support
fr33domlover [Mon, 7 Jul 2014 14:45:00 +0000 (10:45 -0400)] 
Forum: Ask about RTL direction support

9 years agoMultiple vs single album viewers
https://www.google.com/accounts/o8/id?id=AItOawkickHAzX_uVJMd_vFJjae6SLs2G38URPU [Mon, 7 Jul 2014 13:26:15 +0000 (09:26 -0400)] 
Multiple vs single album viewers

9 years ago(no commit message)
http://invalidmagic.wordpress.com/ [Mon, 7 Jul 2014 12:13:10 +0000 (08:13 -0400)] 

9 years agoAnswer: using the transient plugin
Louis [Mon, 7 Jul 2014 08:43:11 +0000 (10:43 +0200)] 
Answer: using the transient plugin

9 years agoexplain why that default
smcv [Sun, 6 Jul 2014 23:13:15 +0000 (19:13 -0400)] 
explain why that default

9 years agothe transient underlay is good, use it :-)
smcv [Sun, 6 Jul 2014 23:12:35 +0000 (19:12 -0400)] 
the transient underlay is good, use it :-)

9 years agoidea
smcv [Sun, 6 Jul 2014 22:55:11 +0000 (18:55 -0400)] 
idea

9 years agoComment on forum item, trail link appearance
fr33domlover [Sun, 6 Jul 2014 22:47:33 +0000 (18:47 -0400)] 
Comment on forum item, trail link appearance

9 years agobelatedly respond to kjs
smcv [Sun, 6 Jul 2014 22:40:17 +0000 (18:40 -0400)] 
belatedly respond to kjs

9 years agorespond; hide fixed bugs by default to reduce clutter
smcv [Sun, 6 Jul 2014 22:03:23 +0000 (18:03 -0400)] 
respond; hide fixed bugs by default to reduce clutter

9 years agoauto-* ambiguity: it's ok for me
chrysn [Sun, 6 Jul 2014 21:47:06 +0000 (23:47 +0200)] 
auto-* ambiguity: it's ok for me

9 years ago(no commit message)
smcv [Sun, 6 Jul 2014 21:35:18 +0000 (17:35 -0400)] 

9 years ago(no commit message)
smcv [Sun, 6 Jul 2014 21:24:43 +0000 (17:24 -0400)] 

9 years agoRespond to smcv on the album discussion page
Christopher Baines [Sun, 6 Jul 2014 21:05:45 +0000 (22:05 +0100)] 
Respond to smcv on the album discussion page

9 years agoComment to myself :-)
fr33domlover [Sun, 6 Jul 2014 18:45:26 +0000 (14:45 -0400)] 
Comment to myself :-)

9 years agoFix typos
fr33domlover [Sun, 6 Jul 2014 16:36:23 +0000 (12:36 -0400)] 
Fix typos

9 years agoForum: Ask about strange link appearance with trail and actiontabs
fr33domlover [Sun, 6 Jul 2014 16:33:47 +0000 (12:33 -0400)] 
Forum: Ask about strange link appearance with trail and actiontabs

9 years agogive link and example for possible autoindex conflicts
chrysn [Sun, 6 Jul 2014 12:25:14 +0000 (14:25 +0200)] 
give link and example for possible autoindex conflicts

9 years agocomments on templatebody and phases
chrysn [Sat, 5 Jul 2014 17:11:47 +0000 (19:11 +0200)] 
comments on templatebody and phases

9 years agosimple review for straightforward branch
chrysn [Sat, 5 Jul 2014 17:01:42 +0000 (19:01 +0200)] 
simple review for straightforward branch

9 years agosuggestion on formatted times
chrysn [Sat, 5 Jul 2014 16:08:08 +0000 (18:08 +0200)] 
suggestion on formatted times

9 years agoreviewed patch, suggesting minor addition
chrysn [Sat, 5 Jul 2014 15:52:25 +0000 (17:52 +0200)] 
reviewed patch, suggesting minor addition

9 years agocomment on autoindex branch
chrysn [Sat, 5 Jul 2014 14:42:32 +0000 (16:42 +0200)] 
comment on autoindex branch

9 years agoAnswer to smcv
Louis [Sat, 5 Jul 2014 12:26:53 +0000 (14:26 +0200)] 
Answer to smcv

9 years agoI keep getting this tag wrong
smcv [Fri, 4 Jul 2014 22:40:20 +0000 (18:40 -0400)] 
I keep getting this tag wrong

9 years agoadd branch, with a smoke-test for inline
smcv [Fri, 4 Jul 2014 22:39:35 +0000 (18:39 -0400)] 
add branch, with a smoke-test for inline

9 years agocomments: use comments_pagespec for authorization, not just UI
Simon McVittie [Sat, 1 Mar 2014 17:25:39 +0000 (17:25 +0000)] 
comments: use comments_pagespec for authorization, not just UI

9 years agoinline: postform=no should take precedence over rootpage existing
Simon McVittie [Sun, 23 Feb 2014 16:03:44 +0000 (16:03 +0000)] 
inline: postform=no should take precedence over rootpage existing

If someone has explicitly disabled the postform, it seems reasonable
from a least-astonishment point of view for that to take precedence
over rootpage, even though that makes rootpage useless.

Also add a regression test; so far, this is all it tests.

9 years agounit tests available
chrysn [Fri, 4 Jul 2014 21:32:39 +0000 (23:32 +0200)] 
unit tests available

9 years agodrop unittest workaround for new perlmagick
chrysn [Fri, 4 Jul 2014 20:28:13 +0000 (22:28 +0200)] 
drop unittest workaround for new perlmagick

just install -extra to make it work

9 years agodrop unittest workaround for perlmagick
chrysn [Fri, 4 Jul 2014 20:10:56 +0000 (22:10 +0200)] 
drop unittest workaround for perlmagick

this was actually http://bugs.debian.org/753770

9 years agomake unittest work with all all three packages that provide perlmagick
chrysn [Fri, 4 Jul 2014 19:55:53 +0000 (21:55 +0200)] 
make unittest work with all all three packages that provide perlmagick

9 years agoadd unittests for img
chrysn [Fri, 4 Jul 2014 13:04:22 +0000 (15:04 +0200)] 
add unittests for img

this focuses on the features introduced in
http://ikiwiki.info/bugs/svg_and_pdf_conversion_fails/

9 years agoreview
smcv [Fri, 4 Jul 2014 11:12:58 +0000 (07:12 -0400)] 
review

9 years agomore thoughts about evaluating pagespecs "too soon"
smcv [Fri, 4 Jul 2014 10:49:13 +0000 (06:49 -0400)] 
more thoughts about evaluating pagespecs "too soon"

9 years agopotential user-annoyance issue
smcv [Fri, 4 Jul 2014 10:18:04 +0000 (06:18 -0400)] 
potential user-annoyance issue

9 years agosemi-review; any chance of tests?
smcv [Fri, 4 Jul 2014 10:07:28 +0000 (06:07 -0400)] 
semi-review; any chance of tests?

9 years agoI think this is ready
smcv [Fri, 4 Jul 2014 09:51:05 +0000 (05:51 -0400)] 
I think this is ready

9 years ago(no commit message)
smcv [Fri, 4 Jul 2014 09:41:54 +0000 (05:41 -0400)] 

9 years ago(no commit message)
smcv [Fri, 4 Jul 2014 09:41:06 +0000 (05:41 -0400)] 

9 years agoreview desired
smcv [Fri, 4 Jul 2014 09:40:29 +0000 (05:40 -0400)] 
review desired

9 years agoyes please
smcv [Fri, 4 Jul 2014 09:35:57 +0000 (05:35 -0400)] 
yes please

9 years agoreview
smcv [Fri, 4 Jul 2014 09:24:06 +0000 (05:24 -0400)] 
review

9 years agoready
smcv [Fri, 4 Jul 2014 08:30:00 +0000 (04:30 -0400)] 
ready

9 years agocorrect tag
smcv [Fri, 4 Jul 2014 08:28:17 +0000 (04:28 -0400)] 
correct tag

9 years agoadd branch URLs, tag as ready
smcv [Fri, 4 Jul 2014 08:27:37 +0000 (04:27 -0400)] 
add branch URLs, tag as ready

9 years agoAllow creation of transient index pages for directories outside srcdir
Simon McVittie [Mon, 9 Apr 2012 14:31:14 +0000 (15:31 +0100)] 
Allow creation of transient index pages for directories outside srcdir

After this change autoindex creates index pages also for empty directories
included in underlays, but only if it isn't going to commit them to the
srcdir ($config{autoindex_commit} = 0).

Inspired by a patch from Tuomas Jormola.

Bug-Debian: http://bugs.debian.org/611068

9 years agoAdd a regression test for autoindex_commit => 1
Simon McVittie [Mon, 9 Apr 2012 14:39:18 +0000 (15:39 +0100)] 
Add a regression test for autoindex_commit => 1

9 years agoautoindex: remove unnecessary special case for transient underlay
Simon McVittie [Mon, 9 Apr 2012 14:12:35 +0000 (15:12 +0100)] 
autoindex: remove unnecessary special case for transient underlay

It's not clear that the transient underlay should be excluded from
indexing; see [[bugs/transient autocreated tagbase is not transient
autoindexed]].

In any case, the code that checks what directories might need indexes
specifically checks for the srcdir anyway, so the only effect this extra
check can have is negative (it could fail to notice files in the
transient underlay and attempt to recreate them unnecessarily).

9 years agoautoindex test: check what happens to files in transient/normal underlays
Simon McVittie [Mon, 9 Apr 2012 14:10:06 +0000 (15:10 +0100)] 
autoindex test: check what happens to files in transient/normal underlays

9 years agorename to be more appropriate for my own branches
smcv [Fri, 4 Jul 2014 08:18:41 +0000 (04:18 -0400)] 
rename to be more appropriate for my own branches

9 years agoupdate for rename of users/smcv/yesplease.mdwn to users/smcv/ready.mdwn
smcv [Fri, 4 Jul 2014 08:16:37 +0000 (04:16 -0400)] 
update for rename of users/smcv/yesplease.mdwn to users/smcv/ready.mdwn

9 years agoupdate for rename of users/smcv/yesplease.mdwn to users/smcv/ready.mdwn
smcv [Fri, 4 Jul 2014 08:16:36 +0000 (04:16 -0400)] 
update for rename of users/smcv/yesplease.mdwn to users/smcv/ready.mdwn

9 years agoupdate for rename of users/smcv/yesplease.mdwn to users/smcv/ready.mdwn
smcv [Fri, 4 Jul 2014 08:16:36 +0000 (04:16 -0400)] 
update for rename of users/smcv/yesplease.mdwn to users/smcv/ready.mdwn

9 years agoupdate for rename of users/smcv/yesplease.mdwn to users/smcv/ready.mdwn
smcv [Fri, 4 Jul 2014 08:16:36 +0000 (04:16 -0400)] 
update for rename of users/smcv/yesplease.mdwn to users/smcv/ready.mdwn

9 years agoupdate for rename of users/smcv/yesplease.mdwn to users/smcv/ready.mdwn
smcv [Fri, 4 Jul 2014 08:16:35 +0000 (04:16 -0400)] 
update for rename of users/smcv/yesplease.mdwn to users/smcv/ready.mdwn

9 years agorename users/smcv/yesplease.mdwn to users/smcv/ready.mdwn
smcv [Fri, 4 Jul 2014 08:16:35 +0000 (04:16 -0400)] 
rename users/smcv/yesplease.mdwn to users/smcv/ready.mdwn

9 years agopositive review
smcv [Fri, 4 Jul 2014 08:11:48 +0000 (04:11 -0400)] 
positive review

9 years agoremove patch tag, the patch here was merged
smcv [Thu, 3 Jul 2014 21:49:02 +0000 (17:49 -0400)] 
remove patch tag, the patch here was merged

9 years agoNew plugin: poetry
Louis [Thu, 3 Jul 2014 20:21:16 +0000 (22:21 +0200)] 
New plugin: poetry

9 years agoMerge branch 'master' of ssh://git.ikiwiki.info
Joey Hess [Thu, 3 Jul 2014 20:22:30 +0000 (16:22 -0400)] 
Merge branch 'master' of ssh://git.ikiwiki.info

9 years agoAdd google back to openid selector. Apparently this has gotten a stay of execution...
Joey Hess [Thu, 3 Jul 2014 20:21:47 +0000 (16:21 -0400)] 
Add google back to openid selector. Apparently this has gotten a stay of execution until April 2015. (It may continue to work until 2017.)

9 years agoreply to smcv's comment
chrysn [Thu, 3 Jul 2014 19:54:30 +0000 (21:54 +0200)] 
reply to smcv's comment

9 years agocomment (not a review yet)
smcv [Thu, 3 Jul 2014 19:03:01 +0000 (15:03 -0400)] 
comment (not a review yet)

9 years agorespond to smcv's comment
chrysn [Thu, 3 Jul 2014 02:36:51 +0000 (04:36 +0200)] 
respond to smcv's comment

9 years agorepo links and test site for trail depends bug
https://www.google.com/accounts/o8/id?id=AItOawkickHAzX_uVJMd_vFJjae6SLs2G38URPU [Wed, 2 Jul 2014 21:53:10 +0000 (17:53 -0400)] 
repo links and test site for trail depends bug