]> sipb.mit.edu Git - ikiwiki.git/log
ikiwiki.git
14 years agoinline: Allow direct inclusion of non-page files in raw mode.
Joey Hess [Fri, 13 Nov 2009 20:10:58 +0000 (15:10 -0500)] 
inline: Allow direct inclusion of non-page files in raw mode.

14 years agoinline: Do not generated feeds for nested inlines.
Joey Hess [Fri, 13 Nov 2009 19:56:24 +0000 (14:56 -0500)] 
inline: Do not generated feeds for nested inlines.

My experience is that when inlines are nested, the old behavior of
generating feeds for the nested inlines was never really desired. Since the
feeds were numbered sequentially, the numbers could easily change, and it did
not make sense to subscribe to or use those feeds. And generating those nested
feeds often meant a lot of unnecessary calculation, and data being written.
So, I dropped them.

Looking back, nested feeds originally were a free side effect of properly
handing multiple feeds on one page. Of course, that is still supported.

14 years agofix typo
JeremyReed [Thu, 12 Nov 2009 15:23:58 +0000 (10:23 -0500)] 
fix typo

14 years agoask question
JeremyReed [Thu, 12 Nov 2009 15:16:44 +0000 (10:16 -0500)] 
ask question

14 years ago+todo/ adjust commit message for rename, remove
http://jmtd.livejournal.com/ [Thu, 12 Nov 2009 14:41:57 +0000 (09:41 -0500)] 
+todo/ adjust commit message for rename, remove

14 years agooptionally customize the commit message for rename/remove
http://jmtd.livejournal.com/ [Thu, 12 Nov 2009 14:40:33 +0000 (09:40 -0500)] 
optionally customize the commit message for rename/remove

14 years agoexplanation: whitespace surrounding your use of the IMG tag
http://jmtd.livejournal.com/ [Thu, 12 Nov 2009 14:14:45 +0000 (09:14 -0500)] 
explanation: whitespace surrounding your use of the IMG tag

14 years agodoc/bugs/img_vs_align: New.
Thomas Schwinge [Thu, 12 Nov 2009 13:08:44 +0000 (14:08 +0100)] 
doc/bugs/img_vs_align: New.

14 years agoRevert spam
Joey Hess [Thu, 12 Nov 2009 05:24:33 +0000 (00:24 -0500)] 
Revert spam

14 years ago(no commit message)
diannetyron [Thu, 12 Nov 2009 05:19:28 +0000 (00:19 -0500)] 

14 years ago(no commit message)
diannetyron [Thu, 12 Nov 2009 05:12:10 +0000 (00:12 -0500)] 

14 years agoa user page redir. not sure which is worse: polluting users/ with redirects, or broke...
Jon Dowland [Wed, 11 Nov 2009 19:14:18 +0000 (19:14 +0000)] 
a user page redir. not sure which is worse: polluting users/ with redirects, or broken links on /recentchanges.

14 years agoMerge branch 'master' of git://git.ikiwiki.info
Jon Dowland [Wed, 11 Nov 2009 19:12:47 +0000 (19:12 +0000)] 
Merge branch 'master' of git://git.ikiwiki.info

14 years agoanother possible commit name
Jon Dowland [Wed, 11 Nov 2009 19:12:37 +0000 (19:12 +0000)] 
another possible commit name

14 years agois this merge-worthy?
Jon Dowland [Wed, 11 Nov 2009 19:06:00 +0000 (19:06 +0000)] 
is this merge-worthy?

14 years agorestore my original patch
Jon Dowland [Mon, 9 Nov 2009 21:08:00 +0000 (21:08 +0000)] 
restore my original patch

14 years agoadjustments to my comment
Jon Dowland [Mon, 9 Nov 2009 21:05:32 +0000 (21:05 +0000)] 
adjustments to my comment

14 years agocomment about patch version
Jon Dowland [Mon, 9 Nov 2009 21:04:05 +0000 (21:04 +0000)] 
comment about patch version

