http://oblomov.myopenid.com/
ed80e02c06
forgot to escape the <> chars in the format-patch output
2010-08-17 07:37:01 +00:00
http://oblomov.myopenid.com/
40fcc3868c
patch to provide relative font sizes in default CSS
2010-08-17 07:35:18 +00:00
philippe
4e8a695431
2010-08-15 08:58:52 +00:00
Joey Hess
5d88146861
Fixes a bug that prevented matching deleted pages when using the page() PageSpec.
2010-08-04 08:25:10 -04:00
Joey Hess
c2f2349de4
bug isolated
2010-08-04 08:09:11 -04:00
Joey Hess
d934cee673
resp
2010-08-02 14:37:02 -04:00
http://liw.fi/
06641bb880
2010-08-02 18:35:07 +00:00
Joey Hess
b2571bb50d
close, cannot reproduce
2010-08-01 12:18:57 -04:00
intrigeri
1fe87a0808
resubmitted patch to po4a upstream
2010-07-30 13:15:33 +02:00
intrigeri
5e716ca62a
fixed by the last po4a release
2010-07-30 12:55:28 +02:00
intrigeri
6c4caf8211
Move po todo/bugs to dedicated pages.
2010-07-29 16:32:56 +02:00
http://weakish.myopenid.com/
0ddc89123e
fix link syntax
2010-07-19 04:33:37 +00:00
http://weakish.myopenid.com/
47e2e673bc
link to 404 plugin
2010-07-19 04:31:08 +00:00
Joey Hess
e674bb1445
fix other 2 cases of conflicting destdir files
...
Cleanly fixed case where destdir file failed to be written because there
was a directory with the same name. This can be detected with no extra
system calls, and dealt with by finding all pages that wrote files
inside the directory, and removing them and the directory.
The other, inverse case would be expensive to detect in will_render,
since it would need to check each parent directory of the file to see
if the directory is really a conflicting file. But prep_writefile
already does a similar scan for symlinks in the path, so I added code
there to remove the conflicting file. This fix assumes that the file
is written using writefile, and not some other means (but using other means
would be a security hole too, so hopefully nothing does).
2010-07-18 17:38:35 -04:00
Joey Hess
775fefeea7
class of bugs I am working on
2010-07-18 13:52:03 -04:00
Joey Hess
0eee3fe2a2
merged filter-full
2010-07-12 15:39:32 -04:00
intrigeri
ea3926bd87
the filter-full branch works nicely
2010-07-11 11:27:54 +02:00
https://www.google.com/accounts/o8/id?id=AItOawmbuZI4n1RsTe3Yeaqb5F-yhtR7a8BWEIE
87890d19cc
quick fix
2010-07-07 09:01:29 +00:00
Joey Hess
6160238439
comments; my filter-full branch should fix this
2010-07-04 15:15:34 -04:00
intrigeri
1ffe0d9739
cleaner bugfix in now available
2010-06-30 12:15:44 +02:00
intrigeri
47d1b3eac5
new bug report, patch provided
2010-06-25 19:32:29 +02:00
Joey Hess
57e56828f5
store state to avoid needing to rebuild when changing theme
2010-06-18 16:40:47 -04:00
Joey Hess
99c9d8c34f
also a problem for theme plugin
2010-06-18 14:39:08 -04:00
jhagg
79ffede4a7
2010-06-17 08:30:38 +00:00
Joey Hess
69c22fa1ea
attachment: Support Windows paths when taking basename of client-supplied file name.
2010-06-16 13:23:32 -04:00
jhagg
96c7e31c34
2010-06-16 13:40:29 +00:00
privat
b39630c16c
Thanks
2010-06-15 13:33:16 +00:00
Joey Hess
c0bc2d0839
editpage, comments: Fix broken links in sidebar (due to forcebaseurl). (Thanks, privat)
2010-06-14 14:34:52 -04:00
privat
8746480c25
Reopen the bug since it is not fixed
2010-06-14 13:54:43 +00:00
Joey Hess
89a970bd7d
response
2010-06-13 09:11:59 -04:00
jwalzer
77a3585e92
2010-06-11 13:53:06 +00:00
zimek
6ba1cf7c3d
2010-06-11 11:14:34 +00:00
http://jblevins.org/
48a1dce15d
Update URL
2010-06-10 22:16:55 +00:00
tschwinge
0fbec10a42
Fixed.
2010-06-10 08:54:46 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmPD3Qj5IoazkkW6Tk-kLOlKGmJLXim0H0
0430953608
2010-06-10 03:29:22 +00:00
Joey Hess
24b59b3a9e
editpage: Avoid storing accidental state changes when previewing pages.
...
This is a slow, safe, stupid approach. Could make deep copies of the data
structures as backups instead of re-loading the index from disk.
2010-06-09 17:44:40 -04:00
Joey Hess
1187506588
ugly bug
2010-06-09 17:13:35 -04:00
Joey Hess
e93cee3378
Fix display of sidebar when previewing page edit. (Thanks, privat)
...
On second thought, only display a page's personal sidebar when previewing
it, not when editing normally.
2010-06-09 16:59:17 -04:00
Joey Hess
95b45864de
relativedate: Fix problem with localised dates not working.
2010-06-09 16:16:48 -04:00
Joey Hess
e96cf38ecc
When editing a page, show that page's sidebar. (Thanks, privat)
2010-06-09 16:00:12 -04:00
Joey Hess
2eefd84d0a
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
2010-06-09 15:32:20 -04:00
Joey Hess
b5978713f1
close; use ENV in setup file
2010-06-09 15:29:20 -04:00
privat
0b3d08665b
2010-06-09 19:26:40 +00:00
Joey Hess
2b716c47a7
close old bug, apparently worked around
2010-06-09 15:21:28 -04:00
Joey Hess
3638657f75
closing; cannot reproduce and no followup for 1 year 9 months
2010-06-09 15:15:18 -04:00
Joey Hess
b382625f9f
close
2010-06-09 15:13:46 -04:00
Joey Hess
34594fb89a
close
2010-06-09 15:11:23 -04:00
Joey Hess
3cd4d1e31b
fixed
2010-06-09 15:08:41 -04:00
Joey Hess
addedde0d6
fixed by improved openid login form
2010-06-09 15:03:51 -04:00
Joey Hess
9f41b23108
seems this was fixed a long time ago
2010-06-09 15:02:08 -04:00
Joey Hess
cdf4292846
Fix support for globbing in tagged() pagespecs.
...
The linktype check was being done on the relativised link target,
but %typedlinks uses the same link targets as %links, so that didn't work.
I think the bug only appeared when tagbase was not set.
This bugfix also let me factor out the common typedlink checking code.
2010-06-09 14:39:17 -04:00
Joey Hess
ba9b808c89
remove example blog tag pages
...
Autotag will create them as needed. Avoids some complexity.
2010-06-09 14:24:38 -04:00
Joey Hess
0da7b1a9c3
clarification
2010-06-09 13:42:13 -04:00
tschwinge
4eb82e7d41
Comment and done.
2010-06-09 13:47:35 +00:00
tschwinge
215538aa58
Yes, is a globbing issue.
2010-06-09 06:39:26 +00:00
tschwinge
f3dacd8234
Ack.
2010-06-09 06:17:56 +00:00
Joey Hess
0ccf21daaf
img: Fill in missing height or width when scaling image.
2010-06-08 21:13:46 -04:00
Joey Hess
eff7fac985
move bug to bugs
2010-06-08 21:07:45 -04:00
Joey Hess
73bb42ccf0
response
2010-06-08 14:53:22 -04:00
Joey Hess
868f5a94bf
response
2010-06-08 14:50:24 -04:00
Joey Hess
c911b4b998
response
2010-06-08 14:46:54 -04:00
Joey Hess
2be6660a8f
response
2010-06-08 14:43:21 -04:00
tschwinge
cc6ead1d81
File issue.
2010-06-08 14:04:00 +00:00
tschwinge
9a18ea18e3
File issue.
2010-06-08 10:06:47 +00:00
tschwinge
2513f0ea6b
File issue.
2010-06-08 09:23:05 +00:00
tschwinge
9dd91b393d
File issue.
2010-06-08 09:21:43 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmPD3Qj5IoazkkW6Tk-kLOlKGmJLXim0H0
75cae954cf
Add note about date formating
2010-06-07 03:39:14 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmPD3Qj5IoazkkW6Tk-kLOlKGmJLXim0H0
f0f4073a17
add bug about locale dependance of plugins/relativedate
2010-06-07 03:34:34 +00:00
Joey Hess
688c58ac90
Merge branch 'master' of file:///srv/git/ikiwiki.info
2010-05-11 21:52:39 +00:00
https://www.google.com/accounts/o8/id?id=AItOawngPXAGrxk1pbqnum3O4I_VPRgNj_TZR1I
4ceae1761b
2010-05-11 21:52:38 +00:00
Joey Hess
b5aa42d3e0
remerged
2010-05-09 12:56:42 -04:00
http://smcv.pseudorandom.co.uk/
0badce2ec0
bugfix - only fetch after tags are disabled
2010-05-09 15:46:11 +00:00
simonraven
d379d8ab9d
2010-05-08 23:55:47 +00:00
Joey Hess
bc0aa4d40e
Use xhtml friendly pubdate setting.
2010-05-08 19:45:02 -04:00
simonraven
6512423f15
fixed patch display...
2010-05-08 23:42:45 +00:00
simonraven
d238fd1b04
bug with pubdate, in process of testing fix
2010-05-08 23:38:35 +00:00
Joey Hess
b01a2274c3
fix undef warning when page() tests a deleted file
2010-05-07 13:25:32 -04:00
Joey Hess
888ac35e11
a bug?
2010-05-07 13:13:57 -04:00
Joey Hess
5dfcaf1f7f
applied
2010-05-07 13:04:00 -04:00
http://smcv.pseudorandom.co.uk/
f9553a06ab
patch
2010-05-07 16:56:45 +00:00
Joey Hess
300001184e
done
2010-05-06 23:28:54 -04:00
Joey Hess
121e2ffc2f
Renamed postscan hook to indexhtml, to reflect its changed position.
...
Probably only the search plugin uses it, so this seemed safe.
2010-05-06 23:14:36 -04:00
Joey Hess
f0b83af9aa
add
2010-05-06 17:18:08 -04:00
Joey Hess
ab575a4b69
graphviz: Fix display of preexisting images in preview mode.
2010-05-04 16:54:58 -04:00
Joey Hess
ac2cc8f87d
response
2010-05-04 16:22:27 -04:00
http://zwol.livejournal.com/
35bd43aea3
2010-05-04 17:09:27 +00:00
Jon Dowland
7060a818c1
un-escape escaped chevrons
2010-05-04 16:43:22 +01:00
Jon Dowland
89e0669692
split two graphviz bugs from one page; undo one of them
2010-05-04 16:39:50 +01:00
Joey Hess
78962ddfe6
add bug
2010-05-02 22:03:28 -04:00
Joey Hess
bb70c15c59
on img and figure
2010-05-02 18:55:21 -04:00
Joey Hess
34076e398c
html5 bug closure, and documentation
2010-05-02 17:16:15 -04:00
Joey Hess
28dcb52a6c
force article and header to display as blocks
...
iceweasel 3.5.9 does not know to display these as blocks, resulting
in bad displays of blogs
2010-05-02 16:54:31 -04:00
Joey Hess
7517d34da9
update
2010-05-02 15:09:15 -04:00
Joey Hess
b21df5029b
Add placeholder text in search form (in html5 mode only).
2010-05-02 13:49:56 -04:00
Joey Hess
970373548f
Add parameter to displaytime to specify that it is a pubdate, and in html5 mode, use time tag.
2010-05-02 13:44:13 -04:00
Joey Hess
8e4af6a8e2
tidy plugin issue
2010-05-01 20:57:54 -04:00
Joey Hess
a547d26858
html5 option
...
* Ikiwiki can be configured to generate html5 instead of the default xhtml
1.0. The html5 output mode is experimental, not yet fully standards
compliant, and will be subject to rapid change.
2010-05-01 20:49:18 -04:00
Joey Hess
ccafb10007
enable hidden attribute
2010-05-01 19:59:16 -04:00
Joey Hess
790a339db1
htmlscrubber: Also allow some other html5 tags: canvas, progress, meter, ruby, rt, rp, details, summary.
2010-05-01 19:28:28 -04:00
Joey Hess
f1e2d0af12
more html5 attributes
2010-05-01 19:11:03 -04:00
Joey Hess
78cee5140a
add rest of html5 form attributes
...
It's easy to imagine pattern being used to freeze or crash browsers, if
they implement it stupidly. Let's hope not..
2010-05-01 18:44:37 -04:00
Joey Hess
442bc59a15
htmlscrubber: Allow the placeholder attribute.
2010-05-01 18:14:50 -04:00
Joey Hess
73c8209484
more html5
...
* htmlscrubber: Also allow html5 canvas tags.
* htmlscrubber: Round out html5 video support with the preload
attribute and the source tag.
2010-05-01 17:56:35 -04:00
Joey Hess
80f2042464
htmlscrubber: Allow html5 semantic tags: section nav article aside hgroup header footer time mark
2010-05-01 16:34:47 -04:00
Joey Hess
3252df4aa8
comments, branch review, questions
2010-05-01 15:27:32 -04:00
Joey Hess
dd75b61d93
response
2010-04-30 14:15:58 -04:00
Jon Dowland
9fb15ec9fe
new bug: svn commit failures...
2010-04-30 16:48:19 +01:00
Joey Hess
7bba522545
Merge branch 'master' into templatemove
...
Conflicts:
doc/templates.mdwn
2010-04-23 16:43:44 -04:00
Joey Hess
7e79da7633
template docu reorg
...
Remove wikitemplates page; fold its contents into templates page.
Update all backlinks. Document new ability to put templates inside srcdir.
2010-04-23 16:14:33 -04:00
Joey Hess
5bc7efab7c
switch to PERL5LIB so that use lib inserted for INSTALL_BASE is overridden during build
2010-04-22 23:00:33 -04:00
blipvert
a2feb7d477
rename bugs/creating_build_fails_oddly_when_older_ikiwiki_is_installed.mdwn to bugs/build_fails_oddly_when_older_ikiwiki_is_installed.mdwn
2010-04-23 02:40:36 +00:00
blipvert
898fc10955
2010-04-23 02:36:27 +00:00
Joey Hess
2b175d7c1f
improved fix for depends_simple_mixup
...
Avoid adding the page matched against as an influence for
currently failing pagespec matches, while still adding
any other influences.
This avoids bloating depends_simple with lots of bogus influences when
matching eg, "!link(done)". It's only necessary for the page being tested
to be an influence of that if the page matches.
2010-04-22 00:18:20 -04:00
Joey Hess
c98414e192
added a test case for this bug
...
Further analysis suggests fixing this might not be as dreadful as I first
thought!
2010-04-21 23:08:54 -04:00
Joey Hess
13325317a3
backlink influence data seems ok
2010-04-21 22:04:03 -04:00
Joey Hess
09ff797682
more wrongness
2010-04-21 21:55:12 -04:00
Joey Hess
8cf6b7abf8
link fix
2010-04-21 21:42:18 -04:00
Joey Hess
6c5f315970
argh. head exploding.
2010-04-21 21:38:58 -04:00
http://hendry.iki.fi/
86e73e42e8
2010-04-21 19:48:31 +00:00
http://hendry.iki.fi/
9ed523d762
2010-04-21 19:21:38 +00:00
http://hendry.iki.fi/
e72973afdb
debugging
2010-04-21 19:07:32 +00:00
Joey Hess
5c855b2bca
applied
2010-04-21 12:50:43 -04:00
http://oblomov.myopenid.com/
5d2df9651f
Missing links with no CGI
2010-04-21 08:17:03 +00:00
Joey Hess
d2c36a6f4b
close
2010-04-10 15:29:31 -04:00
Joey Hess
1c1c76c53e
close bug, was fixed in 3.20100403
2010-04-09 12:25:10 -04:00
Joey Hess
f6fd7639da
Merge remote branch 'smcv/ready/link-types'
2010-04-06 22:50:19 -04:00
http://smcv.pseudorandom.co.uk/
1f112d570e
if applied, reverting this would be problematic
2010-04-06 00:55:54 +00:00
http://smcv.pseudorandom.co.uk/
315bcf866c
tag as patch
2010-04-06 00:51:27 +00:00
http://smcv.pseudorandom.co.uk/
0ed94696c0
pages talking about escaping should really be escaped correctly
2010-04-06 00:50:51 +00:00
http://smcv.pseudorandom.co.uk/
26bf69d17a
as seen on IRC
2010-04-06 00:49:38 +00:00
Joey Hess
f8457f9a90
fix bug that left stray </p> tags
...
Both markdown and tidy add paragraph tags around text, that needs to be
stripped when the text is a short, one line fragment that is being inserted
into a larger page. tidy also adds several newlines to the end, and this
broke removal of the paragraph tags.
2010-04-05 17:18:30 -04:00
Joey Hess
6876c5a588
close bug, comment
2010-04-04 12:28:12 -04:00
http://hendry.iki.fi/
3a02cfca99
2010-04-04 13:00:52 +00:00
http://liw.fi/
6b746ed72b
2010-04-04 09:23:05 +00:00
http://liw.fi/
3190e3be93
2010-04-04 09:13:01 +00:00
http://liw.fi/
3e2a78840a
2010-04-04 09:12:23 +00:00
Simon McVittie
ef63441440
Remove tagged_is_strict option, and just behave as though it was enabled
...
Jon was worried about the backwards-compatibility break involved in making
tagged() not match non-tag links, but Joey seems less concerned about it.
2010-04-04 00:43:58 +01:00
Simon McVittie
c1a42e76bc
implement typed links; add tagged_is_strict config option
2010-04-04 00:43:48 +01:00
Simon McVittie
3c9cd4f156
Explain tab-delimited tables a bit better
2010-04-01 18:13:38 +01:00
http://smcv.pseudorandom.co.uk/
7f63763a30
they do work, with the right syntax (C backslash escapes aren't interpreted)
2010-03-31 02:07:52 +00:00
http://edrex.myopenid.com/
66ecf1dba5
2010-03-31 00:24:22 +00:00
http://edrex.myopenid.com/
35fcc2ec8f
2010-03-31 00:21:58 +00:00
Joey Hess
b2890b4e8f
response
2010-03-29 15:25:34 -04:00
http://hendry.iki.fi/
ae4e9b25b7
2010-03-29 08:15:43 +00:00
Joey Hess
2bbbc906ba
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
2010-03-28 18:49:22 -04:00
Joey Hess
9115336551
response
2010-03-28 18:49:15 -04:00
http://schors.livejournal.com/
02e6ec9dd2
2010-03-28 22:47:17 +00:00
http://schors.livejournal.com/
1de069338d
2010-03-28 22:43:24 +00:00
Joey Hess
15164671ce
formatting
2010-03-28 18:37:00 -04:00
Joey Hess
6d04e182c4
formatting
2010-03-28 18:36:37 -04:00
Joey Hess
0c6e467aa6
use __TINYC__ define to avoid tinyc compat fixes breaking FreeBSD
...
To review, tcc does not really use environ, so you have to use clearenv
there. But POSIX, in their wisdom, didn't standardise clearenv yet,
so on FreeBSD, one still needs to manipulate environ on their own.
(If you use tcc on FreeBSD, this may leave you unsatisfied.)
2010-03-28 18:27:23 -04:00
http://schors.livejournal.com/
7e9d1932a2
2010-03-28 22:01:53 +00:00
Joey Hess
a1f50f6a31
response
2010-03-28 17:37:42 -04:00
http://hendry.iki.fi/
e1eee27fc5
2010-03-28 20:01:41 +00:00
Joey Hess
1273f1de52
Add preprocessed 'use lib' line to ikiwiki-transition and ikiwiki-calendar if necessary for unusual install.
2010-03-26 13:11:02 -04:00
Joey Hess
b10c6dd631
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
2010-03-26 12:59:57 -04:00
http://users.itk.ppke.hu/~cstamas/openid/
d29419ab0b
me too - thanks
2010-03-26 09:43:50 +00:00
http://users.itk.ppke.hu/~cstamas/openid/
99b402cd62
line break for better view
2010-03-26 08:58:41 +00:00
http://users.itk.ppke.hu/~cstamas/openid/
22b9582cdd
init page bugreport
2010-03-26 08:57:20 +00:00
Joey Hess
0dec80ee0c
close, unreproducible
2010-03-26 01:48:37 -04:00
Joey Hess
0d524ad672
Fix incorrect influence info returned by a failing link() pagespec, that could lead to bad dependency handling in certian situations.
2010-03-26 01:38:53 -04:00
Joey Hess
4cb464d6e5
typo
2010-03-26 01:05:22 -04:00
Joey Hess
1093c7e4b2
new bug
2010-03-26 00:57:46 -04:00
Joey Hess
243b0dd082
fix the other half of the filecheck filename bug
2010-03-26 00:16:21 -04:00
http://kerravonsen.dreamwidth.org/
62306d85f9
It works!
2010-03-26 04:06:31 +00:00
Joey Hess
fb39dc5f5f
patch
2010-03-25 23:40:38 -04:00
http://kerravonsen.dreamwidth.org/
b68aa11732
oh dear not fixed after all
2010-03-26 01:40:32 +00:00
Joey Hess
3d671ea8c1
filecheck: Fix bug that prevented the pagespecs from matching when not called by attachment plugin.
2010-03-25 14:39:09 -04:00
http://kerravonsen.dreamwidth.org/
46f8f72793
response
2010-03-25 04:43:16 +00:00
Joey Hess
1030d23a2c
response
2010-03-25 00:11:39 -04:00
http://kerravonsen.dreamwidth.org/
c757cfa64f
I'm not sure if I'm supposed to tag this as patch, so I removed the tag.
2010-03-25 03:38:14 +00:00
http://kerravonsen.dreamwidth.org/
dc96603212
bug and fix
2010-03-25 03:35:14 +00:00
http://smcv.pseudorandom.co.uk/
4fd05df4d4
cross-reference
2010-03-24 03:04:16 +00:00
Joey Hess
dddd6aa990
Allow wrappers to be built using tcc.
2010-03-18 17:44:46 -04:00
nil
7b7d1cfcb7
distro confusion
2010-03-18 07:56:15 +00:00
nil
a78212be33
2010-03-18 07:21:09 +00:00
https://launchpad.net/~ojwb
7bca48f5ce
2010-03-14 04:56:13 +00:00
Joey Hess
0c3f59d33a
move bug report to bugs and close
2010-03-12 16:16:47 -05:00
Joey Hess
f259f33a0a
Fix missing span on recentchanges page template.
2010-03-11 15:49:48 -05:00
http://smcv.pseudorandom.co.uk/
e4ed8a51c1
fix in a branch
2010-03-11 18:20:10 +00:00
dkowis
1c03cf9ba2
noted that I fixed the template on my box
2010-03-10 19:27:26 +00:00
dkowis
9f82e93fca
2010-03-10 19:13:50 +00:00
Joey Hess
312b7d05f8
Revert spam
2010-03-09 00:40:51 -05:00
capitaine
9e603d2640
2010-03-09 05:30:53 +00:00
http://cdombroski.myopenid.com/
4a7fb67ee6
Posting my change to the 404 module
2010-03-03 00:14:47 +00:00
http://smcv.pseudorandom.co.uk/
8aae08aafd
2010-03-02 19:56:53 +00:00
http://cdombroski.myopenid.com/
d469a410ea
Bug: 404 plugin & lighttpd
2010-03-02 15:47:23 +00:00
http://cdombroski.myopenid.com/
b3df992552
2010-03-02 02:19:51 +00:00
http://kerravonsen.dreamwidth.org/
983ecb0915
made a suggestion
2010-02-26 06:37:42 +00:00
martin
feeacaba02
2010-02-24 15:12:40 +00:00
Joey Hess
d01e7248bf
response
2010-02-19 13:33:48 -05:00
prosper
3200be56e5
2010-02-19 10:23:26 +00:00
Joey Hess
046095552a
httpauth: When cgiauthurl is configured, httpauth can now be used alongside other authentication methods (like openid or anonok). Rather than always redirect to the cgiauthurl for authentication, there is now a button on the login form to use it.
2010-02-11 17:26:09 -05:00
Joey Hess
c47712b340
clarify
2010-02-11 16:35:55 -05:00
Joey Hess
26c68a0c7a
refresh patch; remaining problem
2010-02-11 16:28:22 -05:00
http://www.google.com/profiles/schmonz
1bb06210e9
tested
2010-02-07 01:51:30 +00:00
Joey Hess
34a64557cf
scratch patch
2010-02-05 13:46:12 -05:00
Joey Hess
30c5f62f74
update
2010-01-18 20:41:12 -05:00
Joey Hess
604afbedd3
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
2010-01-18 18:00:21 -05:00
Joey Hess
4a8389825a
update
2010-01-18 18:00:10 -05:00
http://www.google.com/profiles/schmonz
be523e7740
response
2010-01-18 19:13:00 +00:00
Joey Hess
265b4f0576
response
2010-01-18 12:38:05 -05:00
http://apoca.myopenid.com/
f072f3a9c5
2010-01-18 17:25:13 +00:00
Joey Hess
59d929d6b1
websetup: Fix utf-8 problems.
2010-01-09 16:20:09 -05:00
http://www.google.com/profiles/lingo.t.l.chen
fa59bfad84
2010-01-09 13:56:39 +00:00
http://www.google.com/profiles/lingo.t.l.chen
dca9634202
2010-01-08 14:55:58 +00:00
Joey Hess
bde5265215
close
2010-01-07 15:44:32 -05:00
http://www.google.com/profiles/schmonz
5fdceb49b1
response
2010-01-05 01:41:13 +00:00
Joey Hess
2767c80890
response
2010-01-04 20:24:20 -05:00
Joey Hess
f5bdfc29ee
response
2010-01-04 20:22:32 -05:00
http://www.google.com/profiles/schmonz
cd4616e394
clarify my horrible idea
2010-01-05 01:22:24 +00:00
http://www.google.com/profiles/schmonz
f96a7b7756
response
2010-01-05 01:16:17 +00:00
Joey Hess
2a717f36ef
response
2010-01-04 19:51:37 -05:00
http://www.google.com/profiles/schmonz
3e6331127b
response
2010-01-05 00:29:37 +00:00
Joey Hess
aed16b4833
inline: Avoid showing edit links if page editing is disabled. (Sjoerd)
2010-01-04 12:54:18 -05:00
Joey Hess
a20b07b54b
responses
2010-01-04 12:47:54 -05:00
http://adam.shand.net/
d96a5d9a73
2010-01-04 10:22:02 +00:00
Sjoerd
0fae8d8b69
2010-01-03 21:37:37 +00:00
Joey Hess
a27fad48d4
response
2010-01-03 14:12:26 -05:00
Joey Hess
7dd074e2e7
Fix several places that did not properly handle capitalization of the discussionpage setting.
...
Specifically, fixes discussion actions on discussion pages, and unbreaks the opendiscussion plugin.
2010-01-02 15:52:38 -05:00
http://www.google.com/profiles/schmonz
b4d1a4bb99
when using httpauth, anonok isn't
2010-01-01 20:36:12 +00:00
http://www.google.com/profiles/schmonz
2bf3b3f403
back from the done
2010-01-01 20:21:47 +00:00
Joey Hess
9f841c07df
Use env hack in python scripts.
2009-12-29 15:56:25 -05:00
http://weakish.pigro.net/
3bff312697
repost bug: rst plugin has python hardcode in shebang line
2009-12-27 07:18:30 +00:00
harishcm
cb74161218
Removed my previous patch that is still affected by the bestlink returns deleted pages bug
2009-12-05 02:06:25 -05:00
http://lj.rossia.org/users/imz/
49e585d662
a short report: Still true now.
2009-12-03 13:22:00 -05:00
Joey Hess
304e373771
note
2009-12-02 13:06:31 -05:00
harishcm
bd3bb876c2
reply to joey's partial bugfix
2009-12-02 08:41:16 -05:00
harishcm
2a0f15d2cd
2009-12-02 08:23:08 -05:00
Joey Hess
e104499f28
fixed.. partly
2009-11-30 18:08:54 -05:00
Joey Hess
58ce89355f
I just fixed half of ikiwiki's second-oldest bug. Yay!
2009-11-30 17:39:33 -05:00
harishcm
ae64fadcce
2009-11-25 09:15:40 -05:00
harishcm
dc15be03d6
Patch added
2009-11-21 05:18:00 -05:00
Joey Hess
64fef7c3bb
why this is hard
2009-11-16 16:12:34 -05:00
Thomas Schwinge
2d1dfab20a
Follow up.
2009-11-16 09:10:36 +01:00
Joey Hess
03fe40cdc5
diagnosis: probably broken browser?
2009-11-15 15:01:17 -05:00
Joey Hess
fb26b9ca84
Revert "Improve img's documentation."
...
The information added is incorrect.
2009-11-15 14:52:53 -05:00
martin
11787065a1
opened bug
2009-11-14 21:02:34 -05:00
Thomas Schwinge
88a217598d
Improve img's documentation.
...
Jon is right, of course. User error, not an ikiwiki bug. So, I removed the
false bug report and added its gist to img's documentation.
2009-11-15 00:33:28 +01:00
Joey Hess
d8cfd8d431
inline: Fix display of all pages when archive=yes or show=0 are used.
2009-11-13 20:50:27 -05:00
martin
e062693632
repoduced it ... sorry should have pasted this earlier
2009-11-13 19:00:13 -05:00
Joey Hess
956efcfac2
cannot reproduce
2009-11-13 17:35:13 -05:00
martin
2a7e8921d5
new bug
2009-11-13 17:14:54 -05:00
Joey Hess
ad303e878e
inline: Allow direct inclusion of non-page files in raw mode.
2009-11-13 15:10:58 -05:00
http://jmtd.livejournal.com/
ed742ab2b5
explanation: whitespace surrounding your use of the IMG tag
2009-11-12 09:14:45 -05:00
Thomas Schwinge
34ae4419a5
doc/bugs/img_vs_align: New.
2009-11-12 14:08:44 +01:00
simonraven
52e5810c60
yay
2009-11-09 00:13:09 -05:00
Joey Hess
66b46576ec
Moved the postscan hook to run on the raw html of a page, before the template is filled out. This improves the search plugin's indexing, since it will not include navigational elements from the page template or sidebar.
2009-11-08 13:48:07 -05:00
justin
19ff6180a8
every search result includes any navigational text
2009-11-07 21:58:54 -05:00
intrigeri
144ffc0e36
bugs++
2009-11-07 19:53:54 +01:00
Joey Hess
8b4d7ca9fb
analise and close; template customisation error
2009-11-06 23:55:02 -05:00
simonraven
5ce231ada7
2009-11-06 08:23:46 -05:00
simonraven
b9e443c4d1
2009-11-06 08:21:25 -05:00
simonraven
6b16d1996c
2009-10-21 19:36:21 -04:00
simonraven
c83f8b9b25
2009-10-21 19:33:20 -04:00
Joey Hess
f9de9f22d8
also confused
2009-10-21 16:48:20 -04:00
Joey Hess
b907108271
meta: Gather permalink info on scan pass so it is available to inline when using a template that does not include page content.
2009-10-21 16:42:25 -04:00
Jon Dowland
6695a710b6
request for more detail
2009-10-19 10:42:09 +01:00
simonraven
04aa977b45
bad generation of links in map directive
2009-10-19 04:58:46 -04:00
martin
8a05bb2c11
filed bug
2009-10-18 17:56:30 -04:00
Thomas Schwinge
f71e84c918
Reflect merge of page.
2009-10-17 15:00:12 +02:00
Joey Hess
5b49890be0
respinse
2009-10-16 13:01:02 -04:00
Joey Hess
e772c5527b
merge duplicate bug into original
...
note behavior change, also that presense dependencies could let this be
fixed now
2009-10-16 12:58:54 -04:00
Thomas Schwinge
a91bfd5506
Sign.
2009-10-16 11:25:23 +02:00
Thomas Schwinge
6823a51f42
Handling non-existing pages in parentlinks.
2009-10-16 10:53:05 +02:00
tschwinge
e59ba3a113
minor: tiny rendering error
2009-10-16 03:14:03 -04:00
Joey Hess
f7ae61c8d2
Merge branch 'master' into dependency-types
...
Conflicts:
doc/bugs/transitive_dependencies.mdwn
2009-10-09 20:16:46 -04:00
Joey Hess
0e2ce171c9
response
2009-10-08 22:31:13 -04:00
http://www.cse.unsw.edu.au/~willu/
d73c54b9a7
comments on cycles in the dependency graph
2009-10-08 21:30:17 -04:00
Joey Hess
37ec6a8243
Merge branch 'master' into dependency-types
...
Conflicts:
IkiWiki.pm
IkiWiki/Render.pm
debian/changelog
2009-10-08 20:33:58 -04:00
http://shoorick.livejournal.com/
e82aeb3e43
2009-10-08 13:07:41 -04:00
Joey Hess
d1061d0094
Merge branch 'master' into dependency-types
2009-10-07 18:04:52 -04:00
Joey Hess
88a244a523
close
2009-10-07 14:30:19 -04:00
Joey Hess
8fa0cfced9
remove test case for closed bug
2009-10-07 14:11:35 -04:00
Joey Hess
61977ac97b
Merge branch 'master' into dependency-types
...
Conflicts:
doc/todo/dependency_types.mdwn
2009-10-06 20:20:45 -04:00
Joey Hess
534518792d
update
2009-10-05 22:30:14 -04:00
Joey Hess
7a520974b5
uh oh, this affects link deps
2009-10-05 17:44:15 -04:00
Joey Hess
cdd7334c31
close
2009-10-05 17:15:37 -04:00
Joey Hess
4dd289ba31
fixed a while ago
2009-10-05 17:12:38 -04:00
Joey Hess
7ee7773e2a
Merge branch 'master' into dependency-types
2009-10-05 17:11:08 -04:00
Joey Hess
bf10130165
close
2009-10-05 17:11:03 -04:00
Joey Hess
ba71687077
note that this old bug affects more stuff now
2009-10-05 17:10:00 -04:00
Joey Hess
ff2aa982c3
Merge branch 'master' into dependency-types
2009-10-05 16:47:40 -04:00
Joey Hess
61a36de432
closures
2009-10-05 15:40:18 -04:00
Jon Dowland
204e733d79
good work, thank you!
2009-10-05 15:17:11 +01:00
Joey Hess
b0314296a8
update
2009-10-04 16:40:36 -04:00
Joey Hess
4a20402ba0
update
2009-10-04 16:36:39 -04:00
Joey Hess
ffa73790b5
Fix a bug that could lead to duplicate links being recorded for tags.
...
Here I was bitten by perl's aliasing of foreach variables
to the loop array contents, and match_link accidentially changed
the contents of %links.
In Jon's testcase, a tag added an absolute link, which was
made relative by the above bug, and then the link was added
again in preprocess, and turned into a duplicate.
2009-10-03 14:16:28 -04:00
http://jmtd.livejournal.com/
c1ca46a785
response
2009-10-02 17:23:37 -04:00
Joey Hess
8c2d221ca9
split off todo item for multiple dependency types
2009-10-02 16:17:56 -04:00
Joey Hess
4c88d42762
mention loop optimisation
2009-10-02 15:48:47 -04:00
Joey Hess
537824a279
fix branch name
2009-10-02 15:46:27 -04:00
Joey Hess
53a8aeb1d1
implemented one fix in transitive-dependencies branch, but not really happy with it
2009-10-02 15:45:14 -04:00
Joey Hess
4f9c5896b2
add bug about transitive dependencies
2009-10-02 15:15:23 -04:00
Joey Hess
49f0745050
didn't we already close this bug? Yes, we did. hmm
2009-10-02 15:05:40 -04:00
Joey Hess
10ef209136
followup
2009-10-02 15:02:02 -04:00
http://jmtd.livejournal.com/
b2f3514029
opinion about login page clarity
2009-10-02 14:22:47 -04:00
http://jmtd.livejournal.com/
b9b4bb5cb9
weird tag/brokenlinks bug
2009-10-02 14:20:35 -04:00
http://jmtd.livejournal.com/
e29950ded6
remove unintended wikilink
2009-10-02 09:08:22 -04:00
Joey Hess
9ed7ee836e
fixed
2009-09-29 13:36:09 -04:00
http://kaizer.se/
9bea3db4f3
short report so that others know when they encouter this.
2009-09-29 13:20:13 -04:00
Joey Hess
3525a6b7f2
toggle, relativedate: Support templates that add attributes to the body tag.
2009-09-28 16:21:03 -04:00
http://bruno.boulgour.com/
6c418c2848
removed
2009-09-27 20:30:50 -04:00
http://bruno.boulgour.com/
40947d522c
2009-09-27 16:49:43 -04:00
http://bruno.boulgour.com/
362033885f
2009-09-27 16:48:04 -04:00
http://bruno.boulgour.com/
217141eb1a
2009-09-27 16:43:50 -04:00
http://kaizer.se/
ada46376cc
Toggle inserts javascript in wrong place
2009-09-18 20:07:34 -04:00
http://kaizer.se/
2fc62b2787
raw escape with roles
2009-09-17 16:44:33 -04:00
Simon McVittie
904c16a68b
Remove references to merged-and-deleted git branches
2009-09-01 14:18:12 +01:00
Joey Hess
6ba35a7cb4
forwarded
2009-08-27 12:41:25 -04:00
https://infosoph.myopenid.com/
70c601990b
Forgot to mention I have multimarkdown enabled
2009-08-26 14:39:25 -04:00
Joey Hess
2736fc5ba9
close; multimarkdown not enabled by default
2009-08-26 13:11:55 -04:00
https://infosoph.myopenid.com/
155347837a
initial report
2009-08-26 10:25:48 -04:00
AlexandreDupas
69874215d4
formatting
2009-08-19 14:45:29 -04:00
AlexandreDupas
e6ed1aabfd
Add some details
2009-08-19 14:42:35 -04:00
Joey Hess
9b799ccc85
po: Fixed to run rcs_add ralative to srcdir.
2009-08-19 14:05:59 -04:00
AlexandreDupas
036f4f367d
bugs with po and git plugins
2009-08-19 12:33:09 -04:00
Joey Hess
04760df381
Allow building ikiwiki on systems w/o po4a -- building of the translated underlays will be skipped in this case.
2009-08-15 14:10:39 -04:00
http://www.cse.unsw.edu.au/~willu/
fdf3025133
2009-08-14 22:21:04 -04:00
http://www.cse.unsw.edu.au/~willu/
1f64181f90
new dependency added
2009-08-14 21:43:47 -04:00
Joey Hess
46c2d66fd3
disable pagecount here, sorta of excessive since the bug has been done
2009-08-13 19:05:27 -04:00
http://adam.shand.net/
389367854b
2009-08-05 06:06:18 -04:00
http://adam.shand.net/
08d8c36a0b
2009-08-05 06:02:00 -04:00
Joey Hess
4a2a37e02e
close
2009-08-04 16:52:12 -04:00
j-ali
2b98b1a0c1
2009-08-04 16:45:30 -04:00
Joey Hess
e46ea2a687
response
2009-08-04 16:38:22 -04:00
j-ali
7096ffaa52
2009-08-04 16:34:52 -04:00
Joey Hess
a41d8177d4
response
2009-08-04 16:27:28 -04:00
j-ali
3f33d3979c
2009-08-04 16:18:49 -04:00
Joey Hess
a7dae30074
thought 2
2009-08-04 13:48:38 -04:00
Joey Hess
a3959743b6
more info needed
2009-08-04 13:37:14 -04:00
j-ali
c3a66316e0
2009-08-04 05:41:07 -04:00
j-ali
bc0eec4633
2009-08-04 05:28:45 -04:00
Joey Hess
f328810017
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
...
Conflicts:
doc/post-commit/discussion.mdwn
2009-07-31 21:06:15 -04:00
http://hendry.iki.fi/
f81471913f
2009-07-31 05:24:02 -04:00
Joey Hess
d24f8b5c37
map: Avoid emitting an unclosed ul element if the map is empty. (harishcm)
2009-07-31 10:25:23 +02:00
harishcm
ae9b2151ac
2009-07-28 08:43:11 -04:00
Simon McVittie
9a714e5f44
Flag branches as ready for review, by using a ready/ prefix as Joey suggested
2009-07-27 12:02:34 +01:00
http://smcv.pseudorandom.co.uk/
a722a85507
internal pages are already matched specially...
2009-07-26 07:03:32 -04:00
http://smcv.pseudorandom.co.uk/
ea30193af2
html5: reference git branch via template
2009-07-26 06:55:41 -04:00
Simon McVittie
58bce14496
I now have a git branch with harishcm's [[!map]] bugfix. If I was a reviewer, I'd approve it
2009-07-25 20:28:54 +01:00
harishcm
7d682ef4c2
patch overcoming the issue of <ul> with no <li>
2009-07-21 00:29:42 -04:00
http://smcv.pseudorandom.co.uk/
6463fe7a6b
link to alternative patch
2009-07-20 11:19:46 -04:00
http://hendry.iki.fi/
74df788ca4
typos
2009-07-19 08:47:57 -04:00
http://hendry.iki.fi/
aeefbbff3b
scrubber needs updating
2009-07-19 08:45:37 -04:00
Simon McVittie
d2b1264546
Tag patches with the plugin to which they apply, or core
2009-07-18 13:06:04 +01:00
http://pdwhittaker.myopenid.com/
8c4800b55d
Trim previous "bug" report
2009-07-13 16:28:31 -04:00
Joey Hess
a41a12ab9a
response
2009-07-12 21:32:24 -04:00
http://pdwhittaker.myopenid.com/
1eda850d12
Found fix to problem under boa, added details and request for etiquette guidance.
2009-07-12 18:31:35 -04:00
http://jmtd.livejournal.com/
de754113b5
clarify which map I mena
2009-07-12 17:58:36 -04:00