Joey Hess [Sun, 13 Jun 2010 12:49:32 +0000 (08:49 -0400)]
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
Joey Hess [Sun, 13 Jun 2010 12:47:21 +0000 (08:47 -0400)]
remove obsolete ol class=form for editpage and editcomment
The styling of labels on the form largely obsoleted the special styled ol,
so just a few br's sufficed. Using an ol like that was not too semantically
right (probably?) and could cause problems with customized local.css.
http://abhidg.wordpress.com/ [Sun, 13 Jun 2010 12:37:16 +0000 (12:37 +0000)]
Joey Hess [Sun, 13 Jun 2010 05:21:32 +0000 (01:21 -0400)]
wording
Joey Hess [Sun, 13 Jun 2010 05:14:24 +0000 (01:14 -0400)]
speling
Joey Hess [Sun, 13 Jun 2010 05:12:04 +0000 (01:12 -0400)]
typo
Joey Hess [Sun, 13 Jun 2010 03:00:30 +0000 (23:00 -0400)]
attachment: When inserting links, insert img directives for images, if that plugin is enabled.
Joey Hess [Sun, 13 Jun 2010 02:59:46 +0000 (22:59 -0400)]
avoid ugly warning if size="" is specified
Joey Hess [Sun, 13 Jun 2010 02:43:34 +0000 (22:43 -0400)]
edittemplate: Look for template pages under templates/ like everything else (still looks in old location for backwards compatability).
Joey Hess [Sun, 13 Jun 2010 02:20:22 +0000 (22:20 -0400)]
edittemplate: Make silent mode not disable display when the template page does not exist, so it can be easily created.
Joey Hess [Sat, 12 Jun 2010 22:10:33 +0000 (18:10 -0400)]
editpage: Rename "comments" field to avoid CSS conflict with the comments div.
Joey Hess [Sat, 12 Jun 2010 20:16:24 +0000 (16:16 -0400)]
img: Support hspace and vspace attributes.
Joey Hess [Sat, 12 Jun 2010 18:29:56 +0000 (14:29 -0400)]
attachment: Show files from underlay in attachments list.
While those files cannot be removed or renamed, this allows easy
downloading of them, and a new version can after all be uploaded.
Joey Hess [Fri, 11 Jun 2010 18:14:20 +0000 (14:14 -0400)]
realm is an url pattern
Joey Hess [Fri, 11 Jun 2010 17:54:07 +0000 (13:54 -0400)]
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
Joey Hess [Fri, 11 Jun 2010 17:53:56 +0000 (13:53 -0400)]
openid: Add openid_realm and openid_cgiurl configuration options, useful in a few edge case setups.
jwalzer [Fri, 11 Jun 2010 13:53:06 +0000 (13:53 +0000)]
zimek [Fri, 11 Jun 2010 11:14:34 +0000 (11:14 +0000)]
dwabot [Fri, 11 Jun 2010 04:33:40 +0000 (04:33 +0000)]
nil [Fri, 11 Jun 2010 02:45:14 +0000 (02:45 +0000)]
use the ikiwiki userdb outside of the ikiwiki edition access control
privat [Fri, 11 Jun 2010 01:03:43 +0000 (01:03 +0000)]
use PARENTLINKS
http://jblevins.org/ [Thu, 10 Jun 2010 22:16:55 +0000 (22:16 +0000)]
Update URL
http://jblevins.org/ [Thu, 10 Jun 2010 22:11:00 +0000 (22:11 +0000)]
Update URL
Joey Hess [Thu, 10 Jun 2010 20:17:38 +0000 (16:17 -0400)]
remove old
Joey Hess [Thu, 10 Jun 2010 20:15:43 +0000 (16:15 -0400)]
add news item for ikiwiki 3.
20100610
Joey Hess [Thu, 10 Jun 2010 20:15:22 +0000 (16:15 -0400)]
releasing version 3.
20100610
Joey Hess [Thu, 10 Jun 2010 20:05:29 +0000 (16:05 -0400)]
add auto-scrolling pre's
let's see if anyone hates it :)
Joey Hess [Thu, 10 Jun 2010 19:15:44 +0000 (15:15 -0400)]
I'm told that the pagebody div should be after the sidebar.
Joey Hess [Thu, 10 Jun 2010 19:01:10 +0000 (15:01 -0400)]
calendar styling
* calendar: Shorten day names, and improve styling of month calendar.
* style.css: Reduced sidebar width back to 20ex from 30; the month calendar
will now fit in the smaller width, and 30 was feeling too large.
Joey Hess [Thu, 10 Jun 2010 18:31:01 +0000 (14:31 -0400)]
also set overflow: auto for blogform
This improves its display slighly when next to a sidebar or other floating
element.
Joey Hess [Thu, 10 Jun 2010 18:15:10 +0000 (14:15 -0400)]
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
Joey Hess [Thu, 10 Jun 2010 18:14:46 +0000 (14:14 -0400)]
style.css: Improvements to make floating sidebar fit better on pages with inlines.
The key is using width: auto; overflow: auto; -- this allows the div(s) to the
left of the floating sidebar to be resized to fit next to it, and prevents
any clear: both from pushing the div down below the end of the sidebar.
Many thanks for the Hurd wiki's developers for originally figuring this out.
The edit page recently developed the same problem with its textarea, now
that a sidebar can appear on that page too. In editpage.tmpl I needed to
add a new div around the editcontent textarea, as the above styles cannot
be applied directly to textareas. The textarea's own width is reduced to
98% because at least in chromium this avoids it getting unnecessary
horizonatl scrollbars when a sidebar is displayed next to it.
Joey Hess [Thu, 10 Jun 2010 17:16:35 +0000 (13:16 -0400)]
page.tmpl: Add a div around the sidebar, page content, and comments, to aide in styling.
http://bzed.de/posts/2010/05/new_css_for_bzed.de/
smcv: [10:59:01] is the logical thing you want a <div> whose meaning is "the bits the sidebar is allowed to accompany"?
bzed: [10:59:14] yeah
bzed: [10:59:58] then you could just ensure that this part is as high as the sidebar
smcv: [11:02:44] wrapping a <div> around the sidebar, content and comments seems like the way forward, then
tschwinge [Thu, 10 Jun 2010 08:54:46 +0000 (08:54 +0000)]
Fixed.
Joey Hess [Wed, 9 Jun 2010 22:40:18 +0000 (18:40 -0400)]
better autotag title
Joey Hess [Wed, 9 Jun 2010 21:47:49 +0000 (17:47 -0400)]
let's allow comments of "0"
Joey Hess [Wed, 9 Jun 2010 21:44:40 +0000 (17:44 -0400)]
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.
Joey Hess [Wed, 9 Jun 2010 21:43:20 +0000 (17:43 -0400)]
improve preview mode comments
Joey Hess [Wed, 9 Jun 2010 21:13:35 +0000 (17:13 -0400)]
ugly bug
Joey Hess [Wed, 9 Jun 2010 20:59:17 +0000 (16:59 -0400)]
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.
Joey Hess [Wed, 9 Jun 2010 20:16:48 +0000 (16:16 -0400)]
relativedate: Fix problem with localised dates not working.
Joey Hess [Wed, 9 Jun 2010 20:00:12 +0000 (16:00 -0400)]
When editing a page, show that page's sidebar. (Thanks, privat)
Joey Hess [Wed, 9 Jun 2010 19:32:20 +0000 (15:32 -0400)]
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
Joey Hess [Wed, 9 Jun 2010 19:29:20 +0000 (15:29 -0400)]
close; use ENV in setup file
privat [Wed, 9 Jun 2010 19:26:40 +0000 (19:26 +0000)]
Joey Hess [Wed, 9 Jun 2010 19:19:46 +0000 (15:19 -0400)]
close old bug, apparently worked around
Joey Hess [Wed, 9 Jun 2010 19:15:18 +0000 (15:15 -0400)]
closing; cannot reproduce and no followup for 1 year 9 months
Joey Hess [Wed, 9 Jun 2010 19:13:46 +0000 (15:13 -0400)]
close
Joey Hess [Wed, 9 Jun 2010 19:11:23 +0000 (15:11 -0400)]
close
Joey Hess [Wed, 9 Jun 2010 19:08:41 +0000 (15:08 -0400)]
fixed
Joey Hess [Wed, 9 Jun 2010 19:03:51 +0000 (15:03 -0400)]
fixed by improved openid login form
Joey Hess [Wed, 9 Jun 2010 19:02:08 +0000 (15:02 -0400)]
seems this was fixed a long time ago
Joey Hess [Wed, 9 Jun 2010 18:58:39 +0000 (14:58 -0400)]
move contrib plugin directives out of ikiwiki/directive
Problem is that ikiwiki/directive is turned into an underlay and added to
all wikis. And the test suite checks it for broken links and turns some up.
So it's not appropriate for contrib plugin's directives to be documented
in there.
Joey Hess [Wed, 9 Jun 2010 18:58:05 +0000 (14:58 -0400)]
remove tag on first post
It's a broken link on ikiwiki.info.
Joey Hess [Wed, 9 Jun 2010 18:44:38 +0000 (14:44 -0400)]
note that setup is all done by auto-blog.setup
Joey Hess [Wed, 9 Jun 2010 18:33:49 +0000 (14:33 -0400)]
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.
Joey Hess [Wed, 9 Jun 2010 18:04:42 +0000 (14:04 -0400)]
remove example blog tag pages
Autotag will create them as needed. Avoids some complexity.
Joey Hess [Wed, 9 Jun 2010 17:45:18 +0000 (13:45 -0400)]
response
Joey Hess [Wed, 9 Jun 2010 17:42:13 +0000 (13:42 -0400)]
clarification
tschwinge [Wed, 9 Jun 2010 13:47:35 +0000 (13:47 +0000)]
Comment and done.
http://jeremiahfoster.com/ [Wed, 9 Jun 2010 11:55:11 +0000 (11:55 +0000)]
Started discussion
tschwinge [Wed, 9 Jun 2010 06:39:26 +0000 (06:39 +0000)]
Yes, is a globbing issue.
tschwinge [Wed, 9 Jun 2010 06:17:56 +0000 (06:17 +0000)]
Ack.
Joey Hess [Wed, 9 Jun 2010 01:13:37 +0000 (21:13 -0400)]
img: Fill in missing height or width when scaling image.
Joey Hess [Wed, 9 Jun 2010 01:07:45 +0000 (21:07 -0400)]
move bug to bugs
Joey Hess [Wed, 9 Jun 2010 01:07:38 +0000 (21:07 -0400)]
isabug
zimek [Tue, 8 Jun 2010 23:31:22 +0000 (23:31 +0000)]
zimek [Tue, 8 Jun 2010 23:30:28 +0000 (23:30 +0000)]
zimek [Tue, 8 Jun 2010 23:23:32 +0000 (23:23 +0000)]
Joey Hess [Tue, 8 Jun 2010 19:00:58 +0000 (15:00 -0400)]
response
Joey Hess [Tue, 8 Jun 2010 18:53:22 +0000 (14:53 -0400)]
response
Joey Hess [Tue, 8 Jun 2010 18:50:24 +0000 (14:50 -0400)]
response
Joey Hess [Tue, 8 Jun 2010 18:46:54 +0000 (14:46 -0400)]
response
Joey Hess [Tue, 8 Jun 2010 18:43:21 +0000 (14:43 -0400)]
response
tschwinge [Tue, 8 Jun 2010 14:04:00 +0000 (14:04 +0000)]
File issue.
tschwinge [Tue, 8 Jun 2010 10:06:47 +0000 (10:06 +0000)]
File issue.
tschwinge [Tue, 8 Jun 2010 09:23:05 +0000 (09:23 +0000)]
File issue.
tschwinge [Tue, 8 Jun 2010 09:21:43 +0000 (09:21 +0000)]
File issue.
zimek [Tue, 8 Jun 2010 00:09:20 +0000 (00:09 +0000)]
privat [Mon, 7 Jun 2010 15:23:58 +0000 (15:23 +0000)]
privat [Mon, 7 Jun 2010 15:13:43 +0000 (15:13 +0000)]
test sidebar content
privat [Mon, 7 Jun 2010 15:10:04 +0000 (15:10 +0000)]
http://smcv.pseudorandom.co.uk/ [Mon, 7 Jun 2010 13:40:55 +0000 (13:40 +0000)]
jwalzer [Mon, 7 Jun 2010 13:32:45 +0000 (13:32 +0000)]
Add note about date formating
add bug about locale dependance of plugins/relativedate
http://weakish.myopenid.com/ [Thu, 3 Jun 2010 10:21:36 +0000 (10:21 +0000)]
The script uses the [BeautifulSoup][] module.
Just trying an edit.
Joey Hess [Tue, 1 Jun 2010 00:46:32 +0000 (20:46 -0400)]
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
Joey Hess [Tue, 1 Jun 2010 00:46:12 +0000 (20:46 -0400)]
creation_day() etc use local time, not gmtime.
To match calendars, which use local time. Particularly important at
the end of the month.
I checked the history, and there seemed no good rationalle for the
pagespecs to use gmtime.
Joey Hess [Fri, 28 May 2010 10:17:57 +0000 (06:17 -0400)]
Revert "delete me"
delete me
Joey Hess [Fri, 28 May 2010 03:57:00 +0000 (23:57 -0400)]
avoid insane use of javascript "array"
http://jeremiahfoster.com/ [Wed, 26 May 2010 15:26:34 +0000 (15:26 +0000)]
http://jeremiahfoster.com/ [Wed, 26 May 2010 15:26:13 +0000 (15:26 +0000)]
http://jeremiahfoster.com/ [Wed, 26 May 2010 15:24:54 +0000 (15:24 +0000)]
Code formatting.
http://jeremiahfoster.com/ [Wed, 26 May 2010 15:24:08 +0000 (15:24 +0000)]
Added example.
http://jeremiahfoster.com/ [Wed, 26 May 2010 12:12:57 +0000 (12:12 +0000)]
Removed redundant "configure'