14 years agoanother back-burner todo item
Jon Dowland [Tue, 10 Nov 2009 16:33:01 +0000 (16:33 +0000)] 
another back-burner todo item

14 years agohalf-formed thoughts
Jon Dowland [Tue, 10 Nov 2009 16:24:57 +0000 (16:24 +0000)] 
half-formed thoughts

14 years agotypo
Joey Hess [Tue, 10 Nov 2009 05:53:34 +0000 (00:53 -0500)] 
typo

14 years agohttpauth: Add cgiauthurl setting that can be used to do http basic auth only when...
Joey Hess [Tue, 10 Nov 2009 05:50:59 +0000 (00:50 -0500)] 
httpauth: Add cgiauthurl setting that can be used to do http basic auth only when ikiwiki needs authentication, rather than for any access to  the cgi/wiki.

14 years agotypo
Joey Hess [Mon, 9 Nov 2009 19:42:18 +0000 (14:42 -0500)] 
typo

14 years agomore portable use of sed -i
Joey Hess [Mon, 9 Nov 2009 18:47:37 +0000 (13:47 -0500)] 
more portable use of sed -i

Apparently OS X requires the extension be specified. But this
turns on backup in GNU sed, so have to remove that.

14 years agolocalstyle: New plugin, allows overrding the toplevel local.css with one that is...
Joey Hess [Mon, 9 Nov 2009 18:32:08 +0000 (13:32 -0500)] 
localstyle: New plugin, allows overrding the toplevel local.css with one that is closer to a page.

I chose not to have it override style.css, because style.css is not really
intended to be edited; the one from the underlay is intended to be used as
a base that local.css overrides.

I chose to use a plugin rather than changing the default behavior, both
because I didn't want to have to worry about possibly breaking backwards
compatability (though this seems unlikely), and because it seemed cleaner
to not include style template parameters in the main page template code.

I suppose someone might want a way to not override the toplevel
local.css, but instead include it as well as foo/local.css. Probably the
best way to do that would be to have foo/local.css @import ../local.css
(modulo browser compatability issues). Alternatively, edit page.tmpl
to always include the toplevel local.css, or swap out this plugin for
another one.

14 years agoadd a pointer to meta
Joey Hess [Mon, 9 Nov 2009 18:12:14 +0000 (13:12 -0500)] 
add a pointer to meta

14 years ago*now* you want to look at indexpages ;-)
http://smcv.pseudorandom.co.uk/ [Mon, 9 Nov 2009 15:15:48 +0000 (10:15 -0500)] 
*now* you want to look at indexpages ;-)

14 years agoyay
simonraven [Mon, 9 Nov 2009 05:13:09 +0000 (00:13 -0500)] 
yay

14 years agowhoops, it's an organization
Amitai Schlair [Mon, 9 Nov 2009 02:15:54 +0000 (21:15 -0500)] 
whoops, it's an organization

14 years agoadd a site of mine (the one that necessitated the rsync plugin)
Amitai Schlair [Mon, 9 Nov 2009 02:13:46 +0000 (21:13 -0500)] 
add a site of mine (the one that necessitated the rsync plugin)

14 years agoadd sublevels to toc
Joey Hess [Sun, 8 Nov 2009 23:30:12 +0000 (18:30 -0500)] 
add sublevels to toc

14 years agoadd a link
Joey Hess [Sun, 8 Nov 2009 19:28:05 +0000 (14:28 -0500)] 
add a link

14 years agosource?
http://jmtd.livejournal.com/ [Sun, 8 Nov 2009 19:07:20 +0000 (14:07 -0500)] 
source?

14 years agorename the source?
http://jmtd.livejournal.com/ [Sun, 8 Nov 2009 18:55:58 +0000 (13:55 -0500)] 
rename the source?

14 years agoMoved the postscan hook to run on the raw html of a page, before the template is...
Joey Hess [Sun, 8 Nov 2009 18:48:07 +0000 (13:48 -0500)] 
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.

14 years agoevery search result includes any navigational text
justin [Sun, 8 Nov 2009 02:58:54 +0000 (21:58 -0500)] 
every search result includes any navigational text

