Joey Hess
d23786cb6c
attachment: Bugfix to create directory when moving attachment out of holding area.
2011-07-11 21:35:46 -04:00
Joey Hess
2913299907
add news item for ikiwiki 3.20110711
2011-07-11 18:43:14 -04:00
Joey Hess
4ce2490e01
releasing version 3.20110711
2011-07-11 18:41:30 -04:00
Joey Hess
258b75c4f7
attachment: Bugfix to move upload attachments out of holding area when saving.
2011-07-11 18:34:17 -04:00
Joey Hess
45a058a2c7
Add build dep on python-support. Closes : #633536
2011-07-11 13:07:28 -04:00
https://www.google.com/accounts/o8/id?id=AItOawmUWmB1M35_jviFvGPYDIH-a-_Al-7OrXM
a733504072
Spelling: "syle" -> "style"
2011-07-10 18:49:27 -04:00
intrigeri
3b4112b3e2
Reviewed, tested.
2011-07-08 11:18:01 +02:00
Joey Hess
5c26d67802
add news item for ikiwiki 3.20110707
2011-07-07 20:49:15 -04:00
Joey Hess
a40b58c514
releasing version 3.20110707
2011-07-07 20:48:48 -04:00
Joey Hess
9f7d9ab356
Bugfix for trying to attach files to a subpage of the index page.
2011-07-07 20:32:14 -04:00
Joey Hess
786afc42e0
add git repo
2011-07-07 20:19:21 -04:00
sajolida
5cf2bf007f
2011-07-06 12:07:17 -04:00
sajolida
ad3e584d63
2011-07-06 12:03:42 -04:00
aland
3ede50ac50
2011-07-06 06:56:23 -04:00
jaime
0fc6e3ca56
2011-07-03 17:08:32 +00:00
http://openid.aol.com/xsahal
52662d65fb
this is a test
2011-07-03 16:41:23 +00:00
https://www.google.com/accounts/o8/id?id=AItOawl2kUF3rckW9RS-_Sa73bedW0DpfK3aTFM
c28d1b4171
changes no htmlscrubber not necessary anymore
2011-07-02 21:05:18 +00:00
http://mcfrisk.myopenid.com/
3eec1c2de4
Added a comment: Bad html
2011-07-02 19:09:23 +00:00
https://www.google.com/accounts/o8/id?id=AItOawl2kUF3rckW9RS-_Sa73bedW0DpfK3aTFM
d1417e0247
Some enhancements to plusone
2011-07-02 16:37:05 +00:00
https://www.google.com/accounts/o8/id?id=AItOawl2kUF3rckW9RS-_Sa73bedW0DpfK3aTFM
912d2d7a3c
Adding plusone plugin
2011-07-02 16:04:40 +00:00
Joey Hess
506d16a8a0
emails in wikilinks are always email addresses
...
If a page that looks like an email address exists, it can't be linked to.
But that's unlikely. Better to be consistent; before this change, a
wikilink with an email address in it could link to the email address or a
page, depending on when the page was created and when the page with the
link was updated.
2011-06-29 19:09:23 -04:00
Joey Hess
a965e02430
Bugfix for wikilink containing an email address not showing up in brokenlinks list.
2011-06-29 18:35:29 -04:00
Joey Hess
a18a62aa30
inline: Handle obfuscated urls, such as the mailto urls generated by markdown when forcing urls absolute.
...
That took me 5 minutes. If anyone thinks obfuscated email urls stops, or
even slows down spammers, think again.
2011-06-29 18:12:58 -04:00
Joey Hess
add72de71a
merged smcv/comments-metadata
2011-06-29 17:57:53 -04:00
Joey Hess
6d01db205f
Merge remote-tracking branch 'smcv/comments-metadata'
2011-06-29 17:55:53 -04:00
Joey Hess
7b57bb843f
remove misplaced usepage and wrong workaround for it
2011-06-29 17:46:37 -04:00
Joey Hess
663f3d9ec5
response
2011-06-29 17:45:34 -04:00
Joey Hess
208aa017e5
comment
2011-06-29 17:43:39 -04:00
Joey Hess
a103633aa0
remove type/video tag
...
I'm sure there will not be many video things.
2011-06-29 17:42:22 -04:00
Joey Hess
9d7c1d5f7d
Fix ikiwiki-update-wikilist -r to actually work.
2011-06-29 17:38:26 -04:00
Joey Hess
25b01f9404
Preserve mixed case in page creation links, and when creating a page whose title is mixed case, allow selecting between the mixed case and all lower-case names.
2011-06-29 16:38:32 -04:00
Joey Hess
9bae303ec4
further cleanup
2011-06-29 15:07:37 -04:00
Joey Hess
1d5afdec9d
layout
2011-06-29 15:01:59 -04:00
Joey Hess
e46e5c6564
trimmed git page
...
This page is a mess; tried to control the rampant growth by trimming stuff
that should be obvious from the new diagram.
2011-06-29 15:01:00 -04:00
Joey Hess
2cefe813fa
add diagram of git repos
2011-06-29 14:52:09 -04:00
Joey Hess
e8bc419d6d
use ikiwiki terms for srcdir, destdir
2011-06-29 14:51:18 -04:00
Joey Hess
1b9f4afd92
add wiki_edit_flow.svg
...
Original version contributed from Deferred Procrastination blog.
2011-06-29 14:49:16 -04:00
Joey Hess
631c0d9e7c
Merge branch 'master' of ssh://git.ikiwiki.info
2011-06-29 14:43:51 -04:00
Joey Hess
ae1857b43c
img: Generate png format thumbnails for svg images.
...
Imagemagick does not generate svg images very well, but it can convert
them to png quite well.
For browsers that don't yet support displaying svg, this also provides a
workaround; just scale the svg down to get a png. But the workaround is
partial, since scaling the image larger, or leaving it the same size will
cause the original svg to be displayed. Since browsers are actively
improving svg support, this is good enough for me.
2011-06-29 14:40:30 -04:00
Joey Hess
c90bc78d44
Support svg as a inlinable image type
...
svg images can be included on a page by simply linking to them, or by using
the img directive. Note that sanitizing svg files is still not addressed.
2011-06-29 14:17:47 -04:00
Sphynkx
0802f92561
2011-06-28 14:05:12 +00:00
aland
928d993219
2011-06-28 12:42:24 +00:00
aland
128c2aaf3c
This reverts commit c716f64018
2011-06-28 10:39:46 +00:00
aland
c716f64018
2011-06-28 10:36:54 +00:00
http://kerravonsen.dreamwidth.org/
2208a292b5
removed
2011-06-28 04:04:47 +00:00
aland
a1d3307403
2011-06-27 15:50:28 +00:00
aland
70e8909a9b
2011-06-27 15:05:05 +00:00
aland
e05c1fabbd
2011-06-27 15:03:49 +00:00
Sphynkx
b3d6948c21
2011-06-27 09:47:54 +00:00
http://hmisty.myopenid.com/
7ec968caa1
Added a comment: how to add comment?
2011-06-27 09:31:38 +00:00