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
chrysn [Tue, 15 Jul 2014 17:40:48 +0000 (19:40 +0200)]
patch available
chrysn [Tue, 15 Jul 2014 12:03:31 +0000 (14:03 +0200)]
unit test for bugs/image_rescaling_distorts_with_small_pictures
chrysn [Tue, 15 Jul 2014 12:03:00 +0000 (14:03 +0200)]
make img unittest easier to debug
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.
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.
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.
Christopher Baines [Sun, 13 Jul 2014 20:18:07 +0000 (21:18 +0100)]
Capitalisation changes
For OpenStreetMap and OpenLayers
chrysn [Sun, 13 Jul 2014 14:53:27 +0000 (16:53 +0200)]
phases are a good idea
link to git repo
smcv [Fri, 11 Jul 2014 22:33:38 +0000 (18:33 -0400)]
clarify which case fails
smcv [Fri, 11 Jul 2014 22:24:16 +0000 (18:24 -0400)]
respond to cbaines regarding CSS
smcv [Fri, 11 Jul 2014 21:54:59 +0000 (17:54 -0400)]
new todo, opinions welcome
smcv [Fri, 11 Jul 2014 21:33:39 +0000 (17:33 -0400)]
album6 branch (needs an unmerged ikiwiki change, so album5 is still available)
smcv [Fri, 11 Jul 2014 21:30:53 +0000 (17:30 -0400)]
point to bug
smcv [Fri, 11 Jul 2014 21:29:50 +0000 (17:29 -0400)]
bug + fix
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.
chrysn [Fri, 11 Jul 2014 17:06:04 +0000 (19:06 +0200)]
talking about template oddities
fr33domlover [Fri, 11 Jul 2014 12:25:31 +0000 (08:25 -0400)]
Write a tip about RTL pages
fr33domlover [Fri, 11 Jul 2014 12:00:19 +0000 (08:00 -0400)]
removed
fr33domlover [Fri, 11 Jul 2014 10:29:04 +0000 (06:29 -0400)]
fr33domlover [Fri, 11 Jul 2014 10:00:36 +0000 (06:00 -0400)]
Suggest initial Right-To-Left page support implementation
smcv [Tue, 8 Jul 2014 17:40:06 +0000 (13:40 -0400)]
found it
inline with template=albumitem useful in current form
smcv [Tue, 8 Jul 2014 09:01:28 +0000 (05:01 -0400)]
Christopher Baines [Mon, 7 Jul 2014 21:07:51 +0000 (22:07 +0100)]
Respond to smcv on plugins/contrib/album/discussion
smcv [Mon, 7 Jul 2014 17:21:54 +0000 (13:21 -0400)]
reply; disambiguate who said what
fr33domlover [Mon, 7 Jul 2014 14:45:00 +0000 (10:45 -0400)]
Forum: Ask about RTL direction support
Multiple vs single album viewers
Louis [Mon, 7 Jul 2014 12:54:10 +0000 (14:54 +0200)]
Calendar pages are now rebuilt when previous or next page have changed
http://invalidmagic.wordpress.com/ [Mon, 7 Jul 2014 12:13:10 +0000 (08:13 -0400)]
Louis [Mon, 7 Jul 2014 08:43:11 +0000 (10:43 +0200)]
Answer: using the transient plugin
Louis [Mon, 7 Jul 2014 08:38:46 +0000 (10:38 +0200)]
Update documentation regarding automatic rebuild whenever `calendar_fill_gaps` changes
Louis [Mon, 7 Jul 2014 07:40:53 +0000 (09:40 +0200)]
Making use of the transient plugin
smcv [Sun, 6 Jul 2014 23:13:15 +0000 (19:13 -0400)]
explain why that default
smcv [Sun, 6 Jul 2014 23:12:35 +0000 (19:12 -0400)]
the transient underlay is good, use it :-)
smcv [Sun, 6 Jul 2014 22:55:11 +0000 (18:55 -0400)]
idea
fr33domlover [Sun, 6 Jul 2014 22:47:33 +0000 (18:47 -0400)]
Comment on forum item, trail link appearance
smcv [Sun, 6 Jul 2014 22:40:17 +0000 (18:40 -0400)]
belatedly respond to kjs
smcv [Sun, 6 Jul 2014 22:03:23 +0000 (18:03 -0400)]
respond; hide fixed bugs by default to reduce clutter
chrysn [Sun, 6 Jul 2014 21:47:06 +0000 (23:47 +0200)]
auto-* ambiguity: it's ok for me
smcv [Sun, 6 Jul 2014 21:35:18 +0000 (17:35 -0400)]
smcv [Sun, 6 Jul 2014 21:24:43 +0000 (17:24 -0400)]
Christopher Baines [Sun, 6 Jul 2014 21:05:45 +0000 (22:05 +0100)]
Respond to smcv on the album discussion page
fr33domlover [Sun, 6 Jul 2014 18:45:26 +0000 (14:45 -0400)]
Comment to myself :-)
fr33domlover [Sun, 6 Jul 2014 16:36:23 +0000 (12:36 -0400)]
Fix typos
fr33domlover [Sun, 6 Jul 2014 16:33:47 +0000 (12:33 -0400)]
Forum: Ask about strange link appearance with trail and actiontabs
chrysn [Sun, 6 Jul 2014 12:25:14 +0000 (14:25 +0200)]
give link and example for possible autoindex conflicts
chrysn [Sat, 5 Jul 2014 17:11:47 +0000 (19:11 +0200)]
comments on templatebody and phases
chrysn [Sat, 5 Jul 2014 17:01:42 +0000 (19:01 +0200)]
simple review for straightforward branch
chrysn [Sat, 5 Jul 2014 16:08:08 +0000 (18:08 +0200)]
suggestion on formatted times
chrysn [Sat, 5 Jul 2014 15:52:25 +0000 (17:52 +0200)]
reviewed patch, suggesting minor addition
chrysn [Sat, 5 Jul 2014 14:42:32 +0000 (16:42 +0200)]
comment on autoindex branch
Louis [Sat, 5 Jul 2014 12:26:53 +0000 (14:26 +0200)]
Answer to smcv
Louis [Sat, 5 Jul 2014 12:14:57 +0000 (14:14 +0200)]
Added option `calendar_fill_gaps`
Louis [Sat, 5 Jul 2014 11:04:16 +0000 (13:04 +0200)]
Adding back template information that should not have been removed
sorry...
Louis [Sat, 5 Jul 2014 11:03:53 +0000 (13:03 +0200)]
link
Louis [Sat, 5 Jul 2014 10:52:21 +0000 (12:52 +0200)]
Clarifying documentation
Thanks to review http://ikiwiki.info/todo/calendar_autocreate/
Louis [Sat, 5 Jul 2014 10:11:18 +0000 (12:11 +0200)]
Simplifying code
Thanks to review from http://ikiwiki.info/todo/calendar_autocreate/
smcv [Fri, 4 Jul 2014 22:40:20 +0000 (18:40 -0400)]
I keep getting this tag wrong
smcv [Fri, 4 Jul 2014 22:39:35 +0000 (18:39 -0400)]
add branch, with a smoke-test for inline
Simon McVittie [Sat, 1 Mar 2014 17:25:39 +0000 (17:25 +0000)]
comments: use comments_pagespec for authorization, not just UI
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.
chrysn [Fri, 4 Jul 2014 21:32:39 +0000 (23:32 +0200)]
unit tests available
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
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
chrysn [Fri, 4 Jul 2014 19:55:53 +0000 (21:55 +0200)]
make unittest work with all all three packages that provide perlmagick
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/
smcv [Fri, 4 Jul 2014 11:12:58 +0000 (07:12 -0400)]
review
smcv [Fri, 4 Jul 2014 10:49:13 +0000 (06:49 -0400)]
more thoughts about evaluating pagespecs "too soon"
smcv [Fri, 4 Jul 2014 10:18:04 +0000 (06:18 -0400)]
potential user-annoyance issue
smcv [Fri, 4 Jul 2014 10:07:28 +0000 (06:07 -0400)]
semi-review; any chance of tests?
smcv [Fri, 4 Jul 2014 09:51:05 +0000 (05:51 -0400)]
I think this is ready
smcv [Fri, 4 Jul 2014 09:41:54 +0000 (05:41 -0400)]
smcv [Fri, 4 Jul 2014 09:41:06 +0000 (05:41 -0400)]
smcv [Fri, 4 Jul 2014 09:40:29 +0000 (05:40 -0400)]
review desired
smcv [Fri, 4 Jul 2014 09:35:57 +0000 (05:35 -0400)]
yes please
smcv [Fri, 4 Jul 2014 09:24:06 +0000 (05:24 -0400)]
review
smcv [Fri, 4 Jul 2014 08:30:00 +0000 (04:30 -0400)]
ready
smcv [Fri, 4 Jul 2014 08:28:17 +0000 (04:28 -0400)]
correct tag
smcv [Fri, 4 Jul 2014 08:27:37 +0000 (04:27 -0400)]
add branch URLs, tag as ready
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
Simon McVittie [Mon, 9 Apr 2012 14:39:18 +0000 (15:39 +0100)]
Add a regression test for autoindex_commit => 1
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).
Simon McVittie [Mon, 9 Apr 2012 14:10:06 +0000 (15:10 +0100)]
autoindex test: check what happens to files in transient/normal underlays
smcv [Fri, 4 Jul 2014 08:18:41 +0000 (04:18 -0400)]
rename to be more appropriate for my own branches
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
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
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
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
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