14 years ago(no commit message)
http://mcfrisk.myopenid.com/ [Sun, 8 Nov 2009 00:54:08 +0000 (19:54 -0500)] 

14 years agoNew withlist item: [[!meta redir]] -- tell what's going on
Thomas Schwinge [Sat, 7 Nov 2009 23:52:25 +0000 (00:52 +0100)] 
New withlist item: [[!meta redir]] -- tell what's going on

14 years agos/a name/id/ ?
tzafrir [Sat, 7 Nov 2009 19:01:09 +0000 (14:01 -0500)] 
s/a name/id/ ?

14 years agobugs++
intrigeri [Fri, 6 Nov 2009 14:51:14 +0000 (15:51 +0100)] 
bugs++

14 years agoresponse
Joey Hess [Sat, 7 Nov 2009 17:37:35 +0000 (12:37 -0500)] 
response

14 years agounderlay: Avoid crashing if lists of underlays (or template directories) are not...
Joey Hess [Sat, 7 Nov 2009 17:36:13 +0000 (12:36 -0500)] 
underlay: Avoid crashing if lists of underlays (or template directories) are not configured.

14 years agomod_alias works too
http://jmtd.livejournal.com/ [Sat, 7 Nov 2009 13:11:17 +0000 (08:11 -0500)] 
mod_alias works too

14 years ago(no commit message)
http://mcfrisk.myopenid.com/ [Sat, 7 Nov 2009 09:49:43 +0000 (04:49 -0500)] 

14 years agoanalise and close; template customisation error
Joey Hess [Sat, 7 Nov 2009 04:55:02 +0000 (23:55 -0500)] 
analise and close; template customisation error

14 years agoadd
Joey Hess [Sat, 7 Nov 2009 04:03:13 +0000 (23:03 -0500)] 
add

14 years agounderlay: Fix example values put in setup file to be array references.
Joey Hess [Fri, 6 Nov 2009 17:06:46 +0000 (12:06 -0500)] 
underlay: Fix example values put in setup file to be array references.

14 years agoresponse
Joey Hess [Fri, 6 Nov 2009 17:04:24 +0000 (12:04 -0500)] 
response

14 years ago(no commit message)
simonraven [Fri, 6 Nov 2009 13:23:46 +0000 (08:23 -0500)] 

14 years ago(no commit message)
simonraven [Fri, 6 Nov 2009 13:21:25 +0000 (08:21 -0500)] 

14 years ago(no commit message)
http://mcfrisk.myopenid.com/ [Fri, 6 Nov 2009 09:56:49 +0000 (04:56 -0500)] 

14 years agoresponse
Joey Hess [Fri, 6 Nov 2009 00:02:51 +0000 (19:02 -0500)] 
response

14 years agobinary blob question
http://mcfrisk.myopenid.com/ [Thu, 5 Nov 2009 23:27:16 +0000 (18:27 -0500)] 
binary blob question

14 years ago(no commit message)
http://mcfrisk.myopenid.com/ [Thu, 5 Nov 2009 22:02:36 +0000 (17:02 -0500)] 

14 years ago(no commit message)
http://smcv.pseudorandom.co.uk/ [Thu, 5 Nov 2009 18:17:26 +0000 (13:17 -0500)] 

14 years agonot quite there yet
http://mcfrisk.myopenid.com/ [Thu, 5 Nov 2009 11:30:36 +0000 (06:30 -0500)] 
not quite there yet

14 years ago(no commit message)
http://mcfrisk.myopenid.com/ [Thu, 5 Nov 2009 10:27:20 +0000 (05:27 -0500)] 

14 years agoresponse
Jon Dowland [Thu, 5 Nov 2009 09:30:36 +0000 (09:30 +0000)] 
response

14 years agorm empty discussion page
Jon Dowland [Thu, 5 Nov 2009 09:26:57 +0000 (09:26 +0000)] 
rm empty discussion page

14 years agomove question from plugins/html to forum
http://mcfrisk.myopenid.com/ [Thu, 5 Nov 2009 08:49:37 +0000 (03:49 -0500)] 
move question from plugins/html to forum

14 years agomove forum
http://mcfrisk.myopenid.com/ [Thu, 5 Nov 2009 08:46:13 +0000 (03:46 -0500)] 
move forum

14 years agofrom html to ikiwiki with url compatibility
http://mcfrisk.myopenid.com/ [Wed, 4 Nov 2009 22:51:10 +0000 (17:51 -0500)] 
from html to ikiwiki with url compatibility

14 years agoremove broken link to example site (domain squatter)
Jon Dowland [Mon, 2 Nov 2009 11:28:47 +0000 (11:28 +0000)] 
remove broken link to example site (domain squatter)

14 years agosparse no longer use ikiwiki, it seems
Jon Dowland [Mon, 2 Nov 2009 11:26:25 +0000 (11:26 +0000)] 
sparse no longer use ikiwiki, it seems

14 years agofix toggle id for CVS
Jon Dowland [Mon, 2 Nov 2009 11:12:04 +0000 (11:12 +0000)] 
fix toggle id for CVS

14 years agonote CVS usage
Amitai Schlair [Mon, 2 Nov 2009 04:39:54 +0000 (23:39 -0500)] 
note CVS usage

14 years agoadd news item for ikiwiki 3.20091031
Joey Hess [Sat, 31 Oct 2009 22:37:09 +0000 (18:37 -0400)] 
add news item for ikiwiki 3.20091031

14 years agoreleasing version 3.20091031
Joey Hess [Sat, 31 Oct 2009 22:35:49 +0000 (18:35 -0400)] 
releasing version 3.20091031

14 years agoMerge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
Joey Hess [Thu, 29 Oct 2009 22:07:04 +0000 (18:07 -0400)] 
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info

14 years agogoogle: Pass the whole wiki url to google, not just the domain, so that search works...
Joey Hess [Thu, 29 Oct 2009 22:05:58 +0000 (18:05 -0400)] 
google: Pass the whole wiki url to google, not just the domain, so that search works correctly for wikis that are located in subdirectories of domains.

14 years ago(no commit message)
Jogo [Thu, 29 Oct 2009 21:53:45 +0000 (17:53 -0400)] 

14 years agoUpdate user page: I no longer develop or maintain the conversion scripts
Josh Triplett [Thu, 29 Oct 2009 20:07:27 +0000 (13:07 -0700)] 
Update user page: I no longer develop or maintain the conversion scripts

14 years agoheader cleanup
Joey Hess [Thu, 29 Oct 2009 16:23:14 +0000 (12:23 -0400)] 
header cleanup

14 years agoupdate, reorg, mention spec file
Joey Hess [Thu, 29 Oct 2009 16:15:13 +0000 (12:15 -0400)] 
update, reorg, mention spec file

14 years agoput back Source
Joey Hess [Thu, 29 Oct 2009 15:49:18 +0000 (11:49 -0400)] 
put back Source

Seems rpmbuild -ta file.tar.gz still wants Source even
though it's not used. Go figure.

14 years agoremove libexecdir patch
Joey Hess [Thu, 29 Oct 2009 15:44:06 +0000 (11:44 -0400)] 
remove libexecdir patch

This violates the FHS.

(Also removed unnecessary chebang removal code.)

14 years agoremove stuff not needed in spec inside tarball
Joey Hess [Thu, 29 Oct 2009 15:39:47 +0000 (11:39 -0400)] 
remove stuff not needed in spec inside tarball

The changelog is partly Fedora-specific, not something
I want to maintain. The Source line is not needed when building
from tarball. Overriding BuildRoot

14 years agoadd spec file
Joey Hess [Thu, 29 Oct 2009 15:38:08 +0000 (11:38 -0400)] 
add spec file

Modify makefile to update spec file version number.

14 years agoadd an example of how to use the recently added HAS_PARENTLINKS
Joey Hess [Thu, 29 Oct 2009 14:32:02 +0000 (10:32 -0400)] 
add an example of how to use the recently added HAS_PARENTLINKS

14 years agofix url encoding in redir
Joey Hess [Thu, 29 Oct 2009 14:17:30 +0000 (10:17 -0400)] 
fix url encoding in redir

When redirecting to a page, ie, after editing, ensure that the url is
uri-encoded. Most browsers other than MSIE don't care, but it's the right
thing to do.

The known failure case involved editing a page that had utf-8 in the name
using MSIE.

14 years agothoughts
Joey Hess [Thu, 29 Oct 2009 14:15:49 +0000 (10:15 -0400)] 
thoughts

14 years agofix indentation
Joey Hess [Thu, 29 Oct 2009 11:57:30 +0000 (07:57 -0400)] 
fix indentation

14 years agoMerge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
Joey Hess [Thu, 29 Oct 2009 11:52:04 +0000 (07:52 -0400)] 
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info

14 years agofix dangling TMPL_IF noticed by rodyaj
Joey Hess [Thu, 29 Oct 2009 11:50:53 +0000 (07:50 -0400)] 
fix dangling TMPL_IF noticed by rodyaj

14 years agothe setup file wants `rsync_command`, not `rsync`
Amitai Schlair [Thu, 29 Oct 2009 00:57:27 +0000 (20:57 -0400)] 
the setup file wants `rsync_command`, not `rsync`

14 years agoadd notes about mediawiki
Jon Dowland [Wed, 28 Oct 2009 13:55:03 +0000 (13:55 +0000)] 
add notes about mediawiki

14 years agomy talk was in 2008
Jon Dowland [Wed, 28 Oct 2009 13:53:58 +0000 (13:53 +0000)] 
my talk was in 2008

14 years agoupdate info about my commits
Jon Dowland [Wed, 28 Oct 2009 13:53:41 +0000 (13:53 +0000)] 
update info about my commits

14 years agoupdate URL to mediawiki plugin
Jon Dowland [Wed, 28 Oct 2009 13:52:05 +0000 (13:52 +0000)] 
update URL to mediawiki plugin

14 years agoresponse to mithro
Jon Dowland [Wed, 28 Oct 2009 13:51:00 +0000 (13:51 +0000)] 
response to mithro

14 years agoadd dividers to split up the individual discussions going on
Jon Dowland [Wed, 28 Oct 2009 13:43:02 +0000 (13:43 +0000)] 
add dividers to split up the individual discussions going on

14 years agoadd XCB library to users
Jon Dowland [Wed, 28 Oct 2009 13:39:16 +0000 (13:39 +0000)] 
add XCB library to users

14 years agoAdding information about the media2iki github project.
http://blog.mithis.net/ [Wed, 28 Oct 2009 07:57:05 +0000 (03:57 -0400)] 
Adding information about the media2iki github project.

14 years agoAdding information about the media2iki github project.
http://blog.mithis.net/ [Wed, 28 Oct 2009 07:47:41 +0000 (03:47 -0400)] 
Adding information about the media2iki github project.

14 years agoGoogle will take a full URL, request that the plugin send it
Amitai Schlair [Wed, 28 Oct 2009 02:22:11 +0000 (22:22 -0400)] 
Google will take a full URL, request that the plugin send it

14 years ago403 response may be a "not found" too
Jogo [Tue, 27 Oct 2009 21:44:06 +0000 (17:44 -0400)] 
403 response may be a "not found" too

14 years ago(no commit message)
simonraven [Tue, 27 Oct 2009 08:17:01 +0000 (04:17 -0400)] 

14 years agoRevert spam
Joey Hess [Tue, 27 Oct 2009 06:17:20 +0000 (02:17 -0400)] 
Revert spam

14 years agoRevert spam
Joey Hess [Tue, 27 Oct 2009 06:15:41 +0000 (02:15 -0400)] 
Revert spam

14 years agoRevert spam
Joey Hess [Tue, 27 Oct 2009 06:13:50 +0000 (02:13 -0400)] 
Revert spam